@saasquatch/mint-components 1.13.3-0 → 1.13.3

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 (356) hide show
  1. package/dist/cjs/{ShadowViewAddon-3ddee92b.js → ShadowViewAddon-14a02da4.js} +138 -104
  2. package/dist/cjs/{useReferralCodes-82e8797b.js → copy-text-view-a5524c20.js} +93 -0
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/mint-components.cjs.js +1 -1
  5. package/dist/cjs/{sqm-big-stat_39.cjs.entry.js → sqm-big-stat_41.cjs.entry.js} +221 -4
  6. package/dist/cjs/sqm-pagination_3.cjs.entry.js +5 -6
  7. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +1 -1
  8. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +1 -1
  9. package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +1 -1
  10. package/dist/cjs/{sqm-portal-registration-form-view-ebf355a6.js → sqm-portal-registration-form-view-637a4bf4.js} +1 -0
  11. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +2 -1
  12. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +1 -1
  13. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
  14. package/dist/cjs/sqm-stencilbook.cjs.entry.js +469 -382
  15. package/dist/collection/collection-manifest.json +2 -1
  16. package/dist/collection/components/sqm-checkbox-field/CheckboxField.stories.js +1 -1
  17. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field-view.js +6 -15
  18. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +5 -5
  19. package/dist/collection/components/sqm-marketing-emails-checkbox/MarketingEmailsCheckbox.stories.js +11 -0
  20. package/dist/collection/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.js +129 -0
  21. package/dist/collection/components/sqm-portal-change-marketing/ChangeMarketing.stories.js +54 -0
  22. package/dist/collection/components/sqm-portal-change-marketing/sqm-portal-change-marketing-view.js +47 -0
  23. package/dist/collection/components/sqm-portal-change-marketing/sqm-portal-change-marketing.js +217 -0
  24. package/dist/collection/components/sqm-portal-change-marketing/usePortalChangeMarketing.js +115 -0
  25. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +3 -3
  26. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +3 -3
  27. package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +2 -2
  28. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +3 -3
  29. package/dist/collection/components/sqm-portal-registration-form/PortalRegistrationForm.stories.js +4 -0
  30. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form-view.js +1 -0
  31. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +3 -2
  32. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +3 -3
  33. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +3 -3
  34. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +6 -0
  35. package/dist/esm/{ShadowViewAddon-d3c11480.js → ShadowViewAddon-23a6afab.js} +140 -107
  36. package/dist/esm/{useReferralCodes-1fdb0d92.js → copy-text-view-459a2e35.js} +95 -3
  37. package/dist/esm/{global-19d115b9.js → global-be1f9992.js} +2 -2
  38. package/dist/esm/{index.module-8553586f.js → index.module-89a79f66.js} +1 -1
  39. package/dist/esm/loader.js +4 -4
  40. package/dist/esm/{luxon-94dbc741.js → luxon-8d51c92b.js} +1 -1
  41. package/dist/esm/mint-components.js +4 -4
  42. package/dist/esm/{mockRewardData-cc9b3ada.js → mockRewardData-8bd1b356.js} +1 -1
  43. package/dist/esm/{re-render-bc2b60fe.js → re-render-cc945f38.js} +2 -2
  44. package/dist/esm/sqm-asset-card.entry.js +2 -2
  45. package/dist/esm/sqm-banking-info-form_17.entry.js +10 -10
  46. package/dist/esm/{sqm-big-stat_39.entry.js → sqm-big-stat_41.entry.js} +230 -15
  47. package/dist/esm/sqm-close-button.entry.js +2 -2
  48. package/dist/esm/sqm-context-router.entry.js +2 -2
  49. package/dist/esm/sqm-email-verification.entry.js +4 -4
  50. package/dist/esm/sqm-empty_4.entry.js +3 -3
  51. package/dist/esm/sqm-form-message.entry.js +1 -1
  52. package/dist/esm/sqm-google-sign-in.entry.js +2 -2
  53. package/dist/esm/sqm-graphql-client-provider.entry.js +2 -2
  54. package/dist/esm/sqm-header-logo.entry.js +1 -1
  55. package/dist/esm/sqm-instant-access-registration.entry.js +4 -4
  56. package/dist/esm/{sqm-invoice-table-view-eb07d994.js → sqm-invoice-table-view-af69cd33.js} +1 -1
  57. package/dist/esm/sqm-leaderboard-rank.entry.js +3 -3
  58. package/dist/esm/sqm-logout-current-user.entry.js +2 -2
  59. package/dist/esm/{sqm-navigation-sidebar-item-view-70b65660.js → sqm-navigation-sidebar-item-view-8f1c72bc.js} +1 -1
  60. package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
  61. package/dist/esm/sqm-navigation-sidebar.entry.js +2 -2
  62. package/dist/esm/sqm-pagination_3.entry.js +4 -5
  63. package/dist/esm/sqm-password-field.entry.js +3 -3
  64. package/dist/esm/sqm-popup-container.entry.js +2 -2
  65. package/dist/esm/{sqm-portal-email-verification-view-84867a42.js → sqm-portal-email-verification-view-35b4353b.js} +1 -1
  66. package/dist/esm/sqm-portal-email-verification.entry.js +5 -5
  67. package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
  68. package/dist/esm/sqm-portal-google-login.entry.js +3 -3
  69. package/dist/esm/sqm-portal-google-registration-form.entry.js +5 -5
  70. package/dist/esm/sqm-portal-logout.entry.js +2 -2
  71. package/dist/esm/{sqm-portal-profile-view-32088a59.js → sqm-portal-profile-view-93003974.js} +1 -1
  72. package/dist/esm/sqm-portal-profile.entry.js +5 -5
  73. package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
  74. package/dist/esm/{sqm-portal-registration-form-view-32c4b488.js → sqm-portal-registration-form-view-3c1f6000.js} +1 -0
  75. package/dist/esm/sqm-portal-registration-form.entry.js +6 -5
  76. package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
  77. package/dist/esm/sqm-portal-verify-email.entry.js +3 -3
  78. package/dist/esm/sqm-referral-table_11.entry.js +8 -8
  79. package/dist/esm/sqm-referred-registration.entry.js +4 -4
  80. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  81. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
  82. package/dist/esm/sqm-rewards-table_9.entry.js +8 -8
  83. package/dist/esm/sqm-scroll.entry.js +1 -1
  84. package/dist/esm/sqm-stencilbook.entry.js +479 -392
  85. package/dist/esm/sqm-tab.entry.js +3 -3
  86. package/dist/esm/sqm-tabs.entry.js +4 -4
  87. package/dist/esm/sqm-text-span.entry.js +1 -1
  88. package/dist/esm/sqm-widget-verification-controller.entry.js +2 -2
  89. package/dist/esm/sqm-widget-verification.entry.js +2 -2
  90. package/dist/esm/{stencil-hooks.module-c643ef4a.js → stencil-hooks.module-4bc38af4.js} +1 -1
  91. package/dist/esm/{useChildElements-cbd0fedf.js → useChildElements-7945ae56.js} +2 -2
  92. package/dist/esm/{useInstantAccessRegistration-06e94ce3.js → useInstantAccessRegistration-dc4ad9f2.js} +3 -3
  93. package/dist/esm/{usePayoutStatus-6701d491.js → usePayoutStatus-58aa56b4.js} +2 -2
  94. package/dist/esm/{usePortalLogin-e6f1ebd1.js → usePortalLogin-ef647a50.js} +2 -2
  95. package/dist/esm/{usePortalRegistrationForm-6f22d7d7.js → usePortalRegistrationForm-4b35a357.js} +3 -3
  96. package/dist/esm/{useReferralTable-055a8849.js → useReferralTable-b3876ed6.js} +4 -4
  97. package/dist/esm/{useRegistrationFormState-7229b088.js → useRegistrationFormState-d6f33135.js} +2 -2
  98. package/dist/esm/{useVerificationEmail-a142db0c.js → useVerificationEmail-edc318cb.js} +2 -2
  99. package/dist/esm/{utilities-559f8273.js → utilities-5b0ca040.js} +2 -2
  100. package/dist/esm-es5/ShadowViewAddon-23a6afab.js +1 -0
  101. package/dist/esm-es5/copy-text-view-459a2e35.js +1 -0
  102. package/dist/esm-es5/{global-19d115b9.js → global-be1f9992.js} +1 -1
  103. package/dist/esm-es5/{index.module-8553586f.js → index.module-89a79f66.js} +1 -1
  104. package/dist/esm-es5/loader.js +1 -1
  105. package/dist/esm-es5/{luxon-94dbc741.js → luxon-8d51c92b.js} +1 -1
  106. package/dist/esm-es5/mint-components.js +1 -1
  107. package/dist/esm-es5/{mockRewardData-cc9b3ada.js → mockRewardData-8bd1b356.js} +1 -1
  108. package/dist/esm-es5/{re-render-bc2b60fe.js → re-render-cc945f38.js} +1 -1
  109. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  110. package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
  111. package/dist/esm-es5/sqm-big-stat_41.entry.js +1 -0
  112. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  113. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  114. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  115. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  116. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  117. package/dist/esm-es5/sqm-google-sign-in.entry.js +1 -1
  118. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  119. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  120. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  121. package/dist/esm-es5/{sqm-invoice-table-view-eb07d994.js → sqm-invoice-table-view-af69cd33.js} +1 -1
  122. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  123. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  124. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-70b65660.js → sqm-navigation-sidebar-item-view-8f1c72bc.js} +1 -1
  125. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  126. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  127. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  128. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  129. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  130. package/dist/esm-es5/{sqm-portal-email-verification-view-84867a42.js → sqm-portal-email-verification-view-35b4353b.js} +1 -1
  131. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  132. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  133. package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
  134. package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
  135. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  136. package/dist/esm-es5/{sqm-portal-profile-view-32088a59.js → sqm-portal-profile-view-93003974.js} +1 -1
  137. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  138. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  139. package/dist/esm-es5/{sqm-portal-registration-form-view-32c4b488.js → sqm-portal-registration-form-view-3c1f6000.js} +1 -1
  140. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  141. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  142. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  143. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  144. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  145. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  146. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  147. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  148. package/dist/esm-es5/sqm-scroll.entry.js +1 -1
  149. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  150. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  151. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  152. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  153. package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -1
  154. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
  155. package/dist/esm-es5/{stencil-hooks.module-c643ef4a.js → stencil-hooks.module-4bc38af4.js} +1 -1
  156. package/dist/esm-es5/useChildElements-7945ae56.js +1 -0
  157. package/dist/esm-es5/{useInstantAccessRegistration-06e94ce3.js → useInstantAccessRegistration-dc4ad9f2.js} +1 -1
  158. package/dist/esm-es5/{usePayoutStatus-6701d491.js → usePayoutStatus-58aa56b4.js} +1 -1
  159. package/dist/esm-es5/{usePortalLogin-e6f1ebd1.js → usePortalLogin-ef647a50.js} +1 -1
  160. package/dist/esm-es5/{usePortalRegistrationForm-6f22d7d7.js → usePortalRegistrationForm-4b35a357.js} +1 -1
  161. package/dist/esm-es5/{useReferralTable-055a8849.js → useReferralTable-b3876ed6.js} +1 -1
  162. package/dist/esm-es5/{useRegistrationFormState-7229b088.js → useRegistrationFormState-d6f33135.js} +1 -1
  163. package/dist/esm-es5/{useVerificationEmail-a142db0c.js → useVerificationEmail-edc318cb.js} +1 -1
  164. package/dist/esm-es5/{utilities-559f8273.js → utilities-5b0ca040.js} +1 -1
  165. package/dist/mint-components/mint-components.esm.js +1 -1
  166. package/dist/mint-components/mint-components.js +1 -1
  167. package/dist/mint-components/{p-afbe1fab.entry.js → p-00ed4c2e.entry.js} +1 -1
  168. package/dist/mint-components/{p-8052a165.entry.js → p-01010af0.entry.js} +34 -17
  169. package/dist/mint-components/{p-4d4c3fda.entry.js → p-04a6e457.entry.js} +1 -1
  170. package/dist/mint-components/{p-46361336.js → p-05f29f64.js} +1 -1
  171. package/dist/mint-components/{p-b509682c.system.js → p-0d182dc1.system.js} +1 -1
  172. package/dist/mint-components/{p-d270c7a9.entry.js → p-0d2d0b6d.entry.js} +1 -1
  173. package/dist/mint-components/{p-ff45a502.entry.js → p-10d17989.entry.js} +1 -1
  174. package/dist/mint-components/{p-05910568.system.js → p-13ed8586.system.js} +1 -1
  175. package/dist/mint-components/p-141bf5c1.system.entry.js +1 -0
  176. package/dist/mint-components/p-1513309d.entry.js +1 -0
  177. package/dist/mint-components/{p-4a332d4a.system.entry.js → p-164a9103.system.entry.js} +1 -1
  178. package/dist/mint-components/{p-7edd349f.system.entry.js → p-18425f38.system.entry.js} +1 -1
  179. package/dist/mint-components/{p-dd5380e7.system.entry.js → p-19bc3406.system.entry.js} +1 -1
  180. package/dist/mint-components/p-19ccb4ce.js +1 -0
  181. package/dist/mint-components/{p-b8c8a7a2.entry.js → p-1a6b7d2a.entry.js} +1 -1
  182. package/dist/mint-components/{p-019a9a23.system.entry.js → p-1b3ab15a.system.entry.js} +1 -1
  183. package/dist/mint-components/p-1fa9ed0d.system.entry.js +1 -0
  184. package/dist/mint-components/{p-b8c2452e.system.entry.js → p-21620f81.system.entry.js} +1 -1
  185. package/dist/mint-components/p-275b4767.entry.js +1 -0
  186. package/dist/mint-components/{p-f4b9d88e.entry.js → p-284e4ed5.entry.js} +1 -1
  187. package/dist/mint-components/{p-3107ff75.entry.js → p-2ae0e06a.entry.js} +1 -1
  188. package/dist/mint-components/{p-fea93ffb.entry.js → p-2bbff88f.entry.js} +1 -1
  189. package/dist/mint-components/{p-e0b16d7d.system.js → p-2d52e2d7.system.js} +1 -1
  190. package/dist/mint-components/{p-6b2b1f57.entry.js → p-2da21ba4.entry.js} +1 -1
  191. package/dist/mint-components/{p-35a1395e.entry.js → p-2f101bae.entry.js} +1 -1
  192. package/dist/mint-components/p-301ddcaa.system.entry.js +1 -0
  193. package/dist/mint-components/{p-206d5653.entry.js → p-33c96e14.entry.js} +1 -1
  194. package/dist/mint-components/p-33ed6f1c.system.entry.js +1 -0
  195. package/dist/mint-components/{p-793d3aa3.system.entry.js → p-36ffebd8.system.entry.js} +1 -1
  196. package/dist/mint-components/p-37996351.system.js +1 -0
  197. package/dist/mint-components/{p-a8e635c8.entry.js → p-380bfde1.entry.js} +1 -1
  198. package/dist/mint-components/p-38b5f028.system.entry.js +1 -0
  199. package/dist/mint-components/p-38fc919b.entry.js +1 -0
  200. package/dist/mint-components/{p-5b65ad93.js → p-3db34d68.js} +1 -1
  201. package/dist/mint-components/{p-113a3397.system.entry.js → p-3f6e0197.system.entry.js} +1 -1
  202. package/dist/mint-components/{p-24168eeb.system.entry.js → p-420554af.system.entry.js} +1 -1
  203. package/dist/mint-components/{p-76734619.system.entry.js → p-42187319.system.entry.js} +1 -1
  204. package/dist/mint-components/{p-ebdf4e46.entry.js → p-4428294b.entry.js} +1 -1
  205. package/dist/mint-components/{p-568239eb.entry.js → p-44891949.entry.js} +1 -1
  206. package/dist/mint-components/{p-78a1029d.js → p-480e08e9.js} +1 -1
  207. package/dist/mint-components/{p-c9246591.system.js → p-48135f99.system.js} +1 -1
  208. package/dist/mint-components/{p-32e46793.js → p-4e451f75.js} +1 -1
  209. package/dist/mint-components/{p-3197b1e1.js → p-4e526a94.js} +1 -1
  210. package/dist/mint-components/{p-bebdae4a.system.entry.js → p-50c902ca.system.entry.js} +1 -1
  211. package/dist/mint-components/{p-84ebf29b.system.js → p-527216de.system.js} +1 -1
  212. package/dist/mint-components/{p-073cc02e.system.js → p-5488fdd9.system.js} +1 -1
  213. package/dist/mint-components/{p-00af0a40.system.js → p-59274a91.system.js} +1 -1
  214. package/dist/mint-components/{p-8b5a132d.js → p-5bedb58c.js} +1 -1
  215. package/dist/mint-components/{p-b885bf6a.system.entry.js → p-5c28406d.system.entry.js} +1 -1
  216. package/dist/mint-components/{p-c123040c.system.entry.js → p-5d7e308c.system.entry.js} +1 -1
  217. package/dist/mint-components/{p-2147f338.system.js → p-635d5ef2.system.js} +1 -1
  218. package/dist/mint-components/{p-f831af31.js → p-63a75798.js} +1 -1
  219. package/dist/mint-components/{p-2c521ce3.entry.js → p-6427e963.entry.js} +1 -1
  220. package/dist/mint-components/{p-a1ace139.js → p-65069b66.js} +1 -1
  221. package/dist/mint-components/{p-a1d63380.entry.js → p-653f963f.entry.js} +2 -2
  222. package/dist/mint-components/{p-b017802f.entry.js → p-693942df.entry.js} +2 -2
  223. package/dist/mint-components/{p-1d761b72.system.js → p-6b7a595f.system.js} +1 -1
  224. package/dist/mint-components/{p-9b01c219.system.js → p-6cd4f2b1.system.js} +1 -1
  225. package/dist/mint-components/{p-4831eb49.js → p-6d2f5a1d.js} +2 -2
  226. package/dist/mint-components/{p-2bcc52ff.system.js → p-6d9e52c7.system.js} +1 -1
  227. package/dist/mint-components/p-6eaf9c57.entry.js +1 -0
  228. package/dist/mint-components/p-717cc8ac.system.js +1 -0
  229. package/dist/mint-components/p-71bc04d2.system.entry.js +1 -0
  230. package/dist/mint-components/{p-f4125c66.js → p-726a9924.js} +1 -1
  231. package/dist/mint-components/{p-fb1f75dc.entry.js → p-775f3ded.entry.js} +1 -1
  232. package/dist/mint-components/{p-84a0679b.entry.js → p-7ab21e4d.entry.js} +1 -1
  233. package/dist/mint-components/{p-8d60f98e.system.js → p-7c2b9fe4.system.js} +1 -1
  234. package/dist/mint-components/{p-bfe3fc89.system.entry.js → p-7dabdca6.system.entry.js} +1 -1
  235. package/dist/mint-components/p-7e7cbccf.system.js +1 -0
  236. package/dist/mint-components/p-7f2d4212.js +52 -0
  237. package/dist/mint-components/{p-9966e72f.entry.js → p-7f80a9d7.entry.js} +1 -1
  238. package/dist/mint-components/{p-1881b80d.system.js → p-8175e85f.system.js} +1 -1
  239. package/dist/mint-components/{p-f78ecf4d.system.entry.js → p-8362cb4c.system.entry.js} +1 -1
  240. package/dist/mint-components/{p-feaa7733.system.js → p-8413ade9.system.js} +1 -1
  241. package/dist/mint-components/{p-f59a57a9.system.entry.js → p-85671c3d.system.entry.js} +1 -1
  242. package/dist/mint-components/p-8abfeff8.entry.js +1 -0
  243. package/dist/mint-components/p-8c23d1b8.js +1 -0
  244. package/dist/mint-components/{p-0cb94e55.system.entry.js → p-8d9d04b7.system.entry.js} +1 -1
  245. package/dist/mint-components/{p-7875a307.system.entry.js → p-90fc6774.system.entry.js} +1 -1
  246. package/dist/mint-components/{p-793d2130.js → p-91ab3da1.js} +1 -1
  247. package/dist/mint-components/{p-4a9f4710.system.js → p-9320582e.system.js} +1 -1
  248. package/dist/mint-components/{p-1f6203f6.system.entry.js → p-9386ad84.system.entry.js} +1 -1
  249. package/dist/mint-components/{p-134884eb.js → p-94a876b9.js} +1 -1
  250. package/dist/mint-components/{p-8e7dbf3d.js → p-962f3200.js} +1 -1
  251. package/dist/mint-components/p-98698131.js +1 -0
  252. package/dist/mint-components/{p-de97f736.system.entry.js → p-9b6a0152.system.entry.js} +1 -1
  253. package/dist/mint-components/{p-153fe35e.system.entry.js → p-9bfd9bed.system.entry.js} +1 -1
  254. package/dist/mint-components/{p-a4bed343.system.entry.js → p-9cf80e85.system.entry.js} +1 -1
  255. package/dist/mint-components/{p-4d62fce5.entry.js → p-a2fde301.entry.js} +1 -1
  256. package/dist/mint-components/{p-9bbe1a0a.system.js → p-a71b9154.system.js} +1 -1
  257. package/dist/mint-components/p-b207beeb.entry.js +1 -0
  258. package/dist/mint-components/{p-889ac146.system.entry.js → p-b287833c.system.entry.js} +1 -1
  259. package/dist/mint-components/{p-adbde540.entry.js → p-b51e79b3.entry.js} +3 -3
  260. package/dist/mint-components/{p-3af19e46.system.entry.js → p-b7d1469d.system.entry.js} +1 -1
  261. package/dist/mint-components/{p-a0f61b8d.system.entry.js → p-b82e1935.system.entry.js} +1 -1
  262. package/dist/mint-components/{p-9b37f5cb.system.entry.js → p-b93fd99c.system.entry.js} +1 -1
  263. package/dist/mint-components/{p-283588d9.js → p-bbcd824a.js} +1 -1
  264. package/dist/mint-components/{p-4edcc7dd.system.js → p-bdb7d451.system.js} +1 -1
  265. package/dist/mint-components/{p-f33a2774.system.entry.js → p-c060f770.system.entry.js} +1 -1
  266. package/dist/mint-components/{p-bc12e9a4.js → p-c0f19490.js} +2 -2
  267. package/dist/mint-components/{p-949c8454.system.entry.js → p-c2fdd608.system.entry.js} +1 -1
  268. package/dist/mint-components/{p-86685076.system.entry.js → p-c36506f6.system.entry.js} +1 -1
  269. package/dist/mint-components/{p-2858d87a.entry.js → p-cb7bdbe4.entry.js} +1 -1
  270. package/dist/mint-components/{p-03b8a4b6.entry.js → p-cbbfac66.entry.js} +1 -1
  271. package/dist/mint-components/{p-e868baa2.system.js → p-cc7af682.system.js} +1 -1
  272. package/dist/mint-components/{p-033f460e.system.js → p-cd569259.system.js} +1 -1
  273. package/dist/mint-components/{p-f561fbbe.js → p-cd651f81.js} +1 -1
  274. package/dist/mint-components/{p-65ab288b.entry.js → p-d07f3090.entry.js} +1 -1
  275. package/dist/mint-components/p-d3d74266.js +394 -0
  276. package/dist/mint-components/{p-e75be0ce.js → p-d6831af5.js} +2 -2
  277. package/dist/mint-components/{p-c876e133.entry.js → p-da7708a7.entry.js} +1 -1
  278. package/dist/mint-components/{p-1e5685b1.entry.js → p-dcc81e90.entry.js} +1 -1
  279. package/dist/mint-components/{p-45df37c4.system.entry.js → p-de8e9981.system.entry.js} +1 -1
  280. package/dist/mint-components/{p-e1e8ce01.system.entry.js → p-e5a5ae7f.system.entry.js} +1 -1
  281. package/dist/mint-components/{p-bb0f585c.system.js → p-e5d0375e.system.js} +1 -1
  282. package/dist/mint-components/{p-5bd1129c.entry.js → p-e6f50ffd.entry.js} +1 -1
  283. package/dist/mint-components/{p-917daa81.entry.js → p-e8ffcc68.entry.js} +2 -2
  284. package/dist/mint-components/{p-6bc6b98a.system.entry.js → p-f0772618.system.entry.js} +1 -1
  285. package/dist/mint-components/{p-9ba03826.entry.js → p-f29eda2f.entry.js} +1 -1
  286. package/dist/mint-components/p-f2cc6a6f.entry.js +9 -0
  287. package/dist/mint-components/{p-1a9efc82.system.entry.js → p-f2d8d3d3.system.entry.js} +1 -1
  288. package/dist/mint-components/{p-945fc728.system.entry.js → p-f4a72903.system.entry.js} +1 -1
  289. package/dist/mint-components/{p-4d744c56.system.entry.js → p-f4a8ee29.system.entry.js} +1 -1
  290. package/dist/mint-components/{p-46411968.system.entry.js → p-fa37513e.system.entry.js} +1 -1
  291. package/dist/mint-components/{p-6c962bcd.entry.js → p-faba3198.entry.js} +1 -1
  292. package/dist/mint-components/{p-acb16e2d.entry.js → p-fe2e2f4a.entry.js} +1 -1
  293. package/dist/mint-components/p-ff8b8067.entry.js +33 -0
  294. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field-view.d.ts +1 -1
  295. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +4 -4
  296. package/dist/types/components/sqm-marketing-emails-checkbox/MarketingEmailsCheckbox.stories.d.ts +8 -0
  297. package/dist/types/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.d.ts +27 -0
  298. package/dist/types/components/sqm-portal-change-marketing/ChangeMarketing.stories.d.ts +8 -0
  299. package/dist/types/components/sqm-portal-change-marketing/sqm-portal-change-marketing-view.d.ts +28 -0
  300. package/dist/types/components/sqm-portal-change-marketing/sqm-portal-change-marketing.d.ts +39 -0
  301. package/dist/types/components/sqm-portal-change-marketing/usePortalChangeMarketing.d.ts +3 -0
  302. package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +1 -1
  303. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +1 -1
  304. package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +1 -1
  305. package/dist/types/components/sqm-portal-registration-form/PortalRegistrationForm.stories.d.ts +1 -0
  306. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form-view.d.ts +1 -0
  307. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +1 -1
  308. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +1 -1
  309. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +1 -1
  310. package/dist/types/components.d.ts +130 -26
  311. package/docs/docs.docx +0 -0
  312. package/docs/raisins.json +1 -1
  313. package/grapesjs/grapesjs.js +1 -1
  314. package/package.json +1 -1
  315. package/dist/cjs/copy-text-view-c85acaaa.js +0 -96
  316. package/dist/cjs/sqm-qr-code.cjs.entry.js +0 -66
  317. package/dist/collection/components/sqm-qr-code/sqm-qr-code.js +0 -67
  318. package/dist/esm/copy-text-view-782137ba.js +0 -94
  319. package/dist/esm/sqm-qr-code.entry.js +0 -62
  320. package/dist/esm-es5/ShadowViewAddon-d3c11480.js +0 -1
  321. package/dist/esm-es5/copy-text-view-782137ba.js +0 -1
  322. package/dist/esm-es5/sqm-big-stat_39.entry.js +0 -1
  323. package/dist/esm-es5/sqm-qr-code.entry.js +0 -1
  324. package/dist/esm-es5/useChildElements-cbd0fedf.js +0 -1
  325. package/dist/esm-es5/useReferralCodes-1fdb0d92.js +0 -1
  326. package/dist/mint-components/p-04eda48e.entry.js +0 -1
  327. package/dist/mint-components/p-0b00b770.system.entry.js +0 -1
  328. package/dist/mint-components/p-13ed46c5.entry.js +0 -9
  329. package/dist/mint-components/p-2175e4c3.js +0 -1
  330. package/dist/mint-components/p-27f35214.system.entry.js +0 -1
  331. package/dist/mint-components/p-2c16f513.system.js +0 -1
  332. package/dist/mint-components/p-2cae23f1.system.js +0 -1
  333. package/dist/mint-components/p-30efd193.js +0 -52
  334. package/dist/mint-components/p-31015791.js +0 -1
  335. package/dist/mint-components/p-3b0d6e3d.system.js +0 -1
  336. package/dist/mint-components/p-3b90e01b.system.js +0 -1
  337. package/dist/mint-components/p-5800426e.system.entry.js +0 -1
  338. package/dist/mint-components/p-5fc6c6eb.js +0 -394
  339. package/dist/mint-components/p-621092ee.js +0 -1
  340. package/dist/mint-components/p-786d3e9a.entry.js +0 -1
  341. package/dist/mint-components/p-95e8f60d.entry.js +0 -1
  342. package/dist/mint-components/p-9b0c175c.entry.js +0 -1
  343. package/dist/mint-components/p-a18b8466.entry.js +0 -33
  344. package/dist/mint-components/p-a6d84577.system.entry.js +0 -1
  345. package/dist/mint-components/p-b7991001.entry.js +0 -1
  346. package/dist/mint-components/p-bdbf5f74.entry.js +0 -13
  347. package/dist/mint-components/p-d5cceea8.entry.js +0 -1
  348. package/dist/mint-components/p-d9b93305.system.entry.js +0 -1
  349. package/dist/mint-components/p-e847a6f5.system.entry.js +0 -1
  350. package/dist/mint-components/p-e9a14ca4.system.entry.js +0 -1
  351. package/dist/mint-components/p-fe268f9d.js +0 -1
  352. package/dist/types/components/sqm-qr-code/sqm-qr-code.d.ts +0 -5
  353. package/dist/types/global/android.d.ts +0 -7
  354. package/dist/types/global/demo.d.ts +0 -2
  355. package/dist/types/stories/features.d.ts +0 -4
  356. package/dist/types/stories/templates.d.ts +0 -4
@@ -1,16 +1,15 @@
1
1
  import { h, r as registerInstance, c as Host } from './index-91e7729f.js';
2
- import { a as commonjsGlobal, u as useMemo, m as useState, f as useEffect, c as createCommonjsModule, n as h$1 } from './stencil-hooks.module-c643ef4a.js';
3
- import './global-19d115b9.js';
4
- import { j as jn, k as kn, b as setUserIdentity, d as dist, X as Xe, p as setProgramId } from './index.module-8553586f.js';
2
+ import { a as commonjsGlobal, u as useMemo, k as useState, f as useEffect, c as createCommonjsModule, n as h$1 } from './stencil-hooks.module-4bc38af4.js';
3
+ import './global-be1f9992.js';
4
+ import { j as jn, k as kn, b as setUserIdentity, d as dist, X as Xe, p as setProgramId } from './index.module-89a79f66.js';
5
5
  import './cjs-bdfb4486.js';
6
6
  import './utils-334c1e34.js';
7
7
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
8
- import './useReferralCodes-1fdb0d92.js';
8
+ import { C as CopyTextView } from './copy-text-view-459a2e35.js';
9
9
  import './mixins-83f90fa1.js';
10
- import { C as CopyTextView } from './copy-text-view-782137ba.js';
11
10
  import { G as GenericTableView } from './GenericTableView-7b9087af.js';
12
- import './useChildElements-cbd0fedf.js';
13
- import { l as luxon } from './luxon-94dbc741.js';
11
+ import './useChildElements-7945ae56.js';
12
+ import { l as luxon } from './luxon-8d51c92b.js';
14
13
  import './sqm-text-span-view-ca32495e.js';
15
14
  import { A as AssetCardView } from './sqm-asset-card-view-fe5db3c0.js';
16
15
  import { C as CloseButtonView } from './sqm-close-button-view-f9819751.js';
@@ -19,19 +18,19 @@ import { E as EmailRegistrationView } from './email-registration-view-a7818cf2.j
19
18
  import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-753c8d4a.js';
20
19
  import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-8ef8180f.js';
21
20
  import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-9d802b78.js';
22
- import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-70b65660.js';
23
- import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-84867a42.js';
21
+ import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-8f1c72bc.js';
22
+ import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-35b4353b.js';
24
23
  import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-3d3182f1.js';
25
24
  import { P as PortalLoginView } from './sqm-portal-login-view-7e49609a.js';
26
25
  import { B as BaseRegistrationFormView } from './sqm-base-registration-form-view-593d4ac3.js';
27
- import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-32c4b488.js';
28
- import { P as PortalProfileView } from './sqm-portal-profile-view-32088a59.js';
29
- import './utilities-559f8273.js';
26
+ import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-3c1f6000.js';
27
+ import { P as PortalProfileView } from './sqm-portal-profile-view-93003974.js';
28
+ import './utilities-5b0ca040.js';
30
29
  import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-54a8651f.js';
31
30
  import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-b12cb894.js';
32
- import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalRegisterView, T as TaskCardView, f as ProgressBarView, g as PoweredByImg$1, h as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, C as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, i as RewardExchangeView, r as rewardExchangeCustomErrorMsg, j as rewardExchangeLongText, k as rewardExchangeSelected, l as chooseAmountFixed, m as chooseAmountFixedNoDescription, n as chooseAmountVariable, o as chooseAmountVariableNoDescription, p as chooseAmountVariableDisabled, q as chooseAmountVariableUnavailable, s as confirmFixed, t as confirmVariable, v as redemptionError, w as queryError, x as success, y as successVariable, z as loading, A as empty$1, F as rewardExchange, G as CardFeedView, J as CouponCodeView, K as ProgressBar$2, M as autoColorScaleCss, O as ShadowViewAddon } from './ShadowViewAddon-d3c11480.js';
31
+ import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalRegisterView, C as ChangeMarktingView, T as TaskCardView, f as ProgressBarView, g as PoweredByImg$1, h as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, i as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, j as RewardExchangeView, r as rewardExchangeCustomErrorMsg, k as rewardExchangeLongText, l as rewardExchangeSelected, m as chooseAmountFixed, n as chooseAmountFixedNoDescription, o as chooseAmountVariable, p as chooseAmountVariableNoDescription, q as chooseAmountVariableDisabled, s as chooseAmountVariableUnavailable, t as confirmFixed, v as confirmVariable, w as redemptionError, x as queryError, y as success, z as successVariable, A as loading, F as empty$1, G as rewardExchange, J as CardFeedView, K as CouponCodeView, M as ProgressBar$2, O as autoColorScaleCss, Q as ShadowViewAddon } from './ShadowViewAddon-23a6afab.js';
33
32
  import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-1683ae32.js';
34
- import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-eb07d994.js';
33
+ import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-af69cd33.js';
35
34
 
36
35
  /**
37
36
  * lodash (Custom Build) <https://lodash.com/>
@@ -7472,6 +7471,126 @@ const PortalRegister = /*#__PURE__*/Object.freeze({
7472
7471
  TermsAndConditions: TermsAndConditions
7473
7472
  });
7474
7473
 
7474
+ const PortalRegistrationForm_stories = {
7475
+ title: "Components/Microsite Portal Register",
7476
+ };
7477
+ const defaultProps$4 = {
7478
+ states: {
7479
+ error: "",
7480
+ loading: false,
7481
+ confirmPassword: true,
7482
+ hideInputs: false,
7483
+ loginPath: "/login",
7484
+ },
7485
+ callbacks: {
7486
+ submit: () => console.log("Submit!"),
7487
+ inputFunction: () => { },
7488
+ },
7489
+ refs: {
7490
+ formRef: {},
7491
+ },
7492
+ content: { pageLabel: "Register", confirmPasswordLabel: "Confirm Password" },
7493
+ };
7494
+ const errorProps$2 = {
7495
+ states: {
7496
+ error: "Something went wrong. Please try again.",
7497
+ loading: false,
7498
+ confirmPassword: true,
7499
+ hideInputs: false,
7500
+ loginPath: "/login",
7501
+ },
7502
+ callbacks: {
7503
+ submit: () => console.log("Submit!"),
7504
+ inputFunction: () => { },
7505
+ },
7506
+ refs: {
7507
+ formRef: {},
7508
+ },
7509
+ content: {
7510
+ pageLabel: "Register",
7511
+ confirmPasswordLabel: "Confirm Password",
7512
+ },
7513
+ };
7514
+ const loadingProps$2 = {
7515
+ states: {
7516
+ error: "",
7517
+ loading: true,
7518
+ confirmPassword: true,
7519
+ hideInputs: false,
7520
+ loginPath: "/login",
7521
+ },
7522
+ callbacks: {
7523
+ submit: () => console.log("Submit!"),
7524
+ inputFunction: () => { },
7525
+ },
7526
+ refs: {
7527
+ formRef: {},
7528
+ },
7529
+ content: { pageLabel: "Register", confirmPasswordLabel: "Confirm Password" },
7530
+ };
7531
+ const slottedProps$1 = {
7532
+ states: {
7533
+ error: "",
7534
+ loading: false,
7535
+ confirmPassword: true,
7536
+ hideInputs: false,
7537
+ loginPath: "/login",
7538
+ },
7539
+ callbacks: {
7540
+ submit: () => console.log("Submit!"),
7541
+ inputFunction: () => { },
7542
+ },
7543
+ refs: {
7544
+ formRef: {},
7545
+ },
7546
+ content: {
7547
+ pageLabel: "Register",
7548
+ confirmPasswordLabel: "Confirm Password",
7549
+ formData: (h("div", null,
7550
+ h("sl-input", { style: { marginBottom: "var(--sl-spacing-x-large)" }, exportparts: "label: input-label, base: input-base", label: "Slotted Input", required: true }),
7551
+ h("sl-input", { exportparts: "label: input-label, base: input-base", label: "Slotted Input 2", required: true }))),
7552
+ },
7553
+ };
7554
+ const Default$5 = () => h(PortalRegistrationFormView, Object.assign({}, defaultProps$4));
7555
+ const RegisterWithError$1 = () => (h(PortalRegistrationFormView, Object.assign({}, errorProps$2)));
7556
+ const RegisterLoading$1 = () => (h(PortalRegistrationFormView, Object.assign({}, loadingProps$2)));
7557
+ const FieldsHidden$1 = () => {
7558
+ return (h("sqm-portal-register", { demoData: {
7559
+ states: {
7560
+ error: "",
7561
+ loading: true,
7562
+ registrationFormState: {},
7563
+ confirmPassword: true,
7564
+ hideInputs: true,
7565
+ loginPath: "/login",
7566
+ },
7567
+ } }));
7568
+ };
7569
+ const SlottedInputs$1 = () => (h(PortalRegistrationFormView, Object.assign({}, slottedProps$1)));
7570
+ const RegisterWithMarketingEmailsCheckbox = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$4, { content: {
7571
+ ...defaultProps$4.content,
7572
+ emailOptIn: (h("sqm-checkbox-field", { checkboxLabel: "I would like to receive marketing and promotional emails for this referral program" })),
7573
+ } })));
7574
+ const TermsAndConditions$1 = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$4, { content: {
7575
+ ...defaultProps$4.content,
7576
+ terms: (h("p", null,
7577
+ "By signing up you agree to the",
7578
+ " ",
7579
+ h("a", { href: "https://example.com", target: "_blank" }, "Terms and Conditions"))),
7580
+ } })));
7581
+
7582
+ const PortalRegistrationForm = /*#__PURE__*/Object.freeze({
7583
+ __proto__: null,
7584
+ 'default': PortalRegistrationForm_stories,
7585
+ Default: Default$5,
7586
+ RegisterWithError: RegisterWithError$1,
7587
+ RegisterLoading: RegisterLoading$1,
7588
+ FieldsHidden: FieldsHidden$1,
7589
+ SlottedInputs: SlottedInputs$1,
7590
+ RegisterWithMarketingEmailsCheckbox: RegisterWithMarketingEmailsCheckbox,
7591
+ TermsAndConditions: TermsAndConditions$1
7592
+ });
7593
+
7475
7594
  const scenario$6 = "@author:derek\n@owner:ian\nFeature: Forgot Password\n\n @motivating\n Scenario: Users can request to reset their password\n Given a user enters their email address\n And that email address is linked to a previously created account\n When they click \"Reset Password\"\n Then the button enters a loading state\n When the password reset email is sent\n Then a confirmation banner is shown stating a password reset email was sent\n\n @motivating\n Scenario: Users are notified if sending their password reset email fails\n Given a user enters their email address\n And that email address is linked to a previously created account\n When they click \"Reset Password\"\n Then the button enters a loading state\n When the password reset email fails to send\n Then the user does not receive a password reset email\n And an error banner is shown stating that they should try again\n\n @motivating\n @landmine\n Scenario: If the input email is not associated to an account a success banner is shown but an email is not be sent\n Given the user entered an email address that is not associated to an accoun\n When they click \"Reset Password\"\n Then the button enters a loading state\n But no email is sent\n And a success banner is shown stating a password reset email was sent if the given email was associated to an account\n\n @motivating\n Scenario: Users can resend password reset email\n Given a user had previously requested to reset their password\n When they enter their email address\n And that email address is linked to a previously created account\n And they click \"Reset Password\"\n Then the user receives a second password reset email\n And a success banner is shown stating that their email was sent\n\n @motivating\n Scenario Outline: The email link can be configured to redirect users to a specific base path but defaults to \"/resetPassword\"\n Given a user viewing the password reset component\n And the component <mayHave> \"redirect-path\" with <value>\n When they request a password reset email\n And they click the link in the email\n Then they are redirected to <redirectPath>\n Examples:\n | mayHave | value | redirectPath |\n | doesn't have | N/A | /resetPassword |\n | has | /resetMyPassword | /resetMyPassword |\n\n @minutia\n Scenario Outline: Navigation back to the login page can be customized but defaults to \"/login\"\n Given a user viewing the password reset component\n And the component <mayHave> \"login-path\" with <value>\n Then they see a \"Sign In\" text button\n When they click \"Sign In\"\n Then they are redirected to <redirectPath>\n Examples:\n | mayHave | value | redirectPath |\n | doesn't have | N/A | /login |\n | has | /signin | /signin |";
7476
7595
 
7477
7596
  const PortalForgotPassword_stories = {
@@ -7480,7 +7599,7 @@ const PortalForgotPassword_stories = {
7480
7599
  scenario: scenario$6,
7481
7600
  },
7482
7601
  };
7483
- const defaultProps$4 = {
7602
+ const defaultProps$5 = {
7484
7603
  states: {
7485
7604
  error: "",
7486
7605
  loading: false,
@@ -7495,7 +7614,7 @@ const defaultProps$4 = {
7495
7614
  messageSlot: "Enter your email below to receive a password reset link.",
7496
7615
  },
7497
7616
  };
7498
- const errorProps$2 = {
7617
+ const errorProps$3 = {
7499
7618
  states: {
7500
7619
  error: "Something went wrong. Please try again.",
7501
7620
  loading: false,
@@ -7510,7 +7629,7 @@ const errorProps$2 = {
7510
7629
  messageSlot: "Enter your email below to receive a password reset link.",
7511
7630
  },
7512
7631
  };
7513
- const loadingProps$2 = {
7632
+ const loadingProps$3 = {
7514
7633
  states: {
7515
7634
  error: "",
7516
7635
  loading: true,
@@ -7540,15 +7659,15 @@ const successProps = {
7540
7659
  messageSlot: "Enter your email below to receive a password reset link.",
7541
7660
  },
7542
7661
  };
7543
- const Default$5 = () => h(PortalForgotPasswordView, Object.assign({}, defaultProps$4));
7544
- const ForgotPasswordWithError = () => (h(PortalForgotPasswordView, Object.assign({}, errorProps$2)));
7545
- const ForgotPasswordLoading = () => (h(PortalForgotPasswordView, Object.assign({}, loadingProps$2)));
7662
+ const Default$6 = () => h(PortalForgotPasswordView, Object.assign({}, defaultProps$5));
7663
+ const ForgotPasswordWithError = () => (h(PortalForgotPasswordView, Object.assign({}, errorProps$3)));
7664
+ const ForgotPasswordLoading = () => (h(PortalForgotPasswordView, Object.assign({}, loadingProps$3)));
7546
7665
  const ForgotPasswordSuccess = () => (h(PortalForgotPasswordView, Object.assign({}, successProps)));
7547
7666
 
7548
7667
  const PortalForgotPassword = /*#__PURE__*/Object.freeze({
7549
7668
  __proto__: null,
7550
7669
  'default': PortalForgotPassword_stories,
7551
- Default: Default$5,
7670
+ Default: Default$6,
7552
7671
  ForgotPasswordWithError: ForgotPasswordWithError,
7553
7672
  ForgotPasswordLoading: ForgotPasswordLoading,
7554
7673
  ForgotPasswordSuccess: ForgotPasswordSuccess
@@ -7581,12 +7700,12 @@ const defaultStates = {
7581
7700
  loadingVerification: false,
7582
7701
  countdown: 10,
7583
7702
  };
7584
- const defaultProps$5 = {
7703
+ const defaultProps$6 = {
7585
7704
  states: defaultStates,
7586
7705
  callbacks: defaultCallbacks,
7587
7706
  content: defaultContent,
7588
7707
  };
7589
- const errorProps$3 = {
7708
+ const errorProps$4 = {
7590
7709
  states: {
7591
7710
  ...defaultStates,
7592
7711
  error: "Something went wrong. Please try again.",
@@ -7594,7 +7713,7 @@ const errorProps$3 = {
7594
7713
  callbacks: defaultCallbacks,
7595
7714
  content: defaultContent,
7596
7715
  };
7597
- const loadingProps$3 = {
7716
+ const loadingProps$4 = {
7598
7717
  states: {
7599
7718
  ...defaultStates,
7600
7719
  loading: true,
@@ -7619,16 +7738,16 @@ const loadingVerificationProps = {
7619
7738
  callbacks: defaultCallbacks,
7620
7739
  content: defaultContent,
7621
7740
  };
7622
- const Default$6 = () => h(PortalEmailVerificationView, Object.assign({}, defaultProps$5));
7623
- const EmailVerificationWithError = () => (h(PortalEmailVerificationView, Object.assign({}, errorProps$3)));
7624
- const EmailVerificationLoading = () => (h(PortalEmailVerificationView, Object.assign({}, loadingProps$3)));
7741
+ const Default$7 = () => h(PortalEmailVerificationView, Object.assign({}, defaultProps$6));
7742
+ const EmailVerificationWithError = () => (h(PortalEmailVerificationView, Object.assign({}, errorProps$4)));
7743
+ const EmailVerificationLoading = () => (h(PortalEmailVerificationView, Object.assign({}, loadingProps$4)));
7625
7744
  const EmailVerificationCheckingVerification = () => (h(PortalEmailVerificationView, Object.assign({}, loadingVerificationProps)));
7626
7745
  const EmailVerificationSuccess = () => (h(PortalEmailVerificationView, Object.assign({}, successProps$1)));
7627
7746
 
7628
7747
  const PortalEmailVerification = /*#__PURE__*/Object.freeze({
7629
7748
  __proto__: null,
7630
7749
  'default': PortalEmailVerification_stories,
7631
- Default: Default$6,
7750
+ Default: Default$7,
7632
7751
  EmailVerificationWithError: EmailVerificationWithError,
7633
7752
  EmailVerificationLoading: EmailVerificationLoading,
7634
7753
  EmailVerificationCheckingVerification: EmailVerificationCheckingVerification,
@@ -7643,7 +7762,7 @@ const PortalResetPassword_stories = {
7643
7762
  scenario: scenario$8,
7644
7763
  },
7645
7764
  };
7646
- const defaultProps$6 = {
7765
+ const defaultProps$7 = {
7647
7766
  states: {
7648
7767
  error: "",
7649
7768
  loading: false,
@@ -7689,7 +7808,7 @@ const defaultPropsNoConfirm = {
7689
7808
  failed: () => console.log("failed"),
7690
7809
  },
7691
7810
  };
7692
- const errorProps$4 = {
7811
+ const errorProps$5 = {
7693
7812
  states: {
7694
7813
  error: "Something went wrong. Please try again.",
7695
7814
  loading: false,
@@ -7712,7 +7831,7 @@ const errorProps$4 = {
7712
7831
  failed: () => console.log("failed"),
7713
7832
  },
7714
7833
  };
7715
- const loadingProps$4 = {
7834
+ const loadingProps$5 = {
7716
7835
  states: {
7717
7836
  error: "",
7718
7837
  loading: true,
@@ -7781,17 +7900,17 @@ const validatingCodeProps = {
7781
7900
  failed: () => console.log("failed"),
7782
7901
  },
7783
7902
  };
7784
- const Default$7 = () => h(PortalResetPasswordView, Object.assign({}, defaultProps$6));
7903
+ const Default$8 = () => h(PortalResetPasswordView, Object.assign({}, defaultProps$7));
7785
7904
  const DefaultWithoutConfirmField = () => (h(PortalResetPasswordView, Object.assign({}, defaultPropsNoConfirm)));
7786
- const ResetPasswordWithError = () => (h(PortalResetPasswordView, Object.assign({}, errorProps$4)));
7787
- const ResetPasswordLoading = () => (h(PortalResetPasswordView, Object.assign({}, loadingProps$4)));
7905
+ const ResetPasswordWithError = () => (h(PortalResetPasswordView, Object.assign({}, errorProps$5)));
7906
+ const ResetPasswordLoading = () => (h(PortalResetPasswordView, Object.assign({}, loadingProps$5)));
7788
7907
  const ResetPasswordSuccess = () => (h(PortalResetPasswordView, Object.assign({}, successProps$2)));
7789
7908
  const CodeValidating = () => (h(PortalResetPasswordView, Object.assign({}, validatingCodeProps)));
7790
7909
 
7791
7910
  const PortalResetPassword = /*#__PURE__*/Object.freeze({
7792
7911
  __proto__: null,
7793
7912
  'default': PortalResetPassword_stories,
7794
- Default: Default$7,
7913
+ Default: Default$8,
7795
7914
  DefaultWithoutConfirmField: DefaultWithoutConfirmField,
7796
7915
  ResetPasswordWithError: ResetPasswordWithError,
7797
7916
  ResetPasswordLoading: ResetPasswordLoading,
@@ -7807,7 +7926,7 @@ const PortalVerifyEmail_stories = {
7807
7926
  scenario: scenario$9,
7808
7927
  },
7809
7928
  };
7810
- const errorProps$5 = {
7929
+ const errorProps$6 = {
7811
7930
  states: {
7812
7931
  error: "Something went wrong. Please try again.",
7813
7932
  loading: false,
@@ -7841,7 +7960,7 @@ const verifiedProps = {
7841
7960
  },
7842
7961
  content: {},
7843
7962
  };
7844
- const EmailVerificationWithError$1 = () => (h(PortalVerifyEmailView, Object.assign({}, errorProps$5)));
7963
+ const EmailVerificationWithError$1 = () => (h(PortalVerifyEmailView, Object.assign({}, errorProps$6)));
7845
7964
  const EmailVerificationSuccess$1 = () => (h(PortalVerifyEmailView, Object.assign({}, verifiedProps)));
7846
7965
 
7847
7966
  const PortalVerifyEmail = /*#__PURE__*/Object.freeze({
@@ -7854,7 +7973,7 @@ const PortalVerifyEmail = /*#__PURE__*/Object.freeze({
7854
7973
  const AssetCard_stories = {
7855
7974
  title: "Components/Asset Card",
7856
7975
  };
7857
- const Default$8 = () => {
7976
+ const Default$9 = () => {
7858
7977
  const props = {
7859
7978
  text: { titleText: "Marketing Banner" },
7860
7979
  imgUrl: "https://res.cloudinary.com/saasquatch/image/upload/v1634255445/squatch-assets/Copy_of_saasquatch-logo-tree-large-horizontal.png",
@@ -7882,7 +8001,7 @@ const CardWithNoImg = () => {
7882
8001
  const AssetCard = /*#__PURE__*/Object.freeze({
7883
8002
  __proto__: null,
7884
8003
  'default': AssetCard_stories,
7885
- Default: Default$8,
8004
+ Default: Default$9,
7886
8005
  CardWithLongText: CardWithLongText,
7887
8006
  CardWithNoImg: CardWithNoImg
7888
8007
  });
@@ -7971,7 +8090,7 @@ const ChangePassword_stories = {
7971
8090
  scenario: scenario$a,
7972
8091
  },
7973
8092
  };
7974
- const defaultProps$7 = {
8093
+ const defaultProps$8 = {
7975
8094
  states: {
7976
8095
  open: false,
7977
8096
  loading: false,
@@ -8015,7 +8134,7 @@ const openProps = {
8015
8134
  submit: (e) => console.log("Submit", e),
8016
8135
  },
8017
8136
  };
8018
- const errorProps$6 = {
8137
+ const errorProps$7 = {
8019
8138
  states: {
8020
8139
  open: true,
8021
8140
  loading: false,
@@ -8059,7 +8178,7 @@ const passwordErrorProps = {
8059
8178
  submit: (e) => console.log("Submit", e),
8060
8179
  },
8061
8180
  };
8062
- const loadingProps$5 = {
8181
+ const loadingProps$6 = {
8063
8182
  states: {
8064
8183
  open: true,
8065
8184
  loading: true,
@@ -8103,17 +8222,17 @@ const successProps$3 = {
8103
8222
  submit: (e) => console.log("Submit", e),
8104
8223
  },
8105
8224
  };
8106
- const Default$9 = () => h(PortalChangePasswordView, Object.assign({}, defaultProps$7));
8225
+ const Default$a = () => h(PortalChangePasswordView, Object.assign({}, defaultProps$8));
8107
8226
  const Open = () => h(PortalChangePasswordView, Object.assign({}, openProps));
8108
- const Error$2 = () => h(PortalChangePasswordView, Object.assign({}, errorProps$6));
8227
+ const Error$2 = () => h(PortalChangePasswordView, Object.assign({}, errorProps$7));
8109
8228
  const PaswordError = () => (h(PortalChangePasswordView, Object.assign({}, passwordErrorProps)));
8110
- const Loading$1 = () => h(PortalChangePasswordView, Object.assign({}, loadingProps$5));
8229
+ const Loading$1 = () => h(PortalChangePasswordView, Object.assign({}, loadingProps$6));
8111
8230
  const Success = () => h(PortalChangePasswordView, Object.assign({}, successProps$3));
8112
8231
 
8113
8232
  const ChangePassword = /*#__PURE__*/Object.freeze({
8114
8233
  __proto__: null,
8115
8234
  'default': ChangePassword_stories,
8116
- Default: Default$9,
8235
+ Default: Default$a,
8117
8236
  Open: Open,
8118
8237
  Error: Error$2,
8119
8238
  PaswordError: PaswordError,
@@ -8121,10 +8240,72 @@ const ChangePassword = /*#__PURE__*/Object.freeze({
8121
8240
  Success: Success
8122
8241
  });
8123
8242
 
8243
+ const ChangeMarketing_stories = {
8244
+ title: "Components/Change Marketing Emails Status",
8245
+ };
8246
+ const defaultProps$9 = {
8247
+ states: {
8248
+ success: false,
8249
+ loading: false,
8250
+ submitDisabled: false,
8251
+ formState: {
8252
+ marketingEmailOptIn: false,
8253
+ errors: null,
8254
+ error: "",
8255
+ },
8256
+ user: {
8257
+ id: "zach",
8258
+ accountId: "zach",
8259
+ marketingEmailOptIn: false,
8260
+ },
8261
+ text: {
8262
+ emailPreferencesHeader: "Email preferences",
8263
+ marketingCheckboxLabel: "I want to receive marketing emails and promotions for this referral program from impact.com",
8264
+ submitChangeButtonText: "Save",
8265
+ successMessage: "Opt-in preference has been changed.",
8266
+ },
8267
+ },
8268
+ callbacks: {
8269
+ onSubmit: (props) => console.log(props),
8270
+ setChecked: (value) => console.log(value),
8271
+ },
8272
+ };
8273
+ const Default$b = () => {
8274
+ return h("sqm-portal-change-marketing", null);
8275
+ };
8276
+ const Loading$2 = () => {
8277
+ return (h(ChangeMarktingView, Object.assign({}, defaultProps$9, { states: { ...defaultProps$9.states, loading: true } })));
8278
+ };
8279
+ const Error$3 = () => {
8280
+ return (h(ChangeMarktingView, Object.assign({}, defaultProps$9, { states: {
8281
+ ...defaultProps$9.states,
8282
+ formState: {
8283
+ ...defaultProps$9.states.formState,
8284
+ errors: { error: true },
8285
+ error: "An error string",
8286
+ },
8287
+ } })));
8288
+ };
8289
+ const Success$1 = () => {
8290
+ return (h(ChangeMarktingView, Object.assign({}, defaultProps$9, { states: {
8291
+ ...defaultProps$9.states,
8292
+ success: true,
8293
+ } })));
8294
+ };
8295
+
8296
+ const ChangeMarketing = /*#__PURE__*/Object.freeze({
8297
+ __proto__: null,
8298
+ 'default': ChangeMarketing_stories,
8299
+ Default: Default$b,
8300
+ Loading: Loading$2,
8301
+ Error: Error$3,
8302
+ Success: Success$1
8303
+ });
8304
+
8124
8305
  const PortalProfile_stories = {
8125
8306
  title: "Components/Microsite Profile",
8126
8307
  };
8127
- const defaultProps$8 = {
8308
+ const defaultProps$a = {
8128
8309
  states: {
8129
8310
  success: false,
8130
8311
  loading: false,
@@ -8196,7 +8377,7 @@ const noCountry = {
8196
8377
  onChange: (e) => console.log(e),
8197
8378
  },
8198
8379
  };
8199
- const loadingProps$6 = {
8380
+ const loadingProps$7 = {
8200
8381
  states: {
8201
8382
  success: false,
8202
8383
  loading: true,
@@ -8268,7 +8449,7 @@ const disabledProps = {
8268
8449
  onChange: (e) => console.log(e),
8269
8450
  },
8270
8451
  };
8271
- const errorProps$7 = {
8452
+ const errorProps$8 = {
8272
8453
  states: {
8273
8454
  success: false,
8274
8455
  loading: false,
@@ -8340,22 +8521,22 @@ const successProps$4 = {
8340
8521
  onChange: (e) => console.log(e),
8341
8522
  },
8342
8523
  };
8343
- const Default$a = () => h(PortalProfileView, Object.assign({}, defaultProps$8));
8524
+ const Default$c = () => h(PortalProfileView, Object.assign({}, defaultProps$a));
8344
8525
  const DefaultNoCountry = () => h(PortalProfileView, Object.assign({}, noCountry));
8345
- const Loading$2 = () => h(PortalProfileView, Object.assign({}, loadingProps$6));
8526
+ const Loading$3 = () => h(PortalProfileView, Object.assign({}, loadingProps$7));
8346
8527
  const Disabled$1 = () => h(PortalProfileView, Object.assign({}, disabledProps));
8347
- const Error$3 = () => h(PortalProfileView, Object.assign({}, errorProps$7));
8348
- const Success$1 = () => h(PortalProfileView, Object.assign({}, successProps$4));
8528
+ const Error$4 = () => h(PortalProfileView, Object.assign({}, errorProps$8));
8529
+ const Success$2 = () => h(PortalProfileView, Object.assign({}, successProps$4));
8349
8530
 
8350
8531
  const PortalProfile = /*#__PURE__*/Object.freeze({
8351
8532
  __proto__: null,
8352
8533
  'default': PortalProfile_stories,
8353
- Default: Default$a,
8534
+ Default: Default$c,
8354
8535
  DefaultNoCountry: DefaultNoCountry,
8355
- Loading: Loading$2,
8536
+ Loading: Loading$3,
8356
8537
  Disabled: Disabled$1,
8357
- Error: Error$3,
8358
- Success: Success$1
8538
+ Error: Error$4,
8539
+ Success: Success$2
8359
8540
  });
8360
8541
 
8361
8542
  const column = "@author:noah\n@owner:noah\nFeature: Referral Table User Column\n\n Shows the same custom content for each referral\n\n Background:\n Given the column in included in the referral table\n\n @motivating\n Scenario: The title of the date column is configurable\n Given the \"column-title\" prop is set to \"My column title\"\n Then the date column is shown with \"My column title\"\n\n @motivating\n Scenario: The same custom content is shown for each referral\n Given there is at least one referral\n Then for each referral custom content is shown\n And the custom content is provided as slot content";
@@ -10132,7 +10313,7 @@ const dashboardTemplate = "<sqm-portal-container direction=\"column\" padding=\"
10132
10313
 
10133
10314
  const leadSubmitTemplate = "<sqm-referral-iframe></sqm-referral-iframe>\n";
10134
10315
 
10135
- const editProfileTemplate = "<sqm-portal-protected-route\n require-email-verification=\"true\"\n redirect-to=\"/login\"\n redirect-to-unverified=\"/emailVerification\"\n></sqm-portal-protected-route>\n<sqm-portal-container direction=\"column\" gap=\"xxx-large\">\n <sqm-portal-profile></sqm-portal-profile> </sqm-portal-container\n><sqm-portal-container direction=\"column\" gap=\"xxx-large\">\n <sqm-portal-change-password></sqm-portal-change-password>\n</sqm-portal-container>\n";
10316
+ const editProfileTemplate = "<sqm-portal-protected-route\n require-email-verification=\"true\"\n redirect-to=\"/login\"\n redirect-to-unverified=\"/emailVerification\"\n></sqm-portal-protected-route>\n<sqm-portal-container direction=\"column\" gap=\"xxx-large\">\n <sqm-portal-profile></sqm-portal-profile> </sqm-portal-container\n><sqm-portal-container direction=\"column\" gap=\"xxx-large\">\n <sqm-portal-change-password></sqm-portal-change-password>\n</sqm-portal-container>\n<sqm-portal-container direction=\"column\" gap=\"xxx-large\">\n <sqm-portal-change-marketing></sqm-portal-change-marketing>\n</sqm-portal-container>\n";
10136
10317
 
10137
10318
  const activityTemplate = "<sqm-portal-protected-route\n require-email-verification=\"true\"\n redirect-to=\"/login\"\n redirect-to-unverified=\"/emailVerification\"\n></sqm-portal-protected-route>\n<sqm-portal-container direction=\"column\" padding=\"xxx-large\" gap=\"xxx-large\">\n <sqm-text> <h1>Activity</h1></sqm-text>\n <sqm-stat-container space=\"xxxx-large\"\n ><sqm-big-stat\n flex-reverse=\"true\"\n alignment=\"left\"\n stat-type=\"/referralsCount\"\n ><sqm-text><p>Referrals</p></sqm-text></sqm-big-stat\n >\n <sqm-big-stat\n flex-reverse=\"true\"\n alignment=\"left\"\n stat-type=\"/rewardsCountFiltered/AVAILABLE\"\n ><sqm-text><p>Rewards Earned</p></sqm-text></sqm-big-stat\n >\n <sqm-big-stat\n flex-reverse=\"true\"\n alignment=\"left\"\n stat-type=\"/rewardBalance/CREDIT/CENTS\"\n ><sqm-text><p>Reward Balance</p></sqm-text></sqm-big-stat\n >\n </sqm-stat-container>\n <sqm-referral-table>\n <sqm-referral-table-user-column></sqm-referral-table-user-column>\n <sqm-referral-table-rewards-column></sqm-referral-table-rewards-column>\n <sqm-referral-table-status-column></sqm-referral-table-status-column>\n <sqm-referral-table-date-column\n column-title=\"Referred\"\n date-shown=\"dateReferralStarted\"\n ></sqm-referral-table-date-column> </sqm-referral-table\n></sqm-portal-container>\n";
10138
10319
 
@@ -10158,17 +10339,17 @@ const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n
10158
10339
 
10159
10340
  const ReferralIframeReadme = "# sqm-referral-iframe\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |\n| `demoData` | -- | | `{ states?: { content: { iframeSrc: string; iframeHeight: string; iframeWidth: string; }; }; data?: { shareCode: string; }; }` | `undefined` |\n| `iframeHeight` | `iframe-height` | Define the height of the iframe with any valid CSS height value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | URL of iframe to display | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | Define the width of the iframe with any valid CSS width value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-stencilbook --> sqm-referral-iframe\n style sqm-referral-iframe fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10160
10341
 
10161
- const ForgotPasswordReadme = "# sqm-portal-forgot-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ----------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; loginPath: string; }; content?: { secondaryButton: any; messageSlot: any; emailLabel?: string; submitLabel?: string; successAlertText?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `headerText` | `header-text` | | `string` | `\"Enter your email below to receive a password reset link.\"` |\n| `loginPath` | `login-path` | | `string` | `\"/login\"` |\n| `loginText` | `login-text` | | `string` | `\"Sign In\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"An error occurred while loading this page. Please refresh the page.\"` |\n| `redirectPath` | `redirect-path` | Redirect participants to this page after they verify their email. | `string` | `\"/resetPassword\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Request Password Reset\"` |\n| `successAlertText` | `success-alert-text` | | `string` | `\"If an account with that email exists, a password reset email will be sent.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-forgot-password --> sqm-form-message\n style sqm-portal-forgot-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10342
+ const ForgotPasswordReadme = "# sqm-portal-forgot-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; loginPath: string; }; content?: { secondaryButton: any; messageSlot: any; emailLabel?: string; submitLabel?: string; successAlertText?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `headerText` | `header-text` | | `string` | `\"Enter your email below to receive a password reset link.\"` |\n| `loginPath` | `login-path` | | `string` | `\"/login\"` |\n| `loginText` | `login-text` | | `string` | `\"Sign In\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when the forgot password action fails due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while loading this page. Please refresh the page.\"` |\n| `redirectPath` | `redirect-path` | Redirect participants to this page after they verify their email. | `string` | `\"/resetPassword\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Request Password Reset\"` |\n| `successAlertText` | `success-alert-text` | | `string` | `\"If an account with that email exists, a password reset email will be sent.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-forgot-password --> sqm-form-message\n style sqm-portal-forgot-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10162
10343
 
10163
10344
  const RegisterReadme = "# sqm-portal-register\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------------------ | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordLabel` | `confirm-password-label` | | `string` | `\"Confirm Password\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; confirmPassword: boolean; hideInputs: boolean; registrationFormState: RegistrationFormState; disablePasswordValidation?: boolean; loginPath: string; }; refs?: { formRef: any; }; content?: { formData?: VNode; terms?: VNode; passwordField?: VNode; secondaryButton?: VNode; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; confirmPasswordLabel: string; requiredFieldErrorMessage: string; invalidEmailErrorMessage: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; }; }` | `undefined` |\n| `disablePasswordValidation` | `disable-password-validation` | | `boolean` | `false` |\n| `doesNotMeetRequirementsText` | `does-not-meet-requirements-text` | | `string` | `\"Password must meet the following requirements:\"` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `hasErrorText` | `has-error-text` | | `string` | `\"contain at least 1 number or symbol\"` |\n| `hideInputs` | `hide-inputs` | Hides the email and password fields. Note: If you hide default inputs, you must add additional input fields. They must have the input name attributes \"email\" and \"password\" for this form to succeed. | `boolean` | `false` |\n| `invalidEmailErrorMessage` | `invalid-email-error-message` | The message to be displayed when the email used is invalid or blocked. | `string` | `\"Must be a valid email address\"` |\n| `loginLabel` | `login-label` | | `string` | `\"Sign in\"` |\n| `loginPath` | `login-path` | Redirect participants to this page after clicking the login button. | `string` | `\"/login\"` |\n| `lowercaseErrorText` | `lowercase-error-text` | | `string` | `\"contain at least 1 lowercase character\"` |\n| `meetsRequirementsText` | `meets-requirements-text` | | `string` | `\"Password has met all requirements\"` |\n| `minErrorText` | `min-error-text` | | `string` | `\"be a minimum of 8 characters\"` |\n| `networkErrorMessage` | `network-error-message` | The message to be displayed when a the form submission fails unexpectedly. | `string` | `\"Network request failed.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page from their verification email | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Register\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `passwordMismatchErrorMessage` | `password-mismatch-error-message` | The message to be displayed when password inputs do not match. | `string` | `\"Passwords do not match.\"` |\n| `redirectPath` | `redirect-path` | The page that participants are redirected to from the verification email. | `string` | `\"/verifyEmail\"` |\n| `requiredFieldErrorMessage` | `required-field-error-message` | The message to be displayed when a required field is not filled. | `string` | `\"Cannot be empty\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Register\"` |\n| `uppercaseErrorText` | `uppercase-error-text` | | `string` | `\"contain at least 1 uppercase character\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-register --> sqm-form-message\n sqm-portal-register --> sqm-password-field\n sqm-stencilbook --> sqm-portal-register\n style sqm-portal-register fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10164
10345
 
10165
10346
  const EditProfileReadme = "# sqm-portal-profile\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------------ | --------------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |\n| `countrytext` | `countrytext` | | `string` | `\"Country\"` |\n| `demoData` | -- | | `{ states?: { success: boolean; loading: boolean; submitDisabled: boolean; showCountry: boolean; formState: { country: string; firstName: string; lastName: string; errors: any; error: string; }; user: { id: string; accountId: string; firstName: string; lastName: string; email: string; countryCode: string; }; text: { firstnametext: string; lastnametext: string; emailtext: string; countrytext: string; editProfileHeader: string; editProfileSubHeader: string; submitChangeButtonText: string; submissionSuccessText?: string; fieldEmptyText?: string; }; }; }` | `undefined` |\n| `editProfileHeader` | `edit-profile-header` | | `string` | `\"Edit your profile\"` |\n| `editProfileSubHeader` | `edit-profile-sub-header` | | `string` | `\"Personal Information\"` |\n| `emailtext` | `emailtext` | | `string` | `\"Email\"` |\n| `fieldEmptyText` | `field-empty-text` | | `string` | `\"Field is required\"` |\n| `firstnametext` | `firstnametext` | | `string` | `\"First Name\"` |\n| `formErrorText` | `form-error-text` | | `string` | `\"Please correct the errors below to update your profile.\"` |\n| `hideCountry` | `hide-country` | | `boolean` | `false` |\n| `lastnametext` | `lastnametext` | | `string` | `\"Last Name\"` |\n| `networkRequestMessage` | `network-request-message` | | `string` | `\"An error occurred while loading this page. Please refresh the page.\"` |\n| `submissionSuccessText` | `submission-success-text` | | `string` | `\"Your profile has been successfully updated.\"` |\n| `submitChangeButtonText` | `submit-change-button-text` | | `string` | `\"Submit Changes\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-profile --> sqm-form-message\n style sqm-portal-profile fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10166
10347
 
10167
- const ResetPasswordReadme = "# sqm-portal-reset-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ----------------------------- | --------------------------------- | -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| `codeInvalidText` | `code-invalid-text` | | `string` | `\"The password reset code is invalid or has expired, please try again.\"` |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordFieldLabel` | `confirm-password-field-label` | | `string` | `\"Confirm Password\"` |\n| `continueButtonText` | `continue-button-text` | Button text displayed after a successful password reset. | `string` | `\"Continue\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; reset: boolean; confirmPassword: boolean; oobCodeValidating: boolean; oobCodeValid: boolean; passwordDemoData?: PasswordFieldViewDemoProps; content: { passwordResetHeader: string; resetPasswordHeader: string; continueButtonText: string; resetPasswordButtonText: string; confirmPasswordFieldLabel: string; passwordFieldLabel: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; resetSuccessText?: string; passwordMismatchText?: string; codeInvalidText?: string; }; }; }` | `undefined` |\n| `doesNotMeetRequirementsText` | `does-not-meet-requirements-text` | | `string` | `\"Password must meet the following requirements:\"` |\n| `failedPage` | `failed-page` | Redirect participants to this page if password reset fails due to an outdated reset attempt. | `string` | `\"/\"` |\n| `hasErrorText` | `has-error-text` | | `string` | `\"contain at least 1 number or symbol\"` |\n| `lowercaseErrorText` | `lowercase-error-text` | | `string` | `\"contain at least 1 lowercase character\"` |\n| `meetsRequirementsText` | `meets-requirements-text` | | `string` | `\"Password has met all requirements\"` |\n| `minErrorText` | `min-error-text` | | `string` | `\"be a minimum of 8 characters\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"An error occurred while resetting your password. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page when they successfully reset their password. | `string` | `\"/\"` |\n| `passwordFieldLabel` | `password-field-label` | | `string` | `\"New Password\"` |\n| `passwordMismatchText` | `password-mismatch-text` | | `string` | `\"Passwords do not match.\"` |\n| `passwordResetHeader` | `password-reset-header` | Displayed after a successful password reset. | `string` | `\"Password reset\"` |\n| `resetPasswordButtonText` | `reset-password-button-text` | | `string` | `\"Reset Password\"` |\n| `resetPasswordHeader` | `reset-password-header` | | `string` | `\"Reset your password\"` |\n| `resetSuccessText` | `reset-success-text` | | `string` | `\"Your password has been reset and you are being redirected. If you are not redirected, please click Continue.\"` |\n| `uppercaseErrorText` | `uppercase-error-text` | | `string` | `\"contain at least 1 uppercase character\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-reset-password --> sqm-form-message\n sqm-portal-reset-password --> sqm-password-field\n style sqm-portal-reset-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10348
+ const ResetPasswordReadme = "# sqm-portal-reset-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ----------------------------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| `codeInvalidText` | `code-invalid-text` | | `string` | `\"The password reset code is invalid or has expired, please try again.\"` |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordFieldLabel` | `confirm-password-field-label` | | `string` | `\"Confirm Password\"` |\n| `continueButtonText` | `continue-button-text` | Button text displayed after a successful password reset. | `string` | `\"Continue\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; reset: boolean; confirmPassword: boolean; oobCodeValidating: boolean; oobCodeValid: boolean; passwordDemoData?: PasswordFieldViewDemoProps; content: { passwordResetHeader: string; resetPasswordHeader: string; continueButtonText: string; resetPasswordButtonText: string; confirmPasswordFieldLabel: string; passwordFieldLabel: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; resetSuccessText?: string; passwordMismatchText?: string; codeInvalidText?: string; }; }; }` | `undefined` |\n| `doesNotMeetRequirementsText` | `does-not-meet-requirements-text` | | `string` | `\"Password must meet the following requirements:\"` |\n| `failedPage` | `failed-page` | Redirect participants to this page if password reset fails due to an outdated reset attempt. | `string` | `\"/\"` |\n| `hasErrorText` | `has-error-text` | | `string` | `\"contain at least 1 number or symbol\"` |\n| `lowercaseErrorText` | `lowercase-error-text` | | `string` | `\"contain at least 1 lowercase character\"` |\n| `meetsRequirementsText` | `meets-requirements-text` | | `string` | `\"Password has met all requirements\"` |\n| `minErrorText` | `min-error-text` | | `string` | `\"be a minimum of 8 characters\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when the password reset fails due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while resetting your password. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page when they successfully reset their password. | `string` | `\"/\"` |\n| `passwordFieldLabel` | `password-field-label` | | `string` | `\"New Password\"` |\n| `passwordMismatchText` | `password-mismatch-text` | | `string` | `\"Passwords do not match.\"` |\n| `passwordResetHeader` | `password-reset-header` | Displayed after a successful password reset. | `string` | `\"Password reset\"` |\n| `resetPasswordButtonText` | `reset-password-button-text` | | `string` | `\"Reset Password\"` |\n| `resetPasswordHeader` | `reset-password-header` | | `string` | `\"Reset your password\"` |\n| `resetSuccessText` | `reset-success-text` | | `string` | `\"Your password has been reset and you are being redirected. If you are not redirected, please click Continue.\"` |\n| `uppercaseErrorText` | `uppercase-error-text` | | `string` | `\"contain at least 1 uppercase character\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-reset-password --> sqm-form-message\n sqm-portal-reset-password --> sqm-password-field\n style sqm-portal-reset-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10168
10349
 
10169
- const EmailVerificationReadme = "# sqm-portal-email-verification\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ---------------------------- | ------------------------------ | ----------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; isVerified?: boolean; loadingVerification?: boolean; countdown?: number; }; content?: { email: string; verifyMessage: string; emailVerificationHeader: string; resendEmailButtonText: string; verificationStatusMessage?: string; verificationLoadingMessage?: string; verificationResentMessage?: string; }; }` | `undefined` |\n| `emailVerificationHeader` | `email-verification-header` | | `string` | `\"Verify your email\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"An error occurred while verifying your password. Please refresh the page.\"` |\n| `redirectPath` | `redirect-path` | Redirect participants to this page from their verification email. | `string` | `\"/verifyEmail\"` |\n| `resendEmailButtonText` | `resend-email-button-text` | | `string` | `\"Re-send Email\"` |\n| `verificationLoadingMessage` | `verification-loading-message` | | `string` | `\"Checking verification status\"` |\n| `verificationResentMessage` | `verification-resent-message` | | `string` | `\"Your verification email has been resent successfully\"` |\n| `verificationStatusMessage` | `verification-status-message` | | `string` | `\"Checking verification status in {countdown}\"` |\n| `verifyMessage` | `verify-message` | | `string` | `\"A verification email was sent to {email}. Please verify your email to continue to the portal. Resending an email will invalidate the previous email.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-email-verification --> sqm-form-message\n style sqm-portal-email-verification fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10350
+ const EmailVerificationReadme = "# sqm-portal-email-verification\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ---------------------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; isVerified?: boolean; loadingVerification?: boolean; countdown?: number; }; content?: { email: string; verifyMessage: string; emailVerificationHeader: string; resendEmailButtonText: string; verificationStatusMessage?: string; verificationLoadingMessage?: string; verificationResentMessage?: string; }; }` | `undefined` |\n| `emailVerificationHeader` | `email-verification-header` | | `string` | `\"Verify your email\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when your verification email fails to send due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while verifying your password. Please refresh the page.\"` |\n| `redirectPath` | `redirect-path` | Redirect participants to this page from their verification email. | `string` | `\"/verifyEmail\"` |\n| `resendEmailButtonText` | `resend-email-button-text` | | `string` | `\"Re-send Email\"` |\n| `verificationLoadingMessage` | `verification-loading-message` | | `string` | `\"Checking verification status\"` |\n| `verificationResentMessage` | `verification-resent-message` | | `string` | `\"Your verification email has been resent successfully\"` |\n| `verificationStatusMessage` | `verification-status-message` | | `string` | `\"Checking verification status in {countdown}\"` |\n| `verifyMessage` | `verify-message` | | `string` | `\"A verification email was sent to {email}. Please verify your email to continue to the portal. Resending an email will invalidate the previous email.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-email-verification --> sqm-form-message\n style sqm-portal-email-verification fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10170
10351
 
10171
- const EmailVerifiedReadme = "# sqm-portal-verify-email\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| `continueText` | `continue-text` | | `string` | `\"Continue\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; }; data?: { oobCode: string; }; content?: { verifySuccessText?: string; verifyEmailText?: string; verifyInvalidText?: string; continueText?: string; }; }` | `undefined` |\n| `failedPage` | `failed-page` | Redirect participants to this page if verification fails due to an outdated verification attempt. | `string` | `\"/\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"An error occurred while verifying your email. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page when they successfully verify their email. | `string` | `\"/\"` |\n| `verifyEmailText` | `verify-email-text` | | `string` | `\"Verify your email\"` |\n| `verifyInvalidText` | `verify-invalid-text` | | `string` | `\"The email verification code is invalid or has expired, please try again.\"` |\n| `verifySuccessText` | `verify-success-text` | | `string` | `\"Your email has been verified and you are being redirected. If you are not redirected, please click Continue.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-verify-email --> sqm-form-message\n style sqm-portal-verify-email fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10352
+ const EmailVerifiedReadme = "# sqm-portal-verify-email\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| `continueText` | `continue-text` | | `string` | `\"Continue\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; }; data?: { oobCode: string; }; content?: { verifySuccessText?: string; verifyEmailText?: string; verifyInvalidText?: string; continueText?: string; }; }` | `undefined` |\n| `failedPage` | `failed-page` | Redirect participants to this page if verification fails due to an outdated verification attempt. | `string` | `\"/\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when the email verification fails due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while verifying your email. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page when they successfully verify their email. | `string` | `\"/\"` |\n| `verifyEmailText` | `verify-email-text` | | `string` | `\"Verify your email\"` |\n| `verifyInvalidText` | `verify-invalid-text` | | `string` | `\"The email verification code is invalid or has expired, please try again.\"` |\n| `verifySuccessText` | `verify-success-text` | | `string` | `\"Your email has been verified and you are being redirected. If you are not redirected, please click Continue.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-verify-email --> sqm-form-message\n style sqm-portal-verify-email fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10172
10353
 
10173
10354
  const PortalTemplates_stories = {
10174
10355
  title: "Templates / Microsite",
@@ -10329,7 +10510,7 @@ const ProgramMenu = /*#__PURE__*/Object.freeze({
10329
10510
  const PoweredByImg_stories = {
10330
10511
  title: "Powered By",
10331
10512
  };
10332
- const Default$b = () => {
10513
+ const Default$d = () => {
10333
10514
  return h(PoweredByImg$1, null);
10334
10515
  };
10335
10516
  const CustomColor = () => {
@@ -10342,7 +10523,7 @@ const CustomWidthAndHeight = () => {
10342
10523
  const PoweredByImg = /*#__PURE__*/Object.freeze({
10343
10524
  __proto__: null,
10344
10525
  'default': PoweredByImg_stories,
10345
- Default: Default$b,
10526
+ Default: Default$d,
10346
10527
  CustomColor: CustomColor,
10347
10528
  CustomWidthAndHeight: CustomWidthAndHeight
10348
10529
  });
@@ -10355,7 +10536,7 @@ const PortalFooter_stories = {
10355
10536
  scenario: scenario$f,
10356
10537
  },
10357
10538
  };
10358
- const defaultProps$9 = {
10539
+ const defaultProps$b = {
10359
10540
  supportEmail: "support@example.com",
10360
10541
  supportText: "For program support, contact {email}",
10361
10542
  hidePoweredBy: false,
@@ -10365,12 +10546,12 @@ const defaultProps$9 = {
10365
10546
  paddingBottom: "large",
10366
10547
  paddingLeft: "large",
10367
10548
  };
10368
- const DefaultFooter = () => h(PortalFooterView, Object.assign({}, defaultProps$9));
10369
- const FooterWithTerms = () => (h(PortalFooterView, Object.assign({}, defaultProps$9, { termsLink: "https://example.com", termsText: "Terms and Conditions" })));
10370
- const FooterWithFAQ = () => (h(PortalFooterView, Object.assign({}, defaultProps$9, { faqLink: "https://example.com", faqText: "FAQ" })));
10371
- const FooterWithTermsAndFAQ = () => (h(PortalFooterView, Object.assign({}, defaultProps$9, { termsLink: "https://example.com", termsText: "Terms and Conditions", faqLink: "https://example.com", faqText: "FAQ" })));
10372
- const FooterNoPoweredBy = () => (h(PortalFooterView, Object.assign({}, defaultProps$9, { termsLink: "https://example.com", termsText: "Terms and Conditions", faqLink: "https://example.com", faqText: "FAQ", hidePoweredBy: true })));
10373
- const FooterNoSupportText = () => (h(PortalFooterView, Object.assign({}, defaultProps$9, { termsLink: "https://example.com", termsText: "Terms and Conditions", faqLink: "https://example.com", faqText: "FAQ", hideSupportText: true })));
10549
+ const DefaultFooter = () => h(PortalFooterView, Object.assign({}, defaultProps$b));
10550
+ const FooterWithTerms = () => (h(PortalFooterView, Object.assign({}, defaultProps$b, { termsLink: "https://example.com", termsText: "Terms and Conditions" })));
10551
+ const FooterWithFAQ = () => (h(PortalFooterView, Object.assign({}, defaultProps$b, { faqLink: "https://example.com", faqText: "FAQ" })));
10552
+ const FooterWithTermsAndFAQ = () => (h(PortalFooterView, Object.assign({}, defaultProps$b, { termsLink: "https://example.com", termsText: "Terms and Conditions", faqLink: "https://example.com", faqText: "FAQ" })));
10553
+ const FooterNoPoweredBy = () => (h(PortalFooterView, Object.assign({}, defaultProps$b, { termsLink: "https://example.com", termsText: "Terms and Conditions", faqLink: "https://example.com", faqText: "FAQ", hidePoweredBy: true })));
10554
+ const FooterNoSupportText = () => (h(PortalFooterView, Object.assign({}, defaultProps$b, { termsLink: "https://example.com", termsText: "Terms and Conditions", faqLink: "https://example.com", faqText: "FAQ", hideSupportText: true })));
10374
10555
 
10375
10556
  const PortalFooter = /*#__PURE__*/Object.freeze({
10376
10557
  __proto__: null,
@@ -10652,7 +10833,7 @@ const props$1 = {
10652
10833
  },
10653
10834
  },
10654
10835
  };
10655
- const errorProps$8 = {
10836
+ const errorProps$9 = {
10656
10837
  states: {
10657
10838
  registrationFormState: {
10658
10839
  validationErrors: {
@@ -10670,7 +10851,7 @@ const NameFields = () => {
10670
10851
  return h(NameFieldsView, Object.assign({}, props$1));
10671
10852
  };
10672
10853
  const NameFieldsWithErrors = () => {
10673
- return h(NameFieldsView, Object.assign({}, errorProps$8));
10854
+ return h(NameFieldsView, Object.assign({}, errorProps$9));
10674
10855
  };
10675
10856
 
10676
10857
  const NameFields$1 = /*#__PURE__*/Object.freeze({
@@ -10688,7 +10869,7 @@ const CheckboxField_stories = {
10688
10869
  scenario: scenario$j,
10689
10870
  },
10690
10871
  };
10691
- const defaultProps$a = {
10872
+ const defaultProps$c = {
10692
10873
  states: {
10693
10874
  registrationFormState: {
10694
10875
  validationErrors: {},
@@ -10696,7 +10877,7 @@ const defaultProps$a = {
10696
10877
  checked: false,
10697
10878
  },
10698
10879
  content: {
10699
- checkboxName: "agree",
10880
+ checkboxName: "terms",
10700
10881
  checkboxLabel: "By signing up you agree to the {labelLink}",
10701
10882
  checkboxLabelLink: "https://example.com",
10702
10883
  checkboxLabelLinkText: "Terms and Conditions",
@@ -10729,35 +10910,35 @@ const defaultRegisterProps = {
10729
10910
  invalidEmailErrorMessage: "Must be a valid email address",
10730
10911
  },
10731
10912
  };
10732
- const Default$c = createHookStory(() => (h(CheckboxFieldView, Object.assign({}, defaultProps$a))));
10733
- const DefaultChecked = createHookStory(() => (h(CheckboxFieldView, Object.assign({}, defaultProps$a, { states: {
10734
- ...defaultProps$a.states,
10913
+ const Default$e = createHookStory(() => (h(CheckboxFieldView, Object.assign({}, defaultProps$c))));
10914
+ const DefaultChecked = createHookStory(() => (h(CheckboxFieldView, Object.assign({}, defaultProps$c, { states: {
10915
+ ...defaultProps$c.states,
10735
10916
  checked: true,
10736
10917
  } }))));
10737
- const CustomLabel = createHookStory(() => (h(CheckboxFieldView, Object.assign({}, defaultProps$a, { content: {
10738
- ...defaultProps$a.content,
10918
+ const CustomLabel = createHookStory(() => (h(CheckboxFieldView, Object.assign({}, defaultProps$c, { content: {
10919
+ ...defaultProps$c.content,
10739
10920
  checkboxLabel: "I Agree",
10740
10921
  } }))));
10741
- const Error$4 = createHookStory(() => (h(CheckboxFieldView, Object.assign({}, defaultProps$a, { states: {
10742
- ...defaultProps$a.states,
10922
+ const Error$5 = createHookStory(() => (h(CheckboxFieldView, Object.assign({}, defaultProps$c, { states: {
10923
+ ...defaultProps$c.states,
10743
10924
  registrationFormState: {
10744
10925
  validationErrors: {
10745
10926
  agree: "Must be checked",
10746
10927
  },
10747
10928
  },
10748
10929
  } }))));
10749
- const CustomError = createHookStory(() => (h(CheckboxFieldView, Object.assign({}, defaultProps$a, { states: {
10750
- ...defaultProps$a.states,
10930
+ const CustomError = createHookStory(() => (h(CheckboxFieldView, Object.assign({}, defaultProps$c, { states: {
10931
+ ...defaultProps$c.states,
10751
10932
  registrationFormState: {
10752
10933
  validationErrors: {
10753
10934
  agree: "Must be checked",
10754
10935
  },
10755
10936
  },
10756
10937
  }, content: {
10757
- ...defaultProps$a.content,
10938
+ ...defaultProps$c.content,
10758
10939
  errorMessage: "This checkbox must be checked to continue",
10759
10940
  } }))));
10760
- const TermsAndConditions$1 = createHookStory(() => (h(PortalRegisterView, Object.assign({}, defaultRegisterProps, {
10941
+ const TermsAndConditions$2 = createHookStory(() => (h(PortalRegisterView, Object.assign({}, defaultRegisterProps, {
10761
10942
  //@ts-ignore
10762
10943
  content: {
10763
10944
  ...defaultRegisterProps.content,
@@ -10784,16 +10965,34 @@ const TermsAndConditionsLongCustomLabel = createHookStory(() => (h(PortalRegiste
10784
10965
  const CheckboxField = /*#__PURE__*/Object.freeze({
10785
10966
  __proto__: null,
10786
10967
  'default': CheckboxField_stories,
10787
- Default: Default$c,
10968
+ Default: Default$e,
10788
10969
  DefaultChecked: DefaultChecked,
10789
10970
  CustomLabel: CustomLabel,
10790
- Error: Error$4,
10971
+ Error: Error$5,
10791
10972
  CustomError: CustomError,
10792
- TermsAndConditions: TermsAndConditions$1,
10973
+ TermsAndConditions: TermsAndConditions$2,
10793
10974
  TermsAndConditionsCustomLabel: TermsAndConditionsCustomLabel,
10794
10975
  TermsAndConditionsLongCustomLabel: TermsAndConditionsLongCustomLabel
10795
10976
  });
10796
10977
 
10978
+ const scenario$k = "@owner:zach\n@author:zach\nFeature: Marketing Emails Checkbox\n\n A checkbox that is used to opt in for marketing emails.\n\n Background: The microsite registration form contains a marketing emails checkbox\n\n Scenario: The registration form can be configured to include a marketing emails checkbox\n Given a user is viewing the \"/register\"\n And \"/register\" contains the registration form\n And they have added a marketing emails checkbox to the form in the content editor\n Then the registration form has the following fields\n | fields |\n | first name |\n | last name |\n | email |\n | password |\n | Marketing Emails Checkbox |\n\n\n Scenario: The user can opt in to marketing emails\n Given the user is filling out the registration form\n And the fields have valid input\n And the marketing emails checkbox is checked\n When they try to register\n Then the form is submitted\n And there are no errors\n And the \"marketingEmailOptIn\" value is set to true\n And the user is opted in to marketing emails\n\n\n @motivating\n Scenario: Checkbox is optional by default\n Given the user is filling out the registration form\n And the name fields have valid input\n And the email field has valid input\n And the password field has valid input\n And the checkbox is not checked\n When they try to register\n Then the form is submitted\n And there is no error for the checkbox\n\n Scenario: The form field name is provided by default\n Given the customer has added a marketing emails checkbox to their registration form\n Then the field name is automatically set to \"marketingEmailOptIn\"\n And the name is not configurable";
10979
+
10980
+ const MarketingEmailsCheckbox_stories = {
10981
+ title: "Components/Marketing Emails Checkbox",
10982
+ parameters: {
10983
+ scenario: scenario$k,
10984
+ },
10985
+ };
10986
+ const Default$f = () => {
10987
+ return h("sqm-marketing-emails-checkbox", null);
10988
+ };
10989
+
10990
+ const MarketingEmailsCheckbox = /*#__PURE__*/Object.freeze({
10991
+ __proto__: null,
10992
+ 'default': MarketingEmailsCheckbox_stories,
10993
+ Default: Default$f
10994
+ });
10995
+
10797
10996
  const UseCheckboxField_stories = {
10798
10997
  title: "Hooks / useCheckboxField",
10799
10998
  parameters: {
@@ -10823,7 +11022,7 @@ function setupGraphQL$9() {
10823
11022
  }, []);
10824
11023
  return { id, accountId };
10825
11024
  }
10826
- const TermsAndConditions$2 = createHookStory(() => {
11025
+ const TermsAndConditions$3 = createHookStory(() => {
10827
11026
  setupGraphQL$9();
10828
11027
  return (h("sqm-portal-register", null,
10829
11028
  h("div", { slot: "terms" },
@@ -10861,7 +11060,7 @@ const MissingName = createHookStory(() => {
10861
11060
  const UseCheckboxField = /*#__PURE__*/Object.freeze({
10862
11061
  __proto__: null,
10863
11062
  'default': UseCheckboxField_stories,
10864
- TermsAndConditions: TermsAndConditions$2,
11063
+ TermsAndConditions: TermsAndConditions$3,
10865
11064
  TermsAndConditionsWithLabel: TermsAndConditionsWithLabel,
10866
11065
  MultipleCheckboxes: MultipleCheckboxes,
10867
11066
  OptionalCheckboxes: OptionalCheckboxes,
@@ -10871,7 +11070,7 @@ const UseCheckboxField = /*#__PURE__*/Object.freeze({
10871
11070
  const DropdownField_stories = {
10872
11071
  title: "Components/Dropdown Field",
10873
11072
  };
10874
- const defaultProps$b = {
11073
+ const defaultProps$d = {
10875
11074
  states: {
10876
11075
  registrationFormState: {},
10877
11076
  },
@@ -10886,24 +11085,24 @@ const defaultProps$b = {
10886
11085
  ],
10887
11086
  },
10888
11087
  };
10889
- const Default$d = createHookStory(() => (h(DropdownFieldView, Object.assign({}, defaultProps$b))));
10890
- const CustomLabel$1 = createHookStory(() => (h(DropdownFieldView, Object.assign({}, defaultProps$b, { content: {
10891
- ...defaultProps$b.content,
11088
+ const Default$g = createHookStory(() => (h(DropdownFieldView, Object.assign({}, defaultProps$d))));
11089
+ const CustomLabel$1 = createHookStory(() => (h(DropdownFieldView, Object.assign({}, defaultProps$d, { content: {
11090
+ ...defaultProps$d.content,
10892
11091
  dropdownLabel: "Pick your favorite",
10893
11092
  } }))));
10894
- const Error$5 = createHookStory(() => (h(DropdownFieldView, Object.assign({}, defaultProps$b, { states: {
10895
- ...defaultProps$b.states,
11093
+ const Error$6 = createHookStory(() => (h(DropdownFieldView, Object.assign({}, defaultProps$d, { states: {
11094
+ ...defaultProps$d.states,
10896
11095
  registrationFormState: {
10897
11096
  validationErrors: {
10898
11097
  options: "Must select an option",
10899
11098
  },
10900
11099
  },
10901
11100
  } }))));
10902
- const CustomError$1 = createHookStory(() => (h(DropdownFieldView, Object.assign({}, defaultProps$b, { content: {
10903
- ...defaultProps$b.content,
11101
+ const CustomError$1 = createHookStory(() => (h(DropdownFieldView, Object.assign({}, defaultProps$d, { content: {
11102
+ ...defaultProps$d.content,
10904
11103
  errorMessage: "An option must be selected to continue",
10905
11104
  }, states: {
10906
- ...defaultProps$b.states,
11105
+ ...defaultProps$d.states,
10907
11106
  registrationFormState: {
10908
11107
  validationErrors: {
10909
11108
  options: "Must select an option",
@@ -10914,9 +11113,9 @@ const CustomError$1 = createHookStory(() => (h(DropdownFieldView, Object.assign(
10914
11113
  const DropdownField = /*#__PURE__*/Object.freeze({
10915
11114
  __proto__: null,
10916
11115
  'default': DropdownField_stories,
10917
- Default: Default$d,
11116
+ Default: Default$g,
10918
11117
  CustomLabel: CustomLabel$1,
10919
- Error: Error$5,
11118
+ Error: Error$6,
10920
11119
  CustomError: CustomError$1
10921
11120
  });
10922
11121
 
@@ -10979,15 +11178,15 @@ const UseDropdownField = /*#__PURE__*/Object.freeze({
10979
11178
  MissingName: MissingName$1
10980
11179
  });
10981
11180
 
10982
- const scenario$k = "@author:derek\n@owner:derek\nFeature: Form Input Field\n\n This component is used as a custom registration field during registration. The field can be text,\n a date or phone number. A motivating use case is to ask for a users company name, this value would then be mapped\n through the Managed Identity Service and upserted on the user after registration.\n\n Background: A user exists and is viewing the hosted portal registration\n Given a user is viewing \"/register\"\n And \"/register\" contains the registration form\n And the registration form has a custom input field\n\n @motivating\n Scenario Outline: Input fields are required by default but can be optional\n Given the input has prop \"field-optional\" with <value>\n And the input is empty\n When the user tries to register\n Then the input <mayBe> highlighted in red\n And an error message <mayAppear> in red below\n And form submission <mayBe> blocked\n Examples:\n | value | mayBe | mayAppear |\n | false | is | appears |\n | | is | appears |\n | true | isn't | doesn't appear |\n\n @motivating\n Scenario: Input field labels are configurable\n Given the input has prop \"field-label\" with value \"My Custom Input\"\n When the user views the registration form\n Then they see the input field\n And it has label \"My Custom Input\" above the input\n\n @minutia\n Scenario Outline: The validation error message is configurable\n The error message string is evaluated as an ICU string, but currently is provided no context\n Given the input is required\n And it has prop \"error-message\" with <value>\n When the user tries to register\n But they haven't filled in the input\n Then they see <errorMessage> below\n Examples:\n | value | errorMessage |\n | | Cannot be empty |\n | My Custom Message | My Custom Message |\n\n @motivating\n Scenario: Form data attribute name is configurable\n Given the input has prop \"field-name\" with value \"myCustomField\"\n When the user types \"testing testing\" into the input\n And they register\n Then \"testing testing\" is submitted under \"myCustomField\" in the form data\n\n @motivating\n Scenario Outline: The input field is a text input by default\n Given the input <mayHave> prop \"field-type\" with <value>\n When the user views the input field\n Then it is a text input\n Examples:\n | mayHave | value |\n | has | text |\n | doesn't have | |\n\n @motivating\n Scenario: Date type inputs are supported\n Given the input has prop \"field-type\" \"date\"\n When the user views the input field\n Then they see \"mm/dd/yyyy\" as a placeholder\n And they see a calendar icon on the right\n When they start typing a date\n Then it maintains the \"mm/dd/yyyy\" format\n When they click the calendar icon\n Then a dropdown appears\n And they see a calendar\n When they select a date\n Then it is applied to the input\n\n @landmine\n Scenario: The clear text button in the date picker does not clear the date\n Due to an incompatibility between our shoelace version and the browser, the clear funtionality is not supported currently\n Given the input has prop \"field-type\" \"date\"\n And the user has entered a date\n When they click the calendar icon\n And click the 'clear' text button\n Then their selected date is not cleared\n\n @motivating\n Scenario: Phone number type inputs are supported\n Given the input has prop \"field-type\" with value \"tel\"\n When the user starts typing a phone number in the input\n Then it is formatted into the following form \"(XXX) XXX-XXXX\"\n When they pre-fix their phone number with a \"1\"\n Then it is formatted into the following form \"1 (XXX) XXX-XXXX\"\n\n @landmine\n Scenario: Telephone formatting is removed after 10 numbers\n Given a user using a phone number input field\n And they entered their 10 character phone number\n And it was not prefixed with a 1\n When they add another character\n Then the formatting is removed\n\n @landmine\n Scenario Outline: Input values are always recorded as strings in the form data\n Given the input has prop \"field-type\" with <value>\n And it has a \"field-name\"\n When the user inputs <formInput>\n And they register\n Then <formData> is recorded in the form data as a string\n Examples:\n | value | formInput | formData |\n | text | Hello there | Hello there |\n | date | 05/07/2021 | 2021-05-07 |\n | tel | (250) 234-9877 | (250) 234-9877 |\n\n @minutia\n Scenario Outline: The input field component fails fast if a field name isn't provided\n Given the input <mayHave> prop \"field-name\"\n And it <mayHavePropValue>\n When a user views the input\n Then an alert with an error message is displayed in place of the input\n And it has a details section\n When \"More details\" is clicked\n Then the following information is displayed\n | information |\n | component being used |\n | missing attribute(s) |\n Examples:\n | mayBeAnAttribute | mayHavePropValue |\n | doesn't have | N/A |\n | has | \"\" |\n | has | |";
11181
+ const scenario$l = "@author:derek\n@owner:derek\nFeature: Form Input Field\n\n This component is used as a custom registration field during registration. The field can be text,\n a date or phone number. A motivating use case is to ask for a users company name, this value would then be mapped\n through the Managed Identity Service and upserted on the user after registration.\n\n Background: A user exists and is viewing the hosted portal registration\n Given a user is viewing \"/register\"\n And \"/register\" contains the registration form\n And the registration form has a custom input field\n\n @motivating\n Scenario Outline: Input fields are required by default but can be optional\n Given the input has prop \"field-optional\" with <value>\n And the input is empty\n When the user tries to register\n Then the input <mayBe> highlighted in red\n And an error message <mayAppear> in red below\n And form submission <mayBe> blocked\n Examples:\n | value | mayBe | mayAppear |\n | false | is | appears |\n | | is | appears |\n | true | isn't | doesn't appear |\n\n @motivating\n Scenario: Input field labels are configurable\n Given the input has prop \"field-label\" with value \"My Custom Input\"\n When the user views the registration form\n Then they see the input field\n And it has label \"My Custom Input\" above the input\n\n @minutia\n Scenario Outline: The validation error message is configurable\n The error message string is evaluated as an ICU string, but currently is provided no context\n Given the input is required\n And it has prop \"error-message\" with <value>\n When the user tries to register\n But they haven't filled in the input\n Then they see <errorMessage> below\n Examples:\n | value | errorMessage |\n | | Cannot be empty |\n | My Custom Message | My Custom Message |\n\n @motivating\n Scenario: Form data attribute name is configurable\n Given the input has prop \"field-name\" with value \"myCustomField\"\n When the user types \"testing testing\" into the input\n And they register\n Then \"testing testing\" is submitted under \"myCustomField\" in the form data\n\n @motivating\n Scenario Outline: The input field is a text input by default\n Given the input <mayHave> prop \"field-type\" with <value>\n When the user views the input field\n Then it is a text input\n Examples:\n | mayHave | value |\n | has | text |\n | doesn't have | |\n\n @motivating\n Scenario: Date type inputs are supported\n Given the input has prop \"field-type\" \"date\"\n When the user views the input field\n Then they see \"mm/dd/yyyy\" as a placeholder\n And they see a calendar icon on the right\n When they start typing a date\n Then it maintains the \"mm/dd/yyyy\" format\n When they click the calendar icon\n Then a dropdown appears\n And they see a calendar\n When they select a date\n Then it is applied to the input\n\n @landmine\n Scenario: The clear text button in the date picker does not clear the date\n Due to an incompatibility between our shoelace version and the browser, the clear funtionality is not supported currently\n Given the input has prop \"field-type\" \"date\"\n And the user has entered a date\n When they click the calendar icon\n And click the 'clear' text button\n Then their selected date is not cleared\n\n @motivating\n Scenario: Phone number type inputs are supported\n Given the input has prop \"field-type\" with value \"tel\"\n When the user starts typing a phone number in the input\n Then it is formatted into the following form \"(XXX) XXX-XXXX\"\n When they pre-fix their phone number with a \"1\"\n Then it is formatted into the following form \"1 (XXX) XXX-XXXX\"\n\n @landmine\n Scenario: Telephone formatting is removed after 10 numbers\n Given a user using a phone number input field\n And they entered their 10 character phone number\n And it was not prefixed with a 1\n When they add another character\n Then the formatting is removed\n\n @landmine\n Scenario Outline: Input values are always recorded as strings in the form data\n Given the input has prop \"field-type\" with <value>\n And it has a \"field-name\"\n When the user inputs <formInput>\n And they register\n Then <formData> is recorded in the form data as a string\n Examples:\n | value | formInput | formData |\n | text | Hello there | Hello there |\n | date | 05/07/2021 | 2021-05-07 |\n | tel | (250) 234-9877 | (250) 234-9877 |\n\n @minutia\n Scenario Outline: The input field component fails fast if a field name isn't provided\n Given the input <mayHave> prop \"field-name\"\n And it <mayHavePropValue>\n When a user views the input\n Then an alert with an error message is displayed in place of the input\n And it has a details section\n When \"More details\" is clicked\n Then the following information is displayed\n | information |\n | component being used |\n | missing attribute(s) |\n Examples:\n | mayBeAnAttribute | mayHavePropValue |\n | doesn't have | N/A |\n | has | \"\" |\n | has | |";
10983
11182
 
10984
11183
  const InputField_stories = {
10985
11184
  title: "Components/Input Field",
10986
11185
  parameters: {
10987
- scenario: scenario$k,
11186
+ scenario: scenario$l,
10988
11187
  },
10989
11188
  };
10990
- const defaultProps$c = {
11189
+ const defaultProps$e = {
10991
11190
  states: {
10992
11191
  registrationFormState: {
10993
11192
  validationErrors: {},
@@ -11024,21 +11223,21 @@ const defaultRegisterProps$1 = {
11024
11223
  invalidEmailErrorMessage: "Must be a valid email address",
11025
11224
  },
11026
11225
  };
11027
- const Default$e = () => h(InputFieldView, Object.assign({}, defaultProps$c));
11028
- const CustomLabel$2 = () => (h(InputFieldView, Object.assign({}, defaultProps$c, { content: { ...defaultProps$c.content, fieldLabel: "My Label" } })));
11029
- const Error$6 = () => (h(InputFieldView, Object.assign({}, defaultProps$c, { states: {
11030
- ...defaultProps$c.states,
11226
+ const Default$h = () => h(InputFieldView, Object.assign({}, defaultProps$e));
11227
+ const CustomLabel$2 = () => (h(InputFieldView, Object.assign({}, defaultProps$e, { content: { ...defaultProps$e.content, fieldLabel: "My Label" } })));
11228
+ const Error$7 = () => (h(InputFieldView, Object.assign({}, defaultProps$e, { states: {
11229
+ ...defaultProps$e.states,
11031
11230
  registrationFormState: {
11032
11231
  validationErrors: {
11033
11232
  field: "Cannot be empty",
11034
11233
  },
11035
11234
  },
11036
11235
  } })));
11037
- const CustomError$2 = () => (h(InputFieldView, Object.assign({}, defaultProps$c, { content: {
11038
- ...defaultProps$c.content,
11236
+ const CustomError$2 = () => (h(InputFieldView, Object.assign({}, defaultProps$e, { content: {
11237
+ ...defaultProps$e.content,
11039
11238
  errorMessage: "A value must be entered to continue",
11040
11239
  }, states: {
11041
- ...defaultProps$c.states,
11240
+ ...defaultProps$e.states,
11042
11241
  registrationFormState: {
11043
11242
  validationErrors: {
11044
11243
  field: "Cannot be empty",
@@ -11046,27 +11245,27 @@ const CustomError$2 = () => (h(InputFieldView, Object.assign({}, defaultProps$c,
11046
11245
  },
11047
11246
  } })));
11048
11247
  const DateType = () => {
11049
- return (h(InputFieldView, Object.assign({}, defaultProps$c, { content: {
11050
- ...defaultProps$c.content,
11248
+ return (h(InputFieldView, Object.assign({}, defaultProps$e, { content: {
11249
+ ...defaultProps$e.content,
11051
11250
  fieldLabel: "Date",
11052
11251
  fieldType: "date",
11053
11252
  } })));
11054
11253
  };
11055
11254
  const TelType = () => {
11056
- return (h(InputFieldView, Object.assign({}, defaultProps$c, { content: {
11057
- ...defaultProps$c.content,
11255
+ return (h(InputFieldView, Object.assign({}, defaultProps$e, { content: {
11256
+ ...defaultProps$e.content,
11058
11257
  fieldLabel: "Phone Number",
11059
11258
  fieldType: "tel",
11060
11259
  } })));
11061
11260
  };
11062
11261
  const RegistrationField = () => (h(PortalRegisterView, Object.assign({}, defaultRegisterProps$1, { content: {
11063
11262
  ...defaultRegisterProps$1.content,
11064
- formData: h(InputFieldView, Object.assign({}, defaultProps$c)),
11263
+ formData: h(InputFieldView, Object.assign({}, defaultProps$e)),
11065
11264
  } })));
11066
11265
  const RegistrationFieldCustomLabel = () => (h(PortalRegisterView, Object.assign({}, defaultRegisterProps$1, { content: {
11067
11266
  ...defaultRegisterProps$1.content,
11068
- formData: (h(InputFieldView, Object.assign({}, defaultProps$c, { content: {
11069
- ...defaultProps$c.content,
11267
+ formData: (h(InputFieldView, Object.assign({}, defaultProps$e, { content: {
11268
+ ...defaultProps$e.content,
11070
11269
  fieldLabel: "Data",
11071
11270
  } }))),
11072
11271
  } })));
@@ -11074,9 +11273,9 @@ const RegistrationFieldCustomLabel = () => (h(PortalRegisterView, Object.assign(
11074
11273
  const InputField = /*#__PURE__*/Object.freeze({
11075
11274
  __proto__: null,
11076
11275
  'default': InputField_stories,
11077
- Default: Default$e,
11276
+ Default: Default$h,
11078
11277
  CustomLabel: CustomLabel$2,
11079
- Error: Error$6,
11278
+ Error: Error$7,
11080
11279
  CustomError: CustomError$2,
11081
11280
  DateType: DateType,
11082
11281
  TelType: TelType,
@@ -11087,7 +11286,7 @@ const InputField = /*#__PURE__*/Object.freeze({
11087
11286
  const UseInputField_stories = {
11088
11287
  title: "Hooks / useInputField",
11089
11288
  parameters: {
11090
- scenario: scenario$k,
11289
+ scenario: scenario$l,
11091
11290
  },
11092
11291
  };
11093
11292
  function setupGraphQL$b() {
@@ -11169,12 +11368,12 @@ const UseInputField = /*#__PURE__*/Object.freeze({
11169
11368
  MissingName: MissingName$2
11170
11369
  });
11171
11370
 
11172
- const scenario$l = "@author:derek\n@owner:derek\nFeature: Reward Exchange List\n\n The Reward Exchange List gives end users the power to exchange their rewards for other rewards.\n It populates a list from the reward exchange rules set up on a given tenant.\n\n Background:\n Given a tenant with reward exchange rules\n\n @motivating\n @ui\n Scenario: The empty state is shown if there are no visible exchanges\n Given a user with no visible exchanges\n When they view the reward exchange\n Then no exchange options are displayed\n And they see an image of a present\n And \"Redeem Rewards\" in bold\n And \"Use your points to redeem rewards once they become available\" below the bolded text\n And the pagination buttons are disabled\n\n @minutia\n @ui\n Scenario: A custom empty state can be provided\n Given a user with no visible exchanges\n And a custom empty state has been supplied in the \"empty\" slot\n When they view the reward exchange\n Then they see the custom empty state\n\n @motivating\n @ui\n Scenario: A Loading Skeleton is displayed when the reward exchange rules are loading\n Given a user\n When they load the reward exchange list\n Then they see a loading Skeleton\n And it has 8 skeleton cards\n When the reward exchange rules have loaded\n Then the skeleton is replaced with reward exchange options\n\n @motivating\n Scenario: An error banner appears when the reward exchange list fails to load\n Given a user trying to view the reward exchange list\n But it fails to load\n Then an error banner is displayed\n And it displays \"Unable to load reward exchange list. Please try again\"\n\n @motivating\n @ui\n Scenario: The exchange progress bar progresses through the exchange process\n Given a user who is eligible for the tenants reward exchange rules\n When they view the reward exchange list\n Then the process bar displays the following elements\n | elements |\n | Step 1 `Rewards` title in black |\n | Step 1 circle with green outline, white fill and number 1 in green |\n | Step 2 `Select` title in grey |\n | Step 2 circle with grey fill and number 2 in white |\n | Step 3 `Confirm` title in grey |\n | Step 3 circle with grey fill and number 3 in white |\n | lines between all steps are greyed out |\n When they continue to the selection page\n Then the progress bar displays the following elements\n | elements |\n | Step 1 `Rewards` title in black |\n | Step 1 circle with white checkmark and green fill |\n | Step 2 `Select` title in black |\n | Step 2 circle with green outline, white fill and number 2 in green |\n | Step 3 `Confirm` title in grey |\n | Step 3 circle with grey fill and number 3 in white |\n | Green line between step 1 and 2 |\n | Grey line between step 2 and 3 |\n When they continue to the confirmation page\n Then the progress bar displays the following elements\n | elements |\n | Step 1 `Rewards` title in black |\n | Step 1 circle with white checkmark and green fill |\n | Step 2 `Select` title in black |\n | Step 2 circle with white checkmark and green fill |\n | Step 3 `Confirm` title in black |\n | Step 3 circle with green outline, white fill and number 3 in green |\n | Green line between all steps |\n When they continue to the redemption page\n Then the progress bar displays the following elements\n | elements |\n | Step 1 `Rewards` title in black |\n | Step 1 circle with white checkmark and green fill |\n | Step 2 `Select` title in black |\n | Step 2 circle with white checkmark and green fill |\n | Step 3 `Confirm` title in black |\n | Step 3 circle with white checkmark and green fill |\n | Green line between all steps |\n\n @motivating\n Scenario: Users must choose a reward exchange option to continue to the selection page\n Given a user who is eligible for the tenants reward exchange rules\n When they view the reward exchange list\n Then the 'Continue' button is disabled\n When they select a reward exchange card\n Then the card is outlined in brand colour with a brand colour cirlcular check box icon in the top right\n And the continue button is no longer disabled\n When they click \"Continue\"\n Then they are brought to the selection page\n\n @motivating\n @ui\n Scenario: Reward exchange rule names and images are used in the reward exchange cards\n Given a tenant reward exchange rule\n And it has name \"My Visa Exchange Rule\"\n And it has an image\n When a user views the reward exchange list\n Then they see a exchange card with title \"My Visa Exchange Rule\"\n And the exchange image on the left hand side of the card\n\n @motivating\n Scenario Outline: Reward exchange source values are displayed on reward exchange cards\n Given a <type> reward exchange rule\n When a user views the reward exchange list\n Then they see <text> under the name on the exchange option cards\n And the pretty values are localized to a user locale\n Examples:\n | type | text |\n | FIXED_GLOBAL_REWARD | the exchange source pretty value |\n | STEPPED_FIXED_GLOBAL_REWARD | the exchange source min pretty value to the source max pretty value |\n | VARIABLE_GLOBAL_REWARD | the exchange source min pretty value to the source max pretty value |\n | VARIABLE_CREDIT_REWARD | the exchange source min pretty value to the source max pretty value |\n\n @motivating\n Scenario Outline: Reward exchange cards can display customized error messages\n Given a reward exchange rule\n And it has <availabilityPredicate>\n And the reward exchange list has prop \"not-available-error\" with <value>\n When the user views the reward exchange list\n Then the card for the reward exchange rule is disabled\n And <message> is displayed\n Examples:\n | availabilityPredicate | value | message |\n | 'champion' in user.segments ? \"NOT_CHAMPION\" : true | {unavailableReasonCode, select, NOT_CHAMPION {Sorry must be a champion!} other {unavailableReasonCode} } | Sorry must be a champion! |\n | user.customFields.purchaseCount < 10 ? \"MORE_PURCHASE\" : true | {unavailableReasonCode, select, MORE_PURCHASE {Complete 10 purchases to unlock} other {unavailableReasonCode} } | Complete 10 purchases to unlock |\n\n @motivating\n Scenario: Exchange options are disabled if they put a user over the W9 limit\n Given a user who is approaching their W9 limit\n And a reward exchange rule\n And its destination reward has a US taxable value that would put the user over their limit\n When they view the reward exchange list\n Then the reward exchange card is disabled\n And a \"US Tax Limit\" error message is displayed on to the right of a exclamation triangle icon\n And the text is orange\n And the icon is orange\n\n @motivating\n Scenario Outline: Exchange options are disabled if a users lacks enough credit to redeem\n Given a <type> reward exchange rule\n But the user lacks enough credit to exchange for it\n When they view the reward exchange list\n Then the reward exchange card is disabled\n And a <text> error message is displayed on to the right of a exclamation triangle icon\n And the text is orange\n And the icon is orange\n Examples:\n | type | text |\n | FIXED_GLOBAL_REWARD | {prettySourceValue} required |\n | STEPPED_FIXED_GLOBAL_REWARD | {prettySourceMinValue} required |\n | VARIABLE_GLOBAL_REWARD | {prettySourceMinValue} required |\n | VARIABLE_CREDIT_REWARD | {prettySourceMinValue} required |\n\n @motivating\n Scenario: Users can go back to the Rewards page from the Select page\n Given a user viewing the Select page\n Then they see a \"Cancel\" text button\n And a \"Continue to confirmation\" brand colour button in the bottom right corner\n When they click \"Cancel\"\n Then they return to the Rewards page\n\n @motivating\n Scenario: Users can go back to the Select Page from the Confirm page\n Given a user viewing the Confirm page\n Then they see a \"Back\" text button\n And a \"Redeem\" brand colour button in the bottom right corner\n When they click \"Back\"\n Then they return to the Select Page\n\n @motivating\n Scenario: Reward rules with visibility predicates that evaluates to false are not shown\n Given a tenant reward exchange rule with visibility predicates that evaluates to false\n When a user views the reward exchange list\n Then they do not see the card for that reward exchange rule\n\n @motivating\n Scenario Outline: Users can choose their reward option for variable rewards on the Select page\n Given a <type> exchange rule\n And it has the following fields\n | fields |\n | name |\n | description |\n | image |\n When a user views the reward exchange list\n And they progress to the Select page for this exchange\n Then they see the exchange rule image on the left hand side\n And on the right hand side they see the following in this order from top to bottom\n | elements |\n | exchange name |\n | exchange description |\n | select list with all exchange options using pretty values, destination reward above source reward |\n Examples:\n | type |\n | STEPPED_FIXED_GLOBAL_REWARD |\n | VARIABLE_GLOBAL_REWARD |\n | VARIABLE_CREDIT_REWARD |\n\n @motivating\n Scenario: Users who selected a fixed exchange rule see exchange information on the Select page\n Given a \"FIXED_GLOBAL_REWARD\" exchange rule\n And it has the following fields\n | fields |\n | name |\n | description |\n | image |\n When a user views the reward exchange list\n And they progress to the Select page for this exchange\n Then they see the exchange rule image on the left hand side\n And on the right hand side they see the following in this order from top to bottom\n | elements |\n | exchange name |\n | exchange source pretty value displayed in brand colour |\n | exchange description |\n\n @motivating\n Scenario Outline: Users selection variable rewards can only select rewards they are eligible to exchange for\n Given a <type> exchange rule\n When a user views the reward exchange list\n And they progress to the Select page for this exchange\n Then they see a drop down with all the reward exchange selections\n When they click on the drop down\n But they are not eligible for all of the exchanges options <dueToReason>\n Then the ineligble options are disabled\n And under the source value is <text>\n Examples:\n | type | dueToReason | text |\n | STEPPED_FIXED_GLOBAL_REWARD | due to insufficent source value | {prettySourceValue} required |\n | VARIABLE_GLOBAL_REWARD | due to insufficent source value | {prettySourceValue} required |\n | VARIABLE_CREDIT_REWARD | due to insufficent source value | {prettySourceValue} required |\n | STEPPED_FIXED_GLOBAL_REWARD | W9 | US Tax Limit |\n | VARIABLE_GLOBAL_REWARD | W9 | US Tax Limit |\n | VARIABLE_CREDIT_REWARD | W9 | US Tax Limit |\n\n @motivating\n Scenario Outline: The Confirm page allows users to view their exchange before committing\n Given a <type> exchange rule\n When a user views the reward exchange list\n And they select the exchange\n And they progress to Confirm page\n Then they see a row with title \"Reward\"\n And it contains the exchange name\n And it contains the exchange image\n And they <maySee> a row with title \"Reward Amount\"\n And it <mayContain> <amountTitle>\n And they see a row with title \"Cost to Redeem\"\n And it contains the source reward pretty value in bolded text\n Examples:\n | type | maySee | mayContain | amountTitle |\n | FIXED_GLOBAL_REWARD | don't | doesn't contain | N/A |\n | VARIABLE_GLOBAL_REWARD | see | contains | the pretty destination value |\n | STEPPED_FIXED_GLOBAL_REWARD | see | contains | the pretty destination value |\n | VARIABLE_CREDIT_REWARD | see | contains | the pretty destination value |\n\n @motivating\n Scenario: An error banner is displayed if an error occurs during redemeption\n Given a user has selected a reward to exchange\n And is on the confirmation page\n When they click \"Redeem\"\n But an error occurs\n Then an error banner appears\n And it contains details about the error\n And the reward exchange is not completed\n\n @motivating\n Scenario: Confetti is displayed when a reward exchange succeeds\n Given a user has selected a reward to exchange\n And they are on the confirmation page\n When they click \"Redeem\"\n And the exchange is successful\n Then they see confetti centered on the success page\n And they see text describing what they exchanged for their new reward\n And they see a \"Done\" brand colour button\n When they click \"Done\"\n Then they see the Rewards page\n\n @motivating\n Scenario: Fuel tank codes are shown when a reward exchange succeeds\n Given a user has selected to exchange for a fuel tank reward\n When they complete the reward exchange\n And are on the success page\n Then they see a textbox with their fuel tank code\n And a clipboard icon\n When they click the clipboard icon\n Then their fuel tank code is copied to their clipboard\n\n @motivating\n Scenario Outline: Users can exchange for any type of reward\n Given a <type> reward exchange rule for a <reward>\n And a user who has enough source credit to exchange for the reward\n When they go through the exchange flow\n And exchange for their reward\n Then their credit is exchanged for the <reward>\n Examples:\n | type | reward |\n | FIXED_GLOBAL_REWARD | gift card |\n | FIXED_GLOBAL_REWARD | fuel tank code |\n | FIXED_GLOBAL_REWARD | discount |\n | FIXED_GLOBAL_REWARD | credit reward |\n | STEPPED_FIXED_GLOBAL_REWARD | gift card |\n | STEPPED_FIXED_GLOBAL_REWARD | discount |\n | STEPPED_FIXED_GLOBAL_REWARD | credit reward |\n | VARIABLE_GLOBAL_REWARD | gift card |\n | VARIABLE_GLOBAL_REWARD | discount |\n | VARIABLE_GLOBAL_REWARD | credit reward |\n | VARIABLE_CREDIT_REWARD | credit reward |";
11371
+ const scenario$m = "@author:derek\n@owner:derek\nFeature: Reward Exchange List\n\n The Reward Exchange List gives end users the power to exchange their rewards for other rewards.\n It populates a list from the reward exchange rules set up on a given tenant.\n\n Background:\n Given a tenant with reward exchange rules\n\n @motivating\n @ui\n Scenario: The empty state is shown if there are no visible exchanges\n Given a user with no visible exchanges\n When they view the reward exchange\n Then no exchange options are displayed\n And they see an image of a present\n And \"Redeem Rewards\" in bold\n And \"Use your points to redeem rewards once they become available\" below the bolded text\n And the pagination buttons are disabled\n\n @minutia\n @ui\n Scenario: A custom empty state can be provided\n Given a user with no visible exchanges\n And a custom empty state has been supplied in the \"empty\" slot\n When they view the reward exchange\n Then they see the custom empty state\n\n @motivating\n @ui\n Scenario: A Loading Skeleton is displayed when the reward exchange rules are loading\n Given a user\n When they load the reward exchange list\n Then they see a loading Skeleton\n And it has 8 skeleton cards\n When the reward exchange rules have loaded\n Then the skeleton is replaced with reward exchange options\n\n @motivating\n Scenario: An error banner appears when the reward exchange list fails to load\n Given a user trying to view the reward exchange list\n But it fails to load\n Then an error banner is displayed\n And it displays \"Unable to load reward exchange list. Please try again\"\n\n @motivating\n @ui\n Scenario: The exchange progress bar progresses through the exchange process\n Given a user who is eligible for the tenants reward exchange rules\n When they view the reward exchange list\n Then the process bar displays the following elements\n | elements |\n | Step 1 `Rewards` title in black |\n | Step 1 circle with green outline, white fill and number 1 in green |\n | Step 2 `Select` title in grey |\n | Step 2 circle with grey fill and number 2 in white |\n | Step 3 `Confirm` title in grey |\n | Step 3 circle with grey fill and number 3 in white |\n | lines between all steps are greyed out |\n When they continue to the selection page\n Then the progress bar displays the following elements\n | elements |\n | Step 1 `Rewards` title in black |\n | Step 1 circle with white checkmark and green fill |\n | Step 2 `Select` title in black |\n | Step 2 circle with green outline, white fill and number 2 in green |\n | Step 3 `Confirm` title in grey |\n | Step 3 circle with grey fill and number 3 in white |\n | Green line between step 1 and 2 |\n | Grey line between step 2 and 3 |\n When they continue to the confirmation page\n Then the progress bar displays the following elements\n | elements |\n | Step 1 `Rewards` title in black |\n | Step 1 circle with white checkmark and green fill |\n | Step 2 `Select` title in black |\n | Step 2 circle with white checkmark and green fill |\n | Step 3 `Confirm` title in black |\n | Step 3 circle with green outline, white fill and number 3 in green |\n | Green line between all steps |\n When they continue to the redemption page\n Then the progress bar displays the following elements\n | elements |\n | Step 1 `Rewards` title in black |\n | Step 1 circle with white checkmark and green fill |\n | Step 2 `Select` title in black |\n | Step 2 circle with white checkmark and green fill |\n | Step 3 `Confirm` title in black |\n | Step 3 circle with white checkmark and green fill |\n | Green line between all steps |\n\n @motivating\n Scenario: Users must choose a reward exchange option to continue to the selection page\n Given a user who is eligible for the tenants reward exchange rules\n When they view the reward exchange list\n Then the 'Continue' button is disabled\n When they select a reward exchange card\n Then the card is outlined in brand colour with a brand colour cirlcular check box icon in the top right\n And the continue button is no longer disabled\n When they click \"Continue\"\n Then they are brought to the selection page\n\n @motivating\n @ui\n Scenario: Reward exchange rule names and images are used in the reward exchange cards\n Given a tenant reward exchange rule\n And it has name \"My Visa Exchange Rule\"\n And it has an image\n When a user views the reward exchange list\n Then they see a exchange card with title \"My Visa Exchange Rule\"\n And the exchange image on the left hand side of the card\n\n @motivating\n Scenario Outline: Reward exchange source values are displayed on reward exchange cards\n Given a <type> reward exchange rule\n When a user views the reward exchange list\n Then they see <text> under the name on the exchange option cards\n And the pretty values are localized to a user locale\n Examples:\n | type | text |\n | FIXED_GLOBAL_REWARD | the exchange source pretty value |\n | STEPPED_FIXED_GLOBAL_REWARD | the exchange source min pretty value to the source max pretty value |\n | VARIABLE_GLOBAL_REWARD | the exchange source min pretty value to the source max pretty value |\n | VARIABLE_CREDIT_REWARD | the exchange source min pretty value to the source max pretty value |\n\n @motivating\n Scenario Outline: Reward exchange cards can display customized error messages\n Given a reward exchange rule\n And it has <availabilityPredicate>\n And the reward exchange list has prop \"not-available-error\" with <value>\n When the user views the reward exchange list\n Then the card for the reward exchange rule is disabled\n And <message> is displayed\n Examples:\n | availabilityPredicate | value | message |\n | 'champion' in user.segments ? \"NOT_CHAMPION\" : true | {unavailableReasonCode, select, NOT_CHAMPION {Sorry must be a champion!} other {unavailableReasonCode} } | Sorry must be a champion! |\n | user.customFields.purchaseCount < 10 ? \"MORE_PURCHASE\" : true | {unavailableReasonCode, select, MORE_PURCHASE {Complete 10 purchases to unlock} other {unavailableReasonCode} } | Complete 10 purchases to unlock |\n\n @motivating\n Scenario: Exchange options are disabled if they put a user over the W9 limit\n Given a user who is approaching their W9 limit\n And a reward exchange rule\n And its destination reward has a US taxable value that would put the user over their limit\n When they view the reward exchange list\n Then the reward exchange card is disabled\n And a \"US Tax Limit\" error message is displayed on to the right of a exclamation triangle icon\n And the text is orange\n And the icon is orange\n\n @motivating\n Scenario Outline: Exchange options are disabled if a users lacks enough credit to redeem\n Given a <type> reward exchange rule\n But the user lacks enough credit to exchange for it\n When they view the reward exchange list\n Then the reward exchange card is disabled\n And a <text> error message is displayed on to the right of a exclamation triangle icon\n And the text is orange\n And the icon is orange\n Examples:\n | type | text |\n | FIXED_GLOBAL_REWARD | {prettySourceValue} required |\n | STEPPED_FIXED_GLOBAL_REWARD | {prettySourceMinValue} required |\n | VARIABLE_GLOBAL_REWARD | {prettySourceMinValue} required |\n | VARIABLE_CREDIT_REWARD | {prettySourceMinValue} required |\n\n @motivating\n Scenario: Users can go back to the Rewards page from the Select page\n Given a user viewing the Select page\n Then they see a \"Cancel\" text button\n And a \"Continue to confirmation\" brand colour button in the bottom right corner\n When they click \"Cancel\"\n Then they return to the Rewards page\n\n @motivating\n Scenario: Users can go back to the Select Page from the Confirm page\n Given a user viewing the Confirm page\n Then they see a \"Back\" text button\n And a \"Redeem\" brand colour button in the bottom right corner\n When they click \"Back\"\n Then they return to the Select Page\n\n @motivating\n Scenario: Reward rules with visibility predicates that evaluates to false are not shown\n Given a tenant reward exchange rule with visibility predicates that evaluates to false\n When a user views the reward exchange list\n Then they do not see the card for that reward exchange rule\n\n @motivating\n Scenario Outline: Users can choose their reward option for variable rewards on the Select page\n Given a <type> exchange rule\n And it has the following fields\n | fields |\n | name |\n | description |\n | image |\n When a user views the reward exchange list\n And they progress to the Select page for this exchange\n Then they see the exchange rule image on the left hand side\n And on the right hand side they see the following in this order from top to bottom\n | elements |\n | exchange name |\n | exchange description |\n | select list with all exchange options using pretty values, destination reward above source reward |\n Examples:\n | type |\n | STEPPED_FIXED_GLOBAL_REWARD |\n | VARIABLE_GLOBAL_REWARD |\n | VARIABLE_CREDIT_REWARD |\n\n @motivating\n Scenario: Users who selected a fixed exchange rule see exchange information on the Select page\n Given a \"FIXED_GLOBAL_REWARD\" exchange rule\n And it has the following fields\n | fields |\n | name |\n | description |\n | image |\n When a user views the reward exchange list\n And they progress to the Select page for this exchange\n Then they see the exchange rule image on the left hand side\n And on the right hand side they see the following in this order from top to bottom\n | elements |\n | exchange name |\n | exchange source pretty value displayed in brand colour |\n | exchange description |\n\n @motivating\n Scenario Outline: Users selection variable rewards can only select rewards they are eligible to exchange for\n Given a <type> exchange rule\n When a user views the reward exchange list\n And they progress to the Select page for this exchange\n Then they see a drop down with all the reward exchange selections\n When they click on the drop down\n But they are not eligible for all of the exchanges options <dueToReason>\n Then the ineligble options are disabled\n And under the source value is <text>\n Examples:\n | type | dueToReason | text |\n | STEPPED_FIXED_GLOBAL_REWARD | due to insufficent source value | {prettySourceValue} required |\n | VARIABLE_GLOBAL_REWARD | due to insufficent source value | {prettySourceValue} required |\n | VARIABLE_CREDIT_REWARD | due to insufficent source value | {prettySourceValue} required |\n | STEPPED_FIXED_GLOBAL_REWARD | W9 | US Tax Limit |\n | VARIABLE_GLOBAL_REWARD | W9 | US Tax Limit |\n | VARIABLE_CREDIT_REWARD | W9 | US Tax Limit |\n\n @motivating\n Scenario Outline: The Confirm page allows users to view their exchange before committing\n Given a <type> exchange rule\n When a user views the reward exchange list\n And they select the exchange\n And they progress to Confirm page\n Then they see a row with title \"Reward\"\n And it contains the exchange name\n And it contains the exchange image\n And they <maySee> a row with title \"Reward Amount\"\n And it <mayContain> <amountTitle>\n And they see a row with title \"Cost to Redeem\"\n And it contains the source reward pretty value in bolded text\n Examples:\n | type | maySee | mayContain | amountTitle |\n | FIXED_GLOBAL_REWARD | don't | doesn't contain | N/A |\n | VARIABLE_GLOBAL_REWARD | see | contains | the pretty destination value |\n | STEPPED_FIXED_GLOBAL_REWARD | see | contains | the pretty destination value |\n | VARIABLE_CREDIT_REWARD | see | contains | the pretty destination value |\n\n @motivating\n Scenario: An error banner is displayed if an error occurs during redemeption\n Given a user has selected a reward to exchange\n And is on the confirmation page\n When they click \"Redeem\"\n But an error occurs\n Then an error banner appears\n And it contains details about the error\n And the reward exchange is not completed\n\n @motivating\n Scenario: Confetti is displayed when a reward exchange succeeds\n Given a user has selected a reward to exchange\n And they are on the confirmation page\n When they click \"Redeem\"\n And the exchange is successful\n Then they see confetti centered on the success page\n And they see text describing what they exchanged for their new reward\n And they see a \"Done\" brand colour button\n When they click \"Done\"\n Then they see the Rewards page\n\n @motivating\n Scenario: Fuel tank codes are shown when a reward exchange succeeds\n Given a user has selected to exchange for a fuel tank reward\n When they complete the reward exchange\n And are on the success page\n Then they see a textbox with their fuel tank code\n And a clipboard icon\n When they click the clipboard icon\n Then their fuel tank code is copied to their clipboard\n\n @motivating\n Scenario Outline: Users can exchange for any type of reward\n Given a <type> reward exchange rule for a <reward>\n And a user who has enough source credit to exchange for the reward\n When they go through the exchange flow\n And exchange for their reward\n Then their credit is exchanged for the <reward>\n Examples:\n | type | reward |\n | FIXED_GLOBAL_REWARD | gift card |\n | FIXED_GLOBAL_REWARD | fuel tank code |\n | FIXED_GLOBAL_REWARD | discount |\n | FIXED_GLOBAL_REWARD | credit reward |\n | STEPPED_FIXED_GLOBAL_REWARD | gift card |\n | STEPPED_FIXED_GLOBAL_REWARD | discount |\n | STEPPED_FIXED_GLOBAL_REWARD | credit reward |\n | VARIABLE_GLOBAL_REWARD | gift card |\n | VARIABLE_GLOBAL_REWARD | discount |\n | VARIABLE_GLOBAL_REWARD | credit reward |\n | VARIABLE_CREDIT_REWARD | credit reward |";
11173
11372
 
11174
11373
  const RewardExchangeList_stories = {
11175
11374
  title: "Components/Reward Exchange List",
11176
11375
  parameters: {
11177
- scenario: scenario$l,
11376
+ scenario: scenario$m,
11178
11377
  },
11179
11378
  };
11180
11379
  const StoryBase = (props) => () => {
@@ -11196,7 +11395,7 @@ const RedemptionError = StoryBase(redemptionError);
11196
11395
  const QueryError = StoryBase(queryError);
11197
11396
  const SuccessPromo = StoryBase(success);
11198
11397
  const SuccessVariableAndStepped = StoryBase(successVariable);
11199
- const Loading$3 = StoryBase(loading);
11398
+ const Loading$4 = StoryBase(loading);
11200
11399
  const Empty$2 = StoryBase(empty$1);
11201
11400
 
11202
11401
  const RewardExchangeList = /*#__PURE__*/Object.freeze({
@@ -11218,16 +11417,16 @@ const RewardExchangeList = /*#__PURE__*/Object.freeze({
11218
11417
  QueryError: QueryError,
11219
11418
  SuccessPromo: SuccessPromo,
11220
11419
  SuccessVariableAndStepped: SuccessVariableAndStepped,
11221
- Loading: Loading$3,
11420
+ Loading: Loading$4,
11222
11421
  Empty: Empty$2
11223
11422
  });
11224
11423
 
11225
- const scenario$m = "@author:derek\n@owner:derek\nFeature: Program Explainer\n\n @motivating\n @ui\n Scenario Outline: The program explainer wraps program explainer steps and aligns them\n Given a program explainer component\n And it has <number> program explainer steps as components\n When a user views the program explainer\n Then they see <number> steps aligned horizontally\n And they have equal height/width\n And equal padding in between\n When they are viewed on a screen smaller than 500px\n Then the steps stack vertically with equal padding in between\n And they have equal width\n But height may vary\n Examples:\n | number |\n | 2 |\n | 3 |\n | 4 |\n\n @motivating\n @ui\n Scenario: The program explainer displays a section header\n Given a program explainer step with props\n | prop | value |\n | header | My Header |\n And it has program explainer steps as children\n When a user views the program explainer\n Then they see \"My Header\" centered above the explainer steps\n\n @motivating\n @ui\n Scenario: Colours are customizable\n Given a program explainer with props\n | prop | value |\n | text-color | purple |\n | background-color | grey |\n When a user views the program explainer\n Then the header is purple\n And the background between steos is grey\n";
11424
+ const scenario$n = "@author:derek\n@owner:derek\nFeature: Program Explainer\n\n @motivating\n @ui\n Scenario Outline: The program explainer wraps program explainer steps and aligns them\n Given a program explainer component\n And it has <number> program explainer steps as components\n When a user views the program explainer\n Then they see <number> steps aligned horizontally\n And they have equal height/width\n And equal padding in between\n When they are viewed on a screen smaller than 500px\n Then the steps stack vertically with equal padding in between\n And they have equal width\n But height may vary\n Examples:\n | number |\n | 2 |\n | 3 |\n | 4 |\n\n @motivating\n @ui\n Scenario: The program explainer displays a section header\n Given a program explainer step with props\n | prop | value |\n | header | My Header |\n And it has program explainer steps as children\n When a user views the program explainer\n Then they see \"My Header\" centered above the explainer steps\n\n @motivating\n @ui\n Scenario: Colours are customizable\n Given a program explainer with props\n | prop | value |\n | text-color | purple |\n | background-color | grey |\n When a user views the program explainer\n Then the header is purple\n And the background between steos is grey\n";
11226
11425
 
11227
11426
  const ProgramExplainer_stories = {
11228
11427
  title: "Components/Program Explainer",
11229
11428
  parameters: {
11230
- scenario: scenario$m,
11429
+ scenario: scenario$n,
11231
11430
  },
11232
11431
  };
11233
11432
  const OneStep = () => {
@@ -11283,12 +11482,12 @@ const ProgramExplainer = /*#__PURE__*/Object.freeze({
11283
11482
  ProgramExplainerGeneric: ProgramExplainerGeneric
11284
11483
  });
11285
11484
 
11286
- const scenario$n = "@author:derek\n@owner:derek\nFeature: Program Explainer Step\n\n @motivating\n @ui\n Scenario: The program explainer step displays a icon, header and description\n Given a program explainer step with props\n | prop | value |\n | header | My Header |\n | description | My program explainer description |\n | icon | person-plus-fill |\n When a user views the explainer step\n Then they see an person icon with a + in the top left hand corner\n And the icon is weight 300 brand colour\n And below they see \"My Header\" in large bold font\n And below they see \"My program explainer description\" in medium font\n And the step background colour is weight 50 brand colour\n\n @motivating\n @ui\n Scenario: The program explainer can display an image in place of an icon\n Given a program explainer\n And it has an \"image-url\" prop with a value of a valid url to an image\n When a user views the explainer step\n Then the image is displayed in place of an incon in the top left hand corner\n\n @motivating\n @ui\n Scenario: Colours are customizable\n Given a program explainer step with props\n | prop | value |\n | text-color | purple |\n | background-color | grey |\n When a user views the explainer step\n Then they see the step background is grey\n And the header text is purple\n And the description text is purple\n";
11485
+ const scenario$o = "@author:derek\n@owner:derek\nFeature: Program Explainer Step\n\n @motivating\n @ui\n Scenario: The program explainer step displays a icon, header and description\n Given a program explainer step with props\n | prop | value |\n | header | My Header |\n | description | My program explainer description |\n | icon | person-plus-fill |\n When a user views the explainer step\n Then they see an person icon with a + in the top left hand corner\n And the icon is weight 300 brand colour\n And below they see \"My Header\" in large bold font\n And below they see \"My program explainer description\" in medium font\n And the step background colour is weight 50 brand colour\n\n @motivating\n @ui\n Scenario: The program explainer can display an image in place of an icon\n Given a program explainer\n And it has an \"image-url\" prop with a value of a valid url to an image\n When a user views the explainer step\n Then the image is displayed in place of an incon in the top left hand corner\n\n @motivating\n @ui\n Scenario: Colours are customizable\n Given a program explainer step with props\n | prop | value |\n | text-color | purple |\n | background-color | grey |\n When a user views the explainer step\n Then they see the step background is grey\n And the header text is purple\n And the description text is purple\n";
11287
11486
 
11288
11487
  const ProgramExplainerStep_stories = {
11289
11488
  title: "Components/Program Explainer Step",
11290
11489
  parameters: {
11291
- scenario: scenario$n,
11490
+ scenario: scenario$o,
11292
11491
  },
11293
11492
  };
11294
11493
  const ProgramExplainerStep = () => {
@@ -11305,12 +11504,12 @@ const ProgramExplainerStep$1 = /*#__PURE__*/Object.freeze({
11305
11504
  ProgramExplainerStepCustom: ProgramExplainerStepCustom
11306
11505
  });
11307
11506
 
11308
- const scenario$o = "@author:derek\n@owner:logan\nFeature: Brand Configuration\n\n\t@motivating\n\tScenario: The brand components creates a colour pallet from a brand colour and applies it to children\n\t\tGiven a brand component with \"brand-color\" \"#4225c4\"\n\t\tAnd it is wrapping several mint components\n\t\tWhen a user views the children components\n\t\tThen the following css variables are set\n\t\t\t| variable | value |\n\t\t\t| --sl-color-primary-50 | hsla(251, 68%, 95%, 1) |\n\t\t\t| --sl-color-primary-100 | hsla(251, 68%, 86%, 1) |\n\t\t\t| --sl-color-primary-200 | hsla(251, 68%, 76%, 1) |\n\t\t\t| --sl-color-primary-300 | hsla(251, 68%, 66%, 1) |\n\t\t\t| --sl-color-primary-400 | hsla(251, 68%, 56%, 1) |\n\t\t\t| --sl-color-primary-500 | hsla(251, 68%, 46%, 1) |\n\t\t\t| --sl-color-primary-600 | hsla(251, 68%, 39%, 1) |\n\t\t\t| --sl-color-primary-700 | hsla(251, 68%, 32%, 1) |\n\t\t\t| --sl-color-primary-800 | hsla(251, 68%, 25%, 1) |\n\t\t\t| --sl-color-primary-900 | hsla(251, 68%, 18%, 1) |\n\t\t\t| --sl-color-primary-950 | hsla(251, 68%, 15%, 1) |\n\t\t\t| --sl-focus-ring-color-primary | var(--sl-color-primary-100) |\n\t\t\t| --sl-input-border-color-focus | var(--sl-color-primary-500) |\n\t\t\t| --sl-color-primary-hue | var(--sl-color-primary-500) |\n\t\tAnd they are applied to the children components\n\t\tBut they are not applied to any components outside of the brand component\n\t\tAnd they are not applied to any vanilla components\n\n\t@minutia\n\tScenario Outline: The brand colour can be hex, HSL or rgb\n\t\tGiven a brand component with \"brand-color\" <colour>\n\t\tAnd it is wrapping several mint components\n\t\tWhen a user views the children components\n\t\tThen the colour is used to create a brand palete\n\t\tAnd it is applied to the children components\n\t\tExamples:\n\t\t\t| colour |\n\t\t\t| #4225c4 |\n\t\t\t| rgb(66, 37, 196) |\n\t\t\t| hsl(251, 68%, 46%) |\n\t\t\t| hsla(251, 68%, 46%, 1) |\n\n\t@motivating\n\tScenario: The brand component can apply a brand font to children components\n\t\tGiven a brand component with \"brand-font\" \"Nunito Sans\"\n\t\tAnd it is wrapping several mint components\n\t\tWhen a user views the children components\n\t\tThen the following css variables are set\n\t\t\t| variable | value |\n\t\t\t| --sl-font-sans | \"Nunito Sans\", arial |\n\t\t\t| --sl-input-font-family | \"Nunito Sans\", arial |\n\t\t\t| --sl-tooltip-font-family | \"Nunito Sans\", arial |\n\t\t\t| font-family | \"Nunito Sans\", arial |\n\t\tAnd they are applied to the children components\n\t\tAnd the children component's text is \"Nunito Sans\"";
11507
+ const scenario$p = "@author:derek\n@owner:logan\nFeature: Brand Configuration\n\n\t@motivating\n\tScenario: The brand components creates a colour pallet from a brand colour and applies it to children\n\t\tGiven a brand component with \"brand-color\" \"#4225c4\"\n\t\tAnd it is wrapping several mint components\n\t\tWhen a user views the children components\n\t\tThen the following css variables are set\n\t\t\t| variable | value |\n\t\t\t| --sl-color-primary-50 | hsla(251, 68%, 95%, 1) |\n\t\t\t| --sl-color-primary-100 | hsla(251, 68%, 86%, 1) |\n\t\t\t| --sl-color-primary-200 | hsla(251, 68%, 76%, 1) |\n\t\t\t| --sl-color-primary-300 | hsla(251, 68%, 66%, 1) |\n\t\t\t| --sl-color-primary-400 | hsla(251, 68%, 56%, 1) |\n\t\t\t| --sl-color-primary-500 | hsla(251, 68%, 46%, 1) |\n\t\t\t| --sl-color-primary-600 | hsla(251, 68%, 39%, 1) |\n\t\t\t| --sl-color-primary-700 | hsla(251, 68%, 32%, 1) |\n\t\t\t| --sl-color-primary-800 | hsla(251, 68%, 25%, 1) |\n\t\t\t| --sl-color-primary-900 | hsla(251, 68%, 18%, 1) |\n\t\t\t| --sl-color-primary-950 | hsla(251, 68%, 15%, 1) |\n\t\t\t| --sl-focus-ring-color-primary | var(--sl-color-primary-100) |\n\t\t\t| --sl-input-border-color-focus | var(--sl-color-primary-500) |\n\t\t\t| --sl-color-primary-hue | var(--sl-color-primary-500) |\n\t\tAnd they are applied to the children components\n\t\tBut they are not applied to any components outside of the brand component\n\t\tAnd they are not applied to any vanilla components\n\n\t@minutia\n\tScenario Outline: The brand colour can be hex, HSL or rgb\n\t\tGiven a brand component with \"brand-color\" <colour>\n\t\tAnd it is wrapping several mint components\n\t\tWhen a user views the children components\n\t\tThen the colour is used to create a brand palete\n\t\tAnd it is applied to the children components\n\t\tExamples:\n\t\t\t| colour |\n\t\t\t| #4225c4 |\n\t\t\t| rgb(66, 37, 196) |\n\t\t\t| hsl(251, 68%, 46%) |\n\t\t\t| hsla(251, 68%, 46%, 1) |\n\n\t@motivating\n\tScenario: The brand component can apply a brand font to children components\n\t\tGiven a brand component with \"brand-font\" \"Nunito Sans\"\n\t\tAnd it is wrapping several mint components\n\t\tWhen a user views the children components\n\t\tThen the following css variables are set\n\t\t\t| variable | value |\n\t\t\t| --sl-font-sans | \"Nunito Sans\", arial |\n\t\t\t| --sl-input-font-family | \"Nunito Sans\", arial |\n\t\t\t| --sl-tooltip-font-family | \"Nunito Sans\", arial |\n\t\t\t| font-family | \"Nunito Sans\", arial |\n\t\tAnd they are applied to the children components\n\t\tAnd the children component's text is \"Nunito Sans\"";
11309
11508
 
11310
11509
  const SqmBrand_stories = {
11311
11510
  title: "Components/Brand",
11312
11511
  parameters: {
11313
- scenario: scenario$o,
11512
+ scenario: scenario$p,
11314
11513
  },
11315
11514
  };
11316
11515
  const SampleComponents = () => (h("div", { style: { padding: "10px", border: "5px solid #EEE" } },
@@ -11411,12 +11610,12 @@ const BrandStories = /*#__PURE__*/Object.freeze({
11411
11610
  Fonts: Fonts
11412
11611
  });
11413
11612
 
11414
- const scenario$p = "@author:kutay\n@owner:kutay\nFeature: Card Feed\n\n\tThe Card Feed component displays Task Card components in a grid layout.\n\n\tBackground: A user on the portal is viewing the widget\n\t\tGiven a user viewing the Card Feed component\n\n\t@motivating\n\tScenario: The Card Feed component displays Task Cards given as children slots\n\t\tGiven a Card Feed component\n\t\tAnd it is wrapping a number of task cards as children\n\t\tWhen the user views the Card Feed\n\t\tThen the task cards are displayed in a masonry layout\n\t\tWhen the card feed with grows or shrinks in width\n\t\tThen the number of columns adjust to the given width\n\n\t@motivating\n\t@ui\n\tScenario Outline: The Card Feed component can have a maximum width\n\t\tGiven a Card Feed component\n\t\tAnd it is wrapping a number of task cards as children\n\t\tAnd has prop \"width\" has a provided <value>\n\t\tThen the task cards are displayed in a masonry layout\n\t\tWhen the card feed with grows or shrinks in width\n\t\tThen the number of columns adjust to the given width\n\t\tAnd the task cards do not exceed <width>\n\t\tExamples:\n\t\t\t| value | width |\n\t\t\t| | 347px |\n\t\t\t| 200 | 200px |\n\t\t\t| 400 | 400px |\n\n\t@motivating\n\t@ui\n\tScenario Outline: The Card Feed component gap between task cards can be customized\n\t\tGiven a Card Feed component\n\t\tAnd it is wrapping a number of task cards as children\n\t\tAnd has prop \"gap\" has a provided <value>\n\t\tThen the task cards are displayed in a masonry layout\n\t\tAnd the gap between the columns is the <gap>\n\t\tExamples:\n\t\t\t| value | gap |\n\t\t\t| | 24px |\n\t\t\t| 20 | 20px |\n\t\t\t| 50 | 50px |";
11613
+ const scenario$q = "@author:kutay\n@owner:kutay\nFeature: Card Feed\n\n\tThe Card Feed component displays Task Card components in a grid layout.\n\n\tBackground: A user on the portal is viewing the widget\n\t\tGiven a user viewing the Card Feed component\n\n\t@motivating\n\tScenario: The Card Feed component displays Task Cards given as children slots\n\t\tGiven a Card Feed component\n\t\tAnd it is wrapping a number of task cards as children\n\t\tWhen the user views the Card Feed\n\t\tThen the task cards are displayed in a masonry layout\n\t\tWhen the card feed with grows or shrinks in width\n\t\tThen the number of columns adjust to the given width\n\n\t@motivating\n\t@ui\n\tScenario Outline: The Card Feed component can have a maximum width\n\t\tGiven a Card Feed component\n\t\tAnd it is wrapping a number of task cards as children\n\t\tAnd has prop \"width\" has a provided <value>\n\t\tThen the task cards are displayed in a masonry layout\n\t\tWhen the card feed with grows or shrinks in width\n\t\tThen the number of columns adjust to the given width\n\t\tAnd the task cards do not exceed <width>\n\t\tExamples:\n\t\t\t| value | width |\n\t\t\t| | 347px |\n\t\t\t| 200 | 200px |\n\t\t\t| 400 | 400px |\n\n\t@motivating\n\t@ui\n\tScenario Outline: The Card Feed component gap between task cards can be customized\n\t\tGiven a Card Feed component\n\t\tAnd it is wrapping a number of task cards as children\n\t\tAnd has prop \"gap\" has a provided <value>\n\t\tThen the task cards are displayed in a masonry layout\n\t\tAnd the gap between the columns is the <gap>\n\t\tExamples:\n\t\t\t| value | gap |\n\t\t\t| | 24px |\n\t\t\t| 20 | 20px |\n\t\t\t| 50 | 50px |";
11415
11614
 
11416
11615
  const CardFeed_stories = {
11417
11616
  title: "Components/Card Feed",
11418
11617
  parameters: {
11419
- scenario: scenario$p,
11618
+ scenario: scenario$q,
11420
11619
  },
11421
11620
  };
11422
11621
  const oneAction$1 = {
@@ -11653,12 +11852,12 @@ const CardFeed = /*#__PURE__*/Object.freeze({
11653
11852
  CardFeedGeneric: CardFeedGeneric
11654
11853
  });
11655
11854
 
11656
- const scenario$q = "@author:kutay\n@owner:noah\nFeature: Portal Container\n\n\t@motivating\n\t@ui\n\tScenario: Horizontal content overflows, but does not stretch\n\t\tGiven there are two element in the container\n\t\tAnd the first is small\n\t\tAnd the second would stretch the container wider than it's parent\n\t\tThen the second one is clipped\n\t\tAnd the first one doesn't stretch\n\n\t@landmine\n\t@ui\n\tScenario: `max-width` is required for displaying as a row\n\t\tGiven I have `direction` to \"row\"\n\t\tAnd I have not set a `max-width`\n\t\tThen it displays as a column\n\n\t@motivating\n\t@ui\n\tScenario Outline: Content padding can be customized\n\t\tGiven prop \"padding\" has <value>\n\t\tThen <padding> is applied to content\n\n\t\tExamples:\n\t\t\t| value | padding |\n\t\t\t| none | no padding |\n\t\t\t| xxx-small | xxx-small |\n\t\t\t| xx-small | xx-small |\n\t\t\t| x-small | x-small |\n\t\t\t| small | small |\n\t\t\t| medium | medium |\n\t\t\t| large | large |\n\t\t\t| x-large | x-large |\n\t\t\t| xx-large | xx-large |\n\t\t\t| xxx-large | xxx-large |\n\t\t\t| xxxx-large | xxxx-large |\n\t\t\t| N/A | no padding |\n\n\n\t@motivating\n\t@ui\n\tScenario Outline: Gap between content elements can be customized\n\t\tGiven prop \"gap\" has <value>\n\t\tThen <gap> is applied to elements between content\n\n\t\tExamples:\n\t\t\t| value | gap |\n\t\t\t| none | no padding |\n\t\t\t| xxx-small | xxx-small |\n\t\t\t| xx-small | xx-small |\n\t\t\t| x-small | x-small |\n\t\t\t| small | small |\n\t\t\t| medium | medium |\n\t\t\t| large | large |\n\t\t\t| x-large | x-large |\n\t\t\t| xx-large | xx-large |\n\t\t\t| xxx-large | xxx-large |\n\t\t\t| xxxx-large | xxxx-large |\n\t\t\t| N/A | no padding |\n\n\t@minutia\n\t@ui\n\tScenario: Content can be center aligned in horizontal view\n\t\tGiven I have supplied the prop \"center\"\n\t\tThen the content is center aligned\n\n\t@minutia\n\t@ui\n\tScenario: Content in the last row can span full width with display in horizontal view\n\t\tGiven I have `display` to \"flex\"\n\t\tThen the content is full width on the last row\n\n\t@motivating\n\t@ui\n\tScenario Outline: Content can be aligned along the x-axis\n\t\tGiven prop \"justify-content\" has <value>\n\t\tThen content within the container is aligned <alignment>\n\n\t\tExamples:\n\t\t\t| value | alignment |\n\t\t\t| none | no alignment |\n\t\t\t| start | to the start |\n\t\t\t| center | to the center |\n\t\t\t| end | to the end |\n\t\t\t| space-between | with space between |\n\t\t\t| space-around | with space around |\n\t\t\t| space-evenly | with space evenly |\n\n\n\t@motivating\n\t@ui\n\tScenario Outline: Component background color can be customized\n\t\tGiven a user is viewing the Portal Container component\n\t\tThen the default value is \"#ffffff00\"\n\t\tWhen the prop \"background-color\" has <value>\n\t\tThen the background has color <backgroundColor>\n\t\tExamples:\n\t\t\t| value | backgroundColor |\n\t\t\t| empty (default value) | var(--sl-color-neutral-0) (#ffffff) |\n\t\t\t| aquamarine | #7fffd4 |\n";
11855
+ const scenario$r = "@author:kutay\n@owner:noah\nFeature: Portal Container\n\n\t@motivating\n\t@ui\n\tScenario: Horizontal content overflows, but does not stretch\n\t\tGiven there are two element in the container\n\t\tAnd the first is small\n\t\tAnd the second would stretch the container wider than it's parent\n\t\tThen the second one is clipped\n\t\tAnd the first one doesn't stretch\n\n\t@landmine\n\t@ui\n\tScenario: `max-width` is required for displaying as a row\n\t\tGiven I have `direction` to \"row\"\n\t\tAnd I have not set a `max-width`\n\t\tThen it displays as a column\n\n\t@motivating\n\t@ui\n\tScenario Outline: Content padding can be customized\n\t\tGiven prop \"padding\" has <value>\n\t\tThen <padding> is applied to content\n\n\t\tExamples:\n\t\t\t| value | padding |\n\t\t\t| none | no padding |\n\t\t\t| xxx-small | xxx-small |\n\t\t\t| xx-small | xx-small |\n\t\t\t| x-small | x-small |\n\t\t\t| small | small |\n\t\t\t| medium | medium |\n\t\t\t| large | large |\n\t\t\t| x-large | x-large |\n\t\t\t| xx-large | xx-large |\n\t\t\t| xxx-large | xxx-large |\n\t\t\t| xxxx-large | xxxx-large |\n\t\t\t| N/A | no padding |\n\n\n\t@motivating\n\t@ui\n\tScenario Outline: Gap between content elements can be customized\n\t\tGiven prop \"gap\" has <value>\n\t\tThen <gap> is applied to elements between content\n\n\t\tExamples:\n\t\t\t| value | gap |\n\t\t\t| none | no padding |\n\t\t\t| xxx-small | xxx-small |\n\t\t\t| xx-small | xx-small |\n\t\t\t| x-small | x-small |\n\t\t\t| small | small |\n\t\t\t| medium | medium |\n\t\t\t| large | large |\n\t\t\t| x-large | x-large |\n\t\t\t| xx-large | xx-large |\n\t\t\t| xxx-large | xxx-large |\n\t\t\t| xxxx-large | xxxx-large |\n\t\t\t| N/A | no padding |\n\n\t@minutia\n\t@ui\n\tScenario: Content can be center aligned in horizontal view\n\t\tGiven I have supplied the prop \"center\"\n\t\tThen the content is center aligned\n\n\t@minutia\n\t@ui\n\tScenario: Content in the last row can span full width with display in horizontal view\n\t\tGiven I have `display` to \"flex\"\n\t\tThen the content is full width on the last row\n\n\t@motivating\n\t@ui\n\tScenario Outline: Content can be aligned along the x-axis\n\t\tGiven prop \"justify-content\" has <value>\n\t\tThen content within the container is aligned <alignment>\n\n\t\tExamples:\n\t\t\t| value | alignment |\n\t\t\t| none | no alignment |\n\t\t\t| start | to the start |\n\t\t\t| center | to the center |\n\t\t\t| end | to the end |\n\t\t\t| space-between | with space between |\n\t\t\t| space-around | with space around |\n\t\t\t| space-evenly | with space evenly |\n\n\n\t@motivating\n\t@ui\n\tScenario Outline: Component background color can be customized\n\t\tGiven a user is viewing the Portal Container component\n\t\tThen the default value is \"#ffffff00\"\n\t\tWhen the prop \"background-color\" has <value>\n\t\tThen the background has color <backgroundColor>\n\t\tExamples:\n\t\t\t| value | backgroundColor |\n\t\t\t| empty (default value) | var(--sl-color-neutral-0) (#ffffff) |\n\t\t\t| aquamarine | #7fffd4 |\n";
11657
11856
 
11658
11857
  const PortalContainer_stories = {
11659
11858
  title: "Components/Microsite Container",
11660
11859
  parameters: {
11661
- scenario: scenario$q,
11860
+ scenario: scenario$r,
11662
11861
  },
11663
11862
  };
11664
11863
  const TooWideColumn = () => (h("div", { style: { width: "200px", border: "1px dashed grey" } },
@@ -11826,11 +12025,11 @@ const scenario3 = "@author:derek @owner:derek\nFeature: Reward Table Status Colu
11826
12025
 
11827
12026
  const scenario4 = "@author:derek @owner:derek\nFeature: Reward Table Source Column\n Shows the source of each reward\n\n @motivating @ui\n Scenario Outline: The title of the source column is configurable\n Given the \"column-title\" prop is set to <value>\n Then the source column is shown with <columnTitle>\n\n Examples:\n | value | columnTitle |\n | Source | |\n | My column title | My column title |\n\n @motivating @ui\n Scenario: The source column displays manual if the reward is caused by a manual action\n Given a user with a \"MANUAL\" reward\n When they view the rewards table\n Then the source of their reward is displayed as \"Manual\"\n\n @motivating @ui\n Scenario: The source column displays the program name if the reward is caused automatically by a program\n Given a user with a \"AUTOMATED\" program reward\n And the program has name \"Loyalty Program\"\n When they view the rewards table\n Then the source of their reward is displayed as \"Loyalty Program\"\n\n @motivating @ui\n Scenario Outline: The source column displays customizable reward exchange text with amount if the reward is caused by reward exchange\n Given the \"reward-exchange-text\" prop is <propValue>\n And a user with a \"MANUAL\" reward\n But it was created by a reward exchange\n Then they view the rewards table\n Then the source displays <exchangeText>\n And under it displays the following\n | prettyRedeemedCredit → prettyValue |\n\n Examples:\n | propValue | exchangeText |\n | | Reward Exchange |\n | Exchanged | Exchanged |\n\n @motivating @ui\n Scenario Outline: The source column displays customizable referral information if the reward is from a referral\n Given the \"reward-source-text\" prop is <propValue>\n And a user with a referral reward\n And that reward has <rewardSource>\n When they view the rewards table\n Then then source displays <referralText>\n And under it displays the full name of the <referralUser>\n\n Examples:\n | propValue | rewardSource | referralText | referralUser |\n | | REFERRED | Referred by | referrer user |\n | | FRIEND_SIGNUP | Referral to | referred user |\n | {rewardSource, select, FRIEND_SIGNUP {You Referred} REFERRED {Referred you} other {}} | REFERRED | Referred you | referrer user |\n | {rewardSource, select, FRIEND_SIGNUP {You Referred} REFERRED {Referred you} other {}} | FRIEND_SIGNUP | You Referred | referred user |\n\n @motivating @ui\n Scenario Outline: The source column displays the existing name for a referral if either the first name or last name does not exist\n Given a user with a referral reward\n And referral user exists\n And referral user has <name>\n But referral user has no <otherName>\n When they view the rewards table\n Then referral user's name is displayed as <name>\n\n Examples:\n | name | otherName |\n | first.name | last.name |\n | last.name | first.name |\n\n @motivating @ui\n Scenario Outline: The source column displays referral as \"Anonymous User\" if the referral user has no names\n Given a user with a referral reward\n And that reward has <rewardSource>\n And the <referralUser> has no first name\n And the <referralUser> has no last name\n When they view the rewards table\n Then then source displays <sourceText>\n And under it displays \"Anonymous User\"\n\n Examples:\n | rewardSource | referralUser | sourceText |\n | FRIEND_SIGNUP | referrer | Referral to |\n | REFERRED | referred user | Referred by |\n\n @motivating @ui\n Scenario Outline: The source column displays referral as \"Deleted User\" if the referral user is deleted in the system\n Given a user with a referral reward\n And that reward has <rewardSource>\n But <referral> user was deleted\n When they view the rewards table\n Then the source displays <sourceText>\n And under it displays \"Deleted User\"\n\n Examples:\n | rewardSource | referral | sourceText |\n | \"FRIEND_SIGNUP\" | referrer | Referral to |\n | \"REFERRED\" | referred | Referred by |\n\n @motivating @ui\n Scenario Outline: The source column displays referral as \"Deleted referral\" if the referral user is deleted in the system\n Given a user with a referral reward\n And that reward has <rewardSource>\n But <referral> user was deleted\n When they view the rewards table\n Then the source displays <sourceText>\n And under it displays \"Deleted referral\"\n\n Examples:\n | rewardSource | referral | sourceText |\n | \"FRIEND_SIGNUP\" | referrer | Referral to |\n | \"REFERRED\" | referred | Referred by |\n\n @minutia @ui\n Scenario Outline: Name fallbacks for referral users without names are customizable\n Given <prop> with <value>\n And a user with a referral reward\n But the referral user <hadAction>\n When they view the rewards table\n Then the source displays <value> as the referral user\n\n Examples:\n | prop | value | hadAction |\n | deleted-user | Former Customer | was deleted |\n | anonymous-user | Nameless User | had first and last name deleted |\n\n @motivating\n Scenario Outline: Source text can be customized\n Given the \"reward-source-text\" prop is \"{rewardSource, select, MANUAL {Support} AUTOMATED {Loyalty Program} other {}}\"\n And a user with a <rewardSource> reward\n When they view the rewards table\n Then the source is <sourceText>\n\n Examples:\n | rewardSource | sourceText |\n | MANUAL | Support |\n | AUTOMATED | Loyalty Program |\n";
11828
12027
 
11829
- const scenario$r = scenario1 + scenario2 + scenario3 + scenario4;
12028
+ const scenario$s = scenario1 + scenario2 + scenario3 + scenario4;
11830
12029
  const RewardsTableCell_stories = {
11831
12030
  title: "Components/Rewards Table Cell",
11832
12031
  parameters: {
11833
- scenario: scenario$r,
12032
+ scenario: scenario$s,
11834
12033
  },
11835
12034
  };
11836
12035
  const rewardsData$1 = {
@@ -12273,12 +12472,12 @@ const RewardsTableCell = /*#__PURE__*/Object.freeze({
12273
12472
  EmptyCell: EmptyCell$2
12274
12473
  });
12275
12474
 
12276
- const scenario$s = "@owner:sam\n@author:sam\nFeature: Rewards Table\n\n Shows a list of rewards as a table\n\n @motivating\n @ui\n Scenario: The empty state is shown if there are no rewards\n Given a user with rewards\n When they view the reward table\n Then no rewards are displayed\n And they see an image with a user icon\n And \"View your rewards\" in bold\n And \"See all the rewards you have earned from referring friends and completing tasks\" below the bolded text\n And the pagination buttons are disabled\n\n @minutia\n @ui\n Scenario: A custom empty state can be provided\n Given a user with no rewards\n And a custom empty state has been supplied in the \"empty\" slot\n When they view the reward table\n Then they see the custom empty state\n\n @minutia\n @ui\n Scenario: The loading state is shown while rewards are loading\n Given the table is loading\n Then the loading state is shown in the table\n And a custom loading state can be supplied in the \"loading\" slot\n And the pagination buttons are disabled\n\n @motivating\n @ui\n Scenario Outline: The table becomes paginated when the number of rewards exceeds the per page limit\n Given the user has <number of rewards>\n And the table is configured to show <page limit> rewards per page\n Then the table will have <number of pages> page(s)\n And pagination buttons will allow users to navigate between pages\n And the pagination button to go to the next page is disabled on the last page of rewards\n And the pagination button to go to the previous page is disabled on the first page of rewards\n Examples:\n | number of rewards | page limit | number of pages |\n | 0 | 4 | 1 |\n | 1 | 4 | 1 |\n | 3 | 4 | 1 |\n | 5 | 4 | 2 |\n | 42 | 4 | 11 |\n\n @motivating\n @ui\n Scenario: The table converts to a card view on tablet and mobile window sizes\n Given a user with rewards\n When they view the table\n And their window size is smaller than \"799px\"\n Then rewards are displayed as cards\n And they are in two columns\n When their window size is smaller than \"599px\"\n Then the rewards are displayed as cards in a singular column\n\n @motivating\n @ui\n Scenario: Table and Mobile beakpoints can be configured\n Given the reward table has been configured with the following props\n | prop | value |\n | smBreakpoint | 599 |\n | mdBreakpoint | 799 |\n And a user with rewards\n When they view the table\n And their window size is smaller than \"799px\"\n Then rewards are displayed as cards\n And they are in two columns\n When their window size is smaller than \"599px\"\n Then the rewards are displayed as cards in a singular column\n\n @motivating\n @ui\n Scenario Outline: By default the first column heading is hidden in mobile\n Given a reward table with 4 columns\n And prop \"hidden-columns\" with <hideColumnValue>\n And a user with rewards\n When they view the reward table\n And their window size is below the tablet breakpoint\n Then reward cards are displayed\n And the titles of <columnsArehidden> within the card\n Examples:\n | hideColumnValue | columnsArehidden |\n | | the first column |\n | 0,1,2 | the first, second and third columns |\n | 3 | the fourth column |\n\n @motivating\n Scenario: Only rewards which occured in the program specific by \"program-id\" are shown\n Given the table is configured with \"program-id\"\n Then only rewards from the program with \"program-id\" are shown\n\n @landmine\n Scenario: When a `classic` program Id is set then any reward without a programId is shown\n There is no easy way for the backend to filter for \"classic\" programs,\n thus we are filtering for rewards without programId's.\n\n Given the \"program-id\" of the table is set to \"classic\"\n Then rewards from classic programs are shown\n And manual rewards are shown\n\n @minutia\n @ui\n Scenario: Column heading can be hidden\n Given the table is configured with \"hide-labels\" set to \"true\"\n Then the table is displayed without column headings";
12475
+ const scenario$t = "@owner:sam\n@author:sam\nFeature: Rewards Table\n\n Shows a list of rewards as a table\n\n @motivating\n @ui\n Scenario: The empty state is shown if there are no rewards\n Given a user with rewards\n When they view the reward table\n Then no rewards are displayed\n And they see an image with a user icon\n And \"View your rewards\" in bold\n And \"See all the rewards you have earned from referring friends and completing tasks\" below the bolded text\n And the pagination buttons are disabled\n\n @minutia\n @ui\n Scenario: A custom empty state can be provided\n Given a user with no rewards\n And a custom empty state has been supplied in the \"empty\" slot\n When they view the reward table\n Then they see the custom empty state\n\n @minutia\n @ui\n Scenario: The loading state is shown while rewards are loading\n Given the table is loading\n Then the loading state is shown in the table\n And a custom loading state can be supplied in the \"loading\" slot\n And the pagination buttons are disabled\n\n @motivating\n @ui\n Scenario Outline: The table becomes paginated when the number of rewards exceeds the per page limit\n Given the user has <number of rewards>\n And the table is configured to show <page limit> rewards per page\n Then the table will have <number of pages> page(s)\n And pagination buttons will allow users to navigate between pages\n And the pagination button to go to the next page is disabled on the last page of rewards\n And the pagination button to go to the previous page is disabled on the first page of rewards\n Examples:\n | number of rewards | page limit | number of pages |\n | 0 | 4 | 1 |\n | 1 | 4 | 1 |\n | 3 | 4 | 1 |\n | 5 | 4 | 2 |\n | 42 | 4 | 11 |\n\n @motivating\n @ui\n Scenario: The table converts to a card view on tablet and mobile window sizes\n Given a user with rewards\n When they view the table\n And their window size is smaller than \"799px\"\n Then rewards are displayed as cards\n And they are in two columns\n When their window size is smaller than \"599px\"\n Then the rewards are displayed as cards in a singular column\n\n @motivating\n @ui\n Scenario: Table and Mobile beakpoints can be configured\n Given the reward table has been configured with the following props\n | prop | value |\n | smBreakpoint | 599 |\n | mdBreakpoint | 799 |\n And a user with rewards\n When they view the table\n And their window size is smaller than \"799px\"\n Then rewards are displayed as cards\n And they are in two columns\n When their window size is smaller than \"599px\"\n Then the rewards are displayed as cards in a singular column\n\n @motivating\n @ui\n Scenario Outline: By default the first column heading is hidden in mobile\n Given a reward table with 4 columns\n And prop \"hidden-columns\" with <hideColumnValue>\n And a user with rewards\n When they view the reward table\n And their window size is below the tablet breakpoint\n Then reward cards are displayed\n And the titles of <columnsArehidden> within the card\n Examples:\n | hideColumnValue | columnsArehidden |\n | | the first column |\n | 0,1,2 | the first, second and third columns |\n | 3 | the fourth column |\n\n @motivating\n Scenario: Only rewards which occured in the program specific by \"program-id\" are shown\n Given the table is configured with \"program-id\"\n Then only rewards from the program with \"program-id\" are shown\n\n @landmine\n Scenario: When a `classic` program Id is set then any reward without a programId is shown\n There is no easy way for the backend to filter for \"classic\" programs,\n thus we are filtering for rewards without programId's.\n\n Given the \"program-id\" of the table is set to \"classic\"\n Then rewards from classic programs are shown\n And manual rewards are shown\n\n @minutia\n @ui\n Scenario: Column heading can be hidden\n Given the table is configured with \"hide-labels\" set to \"true\"\n Then the table is displayed without column headings";
12277
12476
 
12278
12477
  const RewardsTable_stories = {
12279
12478
  title: "Components/Rewards Table",
12280
12479
  parameters: {
12281
- scenario: scenario$s,
12480
+ scenario: scenario$t,
12282
12481
  },
12283
12482
  };
12284
12483
  const loadingElement$1 = (h("div", { slot: "loading", style: { display: "contents" } },
@@ -12590,12 +12789,12 @@ const UseReferralTable = /*#__PURE__*/Object.freeze({
12590
12789
  ReferralTableFr: ReferralTableFr
12591
12790
  });
12592
12791
 
12593
- const scenario$t = "@author:kutay\n@owner:kutay\nFeature: Hero Image\n\n\tThe Hero Image component displays media images with a header, description and button using an overlay or a double column layout to offer an attrative widget page.\n\n\tBackground: A user on the portal is viewing the widget\n\t\tGiven a user viewing the Hero Image component\n\n\t@motivating\n\t@ui\n\tScenario: Overlay image displays header, description, and button with brand color\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000278/squatch-assets/bTwu1Um.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"overlay\" |\n\t\tThen they see their image\n\t\tAnd the image has no padding\n\t\tAnd it has a brand colour overlay\n\t\tAnd \"Klip Rewards\" is displayed over top of the image in xxx-large font\n\t\tAnd below \"Refer friends or complete tasks while using Klip to earn rewards\" is displayed over top of the image in x-large font\n\t\tAnd below they see a brand coloured button with text \"Start earning\"\n\t\tAnd the text section has xxx-large padding\n\t\tWhen the component is scaled down to 599px\n\t\tThen the image is scaled to fit content\n\n\t@motivating\n\t@ui\n\tScenario Outline: Overlay image crop can be aligned left, center or right\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000278/squatch-assets/bTwu1Um.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"overlay\" |\n\t\t\t| image-pos | <value> |\n\t\tThen the image with overlay is displayed\n\t\tWhen the component is scaled down to 599px\n\t\tThen the image is <alignment> to fit content\n\t\tExamples:\n\t\t\t| value | alignment |\n\t\t\t| left | left aligned |\n\t\t\t| center | centered |\n\t\t\t| right | right aligned |\n\t\t\t| N/A | centered |\n\n\t@motivating\n\t@ui\n\tScenario Outline: Overlay padding is configurable\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000278/squatch-assets/bTwu1Um.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"overlay\" |\n\t\t\t| padding-text | <value> |\n\t\tThen the image with overlay is displayed\n\t\tAnd <padding> is applied around header, description and button\n\t\tExamples:\n\t\t\t| value | padding |\n\t\t\t| none | no padding |\n\t\t\t| xxx-small | xxx-small |\n\t\t\t| xx-small | xx-small |\n\t\t\t| x-small | x-small |\n\t\t\t| small | small |\n\t\t\t| medium | medium |\n\t\t\t| large | large |\n\t\t\t| x-large | x-large |\n\t\t\t| xx-large | xx-large |\n\t\t\t| xxx-large | xxx-large |\n\t\t\t| xxxx-large | xxxx-large |\n\t\t\t| N/A | no padding |\n\n\t@motivating\n\t@ui\n\tScenario Outline: Overlay color and background is configurable\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000278/squatch-assets/bTwu1Um.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"overlay\" |\n\t\t\t| text-color | <textColor> |\n\t\t\t| overlay-color | <overlayColor> |\n\t\t\t| overlay-opacity | <overlayOpacity> |\n\t\tThen the image with overlay is displayed\n\t\tAnd the overlay is <overlayColor>\n\t\tAnd the overlay has <overlayOpacity>\n\t\tAnd the text is <textColor>\n\t\tExamples:\n\t\t\t| textColor | overlayColor | overlayOpacity |\n\t\t\t| #fffc4b | #ff7f7f | 0.9 |\n\t\t\t| #1d0314 | #4baa1a | 0 |\n\t\t\t| #211a27 | #aa481a | 1 |\n\n\t@motivating\n\t@ui\n\tScenario: Two-column layout displays an image on one side and on the other side a header, description, and button\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"columns\" |\n\t\tThen the image is displayed on the left\n\t\tAnd the following elements are displayed on the right\n\t\t\t| elements |\n\t\t\t| header |\n\t\t\t| description |\n\t\t\t| button |\n\t\tWhen the component is scaled down to 599px\n\t\tThen the two-column layout switches to a row layout\n\t\tAnd the image is displayed on top\n\t\tAnd the content is displayed below\n\n\t@motivating\n\t@ui\n\tScenario Outline: Image position is configurable for desktop and mobile\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"columns\" |\n\t\t\t| image-pos | <imagePos> |\n\t\t\t| image-mobile-pos | <imageMobilePos> |\n\t\tThen the image is displayed on the <imagePos>\n\t\tWhen the component is scaled down to 599px\n\t\tThen two-column layout switches to a row layout\n\t\tAnd image is displayed on the <imageMobilePos>\n\t\tExamples:\n\t\t\t| imagePos | imageMobilePos |\n\t\t\t| left | top |\n\t\t\t| right | bottom |\n\n\t@motivating\n\t@ui\n\tScenario Outline: Padding is configurable for the image and text of two column layouts\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"columns\" |\n\t\t\t| padding-text | <paddingText> |\n\t\t\t| padding-image | <paddingImage> |\n\t\tThen the two column layout is displayed\n\t\tAnd the image has padding <paddingImage>\n\t\tAnd the text has padding <paddingText>\n\t\tExamples:\n\t\t\t| paddingText | paddingImage |\n\t\t\t| xxx-small | xxx-small |\n\t\t\t| xx-small | xx-small |\n\t\t\t| x-small | x-small |\n\t\t\t| small | small |\n\t\t\t| medium | medium |\n\t\t\t| large | large |\n\t\t\t| x-large | x-large |\n\t\t\t| xx-large | xx-large |\n\t\t\t| xxx-large | xxx-large |\n\t\t\t| xxxx-large | xxxx-large |\n\t\t\t| none | none |\n\n\t@motivating\n\t@ui\n\tScenario Outline: Two-column layout image division percentage is configurable\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000248/squatch-assets/MVgOJn7.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"columns\" |\n\t\t\t| image-percentage | <percent> |\n\t\tThen the two column layout is displayed\n\t\tAnd the image takes up <percent> of the two-column layout\n\t\tAnd the text elements take up the remainder of the space\n\t\tExamples:\n\t\t\t| percent |\n\t\t\t| 25% |\n\t\t\t| 42% |\n\t\t\t| 66% |\n\n\t@motivating\n\t@ui\n\tScenario: Two-column layout text and background color is configurable\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"columns\" |\n\t\t\t| text-color | <textColor> |\n\t\t\t| background-color | <backgroundColor> |\n\t\tThen the two column layout is displayed\n\t\tAnd the text has color <textColor>\n\t\tAnd the background has color <backgroundColor>\n\t\tExamples:\n\t\t\t| textColor | backgroundColor |\n\t\t\t| #fffc4b | #ff7f7f |\n\t\t\t| #1d0314 | #4baa1a |\n\t\t\t| #211a27 | #aa481a |";
12792
+ const scenario$u = "@author:kutay\n@owner:kutay\nFeature: Hero Image\n\n\tThe Hero Image component displays media images with a header, description and button using an overlay or a double column layout to offer an attrative widget page.\n\n\tBackground: A user on the portal is viewing the widget\n\t\tGiven a user viewing the Hero Image component\n\n\t@motivating\n\t@ui\n\tScenario: Overlay image displays header, description, and button with brand color\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000278/squatch-assets/bTwu1Um.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"overlay\" |\n\t\tThen they see their image\n\t\tAnd the image has no padding\n\t\tAnd it has a brand colour overlay\n\t\tAnd \"Klip Rewards\" is displayed over top of the image in xxx-large font\n\t\tAnd below \"Refer friends or complete tasks while using Klip to earn rewards\" is displayed over top of the image in x-large font\n\t\tAnd below they see a brand coloured button with text \"Start earning\"\n\t\tAnd the text section has xxx-large padding\n\t\tWhen the component is scaled down to 599px\n\t\tThen the image is scaled to fit content\n\n\t@motivating\n\t@ui\n\tScenario Outline: Overlay image crop can be aligned left, center or right\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000278/squatch-assets/bTwu1Um.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"overlay\" |\n\t\t\t| image-pos | <value> |\n\t\tThen the image with overlay is displayed\n\t\tWhen the component is scaled down to 599px\n\t\tThen the image is <alignment> to fit content\n\t\tExamples:\n\t\t\t| value | alignment |\n\t\t\t| left | left aligned |\n\t\t\t| center | centered |\n\t\t\t| right | right aligned |\n\t\t\t| N/A | centered |\n\n\t@motivating\n\t@ui\n\tScenario Outline: Overlay padding is configurable\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000278/squatch-assets/bTwu1Um.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"overlay\" |\n\t\t\t| padding-text | <value> |\n\t\tThen the image with overlay is displayed\n\t\tAnd <padding> is applied around header, description and button\n\t\tExamples:\n\t\t\t| value | padding |\n\t\t\t| none | no padding |\n\t\t\t| xxx-small | xxx-small |\n\t\t\t| xx-small | xx-small |\n\t\t\t| x-small | x-small |\n\t\t\t| small | small |\n\t\t\t| medium | medium |\n\t\t\t| large | large |\n\t\t\t| x-large | x-large |\n\t\t\t| xx-large | xx-large |\n\t\t\t| xxx-large | xxx-large |\n\t\t\t| xxxx-large | xxxx-large |\n\t\t\t| N/A | no padding |\n\n\t@motivating\n\t@ui\n\tScenario Outline: Overlay color and background is configurable\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000278/squatch-assets/bTwu1Um.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"overlay\" |\n\t\t\t| text-color | <textColor> |\n\t\t\t| overlay-color | <overlayColor> |\n\t\t\t| overlay-opacity | <overlayOpacity> |\n\t\tThen the image with overlay is displayed\n\t\tAnd the overlay is <overlayColor>\n\t\tAnd the overlay has <overlayOpacity>\n\t\tAnd the text is <textColor>\n\t\tExamples:\n\t\t\t| textColor | overlayColor | overlayOpacity |\n\t\t\t| #fffc4b | #ff7f7f | 0.9 |\n\t\t\t| #1d0314 | #4baa1a | 0 |\n\t\t\t| #211a27 | #aa481a | 1 |\n\n\t@motivating\n\t@ui\n\tScenario: Two-column layout displays an image on one side and on the other side a header, description, and button\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"columns\" |\n\t\tThen the image is displayed on the left\n\t\tAnd the following elements are displayed on the right\n\t\t\t| elements |\n\t\t\t| header |\n\t\t\t| description |\n\t\t\t| button |\n\t\tWhen the component is scaled down to 599px\n\t\tThen the two-column layout switches to a row layout\n\t\tAnd the image is displayed on top\n\t\tAnd the content is displayed below\n\n\t@motivating\n\t@ui\n\tScenario Outline: Image position is configurable for desktop and mobile\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"columns\" |\n\t\t\t| image-pos | <imagePos> |\n\t\t\t| image-mobile-pos | <imageMobilePos> |\n\t\tThen the image is displayed on the <imagePos>\n\t\tWhen the component is scaled down to 599px\n\t\tThen two-column layout switches to a row layout\n\t\tAnd image is displayed on the <imageMobilePos>\n\t\tExamples:\n\t\t\t| imagePos | imageMobilePos |\n\t\t\t| left | top |\n\t\t\t| right | bottom |\n\n\t@motivating\n\t@ui\n\tScenario Outline: Padding is configurable for the image and text of two column layouts\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"columns\" |\n\t\t\t| padding-text | <paddingText> |\n\t\t\t| padding-image | <paddingImage> |\n\t\tThen the two column layout is displayed\n\t\tAnd the image has padding <paddingImage>\n\t\tAnd the text has padding <paddingText>\n\t\tExamples:\n\t\t\t| paddingText | paddingImage |\n\t\t\t| xxx-small | xxx-small |\n\t\t\t| xx-small | xx-small |\n\t\t\t| x-small | x-small |\n\t\t\t| small | small |\n\t\t\t| medium | medium |\n\t\t\t| large | large |\n\t\t\t| x-large | x-large |\n\t\t\t| xx-large | xx-large |\n\t\t\t| xxx-large | xxx-large |\n\t\t\t| xxxx-large | xxxx-large |\n\t\t\t| none | none |\n\n\t@motivating\n\t@ui\n\tScenario Outline: Two-column layout image division percentage is configurable\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000248/squatch-assets/MVgOJn7.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"columns\" |\n\t\t\t| image-percentage | <percent> |\n\t\tThen the two column layout is displayed\n\t\tAnd the image takes up <percent> of the two-column layout\n\t\tAnd the text elements take up the remainder of the space\n\t\tExamples:\n\t\t\t| percent |\n\t\t\t| 25% |\n\t\t\t| 42% |\n\t\t\t| 66% |\n\n\t@motivating\n\t@ui\n\tScenario: Two-column layout text and background color is configurable\n\t\tGiven a Hero Image component configured with the following props\n\t\t\t| prop | value |\n\t\t\t| image-url | \"https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png\" |\n\t\t\t| header | \"Klip Rewards\" |\n\t\t\t| description | \"Refer friends or complete tasks while using Klip to earn rewards\" |\n\t\t\t| button-text | \"Start earning\" |\n\t\t\t| layout | \"columns\" |\n\t\t\t| text-color | <textColor> |\n\t\t\t| background-color | <backgroundColor> |\n\t\tThen the two column layout is displayed\n\t\tAnd the text has color <textColor>\n\t\tAnd the background has color <backgroundColor>\n\t\tExamples:\n\t\t\t| textColor | backgroundColor |\n\t\t\t| #fffc4b | #ff7f7f |\n\t\t\t| #1d0314 | #4baa1a |\n\t\t\t| #211a27 | #aa481a |";
12594
12793
 
12595
12794
  const HeroImage_stories = {
12596
12795
  title: "Components/Hero Image",
12597
12796
  parameters: {
12598
- scenario: scenario$t,
12797
+ scenario: scenario$u,
12599
12798
  },
12600
12799
  };
12601
12800
  const OverlayHeader = () => {
@@ -12668,12 +12867,12 @@ const HeroImage = /*#__PURE__*/Object.freeze({
12668
12867
  ColumnsCustomColors: ColumnsCustomColors
12669
12868
  });
12670
12869
 
12671
- const scenario$u = "@author:kutay\n@owner:kutay\nFeature: Referral Card\n\n\tThe Referral Card component takes in two slots and displays them side by side.\n\n\tBackground: A user on the portal is viewing the widget\n\t\tGiven a user viewing the Referral Card component\n\n\t@motivating\n\t@ui\n\tScenario: Referral Card component displays provided content in left and right slots side by side\n\t\tGiven a Referral Card component\n\t\tAnd a slot with the name \"left\"\n\t\tAnd a slot with the name \"right\"\n\t\tWhen the user views the referral card\n\t\tThen the slot contents are displayed the card with equal width\n\t\tWhen the component is scaled down to 499px\n\t\tThen the column layout switches to row layout\n\t\tAnd the \"left\" slot content is displayed above the \"right\" slot content\n\n\t@minutia\n\t@ui\n\tScenario: Left or right column content spans the whole card if there is no content in the other column\n\t\tGiven a Referral Card component\n\t\tAnd there content in one column\n\t\tAnd there is no content in the other column\n\t\tThen the column with content spans 100% of the card width\n\t\tAnd the column with content respects the container's padding\n\t\tAnd the column without content has zero width\n\n\t@motivating\n\t@ui\n\tScenario Outline: Referral Card component content can be vertically aligned start, center, end\n\t\tGiven a Referral Card component\n\t\tAnd a slot with the name \"left\"\n\t\tAnd a slot with the name \"right\"\n\t\tAnd the prop \"vertical-alignment\" has <value>\n\t\tThen slots contents are displayed inside the card\n\t\tAnd slots are vertically aligned to <alignment> of the card\n\t\tExamples:\n\t\t\t| value | alignment |\n\t\t\t| start | the top |\n\t\t\t| center | the center |\n\t\t\t| end | the bottom |\n\t\t\t| N/A | the top |\n\n\t@ui\n\tScenario Outline: Container border can be toggled\n\t\tGiven a user is viewing the referral card component\n\t\tThen the default value for the prop \"include-border\" is \"true\"\n\t\tWhen \"include-border\" has <value>\n\t\tThen the referral card component's border <maybe> included\n\t\tExamples:\n\t\t\t| value | maybe |\n\t\t\t| true | is |\n\t\t\t| false | isn't |\n\t\t\t| empty (no value) | is |\n\n\t@motivating\n\t@ui\n\tScenario Outline: Component background color can be customized\n\t\tGiven a user is viewing the Referral Card component\n\t\tThen the default value is \"#ffffff\"\n\t\tWhen the prop \"background-color\" has <value>\n\t\tThen the background has color <backgroundColor>\n\t\tExamples:\n\t\t\t| value | backgroundColor |\n\t\t\t| empty (default value) | var(--sl-color-neutral-0) (#ffffff) |\n\t\t\t| aquamarine | #7fffd4 |\n\n\t@motivating\n\t@ui\n\tScenario Outline: Container padding can be customized\n\t\tGiven a user is looking at the component\n\t\tThen the default values for \"padding-top\", \"padding-bottom\", \"padding-left\", \"padding-right\" is \"large\"\n\t\tWhen prop \"padding-top\" has <value>\n\t\tThen <padding> is applied to content\n\t\tAnd the same applies to \"padding-bottom\", \"padding-left\", \"padding-right\"\n\n\t\tExamples:\n\t\t\t| value | padding |\n\t\t\t| none | no padding |\n\t\t\t| xxx-small | xxx-small |\n\t\t\t| xx-small | xx-small |\n\t\t\t| x-small | x-small |\n\t\t\t| small | small |\n\t\t\t| medium | medium |\n\t\t\t| large | large |\n\t\t\t| x-large | x-large |\n\t\t\t| xx-large | xx-large |\n\t\t\t| xxx-large | xxx-large |\n\t\t\t| xxxx-large | xxxx-large |\n\t\t\t| N/A | no padding |";
12870
+ const scenario$v = "@author:kutay\n@owner:kutay\nFeature: Referral Card\n\n\tThe Referral Card component takes in two slots and displays them side by side.\n\n\tBackground: A user on the portal is viewing the widget\n\t\tGiven a user viewing the Referral Card component\n\n\t@motivating\n\t@ui\n\tScenario: Referral Card component displays provided content in left and right slots side by side\n\t\tGiven a Referral Card component\n\t\tAnd a slot with the name \"left\"\n\t\tAnd a slot with the name \"right\"\n\t\tWhen the user views the referral card\n\t\tThen the slot contents are displayed the card with equal width\n\t\tWhen the component is scaled down to 499px\n\t\tThen the column layout switches to row layout\n\t\tAnd the \"left\" slot content is displayed above the \"right\" slot content\n\n\t@minutia\n\t@ui\n\tScenario: Left or right column content spans the whole card if there is no content in the other column\n\t\tGiven a Referral Card component\n\t\tAnd there content in one column\n\t\tAnd there is no content in the other column\n\t\tThen the column with content spans 100% of the card width\n\t\tAnd the column with content respects the container's padding\n\t\tAnd the column without content has zero width\n\n\t@motivating\n\t@ui\n\tScenario Outline: Referral Card component content can be vertically aligned start, center, end\n\t\tGiven a Referral Card component\n\t\tAnd a slot with the name \"left\"\n\t\tAnd a slot with the name \"right\"\n\t\tAnd the prop \"vertical-alignment\" has <value>\n\t\tThen slots contents are displayed inside the card\n\t\tAnd slots are vertically aligned to <alignment> of the card\n\t\tExamples:\n\t\t\t| value | alignment |\n\t\t\t| start | the top |\n\t\t\t| center | the center |\n\t\t\t| end | the bottom |\n\t\t\t| N/A | the top |\n\n\t@ui\n\tScenario Outline: Container border can be toggled\n\t\tGiven a user is viewing the referral card component\n\t\tThen the default value for the prop \"include-border\" is \"true\"\n\t\tWhen \"include-border\" has <value>\n\t\tThen the referral card component's border <maybe> included\n\t\tExamples:\n\t\t\t| value | maybe |\n\t\t\t| true | is |\n\t\t\t| false | isn't |\n\t\t\t| empty (no value) | is |\n\n\t@motivating\n\t@ui\n\tScenario Outline: Component background color can be customized\n\t\tGiven a user is viewing the Referral Card component\n\t\tThen the default value is \"#ffffff\"\n\t\tWhen the prop \"background-color\" has <value>\n\t\tThen the background has color <backgroundColor>\n\t\tExamples:\n\t\t\t| value | backgroundColor |\n\t\t\t| empty (default value) | var(--sl-color-neutral-0) (#ffffff) |\n\t\t\t| aquamarine | #7fffd4 |\n\n\t@motivating\n\t@ui\n\tScenario Outline: Container padding can be customized\n\t\tGiven a user is looking at the component\n\t\tThen the default values for \"padding-top\", \"padding-bottom\", \"padding-left\", \"padding-right\" is \"large\"\n\t\tWhen prop \"padding-top\" has <value>\n\t\tThen <padding> is applied to content\n\t\tAnd the same applies to \"padding-bottom\", \"padding-left\", \"padding-right\"\n\n\t\tExamples:\n\t\t\t| value | padding |\n\t\t\t| none | no padding |\n\t\t\t| xxx-small | xxx-small |\n\t\t\t| xx-small | xx-small |\n\t\t\t| x-small | x-small |\n\t\t\t| small | small |\n\t\t\t| medium | medium |\n\t\t\t| large | large |\n\t\t\t| x-large | x-large |\n\t\t\t| xx-large | xx-large |\n\t\t\t| xxx-large | xxx-large |\n\t\t\t| xxxx-large | xxxx-large |\n\t\t\t| N/A | no padding |";
12672
12871
 
12673
12872
  const ReferralCard_stories = {
12674
12873
  title: "Components/Referral Card",
12675
12874
  parameters: {
12676
- scenario: scenario$u,
12875
+ scenario: scenario$v,
12677
12876
  },
12678
12877
  };
12679
12878
  const media = (slot) => {
@@ -12827,11 +13026,11 @@ const scenarioTimeline = "@author:derek\n@owner:kutay\nFeature: Timeline\n\n
12827
13026
 
12828
13027
  const scenarioTimelineEntry = "@author:derek\n@owner:kutay\nFeature: Timeline Entry\n\n @motivating\n @ui\n Scenario: Timeline entries have an icon, a reward and an entry desciption\n Given an timeline entry with the following props\n | prop | value |\n | unit | Visa Giftcard |\n | reward | 50$ |\n | desc | Earn a 50$ Visa Giftcard for each referral you make |\n When a user views the entry\n Then they see a gift icon\n And see \"$50 VISA GIFTCARRD\" to the right\n And \"$50\" is bolded with x-large font size\n And below they see \"Earn a 50$ Visa Giftcard for each referral you make\"\n\n @motivating\n @ui\n Scenario Outline: Icon can either be a gift or a brand colour cirle\n Given a timeline entry with \"icon\" <iconPropValue>\n When a user views the entry\n Then they see an <icon>\n Examples:\n | iconPropValue 1 | icon |\n | gift | gift |\n | circle | brand colour circle |\n | | gift |\n\n @motivating\n @ui\n Scenario: A timeline entry can display a line to connect it to another entry\n Given a timeline entry with \"line\" \"true\"\n When a user views the entry\n Then they see the entry\n But it has a brand colour line connecting it to the next timeline entry\n";
12829
13028
 
12830
- const scenario$v = scenarioTimeline + scenarioTimelineEntry;
13029
+ const scenario$w = scenarioTimeline + scenarioTimelineEntry;
12831
13030
  const Timeline_stories = {
12832
13031
  title: "Components/Timeline",
12833
13032
  parameters: {
12834
- scenario: scenario$v,
13033
+ scenario: scenario$w,
12835
13034
  },
12836
13035
  };
12837
13036
  const TimelineWith1Reward = () => {
@@ -12904,12 +13103,12 @@ const Timeline = /*#__PURE__*/Object.freeze({
12904
13103
  TimelineWith4Rewards: TimelineWith4Rewards
12905
13104
  });
12906
13105
 
12907
- const scenario$w = "@author:kutay\n@owner:kutay\nFeature: Image\n\n\tBackground: A user on the portal is viewing the widget\n\t\tGiven a user viewing the image component\n\n\t@motivating\n\t@ui\n\tScenario: Image is displayed from URL\n\t\tGiven an Image component\n\t\tAnd prop \"image-url\" is provided with a valid image url\n\t\tThen the image is displayed\n\t\tAnd it is centered\n\n\t@motivating\n\t@ui\n\tScenario Outline: Images can be aligned left, center or right\n\t\tGiven an Image component\n\t\tAnd prop \"image-url\" is provided with a valid image url\n\t\tAnd prop \"align\" has <value>\n\t\tThen the image is displayed\n\t\tAnd it is aligned to the <value>\n\t\tExamples:\n\t\t\t| value |\n\t\t\t| left |\n\t\t\t| center |\n\t\t\t| right |\n\n\t@motivating\n\t@ui\n\tScenario: Image background can be assigned a color\n\t\tGiven an Image component\n\t\tAnd prop \"image-url\" is provided with a valid image url\n\t\tAnd prop \"background-color\" is provided a color\n\t\tThen the image is displayed\n\t\tAnd the background is the provided color\n\n\t@motivating\n\t@ui\n\tScenario: Image minimum height can be constrained\n\t\tGiven an Image component\n\t\tAnd prop \"image-url\" is provided\n\t\tAnd prop \"min-height\" is given a minimum value\n\t\tThen the image is displayed\n\t\tAnd the container size changes\n\t\tThen the image does not shrink below its minimum height";
13106
+ const scenario$x = "@author:kutay\n@owner:kutay\nFeature: Image\n\n\tBackground: A user on the portal is viewing the widget\n\t\tGiven a user viewing the image component\n\n\t@motivating\n\t@ui\n\tScenario: Image is displayed from URL\n\t\tGiven an Image component\n\t\tAnd prop \"image-url\" is provided with a valid image url\n\t\tThen the image is displayed\n\t\tAnd it is centered\n\n\t@motivating\n\t@ui\n\tScenario Outline: Images can be aligned left, center or right\n\t\tGiven an Image component\n\t\tAnd prop \"image-url\" is provided with a valid image url\n\t\tAnd prop \"align\" has <value>\n\t\tThen the image is displayed\n\t\tAnd it is aligned to the <value>\n\t\tExamples:\n\t\t\t| value |\n\t\t\t| left |\n\t\t\t| center |\n\t\t\t| right |\n\n\t@motivating\n\t@ui\n\tScenario: Image background can be assigned a color\n\t\tGiven an Image component\n\t\tAnd prop \"image-url\" is provided with a valid image url\n\t\tAnd prop \"background-color\" is provided a color\n\t\tThen the image is displayed\n\t\tAnd the background is the provided color\n\n\t@motivating\n\t@ui\n\tScenario: Image minimum height can be constrained\n\t\tGiven an Image component\n\t\tAnd prop \"image-url\" is provided\n\t\tAnd prop \"min-height\" is given a minimum value\n\t\tThen the image is displayed\n\t\tAnd the container size changes\n\t\tThen the image does not shrink below its minimum height";
12908
13107
 
12909
13108
  const Image_stories = {
12910
13109
  title: "Components/Image",
12911
13110
  parameters: {
12912
- scenario: scenario$w,
13111
+ scenario: scenario$x,
12913
13112
  },
12914
13113
  };
12915
13114
  const Image = () => {
@@ -12942,12 +13141,12 @@ const Image$1 = /*#__PURE__*/Object.freeze({
12942
13141
  MinimumHeight: MinimumHeight
12943
13142
  });
12944
13143
 
12945
- const scenario$x = "@author:derek\n@owner:noah\nFeature: Titled Section\n\n Background: The titled section has a label and content\n Given a titled section\n And it has a label\n And it has content in the content slot\n\n @motivating\n @ui\n Scenario: Text alignment defaults to left align but can be configured\n Given the titled section has \"text-align\" <textAlignPropValue>\n When a user views the titled section\n Then the text in the label is <aligned>\n And the text in the content is <aligned>\n Examples:\n | textAlignPropValue | aligned |\n | center | center |\n | left | left |\n | right | right |\n | | left |\n\n @minutia\n @ui\n Scenario: Label margin is configurable\n Given the titled section has \"label-margin\" <marginPropValue>\n When a user views the titled section\n Then <marginPropValue> margin is between the label and content\n Examples:\n | marginPropValue | margin |\n | none | no |\n | xxx-small | xxx-small |\n | xx-small | xx-small |\n | x-small | x-small |\n | small | small |\n | medium | medium |\n | large | large |\n | x-large | x-large |\n | xx-large | xx-large |\n | xxx-large | xxx-large |\n | xxxx-large | xxxx-large |\n | | no |\n\n @minutia\n @ui\n Scenario Outline: Titled section padding is configurable\n Given the titled section has \"padding\" <paddingPropValue>\n When a user views the titled section\n Then <paddingPropValue> padding is applied around the titled section\n Examples:\n | paddingPropValue | padding |\n | none | no |\n | xxx-small | xxx-small |\n | xx-small | xx-small |\n | x-small | x-small |\n | small | small |\n | medium | medium |\n | large | large |\n | x-large | x-large |\n | xx-large | xx-large |\n | xxx-large | xxx-large |\n | xxxx-large | xxxx-large |\n | | no |";
13144
+ const scenario$y = "@author:derek\n@owner:noah\nFeature: Titled Section\n\n Background: The titled section has a label and content\n Given a titled section\n And it has a label\n And it has content in the content slot\n\n @motivating\n @ui\n Scenario: Text alignment defaults to left align but can be configured\n Given the titled section has \"text-align\" <textAlignPropValue>\n When a user views the titled section\n Then the text in the label is <aligned>\n And the text in the content is <aligned>\n Examples:\n | textAlignPropValue | aligned |\n | center | center |\n | left | left |\n | right | right |\n | | left |\n\n @minutia\n @ui\n Scenario: Label margin is configurable\n Given the titled section has \"label-margin\" <marginPropValue>\n When a user views the titled section\n Then <marginPropValue> margin is between the label and content\n Examples:\n | marginPropValue | margin |\n | none | no |\n | xxx-small | xxx-small |\n | xx-small | xx-small |\n | x-small | x-small |\n | small | small |\n | medium | medium |\n | large | large |\n | x-large | x-large |\n | xx-large | xx-large |\n | xxx-large | xxx-large |\n | xxxx-large | xxxx-large |\n | | no |\n\n @minutia\n @ui\n Scenario Outline: Titled section padding is configurable\n Given the titled section has \"padding\" <paddingPropValue>\n When a user views the titled section\n Then <paddingPropValue> padding is applied around the titled section\n Examples:\n | paddingPropValue | padding |\n | none | no |\n | xxx-small | xxx-small |\n | xx-small | xx-small |\n | x-small | x-small |\n | small | small |\n | medium | medium |\n | large | large |\n | x-large | x-large |\n | xx-large | xx-large |\n | xxx-large | xxx-large |\n | xxxx-large | xxxx-large |\n | | no |";
12946
13145
 
12947
13146
  const TitledSection_stories = {
12948
13147
  title: "Components/Titled Section",
12949
13148
  parameters: {
12950
- scenario: scenario$x,
13149
+ scenario: scenario$y,
12951
13150
  },
12952
13151
  };
12953
13152
  const AlignLeft = () => {
@@ -13343,12 +13542,12 @@ const Scroll = /*#__PURE__*/Object.freeze({
13343
13542
  ShoelaceProps: ShoelaceProps
13344
13543
  });
13345
13544
 
13346
- const scenario$y = "@author:Zach\n@owner:Zach\nFeature: Tabs\n\n The Tabs takes in the Tab component as children and maps through to display their header and content.\n\n Background: A user on the portal is viewing the widget\n Given a user viewing the Tabs component\n\n @motivating\n Scenario: Content inside the active tab is shown\n Given the header is set to <tabHeader>\n And the content inside is <tabContent>\n And the user has clicked <tabHeader>\n Then the <tabContent> is shown\n Examples:\n | tabHeader | tabContent |\n | Settings | This is the settings tab |\n | General | This is the general tab |\n | History | This is the history tab |\n\n @motivating\n @ui\n Scenario: The placement of the tabs is configurable\n Given The placement prop has been passed a valid <placement>\n Then tabs are placed on the <placementResult>\n Examples:\n | placement | placementResult |\n | | top of the content |\n | left | left hand side of the content |\n | right | right hand side of the content |\n | bottom | bottom of the content |\n\n\n @minutia\n @ui\n Scenario Outline: Tabs are setup to use the brand color\n Given the brand color is set to darkblue\n Then the text inside the active tab is darkblue\n And the underline of the active tab is darkblue\n\n @ui\n Scenario: Tabs are responsive\n Given the user is on a mobile device\n When there are more tabs than the horizontal space allows for\n Then clickable arrows appear on the left and right of the tabs\n And the tabs are scrollable\n\n @landmine\n Scenario: Program section cannot be used inside of tabs\n Given a tabs component\n And tab containing a program section with program-id \"test123\"\n And the program section wraps a component using program context\n When the tabs component is rendered\n Then the \"sq:program-id\" event listener for the program section is removed\n And the component does not use program-id \"test123\" to source its data\n And falls back to the global program id";
13545
+ const scenario$z = "@author:Zach\n@owner:Zach\nFeature: Tabs\n\n The Tabs takes in the Tab component as children and maps through to display their header and content.\n\n Background: A user on the portal is viewing the widget\n Given a user viewing the Tabs component\n\n @motivating\n Scenario: Content inside the active tab is shown\n Given the header is set to <tabHeader>\n And the content inside is <tabContent>\n And the user has clicked <tabHeader>\n Then the <tabContent> is shown\n Examples:\n | tabHeader | tabContent |\n | Settings | This is the settings tab |\n | General | This is the general tab |\n | History | This is the history tab |\n\n @motivating\n @ui\n Scenario: The placement of the tabs is configurable\n Given The placement prop has been passed a valid <placement>\n Then tabs are placed on the <placementResult>\n Examples:\n | placement | placementResult |\n | | top of the content |\n | left | left hand side of the content |\n | right | right hand side of the content |\n | bottom | bottom of the content |\n\n\n @minutia\n @ui\n Scenario Outline: Tabs are setup to use the brand color\n Given the brand color is set to darkblue\n Then the text inside the active tab is darkblue\n And the underline of the active tab is darkblue\n\n @ui\n Scenario: Tabs are responsive\n Given the user is on a mobile device\n When there are more tabs than the horizontal space allows for\n Then clickable arrows appear on the left and right of the tabs\n And the tabs are scrollable\n\n @landmine\n Scenario: Program section cannot be used inside of tabs\n Given a tabs component\n And tab containing a program section with program-id \"test123\"\n And the program section wraps a component using program context\n When the tabs component is rendered\n Then the \"sq:program-id\" event listener for the program section is removed\n And the component does not use program-id \"test123\" to source its data\n And falls back to the global program id";
13347
13546
 
13348
13547
  const Tabs_stories = {
13349
13548
  title: "Components/Tabs",
13350
13549
  parameters: {
13351
- scenario: scenario$y,
13550
+ scenario: scenario$z,
13352
13551
  },
13353
13552
  };
13354
13553
  const SimpleTabs = () => (h("div", { style: { maxWidth: "700px", margin: "auto" }, innerHTML: `
@@ -13848,12 +14047,12 @@ const Tabs = /*#__PURE__*/Object.freeze({
13848
14047
  RightTabs: RightTabs
13849
14048
  });
13850
14049
 
13851
- const scenario$z = "@author:johan\n@owner:johan\nFeature: Share Code\n\n The share code component is a box that allows users to see and copy their referral 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 share 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 share 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 share 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 share 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";
14050
+ const scenario$A = "@author:johan\n@owner:johan\nFeature: Share Code\n\n The share code component is a box that allows users to see and copy their referral 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 share 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 share 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 share 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 share 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";
13852
14051
 
13853
14052
  const ShareCode_stories = {
13854
14053
  title: "Components/Share Code",
13855
14054
  parameters: {
13856
- scenario: scenario$z,
14055
+ scenario: scenario$A,
13857
14056
  },
13858
14057
  };
13859
14058
  const ShareCode = () => {
@@ -13887,7 +14086,7 @@ const CopyButtonBelow$1 = () => {
13887
14086
  buttonStyle: "button-below",
13888
14087
  })));
13889
14088
  };
13890
- const Error$7 = () => {
14089
+ const Error$8 = () => {
13891
14090
  const props = {
13892
14091
  copyString: "https://noah.example.com",
13893
14092
  disabled: true,
@@ -13908,15 +14107,15 @@ const ShareCode$1 = /*#__PURE__*/Object.freeze({
13908
14107
  CustomTooltipDuration: CustomTooltipDuration,
13909
14108
  CopyButton: CopyButton$1,
13910
14109
  CopyButtonBelow: CopyButtonBelow$1,
13911
- Error: Error$7
14110
+ Error: Error$8
13912
14111
  });
13913
14112
 
13914
- 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 can be customized\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 @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";
14113
+ const scenario$B = "@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 can be customized\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 @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";
13915
14114
 
13916
14115
  const ReferralCode_stories = {
13917
14116
  title: "Components/Referral Code",
13918
14117
  parameters: {
13919
- scenario: scenario$A,
14118
+ scenario: scenario$B,
13920
14119
  },
13921
14120
  };
13922
14121
  const ReferralCode = () => {
@@ -13960,7 +14159,7 @@ const CopyButtonBelow$2 = () => {
13960
14159
  buttonStyle: "button-below",
13961
14160
  })));
13962
14161
  };
13963
- const Error$8 = () => {
14162
+ const Error$9 = () => {
13964
14163
  const props = {
13965
14164
  copyString: "https://noah.example.com",
13966
14165
  disabled: true,
@@ -13984,7 +14183,7 @@ const ReferralCode$1 = /*#__PURE__*/Object.freeze({
13984
14183
  CustomTooltipDuration: CustomTooltipDuration$1,
13985
14184
  CopyButton: CopyButton$2,
13986
14185
  CopyButtonBelow: CopyButtonBelow$2,
13987
- Error: Error$8
14186
+ Error: Error$9
13988
14187
  });
13989
14188
 
13990
14189
  // import scenario from "./ShareCode.feature";
@@ -13994,7 +14193,7 @@ const EmailRegistration_stories = {
13994
14193
  // scenario,
13995
14194
  },
13996
14195
  };
13997
- const defaultProps$d = {
14196
+ const defaultProps$f = {
13998
14197
  states: {
13999
14198
  error: "",
14000
14199
  loading: false,
@@ -14013,59 +14212,59 @@ const defaultProps$d = {
14013
14212
  fraudErrorMessageTitle: "Looks like you tried referring yourself",
14014
14213
  },
14015
14214
  };
14016
- const Default$f = () => h(EmailRegistrationView, Object.assign({}, defaultProps$d));
14215
+ const Default$i = () => h(EmailRegistrationView, Object.assign({}, defaultProps$f));
14017
14216
  const HasFirstNameLastName = () => (h(EmailRegistrationView, Object.assign({}, {
14018
- ...defaultProps$d,
14217
+ ...defaultProps$f,
14019
14218
  content: {
14020
- ...defaultProps$d.content,
14219
+ ...defaultProps$f.content,
14021
14220
  includeName: true,
14022
14221
  },
14023
14222
  })));
14024
14223
  const WithSlots = () => (h(EmailRegistrationView, Object.assign({}, {
14025
- ...defaultProps$d,
14224
+ ...defaultProps$f,
14026
14225
  content: {
14027
- ...defaultProps$d.content,
14226
+ ...defaultProps$f.content,
14028
14227
  topSlot: h("div", null, "Hello this is the top slot"),
14029
14228
  bottomSlot: h("div", null, "Hello this is the bottom slot"),
14030
14229
  },
14031
14230
  })));
14032
14231
  const NoBorder$1 = () => (h(EmailRegistrationView, Object.assign({}, {
14033
- ...defaultProps$d,
14232
+ ...defaultProps$f,
14034
14233
  content: {
14035
- ...defaultProps$d.content,
14234
+ ...defaultProps$f.content,
14036
14235
  hideBorder: true,
14037
14236
  },
14038
14237
  })));
14039
14238
  const BackgroundColor$2 = () => (h(EmailRegistrationView, Object.assign({}, {
14040
- ...defaultProps$d,
14239
+ ...defaultProps$f,
14041
14240
  content: {
14042
- ...defaultProps$d.content,
14241
+ ...defaultProps$f.content,
14043
14242
  backgroundColor: "aquamarine",
14044
14243
  },
14045
14244
  })));
14046
- const Loading$4 = () => (h(EmailRegistrationView, Object.assign({}, {
14047
- ...defaultProps$d,
14245
+ const Loading$5 = () => (h(EmailRegistrationView, Object.assign({}, {
14246
+ ...defaultProps$f,
14048
14247
  states: {
14049
14248
  error: "",
14050
14249
  loading: true,
14051
14250
  },
14052
14251
  })));
14053
- const Error$9 = () => (h(EmailRegistrationView, Object.assign({}, {
14054
- ...defaultProps$d,
14252
+ const Error$a = () => (h(EmailRegistrationView, Object.assign({}, {
14253
+ ...defaultProps$f,
14055
14254
  states: {
14056
14255
  error: "Something went wrong. Please try again.",
14057
14256
  loading: false,
14058
14257
  },
14059
14258
  })));
14060
14259
  const FraudError = () => (h(EmailRegistrationView, Object.assign({}, {
14061
- ...defaultProps$d,
14260
+ ...defaultProps$f,
14062
14261
  states: {
14063
14262
  error: "FRAUD",
14064
14263
  loading: false,
14065
14264
  },
14066
14265
  })));
14067
14266
  const EmptyEmailError = () => (h(EmailRegistrationView, Object.assign({}, {
14068
- ...defaultProps$d,
14267
+ ...defaultProps$f,
14069
14268
  states: {
14070
14269
  error: "Something went wrong. Please try again.",
14071
14270
  loading: false,
@@ -14078,26 +14277,26 @@ const EmptyEmailError = () => (h(EmailRegistrationView, Object.assign({}, {
14078
14277
  const EmailRegistration = /*#__PURE__*/Object.freeze({
14079
14278
  __proto__: null,
14080
14279
  'default': EmailRegistration_stories,
14081
- Default: Default$f,
14280
+ Default: Default$i,
14082
14281
  HasFirstNameLastName: HasFirstNameLastName,
14083
14282
  WithSlots: WithSlots,
14084
14283
  NoBorder: NoBorder$1,
14085
14284
  BackgroundColor: BackgroundColor$2,
14086
- Loading: Loading$4,
14087
- Error: Error$9,
14285
+ Loading: Loading$5,
14286
+ Error: Error$a,
14088
14287
  FraudError: FraudError,
14089
14288
  EmptyEmailError: EmptyEmailError
14090
14289
  });
14091
14290
 
14092
- 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";
14291
+ const scenario$C = "@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";
14093
14292
 
14094
14293
  const CouponCode_stories = {
14095
14294
  title: "Components/Coupon Code",
14096
14295
  parameters: {
14097
- scenario: scenario$B,
14296
+ scenario: scenario$C,
14098
14297
  },
14099
14298
  };
14100
- const defaultProps$e = {
14299
+ const defaultProps$g = {
14101
14300
  tooltiptext: "Copied to Clipboard",
14102
14301
  copyString: "THANKSJANE125uv125",
14103
14302
  open: false,
@@ -14122,43 +14321,43 @@ const TextAlignRight$3 = () => {
14122
14321
  return h("sqm-coupon-code", { textAlign: "right" });
14123
14322
  };
14124
14323
  const CopyButton$3 = () => {
14125
- return (h("sqm-coupon-code", Object.assign({}, defaultProps$e, { buttonStyle: "button-outside" })));
14324
+ return (h("sqm-coupon-code", Object.assign({}, defaultProps$g, { buttonStyle: "button-outside" })));
14126
14325
  };
14127
14326
  const CopyButtonCustomLabel = () => {
14128
- return (h("sqm-coupon-code", Object.assign({}, defaultProps$e, { buttonStyle: "button-outside", "copy-button-label": "test long custom label" })));
14327
+ return (h("sqm-coupon-code", Object.assign({}, defaultProps$g, { buttonStyle: "button-outside", "copy-button-label": "test long custom label" })));
14129
14328
  };
14130
14329
  const CopyButtonBelow$3 = () => {
14131
- return (h("sqm-coupon-code", Object.assign({}, defaultProps$e, { buttonStyle: "button-below" })));
14330
+ return (h("sqm-coupon-code", Object.assign({}, defaultProps$g, { buttonStyle: "button-below" })));
14132
14331
  };
14133
14332
  const CopyButtonBelowCustomLabel = () => {
14134
- return (h("sqm-coupon-code", Object.assign({}, defaultProps$e, { buttonStyle: "button-below", "copy-button-label": "test long custom label" })));
14333
+ return (h("sqm-coupon-code", Object.assign({}, defaultProps$g, { buttonStyle: "button-below", "copy-button-label": "test long custom label" })));
14135
14334
  };
14136
- const Loading$5 = () => {
14137
- return h(CouponCodeView, Object.assign({}, defaultProps$e, { loading: true }));
14335
+ const Loading$6 = () => {
14336
+ return h(CouponCodeView, Object.assign({}, defaultProps$g, { loading: true }));
14138
14337
  };
14139
14338
  const CopyButtonLoading = () => {
14140
- return (h(CouponCodeView, Object.assign({}, defaultProps$e, { buttonStyle: "button-outside", loading: true })));
14339
+ return (h(CouponCodeView, Object.assign({}, defaultProps$g, { buttonStyle: "button-outside", loading: true })));
14141
14340
  };
14142
14341
  const CopyButtonBelowLoading = () => {
14143
- return (h(CouponCodeView, Object.assign({}, defaultProps$e, { buttonStyle: "button-below", loading: true })));
14342
+ return (h(CouponCodeView, Object.assign({}, defaultProps$g, { buttonStyle: "button-below", loading: true })));
14144
14343
  };
14145
14344
  const ErrorGeneric = () => {
14146
- return (h(CouponCodeView, Object.assign({}, defaultProps$e, { errorType: "warning", error: true, errorText: "We couldn't fetch your code. Please try again later or reach out to the Support team for help resolving this issue." })));
14345
+ return (h(CouponCodeView, Object.assign({}, defaultProps$g, { errorType: "warning", error: true, errorText: "We couldn't fetch your code. Please try again later or reach out to the Support team for help resolving this issue." })));
14147
14346
  };
14148
14347
  const ErrorPending = () => {
14149
- return (h(CouponCodeView, Object.assign({}, defaultProps$e, { errorType: "info", error: true, errorText: "Your code will be available on April 24, 2023. Mark your calendar and come back then to redeem your reward!" })));
14348
+ return (h(CouponCodeView, Object.assign({}, defaultProps$g, { errorType: "info", error: true, errorText: "Your code will be available on April 24, 2023. Mark your calendar and come back then to redeem your reward!" })));
14150
14349
  };
14151
14350
  const ErrorFullfillment = () => {
14152
- return (h(CouponCodeView, Object.assign({}, defaultProps$e, { errorType: "warning", error: true, errorText: "We couldn't fetch your code. Please try again later or reach out to the Support team for help resolving this issue." })));
14351
+ return (h(CouponCodeView, Object.assign({}, defaultProps$g, { errorType: "warning", error: true, errorText: "We couldn't fetch your code. Please try again later or reach out to the Support team for help resolving this issue." })));
14153
14352
  };
14154
14353
  const ErrorCancelled = () => {
14155
- return (h(CouponCodeView, Object.assign({}, defaultProps$e, { errorType: "warning", error: true, errorText: "This code has been cancelled. Please reach out to the Support team for help resolving this issue." })));
14354
+ return (h(CouponCodeView, Object.assign({}, defaultProps$g, { errorType: "warning", error: true, errorText: "This code has been cancelled. Please reach out to the Support team for help resolving this issue." })));
14156
14355
  };
14157
14356
  const ErrorExpired = () => {
14158
- return (h(CouponCodeView, Object.assign({}, defaultProps$e, { errorType: "warning", error: true, errorText: "Looks like this code has expired. Please reach out to the Support team for help resolving this issue." })));
14357
+ return (h(CouponCodeView, Object.assign({}, defaultProps$g, { errorType: "warning", error: true, errorText: "Looks like this code has expired. Please reach out to the Support team for help resolving this issue." })));
14159
14358
  };
14160
14359
  const ErrorRedeemed = () => {
14161
- return (h(CouponCodeView, Object.assign({}, defaultProps$e, { errorType: "success", error: true, errorText: "Looks like you\u2019ve already redeemed this code." })));
14360
+ return (h(CouponCodeView, Object.assign({}, defaultProps$g, { errorType: "success", error: true, errorText: "Looks like you\u2019ve already redeemed this code." })));
14162
14361
  };
14163
14362
 
14164
14363
  const CouponCode$1 = /*#__PURE__*/Object.freeze({
@@ -14173,7 +14372,7 @@ const CouponCode$1 = /*#__PURE__*/Object.freeze({
14173
14372
  CopyButtonCustomLabel: CopyButtonCustomLabel,
14174
14373
  CopyButtonBelow: CopyButtonBelow$3,
14175
14374
  CopyButtonBelowCustomLabel: CopyButtonBelowCustomLabel,
14176
- Loading: Loading$5,
14375
+ Loading: Loading$6,
14177
14376
  CopyButtonLoading: CopyButtonLoading,
14178
14377
  CopyButtonBelowLoading: CopyButtonBelowLoading,
14179
14378
  ErrorGeneric: ErrorGeneric,
@@ -14184,55 +14383,55 @@ const CouponCode$1 = /*#__PURE__*/Object.freeze({
14184
14383
  ErrorRedeemed: ErrorRedeemed
14185
14384
  });
14186
14385
 
14187
- 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";
14386
+ const scenario$D = "@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";
14188
14387
 
14189
14388
  const LogoutCurrentUser_stories = {
14190
14389
  title: "Components/Logout Current User",
14191
14390
  parameters: {
14192
- scenario: scenario$C,
14391
+ scenario: scenario$D,
14193
14392
  },
14194
14393
  };
14195
- const defaultProps$f = {
14394
+ const defaultProps$h = {
14196
14395
  filledInEmailText: "Currently showing referral data for noah.clarke@saasquatch.com",
14197
14396
  onSwitchClick: () => console.log("clicked"),
14198
14397
  switchUserText: "not you?",
14199
14398
  loading: false,
14200
14399
  emailErrorText: "Error fetching email",
14201
14400
  };
14202
- const Default$g = () => {
14203
- return h(LogoutCurrentUserView, Object.assign({}, defaultProps$f));
14401
+ const Default$j = () => {
14402
+ return h(LogoutCurrentUserView, Object.assign({}, defaultProps$h));
14204
14403
  };
14205
14404
 
14206
14405
  const LogoutCurrentUser = /*#__PURE__*/Object.freeze({
14207
14406
  __proto__: null,
14208
14407
  'default': LogoutCurrentUser_stories,
14209
- Default: Default$g
14408
+ Default: Default$j
14210
14409
  });
14211
14410
 
14212
- 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 |";
14411
+ const scenario$E = "@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 |";
14213
14412
 
14214
14413
  const LinkButton_stories = {
14215
14414
  title: "Components/Link Button",
14216
14415
  parameters: {
14217
- scenario: scenario$D,
14416
+ scenario: scenario$E,
14218
14417
  },
14219
14418
  };
14220
- const defaultProps$g = {
14419
+ const defaultProps$i = {
14221
14420
  link: "https://example.com",
14222
14421
  openInNewTab: false,
14223
14422
  buttonText: "Button Text",
14224
14423
  };
14225
- const Default$h = () => {
14226
- return h("sqm-link-button", Object.assign({}, defaultProps$g));
14424
+ const Default$k = () => {
14425
+ return h("sqm-link-button", Object.assign({}, defaultProps$i));
14227
14426
  };
14228
14427
  const OpenInNewTab = () => {
14229
- return (h("sqm-link-button", Object.assign({}, { ...defaultProps$g, openInNewTab: true })));
14428
+ return (h("sqm-link-button", Object.assign({}, { ...defaultProps$i, openInNewTab: true })));
14230
14429
  };
14231
14430
 
14232
14431
  const LinkButton = /*#__PURE__*/Object.freeze({
14233
14432
  __proto__: null,
14234
14433
  'default': LinkButton_stories,
14235
- Default: Default$h,
14434
+ Default: Default$k,
14236
14435
  OpenInNewTab: OpenInNewTab
14237
14436
  });
14238
14437
 
@@ -14242,7 +14441,7 @@ const CloseButton_stories = {
14242
14441
  // scenario,
14243
14442
  },
14244
14443
  };
14245
- const defaultProps$h = {};
14444
+ const defaultProps$j = {};
14246
14445
  const containerStyles = {
14247
14446
  position: "relative",
14248
14447
  width: "500px",
@@ -14250,22 +14449,22 @@ const containerStyles = {
14250
14449
  border: "1px solid black",
14251
14450
  padding: "25px",
14252
14451
  };
14253
- const Default$i = () => {
14254
- return h(CloseButtonView, Object.assign({}, defaultProps$h));
14452
+ const Default$l = () => {
14453
+ return h(CloseButtonView, Object.assign({}, defaultProps$j));
14255
14454
  };
14256
14455
  const InAContainer = () => {
14257
14456
  return (h("div", { style: containerStyles },
14258
- h(CloseButtonView, Object.assign({}, defaultProps$h))));
14457
+ h(CloseButtonView, Object.assign({}, defaultProps$j))));
14259
14458
  };
14260
14459
  const CustomColor$1 = () => {
14261
14460
  return (h("div", { style: containerStyles },
14262
- h(CloseButtonView, Object.assign({}, { ...defaultProps$h, color: "blue" }))));
14461
+ h(CloseButtonView, Object.assign({}, { ...defaultProps$j, color: "blue" }))));
14263
14462
  };
14264
14463
 
14265
14464
  const CloseButton = /*#__PURE__*/Object.freeze({
14266
14465
  __proto__: null,
14267
14466
  'default': CloseButton_stories,
14268
- Default: Default$i,
14467
+ Default: Default$l,
14269
14468
  InAContainer: InAContainer,
14270
14469
  CustomColor: CustomColor$1
14271
14470
  });
@@ -14455,17 +14654,17 @@ const RadioCardView = ({ title, icon, description, selected, }) => {
14455
14654
  const RadioCard_stories = {
14456
14655
  title: "Components/Radio Card",
14457
14656
  };
14458
- const defaultProps$i = {
14657
+ const defaultProps$k = {
14459
14658
  selected: false,
14460
14659
  title: "Card Title",
14461
14660
  description: "Description text goes here",
14462
14661
  icon: "apple",
14463
14662
  };
14464
14663
  const DefaultView$1 = () => {
14465
- return h(RadioCardView, Object.assign({}, defaultProps$i));
14664
+ return h(RadioCardView, Object.assign({}, defaultProps$k));
14466
14665
  };
14467
14666
  const Selected = () => {
14468
- return h(RadioCardView, Object.assign({}, defaultProps$i, { selected: true }));
14667
+ return h(RadioCardView, Object.assign({}, defaultProps$k, { selected: true }));
14469
14668
  };
14470
14669
 
14471
14670
  const RadioCard = /*#__PURE__*/Object.freeze({
@@ -14478,13 +14677,13 @@ const RadioCard = /*#__PURE__*/Object.freeze({
14478
14677
  const ProgressBar_stories = {
14479
14678
  title: "Components/Progress Bar",
14480
14679
  };
14481
- const defaultProps$j = {
14680
+ const defaultProps$l = {
14482
14681
  progress: 2,
14483
14682
  goal: 4,
14484
14683
  steps: true,
14485
14684
  };
14486
14685
  const TaxAndPayoutsProgressBar = () => {
14487
- return h(ProgressBar$2, Object.assign({}, defaultProps$j, { stageCount: 4, currentStage: 2 }));
14686
+ return h(ProgressBar$2, Object.assign({}, defaultProps$l, { stageCount: 4, currentStage: 2 }));
14488
14687
  };
14489
14688
 
14490
14689
  const ProgressBar$1 = /*#__PURE__*/Object.freeze({
@@ -14496,7 +14695,7 @@ const ProgressBar$1 = /*#__PURE__*/Object.freeze({
14496
14695
  const PayoutDetailsCard_stories = {
14497
14696
  title: "Components/Payout Details Card",
14498
14697
  };
14499
- const Loading$6 = () => {
14698
+ const Loading$7 = () => {
14500
14699
  return (h("sqm-payout-details-card", { demoData: {
14501
14700
  states: {
14502
14701
  loading: true,
@@ -14536,7 +14735,7 @@ const PaypalPayout = () => {
14536
14735
  const PayoutDetailsCard = /*#__PURE__*/Object.freeze({
14537
14736
  __proto__: null,
14538
14737
  'default': PayoutDetailsCard_stories,
14539
- Loading: Loading$6,
14738
+ Loading: Loading$7,
14540
14739
  NextPayout: NextPayout,
14541
14740
  PayoutToday: PayoutToday,
14542
14741
  ThresholdPayout: ThresholdPayout,
@@ -15170,14 +15369,14 @@ const UseInvoiceTableCells = /*#__PURE__*/Object.freeze({
15170
15369
  const WidgetEmailVerification_stories = {
15171
15370
  title: "Components/Widget Email Verification",
15172
15371
  };
15173
- const defaultProps$k = {
15372
+ const defaultProps$m = {
15174
15373
  email: "",
15175
15374
  error: false,
15176
15375
  loading: false,
15177
15376
  initialLoading: false,
15178
15377
  sendCodeError: false,
15179
15378
  };
15180
- const Default$j = () => (h("sqm-email-verification", { demoData: {} }));
15379
+ const Default$m = () => (h("sqm-email-verification", { demoData: {} }));
15181
15380
  const EmailIsPrefilled = () => (h("div", null,
15182
15381
  h("sqm-text", null,
15183
15382
  h("h4", null, "Verify your email")),
@@ -15185,19 +15384,19 @@ const EmailIsPrefilled = () => (h("div", null,
15185
15384
  h("sub", null, "To get your cash paid out directly to your bank account, please complete your account setup")),
15186
15385
  h("sqm-email-verification", { demoData: {
15187
15386
  states: {
15188
- ...defaultProps$k,
15387
+ ...defaultProps$m,
15189
15388
  email: "test@example.com",
15190
15389
  },
15191
15390
  } })));
15192
- const Loading$7 = () => (h("sqm-email-verification", { demoData: {
15391
+ const Loading$8 = () => (h("sqm-email-verification", { demoData: {
15193
15392
  states: {
15194
- ...defaultProps$k,
15393
+ ...defaultProps$m,
15195
15394
  initialLoading: true,
15196
15395
  },
15197
15396
  } }));
15198
15397
  const SaveLoading = () => (h("sqm-email-verification", { demoData: {
15199
15398
  states: {
15200
- ...defaultProps$k,
15399
+ ...defaultProps$m,
15201
15400
  loading: true,
15202
15401
  },
15203
15402
  } }));
@@ -15208,19 +15407,19 @@ const WithHeader$1 = () => (h("div", null,
15208
15407
  h("sub", null, "To get your cash paid out directly to your bank account, please complete your account setup")),
15209
15408
  h("sqm-email-verification", { demoData: {
15210
15409
  states: {
15211
- ...defaultProps$k,
15410
+ ...defaultProps$m,
15212
15411
  email: "test@example.com",
15213
15412
  },
15214
15413
  } })));
15215
15414
  const InvalidEmail = () => (h("sqm-email-verification", { demoData: {
15216
15415
  states: {
15217
- ...defaultProps$k,
15416
+ ...defaultProps$m,
15218
15417
  error: true,
15219
15418
  },
15220
15419
  } }));
15221
15420
  const SendCodeError = () => (h("sqm-email-verification", { demoData: {
15222
15421
  states: {
15223
- ...defaultProps$k,
15422
+ ...defaultProps$m,
15224
15423
  sendCodeError: true,
15225
15424
  },
15226
15425
  } }));
@@ -15228,9 +15427,9 @@ const SendCodeError = () => (h("sqm-email-verification", { demoData: {
15228
15427
  const WidgetEmailVerification = /*#__PURE__*/Object.freeze({
15229
15428
  __proto__: null,
15230
15429
  'default': WidgetEmailVerification_stories,
15231
- Default: Default$j,
15430
+ Default: Default$m,
15232
15431
  EmailIsPrefilled: EmailIsPrefilled,
15233
- Loading: Loading$7,
15432
+ Loading: Loading$8,
15234
15433
  SaveLoading: SaveLoading,
15235
15434
  WithHeader: WithHeader$1,
15236
15435
  InvalidEmail: InvalidEmail,
@@ -15240,35 +15439,35 @@ const WidgetEmailVerification = /*#__PURE__*/Object.freeze({
15240
15439
  const WidgetCodeVerification_stories = {
15241
15440
  title: "Components/Widget Code Verification",
15242
15441
  };
15243
- const defaultProps$l = {
15442
+ const defaultProps$n = {
15244
15443
  initialiseLoading: false,
15245
15444
  email: "testemail@example.com",
15246
15445
  loading: false,
15247
15446
  verifyFailed: false,
15248
15447
  emailResent: false,
15249
15448
  };
15250
- const Default$k = () => (h("sqm-code-verification", { demoData: { states: defaultProps$l } }));
15449
+ const Default$n = () => (h("sqm-code-verification", { demoData: { states: defaultProps$n } }));
15251
15450
  const InitialLoading = () => (h("sqm-code-verification", { demoData: {
15252
15451
  states: {
15253
- ...defaultProps$l,
15452
+ ...defaultProps$n,
15254
15453
  initialiseLoading: true,
15255
15454
  },
15256
15455
  } }));
15257
- const Loading$8 = () => (h("sqm-code-verification", { demoData: {
15456
+ const Loading$9 = () => (h("sqm-code-verification", { demoData: {
15258
15457
  states: {
15259
- ...defaultProps$l,
15458
+ ...defaultProps$n,
15260
15459
  loading: true,
15261
15460
  },
15262
15461
  } }));
15263
15462
  const CodeResent = () => (h("sqm-code-verification", { demoData: {
15264
15463
  states: {
15265
- ...defaultProps$l,
15464
+ ...defaultProps$n,
15266
15465
  emailResent: true,
15267
15466
  },
15268
15467
  } }));
15269
15468
  const VerificationFailed = () => (h("sqm-code-verification", { demoData: {
15270
15469
  states: {
15271
- ...defaultProps$l,
15470
+ ...defaultProps$n,
15272
15471
  verifyFailed: true,
15273
15472
  },
15274
15473
  } }));
@@ -15276,9 +15475,9 @@ const VerificationFailed = () => (h("sqm-code-verification", { demoData: {
15276
15475
  const WidgetCodeVerification = /*#__PURE__*/Object.freeze({
15277
15476
  __proto__: null,
15278
15477
  'default': WidgetCodeVerification_stories,
15279
- Default: Default$k,
15478
+ Default: Default$n,
15280
15479
  InitialLoading: InitialLoading,
15281
- Loading: Loading$8,
15480
+ Loading: Loading$9,
15282
15481
  CodeResent: CodeResent,
15283
15482
  VerificationFailed: VerificationFailed
15284
15483
  });
@@ -15286,17 +15485,17 @@ const WidgetCodeVerification = /*#__PURE__*/Object.freeze({
15286
15485
  const PayoutButtonScroll_stories = {
15287
15486
  title: "Components/Payout Scroll Button",
15288
15487
  };
15289
- const defaultProps$m = {
15488
+ const defaultProps$o = {
15290
15489
  payoutSettingsComplete: true,
15291
15490
  };
15292
- const CompletedTaxForm = () => (h("sqm-payout-button-scroll", { demoData: { states: { ...defaultProps$m, payoutSettingsComplete: true } } }));
15491
+ const CompletedTaxForm = () => (h("sqm-payout-button-scroll", { demoData: { states: { ...defaultProps$o, payoutSettingsComplete: true } } }));
15293
15492
  const CompletedTaxFormWithStatsContainer = () => (h("sqm-portal-container", { display: "flex", maxWidth: "100%", minWidth: "100%", "justify-content": "space-between", flexWrap: "nowrap" },
15294
15493
  h("sqm-portal-container", { display: "flex", "max-width": "fit-content" },
15295
15494
  h("sqm-big-stat", { "flex-reverse": "true", alignment: "left", "stat-type": "/referralsCount" },
15296
15495
  h("p", null, "Referrals")),
15297
15496
  h("sqm-big-stat", { "flex-reverse": "true", alignment: "left", "stat-type": "/payoutBalance" },
15298
15497
  h("p", null, "Cash Balance"))),
15299
- h("sqm-payout-button-scroll", { demoData: { states: { ...defaultProps$m, payoutSettingsComplete: true } } })));
15498
+ h("sqm-payout-button-scroll", { demoData: { states: { ...defaultProps$o, payoutSettingsComplete: true } } })));
15300
15499
 
15301
15500
  const PayoutButtonScroll = /*#__PURE__*/Object.freeze({
15302
15501
  __proto__: null,
@@ -15308,20 +15507,20 @@ const PayoutButtonScroll = /*#__PURE__*/Object.freeze({
15308
15507
  const PayoutStatusAlert_stories = {
15309
15508
  title: "Components/Payout Status Alert",
15310
15509
  };
15311
- const defaultProps$n = {
15510
+ const defaultProps$p = {
15312
15511
  error: false,
15313
15512
  status: "INFORMATION_REQUIRED",
15314
15513
  loading: false,
15315
15514
  veriffLoading: false,
15316
15515
  };
15317
- const InformationRequired = () => (h("sqm-payout-status-alert", { demoData: { states: defaultProps$n } }));
15318
- const VerifyIdentity = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, status: "VERIFICATION:REQUIRED" } } }));
15319
- const VerifyIdentityRequiredInternal = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, status: "VERIFICATION:INTERNAL" } } }));
15320
- const VerifyIdentityReviewInternal = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, status: "VERIFICATION:REVIEW" } } }));
15321
- const VerifyIdentityFailedInternal = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, status: "VERIFICATION:FAILED" } } }));
15322
- const Hold = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, status: "HOLD" } } }));
15323
- const Loading$9 = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, loading: true } } }));
15324
- const Error$a = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, error: true } } }));
15516
+ const InformationRequired = () => (h("sqm-payout-status-alert", { demoData: { states: defaultProps$p } }));
15517
+ const VerifyIdentity = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$p, status: "VERIFICATION:REQUIRED" } } }));
15518
+ const VerifyIdentityRequiredInternal = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$p, status: "VERIFICATION:INTERNAL" } } }));
15519
+ const VerifyIdentityReviewInternal = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$p, status: "VERIFICATION:REVIEW" } } }));
15520
+ const VerifyIdentityFailedInternal = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$p, status: "VERIFICATION:FAILED" } } }));
15521
+ const Hold = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$p, status: "HOLD" } } }));
15522
+ const Loading$a = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$p, loading: true } } }));
15523
+ const Error$b = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$p, error: true } } }));
15325
15524
 
15326
15525
  const PayoutStatusAlert = /*#__PURE__*/Object.freeze({
15327
15526
  __proto__: null,
@@ -15332,16 +15531,16 @@ const PayoutStatusAlert = /*#__PURE__*/Object.freeze({
15332
15531
  VerifyIdentityReviewInternal: VerifyIdentityReviewInternal,
15333
15532
  VerifyIdentityFailedInternal: VerifyIdentityFailedInternal,
15334
15533
  Hold: Hold,
15335
- Loading: Loading$9,
15336
- Error: Error$a
15534
+ Loading: Loading$a,
15535
+ Error: Error$b
15337
15536
  });
15338
15537
 
15339
- 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 Examples:\n | shareMedium |\n | DIRECT |\n | EMAIL |\n | FBMESSENGER |\n | WHATSAPP |\n\n @minutia\n Scenario: Clicking any of the share mediums sets the code as copied\n Given an authenticated user\n And the program has promo codes configured\n When the promo code section is loaded\n When clicking <shareMedium> button\n Then the code is marked as copied\n And the copied notification text is shown\n Examples:\n | shareMedium |\n | DIRECT |\n | EMAIL |\n | FBMESSENGER |\n | WHATSAPP |\n\n @minutia\n Scenario Outline: User is notified if the currently viewed promo code has been copied 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 copied already\n Then no notification text is displayed\n When the code is changed to one that has been copied\n Then the <notificationText> is displayed\n Examples:\n | notificationText |\n | You've copied this code before |\n | Previously Copied |\n | foo |\n\n @minutia\n Scenario Outline: Share buttons slots use the link from referral codes instead of the default query\n Given an authenticated user\n And the program has promo codes configured\n And a <shareMedium> button is a child of `<sqm-referral-codes>`\n Then the <shareMedium> button is shown\n And the link uses <promoCode>\n Examples:\n | propName | shareMedium | promoCode |\n | hideSharelink | DIRECT | PROMOCODE1 |\n | hideEmail | EMAIL | PROMOCODE1 |\n | hideFbMessenger | FBMESSENGER | PROMOCODE1 |\n | hideWhatsApp | WHATSAPP | PROMOCODE1 |\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 @minutia\n Scenario: Loading state is shown when changing code page\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 more than 1 available\n When the next button is clicked\n Then a loading state is shown\n\n\n";
15538
+ const scenario$F = "@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 Examples:\n | shareMedium |\n | DIRECT |\n | EMAIL |\n | FBMESSENGER |\n | WHATSAPP |\n\n @minutia\n Scenario: Clicking any of the share mediums sets the code as copied\n Given an authenticated user\n And the program has promo codes configured\n When the promo code section is loaded\n When clicking <shareMedium> button\n Then the code is marked as copied\n And the copied notification text is shown\n Examples:\n | shareMedium |\n | DIRECT |\n | EMAIL |\n | FBMESSENGER |\n | WHATSAPP |\n\n @minutia\n Scenario Outline: User is notified if the currently viewed promo code has been copied 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 copied already\n Then no notification text is displayed\n When the code is changed to one that has been copied\n Then the <notificationText> is displayed\n Examples:\n | notificationText |\n | You've copied this code before |\n | Previously Copied |\n | foo |\n\n @minutia\n Scenario Outline: Share buttons slots use the link from referral codes instead of the default query\n Given an authenticated user\n And the program has promo codes configured\n And a <shareMedium> button is a child of `<sqm-referral-codes>`\n Then the <shareMedium> button is shown\n And the link uses <promoCode>\n Examples:\n | propName | shareMedium | promoCode |\n | hideSharelink | DIRECT | PROMOCODE1 |\n | hideEmail | EMAIL | PROMOCODE1 |\n | hideFbMessenger | FBMESSENGER | PROMOCODE1 |\n | hideWhatsApp | WHATSAPP | PROMOCODE1 |\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 @minutia\n Scenario: Loading state is shown when changing code page\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 more than 1 available\n When the next button is clicked\n Then a loading state is shown\n\n\n";
15340
15539
 
15341
15540
  const ReferralCodes_stories = {
15342
15541
  title: "Components/Referral Codes",
15343
15542
  parameters: {
15344
- scenario: scenario$E,
15543
+ scenario: scenario$F,
15345
15544
  },
15346
15545
  };
15347
15546
  const demoData = {
@@ -15395,7 +15594,7 @@ const EmptyWithCustomTextAndImage = () => {
15395
15594
  shareCodes("shareCodes"),
15396
15595
  shareButtons("shareButtons")));
15397
15596
  };
15398
- const Loading$a = () => {
15597
+ const Loading$b = () => {
15399
15598
  return (h("sqm-referral-codes", { demoData: { states: { ...demoData.states, loading: true } } },
15400
15599
  pagination("pagination"),
15401
15600
  shareCodes("shareCodes"),
@@ -15409,13 +15608,13 @@ const ReferralCodes$1 = /*#__PURE__*/Object.freeze({
15409
15608
  WithPreviouslyCopiedCode: WithPreviouslyCopiedCode,
15410
15609
  Empty: Empty$3,
15411
15610
  EmptyWithCustomTextAndImage: EmptyWithCustomTextAndImage,
15412
- Loading: Loading$a
15611
+ Loading: Loading$b
15413
15612
  });
15414
15613
 
15415
15614
  const BaseRegistrationForm_stories = {
15416
15615
  title: "Components/Microsite Base Registration",
15417
15616
  };
15418
- const defaultProps$o = {
15617
+ const defaultProps$q = {
15419
15618
  states: {
15420
15619
  error: "",
15421
15620
  },
@@ -15434,145 +15633,30 @@ const defaultProps$o = {
15434
15633
  " ")),
15435
15634
  },
15436
15635
  };
15437
- const errorProps$9 = {
15438
- ...defaultProps$o,
15636
+ const errorProps$a = {
15637
+ ...defaultProps$q,
15439
15638
  states: {
15440
15639
  error: "Something went wrong. Please try again.",
15441
15640
  },
15442
15641
  };
15443
- const Default$l = () => {
15444
- return h(BaseRegistrationFormView, Object.assign({}, defaultProps$o));
15642
+ const Default$o = () => {
15643
+ return h(BaseRegistrationFormView, Object.assign({}, defaultProps$q));
15445
15644
  };
15446
15645
  const EmailError = () => {
15447
- return h(BaseRegistrationFormView, Object.assign({}, errorProps$9));
15646
+ return h(BaseRegistrationFormView, Object.assign({}, errorProps$a));
15448
15647
  };
15449
15648
 
15450
15649
  const BaseRegistrationForm = /*#__PURE__*/Object.freeze({
15451
15650
  __proto__: null,
15452
15651
  'default': BaseRegistrationForm_stories,
15453
- Default: Default$l,
15652
+ Default: Default$o,
15454
15653
  EmailError: EmailError
15455
15654
  });
15456
15655
 
15457
- const PortalRegistrationForm_stories = {
15458
- title: "Components/Microsite Portal Register",
15459
- };
15460
- const defaultProps$p = {
15461
- states: {
15462
- error: "",
15463
- loading: false,
15464
- confirmPassword: true,
15465
- hideInputs: false,
15466
- loginPath: "/login",
15467
- },
15468
- callbacks: {
15469
- submit: () => console.log("Submit!"),
15470
- inputFunction: () => { },
15471
- },
15472
- refs: {
15473
- formRef: {},
15474
- },
15475
- content: { pageLabel: "Register", confirmPasswordLabel: "Confirm Password" },
15476
- };
15477
- const errorProps$a = {
15478
- states: {
15479
- error: "Something went wrong. Please try again.",
15480
- loading: false,
15481
- confirmPassword: true,
15482
- hideInputs: false,
15483
- loginPath: "/login",
15484
- },
15485
- callbacks: {
15486
- submit: () => console.log("Submit!"),
15487
- inputFunction: () => { },
15488
- },
15489
- refs: {
15490
- formRef: {},
15491
- },
15492
- content: {
15493
- pageLabel: "Register",
15494
- confirmPasswordLabel: "Confirm Password",
15495
- },
15496
- };
15497
- const loadingProps$7 = {
15498
- states: {
15499
- error: "",
15500
- loading: true,
15501
- confirmPassword: true,
15502
- hideInputs: false,
15503
- loginPath: "/login",
15504
- },
15505
- callbacks: {
15506
- submit: () => console.log("Submit!"),
15507
- inputFunction: () => { },
15508
- },
15509
- refs: {
15510
- formRef: {},
15511
- },
15512
- content: { pageLabel: "Register", confirmPasswordLabel: "Confirm Password" },
15513
- };
15514
- const slottedProps$1 = {
15515
- states: {
15516
- error: "",
15517
- loading: false,
15518
- confirmPassword: true,
15519
- hideInputs: false,
15520
- loginPath: "/login",
15521
- },
15522
- callbacks: {
15523
- submit: () => console.log("Submit!"),
15524
- inputFunction: () => { },
15525
- },
15526
- refs: {
15527
- formRef: {},
15528
- },
15529
- content: {
15530
- pageLabel: "Register",
15531
- confirmPasswordLabel: "Confirm Password",
15532
- formData: (h("div", null,
15533
- h("sl-input", { style: { marginBottom: "var(--sl-spacing-x-large)" }, exportparts: "label: input-label, base: input-base", label: "Slotted Input", required: true }),
15534
- h("sl-input", { exportparts: "label: input-label, base: input-base", label: "Slotted Input 2", required: true }))),
15535
- },
15536
- };
15537
- const Default$m = () => h(PortalRegistrationFormView, Object.assign({}, defaultProps$p));
15538
- const RegisterWithError$1 = () => (h(PortalRegistrationFormView, Object.assign({}, errorProps$a)));
15539
- const RegisterLoading$1 = () => (h(PortalRegistrationFormView, Object.assign({}, loadingProps$7)));
15540
- const FieldsHidden$1 = () => {
15541
- return (h("sqm-portal-register", { demoData: {
15542
- states: {
15543
- error: "",
15544
- loading: true,
15545
- registrationFormState: {},
15546
- confirmPassword: true,
15547
- hideInputs: true,
15548
- loginPath: "/login",
15549
- },
15550
- } }));
15551
- };
15552
- const SlottedInputs$1 = () => (h(PortalRegistrationFormView, Object.assign({}, slottedProps$1)));
15553
- const TermsAndConditions$3 = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$p, { content: {
15554
- ...defaultProps$p.content,
15555
- terms: (h("p", null,
15556
- "By signing up you agree to the",
15557
- " ",
15558
- h("a", { href: "https://example.com", target: "_blank" }, "Terms and Conditions"))),
15559
- } })));
15560
-
15561
- const PortalRegistrationForm = /*#__PURE__*/Object.freeze({
15562
- __proto__: null,
15563
- 'default': PortalRegistrationForm_stories,
15564
- Default: Default$m,
15565
- RegisterWithError: RegisterWithError$1,
15566
- RegisterLoading: RegisterLoading$1,
15567
- FieldsHidden: FieldsHidden$1,
15568
- SlottedInputs: SlottedInputs$1,
15569
- TermsAndConditions: TermsAndConditions$3
15570
- });
15571
-
15572
15656
  const PortalGoogleRegistrationForm_stories = {
15573
15657
  title: "Components/Microsite Google Register",
15574
15658
  };
15575
- const defaultProps$q = {
15659
+ const defaultProps$r = {
15576
15660
  states: {
15577
15661
  error: "",
15578
15662
  loading: false,
@@ -15617,7 +15701,7 @@ const defaultProps$q = {
15617
15701
  },
15618
15702
  };
15619
15703
  const errorProps$b = {
15620
- ...defaultProps$q,
15704
+ ...defaultProps$r,
15621
15705
  states: {
15622
15706
  error: "Something went wrong. Please try again.",
15623
15707
  loading: false,
@@ -15633,7 +15717,7 @@ const errorProps$b = {
15633
15717
  },
15634
15718
  };
15635
15719
  const loadingProps$8 = {
15636
- ...defaultProps$q,
15720
+ ...defaultProps$r,
15637
15721
  states: {
15638
15722
  error: "",
15639
15723
  loading: true,
@@ -15648,11 +15732,11 @@ const loadingProps$8 = {
15648
15732
  },
15649
15733
  },
15650
15734
  };
15651
- const Default$n = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$q)));
15735
+ const Default$p = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$r)));
15652
15736
  const RegisterWithError$2 = () => (h(PortalRegistrationFormView, Object.assign({}, errorProps$b)));
15653
15737
  const RegisterLoading$2 = () => (h(PortalRegistrationFormView, Object.assign({}, loadingProps$8)));
15654
- const TermsAndConditions$4 = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$q, { content: {
15655
- ...defaultProps$q.content,
15738
+ const TermsAndConditions$4 = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$r, { content: {
15739
+ ...defaultProps$r.content,
15656
15740
  terms: (h("p", null,
15657
15741
  "By signing up you agree to the",
15658
15742
  " ",
@@ -15662,7 +15746,7 @@ const TermsAndConditions$4 = () => (h(PortalRegistrationFormView, Object.assign(
15662
15746
  const PortalGoogleRegistrationFormStories = /*#__PURE__*/Object.freeze({
15663
15747
  __proto__: null,
15664
15748
  'default': PortalGoogleRegistrationForm_stories,
15665
- Default: Default$n,
15749
+ Default: Default$p,
15666
15750
  RegisterWithError: RegisterWithError$2,
15667
15751
  RegisterLoading: RegisterLoading$2,
15668
15752
  TermsAndConditions: TermsAndConditions$4
@@ -15680,7 +15764,7 @@ const PortalGoogleRegistrationFormStories = /*#__PURE__*/Object.freeze({
15680
15764
  *
15681
15765
  */
15682
15766
  //
15683
- const Default$o = `
15767
+ const Default$q = `
15684
15768
  // No CSS
15685
15769
  `;
15686
15770
  const Orangey = `
@@ -15714,7 +15798,7 @@ const Klip = `
15714
15798
 
15715
15799
  const Themes = /*#__PURE__*/Object.freeze({
15716
15800
  __proto__: null,
15717
- Default: Default$o,
15801
+ Default: Default$q,
15718
15802
  Orangey: Orangey,
15719
15803
  Netflix: Netflix,
15720
15804
  SaaSquatchCorporate: SaaSquatchCorporate,
@@ -18359,6 +18443,7 @@ const stories = [
18359
18443
  ReferralIframe$1,
18360
18444
  NameFields$1,
18361
18445
  CheckboxField,
18446
+ MarketingEmailsCheckbox,
18362
18447
  DropdownField,
18363
18448
  InputField,
18364
18449
  RewardExchangeList,
@@ -18394,6 +18479,8 @@ const stories = [
18394
18479
  TaxFormSlots,
18395
18480
  PayoutDetailsCard,
18396
18481
  BankingInfoForm,
18482
+ PortalRegistrationForm,
18483
+ ChangeMarketing,
18397
18484
  BaseRegistrationForm,
18398
18485
  PortalRegistrationForm,
18399
18486
  PortalGoogleRegistrationFormStories,