@saasquatch/mint-components 1.6.8-21 → 1.6.8-23

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 (268) hide show
  1. package/dist/cjs/{email-registration-view-99fe375a.js → email-registration-view-d356fb4d.js} +5 -3
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/mint-components.cjs.js +1 -1
  4. package/dist/cjs/sqm-big-stat_37.cjs.entry.js +124 -127
  5. package/dist/cjs/sqm-close-button.cjs.entry.js +6 -0
  6. package/dist/cjs/sqm-empty_5.cjs.entry.js +4 -4
  7. package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -2
  8. package/dist/cjs/sqm-hero.cjs.entry.js +3 -3
  9. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +27 -14
  10. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
  11. package/dist/cjs/sqm-link-button.cjs.entry.js +1 -1
  12. package/dist/cjs/{sqm-logout-current-user-view-8a242f72.js → sqm-logout-current-user-view-f060e02b.js} +2 -2
  13. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +18 -16
  14. package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
  15. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +6 -6
  16. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +6 -6
  17. package/dist/cjs/sqm-portal-logout.cjs.entry.js +1 -1
  18. package/dist/cjs/sqm-portal-profile.cjs.entry.js +8 -8
  19. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +3 -3
  20. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +18 -18
  21. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +9 -9
  22. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +2 -2
  23. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +22 -22
  24. package/dist/cjs/sqm-referred-registration.cjs.entry.js +27 -14
  25. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +1 -1
  26. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +24 -24
  27. package/dist/cjs/sqm-stencilbook.cjs.entry.js +16 -16
  28. package/dist/cjs/useInstantAccessRegistration-6c98ca92.js +87 -0
  29. package/dist/collection/collection-manifest.json +1 -1
  30. package/dist/collection/components/sqm-asset-card/sqm-asset-card.js +2 -2
  31. package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +3 -3
  32. package/dist/collection/components/sqm-brand/sqm-brand.js +2 -2
  33. package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +4 -4
  34. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +9 -9
  35. package/dist/collection/components/sqm-close-button/sqm-close-button.js +37 -2
  36. package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +3 -5
  37. package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +2 -2
  38. package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +5 -5
  39. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +7 -7
  40. package/dist/collection/components/sqm-form-message/sqm-form-message.js +3 -3
  41. package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +5 -5
  42. package/dist/collection/components/sqm-hero/sqm-hero.js +7 -7
  43. package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +21 -21
  44. package/dist/collection/components/sqm-image/sqm-image.js +5 -5
  45. package/dist/collection/components/sqm-input-field/sqm-input-field.js +6 -6
  46. package/dist/collection/components/sqm-instant-access-registration/sqm-instant-access-registration.js +84 -24
  47. package/dist/collection/components/sqm-instant-access-registration/useInstantAccessRegistration.js +53 -12
  48. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +13 -13
  49. package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.js +6 -6
  50. package/dist/collection/components/sqm-link-button/sqm-link-button.js +3 -3
  51. package/dist/collection/components/sqm-logout-current-user/LogoutCurrentUser.stories.js +1 -1
  52. package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user-view.js +2 -2
  53. package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +14 -36
  54. package/dist/collection/components/sqm-logout-current-user/useLogoutCurrentUser.js +7 -6
  55. package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +4 -4
  56. package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.js +2 -2
  57. package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +1 -1
  58. package/dist/collection/components/sqm-password-field/sqm-password-field.js +4 -4
  59. package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +5 -5
  60. package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +16 -16
  61. package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +3 -3
  62. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +12 -12
  63. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +12 -12
  64. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +12 -12
  65. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +18 -18
  66. package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +2 -2
  67. package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +16 -16
  68. package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +6 -6
  69. package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +32 -32
  70. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +35 -35
  71. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +18 -18
  72. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +4 -4
  73. package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +3 -3
  74. package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +3 -3
  75. package/dist/collection/components/sqm-referral-card/ReferralCard.stories.js +1 -1
  76. package/dist/collection/components/sqm-referral-card/sqm-referral-card-view.js +2 -3
  77. package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +8 -8
  78. package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +5 -5
  79. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +1 -1
  80. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +4 -4
  81. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +12 -12
  82. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +6 -6
  83. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +6 -6
  84. package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +16 -16
  85. package/dist/collection/components/sqm-referred-registration/sqm-referred-registration.js +84 -24
  86. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +50 -50
  87. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +4 -4
  88. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +2 -2
  89. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +8 -8
  90. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +12 -12
  91. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +12 -12
  92. package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +12 -12
  93. package/dist/collection/components/sqm-route/sqm-route.js +1 -1
  94. package/dist/collection/components/sqm-scroll/sqm-scroll.js +9 -9
  95. package/dist/collection/components/sqm-share-button/sqm-share-button.js +16 -16
  96. package/dist/collection/components/sqm-share-code/sqm-share-code.js +2 -2
  97. package/dist/collection/components/sqm-share-link/sqm-share-link.js +4 -4
  98. package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +2 -2
  99. package/dist/collection/components/sqm-tab/sqm-tab.js +1 -1
  100. package/dist/collection/components/sqm-table-cell/sqm-table-cell.js +2 -2
  101. package/dist/collection/components/sqm-tabs/sqm-tabs.js +1 -1
  102. package/dist/collection/components/sqm-task-card/sqm-task-card.js +36 -36
  103. package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +2 -2
  104. package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +6 -6
  105. package/dist/collection/components/sqm-user-name/sqm-user-name.js +4 -4
  106. package/dist/collection/components/views/EmailRegistration.stories.js +1 -1
  107. package/dist/collection/components/views/email-registration-view.js +5 -3
  108. package/dist/esm/{email-registration-view-1ea7bd16.js → email-registration-view-627ac4c6.js} +5 -3
  109. package/dist/esm/loader.js +1 -1
  110. package/dist/esm/mint-components.js +1 -1
  111. package/dist/esm/sqm-big-stat_37.entry.js +124 -127
  112. package/dist/esm/sqm-close-button.entry.js +6 -0
  113. package/dist/esm/sqm-empty_5.entry.js +4 -4
  114. package/dist/esm/sqm-header-logo.entry.js +2 -2
  115. package/dist/esm/sqm-hero.entry.js +3 -3
  116. package/dist/esm/sqm-instant-access-registration.entry.js +27 -14
  117. package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
  118. package/dist/esm/sqm-link-button.entry.js +1 -1
  119. package/dist/esm/{sqm-logout-current-user-view-c21af005.js → sqm-logout-current-user-view-e258e45c.js} +2 -2
  120. package/dist/esm/sqm-logout-current-user.entry.js +20 -18
  121. package/dist/esm/sqm-password-field.entry.js +2 -2
  122. package/dist/esm/sqm-portal-email-verification.entry.js +6 -6
  123. package/dist/esm/sqm-portal-forgot-password.entry.js +6 -6
  124. package/dist/esm/sqm-portal-logout.entry.js +1 -1
  125. package/dist/esm/sqm-portal-profile.entry.js +8 -8
  126. package/dist/esm/sqm-portal-protected-route.entry.js +3 -3
  127. package/dist/esm/sqm-portal-registration-form.entry.js +18 -18
  128. package/dist/esm/sqm-portal-reset-password.entry.js +9 -9
  129. package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
  130. package/dist/esm/sqm-referral-table_11.entry.js +22 -22
  131. package/dist/esm/sqm-referred-registration.entry.js +27 -14
  132. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +1 -1
  133. package/dist/esm/sqm-rewards-table_9.entry.js +24 -24
  134. package/dist/esm/sqm-stencilbook.entry.js +16 -16
  135. package/dist/esm/useInstantAccessRegistration-7d9bd601.js +85 -0
  136. package/dist/esm-es5/email-registration-view-627ac4c6.js +1 -0
  137. package/dist/esm-es5/loader.js +1 -1
  138. package/dist/esm-es5/mint-components.js +1 -1
  139. package/dist/esm-es5/sqm-big-stat_37.entry.js +1 -1
  140. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  141. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  142. package/dist/esm-es5/{sqm-logout-current-user-view-c21af005.js → sqm-logout-current-user-view-e258e45c.js} +1 -1
  143. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  144. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  145. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  146. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  147. package/dist/esm-es5/useInstantAccessRegistration-7d9bd601.js +1 -0
  148. package/dist/mint-components/mint-components.esm.js +1 -1
  149. package/dist/mint-components/p-06708ff4.system.entry.js +1 -0
  150. package/dist/mint-components/{p-7d2a40d1.entry.js → p-16911f66.entry.js} +2 -2
  151. package/dist/mint-components/p-34a273b6.system.js +1 -1
  152. package/dist/mint-components/p-3797a6cf.system.entry.js +1 -0
  153. package/dist/mint-components/p-3aabb86d.js +1 -0
  154. package/dist/mint-components/{p-b5de304f.entry.js → p-4c9b9cb0.entry.js} +4 -4
  155. package/dist/mint-components/p-4d35a6b4.js +1 -0
  156. package/dist/mint-components/p-57a76b74.system.entry.js +1 -0
  157. package/dist/mint-components/p-7a5cd715.system.js +1 -0
  158. package/dist/mint-components/p-8607a2c3.system.entry.js +1 -0
  159. package/dist/mint-components/p-8f7081fe.entry.js +1 -0
  160. package/dist/mint-components/p-a744281b.system.js +1 -0
  161. package/dist/mint-components/p-a82a17dc.entry.js +1 -0
  162. package/dist/mint-components/p-b83ce207.system.entry.js +1 -0
  163. package/dist/mint-components/p-ba52e232.system.entry.js +1 -0
  164. package/dist/mint-components/{p-dc5182e9.system.js → p-be91ce0c.system.js} +1 -1
  165. package/dist/mint-components/p-d36fdf47.entry.js +9 -0
  166. package/dist/mint-components/p-d52aba41.entry.js +1 -0
  167. package/dist/mint-components/p-ecad7c47.js +1 -0
  168. package/dist/mint-components/p-fbbd9ee5.entry.js +1 -0
  169. package/dist/mint-components/{p-11f0e01d.system.entry.js → p-fd6e88b6.system.entry.js} +1 -1
  170. package/dist/types/components/sqm-asset-card/sqm-asset-card.d.ts +2 -2
  171. package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +2 -2
  172. package/dist/types/components/sqm-brand/sqm-brand.d.ts +2 -2
  173. package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +2 -2
  174. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +5 -5
  175. package/dist/types/components/sqm-close-button/sqm-close-button.d.ts +7 -1
  176. package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +1 -3
  177. package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +1 -1
  178. package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +3 -3
  179. package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +7 -7
  180. package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +4 -2
  181. package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +3 -3
  182. package/dist/types/components/sqm-hero/sqm-hero.d.ts +4 -4
  183. package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +13 -13
  184. package/dist/types/components/sqm-image/sqm-image.d.ts +4 -4
  185. package/dist/types/components/sqm-input-field/sqm-input-field.d.ts +4 -4
  186. package/dist/types/components/sqm-instant-access-registration/sqm-instant-access-registration.d.ts +21 -9
  187. package/dist/types/components/sqm-instant-access-registration/useInstantAccessRegistration.d.ts +3 -3
  188. package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +10 -10
  189. package/dist/types/components/sqm-leaderboard-rank/sqm-leaderboard-rank.d.ts +5 -5
  190. package/dist/types/components/sqm-link-button/sqm-link-button.d.ts +2 -2
  191. package/dist/types/components/sqm-logout-current-user/sqm-logout-current-user-view.d.ts +1 -1
  192. package/dist/types/components/sqm-logout-current-user/sqm-logout-current-user.d.ts +3 -6
  193. package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +2 -2
  194. package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu.d.ts +2 -2
  195. package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +1 -1
  196. package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +2 -2
  197. package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +5 -5
  198. package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +8 -8
  199. package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +3 -3
  200. package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +6 -6
  201. package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +7 -7
  202. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +6 -6
  203. package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +9 -9
  204. package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +1 -1
  205. package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +8 -8
  206. package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +3 -3
  207. package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +16 -16
  208. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +18 -18
  209. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +9 -9
  210. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +2 -2
  211. package/dist/types/components/sqm-program-explainer/sqm-program-explainer.d.ts +3 -3
  212. package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +3 -3
  213. package/dist/types/components/sqm-referral-card/sqm-referral-card-view.d.ts +1 -1
  214. package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +3 -3
  215. package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +3 -3
  216. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +1 -1
  217. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +2 -2
  218. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +6 -6
  219. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +3 -3
  220. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +3 -3
  221. package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +8 -8
  222. package/dist/types/components/sqm-referred-registration/sqm-referred-registration.d.ts +21 -9
  223. package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +25 -25
  224. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +2 -2
  225. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +1 -1
  226. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +4 -4
  227. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +6 -6
  228. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +6 -6
  229. package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +6 -6
  230. package/dist/types/components/sqm-route/sqm-route.d.ts +1 -1
  231. package/dist/types/components/sqm-scroll/sqm-scroll.d.ts +7 -7
  232. package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +12 -12
  233. package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +1 -1
  234. package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +2 -2
  235. package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +1 -1
  236. package/dist/types/components/sqm-tab/sqm-tab.d.ts +1 -1
  237. package/dist/types/components/sqm-table-cell/sqm-table-cell.d.ts +1 -1
  238. package/dist/types/components/sqm-tabs/sqm-tabs.d.ts +1 -1
  239. package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +21 -21
  240. package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +2 -2
  241. package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +3 -3
  242. package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +2 -2
  243. package/dist/types/components/views/email-registration-view.d.ts +1 -1
  244. package/dist/types/components.d.ts +752 -706
  245. package/docs/docs.docx +0 -0
  246. package/docs/raisins.json +1 -1
  247. package/grapesjs/grapesjs.js +1 -1
  248. package/package.json +1 -1
  249. package/dist/cjs/useInstantAccessRegistration-2d149bea.js +0 -46
  250. package/dist/esm/useInstantAccessRegistration-e3f31ca4.js +0 -44
  251. package/dist/esm-es5/email-registration-view-1ea7bd16.js +0 -1
  252. package/dist/esm-es5/useInstantAccessRegistration-e3f31ca4.js +0 -1
  253. package/dist/mint-components/p-1d336b4a.js +0 -1
  254. package/dist/mint-components/p-2e6e127b.entry.js +0 -1
  255. package/dist/mint-components/p-31ee1dbd.system.js +0 -1
  256. package/dist/mint-components/p-3295f4cb.js +0 -1
  257. package/dist/mint-components/p-34019439.entry.js +0 -1
  258. package/dist/mint-components/p-386a9934.system.entry.js +0 -1
  259. package/dist/mint-components/p-444b7241.entry.js +0 -1
  260. package/dist/mint-components/p-504c3ef1.js +0 -1
  261. package/dist/mint-components/p-587720e8.system.entry.js +0 -1
  262. package/dist/mint-components/p-7b41323b.system.entry.js +0 -1
  263. package/dist/mint-components/p-84fad27d.system.entry.js +0 -1
  264. package/dist/mint-components/p-9583fa95.entry.js +0 -9
  265. package/dist/mint-components/p-9d784608.system.js +0 -1
  266. package/dist/mint-components/p-a8c44b12.system.entry.js +0 -1
  267. package/dist/mint-components/p-a9098331.system.entry.js +0 -1
  268. package/dist/mint-components/p-f4ed1b54.entry.js +0 -1
@@ -9,87 +9,87 @@ export declare class PortalRegister {
9
9
  /**
10
10
  * Redirect participants to this page from their verification email
11
11
  *
12
- * @uiName Registration Redirect
12
+ * @uiName Registration redirect
13
13
  * @uiWidget pageSelect
14
14
  */
15
15
  nextPage: string;
16
16
  /**
17
17
  * The page that participants are redirected to from the verification email.
18
18
  *
19
- * @uiName Email Verification Redirect
19
+ * @uiName Email verification redirect
20
20
  * @uiWidget pageSelect
21
21
  */
22
22
  redirectPath: string;
23
23
  /**
24
- * @uiName Email Field Label
24
+ * @uiName Email field label
25
25
  */
26
26
  emailLabel: string;
27
27
  /**
28
- * @uiName Password Field Label
28
+ * @uiName Password field label
29
29
  */
30
30
  passwordLabel: string;
31
31
  /**
32
- * @uiName Submit Button Text
32
+ * @uiName Submit button text
33
33
  */
34
34
  submitLabel: string;
35
35
  /**
36
- * @uiName Login Button Text
36
+ * @uiName Login button text
37
37
  */
38
38
  loginLabel: string;
39
39
  /**
40
- * @uiName Confirm Password Field Label
40
+ * @uiName Confirm password field label
41
41
  */
42
42
  confirmPasswordLabel: string;
43
43
  /**
44
- * @uiName Show Confirm Password Field
44
+ * @uiName Show confirm password field
45
45
  */
46
46
  confirmPassword: boolean;
47
47
  /**
48
- * @uiName Disable Password Validation
48
+ * @uiName Disable password validation
49
49
  */
50
50
  disablePasswordValidation: boolean;
51
51
  /**
52
52
  * 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.
53
53
  *
54
- * @uiName Hide Default Fields
54
+ * @uiName Hide default fields
55
55
  */
56
56
  hideInputs: boolean;
57
57
  /**
58
- * @uiName Header Text
58
+ * @uiName Header text
59
59
  */
60
60
  pageLabel: string;
61
61
  /**
62
62
  * Redirect participants to this page after clicking the login button.
63
63
  *
64
- * @uiName Login Redirect
64
+ * @uiName Login redirect
65
65
  * @uiWidget pageSelect
66
66
  */
67
67
  loginPath: string;
68
68
  /**
69
69
  * The message to be displayed when a required field is not filled.
70
70
  *
71
- * @uiName Required Field Message
71
+ * @uiName Required field message
72
72
  * @uiWidget textArea
73
73
  */
74
74
  requiredFieldErrorMessage: string;
75
75
  /**
76
76
  * The message to be displayed when a the form submission fails unexpectedly.
77
77
  *
78
- * @uiName Network Error Message
78
+ * @uiName Network error message
79
79
  * @uiWidget textArea
80
80
  */
81
81
  networkErrorMessage: string;
82
82
  /**
83
83
  * The message to be displayed when password inputs do not match.
84
84
  *
85
- * @uiName Password Mismatch Message
85
+ * @uiName Password mismatch message
86
86
  * @uiWidget textArea
87
87
  */
88
88
  passwordMismatchErrorMessage: string;
89
89
  /**
90
90
  * The message to be displayed when the email used is invalid or blocked.
91
91
  *
92
- * @uiName Invalid Email Message
92
+ * @uiName Invalid email message
93
93
  * @uiWidget textArea
94
94
  */
95
95
  invalidEmailErrorMessage: string;
@@ -9,101 +9,101 @@ export declare class PortalRegistrationForm {
9
9
  /**
10
10
  * Redirect participants to this page after they successfully register.
11
11
  *
12
- * @uiName Registration Redirect
12
+ * @uiName Registration redirect
13
13
  * @uiWidget pageSelect
14
14
  */
15
15
  nextPage: string;
16
16
  /**
17
17
  * Redirect participants to this page from their verification email
18
18
  *
19
- * @uiName Email Verification Redirect
19
+ * @uiName Email verification redirect
20
20
  * @uiWidget pageSelect
21
21
  */
22
22
  redirectPath: string;
23
23
  /**
24
- * @uiName Email Field Label
24
+ * @uiName Email field label
25
25
  */
26
26
  emailLabel: string;
27
27
  /**
28
- * @uiName Password Field Label
28
+ * @uiName Password field label
29
29
  */
30
30
  passwordLabel: string;
31
31
  /**
32
- * @uiName Submit Button Text
32
+ * @uiName Submit button text
33
33
  */
34
34
  submitLabel: string;
35
35
  /**
36
- * @uiName Login Button Text
36
+ * @uiName Login button text
37
37
  */
38
38
  loginLabel: string;
39
39
  /**
40
- * @uiName Confirm Password Field Label
40
+ * @uiName Confirm password field label
41
41
  */
42
42
  confirmPasswordLabel: string;
43
43
  /**
44
- * @uiName Show Confirm Password Field
44
+ * @uiName Show confirm password field
45
45
  */
46
46
  confirmPassword: boolean;
47
47
  /**
48
- * @uiName Disable Password Validation
48
+ * @uiName Disable password validation
49
49
  */
50
50
  disablePasswordValidation: boolean;
51
51
  /**
52
52
  * 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.
53
53
  *
54
- * @uiName Hide Default Fields
54
+ * @uiName Hide default fields
55
55
  */
56
56
  hideInputs: boolean;
57
57
  /**
58
- * @uiName Header Text
58
+ * @uiName Header text
59
59
  */
60
60
  pageLabel: string;
61
61
  /**
62
62
  * Redirect participants to this page after clicking the login button.
63
63
  *
64
- * @uiName Login Redirect
64
+ * @uiName Login redirect
65
65
  * @uiWidget pageSelect
66
66
  */
67
67
  loginPath: string;
68
68
  /**
69
69
  * The message to be displayed when a required field is not filled.
70
70
  *
71
- * @uiName Required Field Message
71
+ * @uiName Required field message
72
72
  * @uiWidget textArea
73
73
  */
74
74
  requiredFieldErrorMessage: string;
75
75
  /**
76
76
  * The message to be displayed when a the form submission fails unexpectedly.
77
77
  *
78
- * @uiName Network Error Message
78
+ * @uiName Network error message
79
79
  * @uiWidget textArea
80
80
  */
81
81
  networkErrorMessage: string;
82
82
  /**
83
83
  * The message to be displayed when password inputs do not match.
84
84
  *
85
- * @uiName Password Mismatch Message
85
+ * @uiName Password mismatch message
86
86
  * @uiWidget textArea
87
87
  */
88
88
  passwordMismatchErrorMessage: string;
89
89
  /**
90
90
  * The message to be displayed when the email used is invalid or blocked.
91
91
  *
92
- * @uiName Invalid Email Message
92
+ * @uiName Invalid email message
93
93
  * @uiWidget textArea
94
94
  */
95
95
  invalidEmailErrorMessage: string;
96
96
  /**
97
97
  * The message to be displayed when the registration form is disabled.
98
98
  *
99
- * @uiName Form Disabled Message
99
+ * @uiName Form disabled message
100
100
  * @uiWidget textArea
101
101
  */
102
102
  formDisabledErrorMessage: string;
103
103
  /**
104
104
  * The key of the registration form used for this microsite.
105
105
  *
106
- * @uiName Form Key
106
+ * @uiName Form key
107
107
  * @required
108
108
  */
109
109
  formKey: string;
@@ -8,48 +8,48 @@ export declare class PortalResetPassword {
8
8
  /**
9
9
  * Redirect participants to this page when they successfully reset their password.
10
10
  *
11
- * @uiName Successful Reset Redirect
11
+ * @uiName Successful reset redirect
12
12
  * @uiWidget pageSelect
13
13
  */
14
14
  nextPage: string;
15
15
  /**
16
16
  * Redirect participants to this page if password reset fails due to an outdated reset attempt.
17
17
  *
18
- * @uiName Failed Reset Redirect
18
+ * @uiName Failed reset redirect
19
19
  * @uiWidget pageSelect
20
20
  */
21
21
  failedPage: string;
22
22
  /**
23
- * @uiName Show Confirm Password Field
23
+ * @uiName Show confirm password field
24
24
  */
25
25
  confirmPassword: boolean;
26
26
  /**
27
- * @uiName Reset Password Header Text
27
+ * @uiName Reset password header text
28
28
  */
29
29
  resetPasswordHeader: string;
30
30
  /**
31
31
  * Displayed after a successful password reset.
32
32
  *
33
- * @uiName Successful Password Reset Text
33
+ * @uiName Successful password reset text
34
34
  * @uiWidget textArea
35
35
  */
36
36
  passwordResetHeader: string;
37
37
  /**
38
- * @uiName Password Reset Button Text
38
+ * @uiName Password reset button text
39
39
  */
40
40
  resetPasswordButtonText: string;
41
41
  /**
42
42
  * Button text displayed after a successful password reset.
43
43
  *
44
- * @uiName Continue Button Text
44
+ * @uiName Continue button text
45
45
  */
46
46
  continueButtonText: string;
47
47
  /**
48
- * @uiName Password Confirmation Field Label
48
+ * @uiName Password confirmation field label
49
49
  */
50
50
  confirmPasswordFieldLabel: string;
51
51
  /**
52
- * @uiName Password Field Label
52
+ * @uiName Password field label
53
53
  */
54
54
  passwordFieldLabel: string;
55
55
  /**
@@ -8,14 +8,14 @@ export declare class PortalVerifyEmail {
8
8
  /**
9
9
  * Redirect participants to this page when they successfully verify their email.
10
10
  *
11
- * @uiName Successful Verification Redirect
11
+ * @uiName Successful verification redirect
12
12
  * @uiWidget pageSelect
13
13
  */
14
14
  nextPage: string;
15
15
  /**
16
16
  * Redirect participants to this page if verification fails due to an outdated verification attempt.
17
17
  *
18
- * @uiName Failed Verification Redirect
18
+ * @uiName Failed verification redirect
19
19
  * @uiWidget pageSelect
20
20
  */
21
21
  failedPage: string;
@@ -7,17 +7,17 @@
7
7
  export declare class ProgramExplainer {
8
8
  ignored: boolean;
9
9
  /**
10
- * @uiName Header Text
10
+ * @uiName Header text
11
11
  */
12
12
  header: string;
13
13
  /**
14
- * @uiName Header Text Color
14
+ * @uiName Header text color
15
15
  * @uiWidget color
16
16
  * @format color
17
17
  */
18
18
  textColor: string;
19
19
  /**
20
- * @uiName Header Background Color
20
+ * @uiName Header background color
21
21
  * @uiWidget color
22
22
  * @format color
23
23
  */
@@ -15,13 +15,13 @@ export declare class ProgramExplainerStep {
15
15
  */
16
16
  description: string;
17
17
  /**
18
- * @uiName Text Color
18
+ * @uiName Text color
19
19
  * @uiWidget color
20
20
  * @format color
21
21
  */
22
22
  textColor: string;
23
23
  /**
24
- * @uiName Background Color
24
+ * @uiName Background color
25
25
  * @uiWidget color
26
26
  * @format color
27
27
  */
@@ -29,7 +29,7 @@ export declare class ProgramExplainerStep {
29
29
  /**
30
30
  * Displayed in place of an icon
31
31
  *
32
- * @uiName Image Url
32
+ * @uiName Image URL
33
33
  * @uiWidget imageUpload
34
34
  * @format url
35
35
  */
@@ -1,7 +1,7 @@
1
1
  import { VNode } from "../../stencil-public-runtime";
2
2
  export interface ReferralCardViewProps {
3
3
  verticalAlignment: "start" | "center" | "end";
4
- removeBorder?: boolean;
4
+ includeBorder?: boolean;
5
5
  backgroundColor: string;
6
6
  slots: {
7
7
  left: VNode;
@@ -7,17 +7,17 @@
7
7
  export declare class ReferralCard {
8
8
  ignored: boolean;
9
9
  /**
10
- * @uiName Vertical Aligment
10
+ * @uiName Vertical alignment
11
11
  * @uiType string
12
12
  * @uiEnum ["start", "center", "end"]
13
13
  * @uiEnumNames ["Top", "Center", "Bottom"]
14
14
  */
15
15
  verticalAlignment: "start" | "center" | "end";
16
16
  /**
17
- * @uiName Remove border
17
+ * @uiName Include border
18
18
  * @uiType boolean
19
19
  */
20
- removeBorder: boolean;
20
+ includeBorder: boolean;
21
21
  /**
22
22
  * @uiName Top padding
23
23
  * @uiGroup Padding
@@ -7,18 +7,18 @@ export declare class SqmReferralIframe {
7
7
  ignored: boolean;
8
8
  /**
9
9
  * URL of iframe to display
10
- * @uiName Iframe Source
10
+ * @uiName IFrame source
11
11
  * @required
12
12
  */
13
13
  iframeSrc: string;
14
14
  /**
15
15
  * Define the height of the iframe with any valid CSS height value. Example: 100px, 5rem, or auto.
16
- * @uiName Iframe Height
16
+ * @uiName IFrame height
17
17
  */
18
18
  iframeHeight: string;
19
19
  /**
20
20
  * Define the width of the iframe with any valid CSS width value. Example: 100px, 5rem, or auto.
21
- * @uiName Iframe Width
21
+ * @uiName IFrame width
22
22
  */
23
23
  iframeWidth: string;
24
24
  /**
@@ -5,7 +5,7 @@ import { ReferralTableColumn } from "./ReferralTableColumn";
5
5
  */
6
6
  export declare class ReferralTableGenericColumn implements ReferralTableColumn {
7
7
  /**
8
- * @uiName Column Title
8
+ * @uiName Column title
9
9
  */
10
10
  columnTitle: string;
11
11
  constructor();
@@ -8,11 +8,11 @@ import { ReferralTableColumn } from "./ReferralTableColumn";
8
8
  */
9
9
  export declare class ReferralTableDateColumn implements ReferralTableColumn {
10
10
  /**
11
- * @uiName Date Column Title
11
+ * @uiName Date column title
12
12
  */
13
13
  columnTitle: string;
14
14
  /**
15
- * @uiName Date Displayed
15
+ * @uiName Date displayed
16
16
  * @uiType string
17
17
  * @uiEnum ["dateConverted",
18
18
  * "dateReferralStarted",
@@ -13,39 +13,39 @@ export declare class ReferralTableRewardsColumn implements ReferralTableColumn {
13
13
  /**
14
14
  * Text shown in the reward status badge.
15
15
  *
16
- * @uiName Reward Status Text
16
+ * @uiName Reward status text
17
17
  * @uiWidget textArea
18
18
  */
19
19
  statusText: string;
20
20
  /**
21
21
  * Additional status text shown in the details drop down.
22
22
  *
23
- * @uiName Reward Status Long Text
23
+ * @uiName Reward status long text
24
24
  * @uiWidget textArea
25
25
  */
26
26
  statusLongText: string;
27
27
  /**
28
28
  * Shown in the dropdown details when a reward has an associated fuel tank code.
29
29
  *
30
- * @uiName Fuel Tank Code Text
30
+ * @uiName Fuel tank code text
31
31
  */
32
32
  fuelTankText: string;
33
33
  /**
34
34
  * Shown in the dropdown details when a reward has been received.’
35
35
  *
36
- * @uiName Reward Received Text
36
+ * @uiName Reward received text
37
37
  */
38
38
  rewardReceivedText: string;
39
39
  /**
40
40
  * Shown in the dropdown details when a reward has an expiry date.
41
41
  *
42
- * @uiName Reward Expiring Text
42
+ * @uiName Reward expiring text
43
43
  */
44
44
  expiringText: string;
45
45
  /**
46
46
  * Shown in the dropdown details when a reward is pending.
47
47
  *
48
- * @uiName Reward Pending Text
48
+ * @uiName Reward pending text
49
49
  */
50
50
  pendingForText: string;
51
51
  /**
@@ -7,15 +7,15 @@ import { ReferralTableColumn } from "./ReferralTableColumn";
7
7
  */
8
8
  export declare class ReferralTableStatusColumn implements ReferralTableColumn {
9
9
  /**
10
- * @uiName Column Title
10
+ * @uiName Column title
11
11
  */
12
12
  columnTitle: string;
13
13
  /**
14
- * @uiName Converted Status Text
14
+ * @uiName Converted status text
15
15
  */
16
16
  convertedStatusText: string;
17
17
  /**
18
- * @uiName In Progress Status Text
18
+ * @uiName In progress status text
19
19
  */
20
20
  inProgressStatusText: string;
21
21
  constructor();
@@ -7,19 +7,19 @@ import { ReferralTableColumn } from "./ReferralTableColumn";
7
7
  */
8
8
  export declare class ReferralTableUserColumn implements ReferralTableColumn {
9
9
  /**
10
- * @uiName User Column Title
10
+ * @uiName User column title
11
11
  */
12
12
  columnTitle: string;
13
13
  /**
14
14
  * Name displayed for unknown users
15
15
  *
16
- * @uiName Anonymous User Text
16
+ * @uiName Anonymous user text
17
17
  */
18
18
  anonymousUser: string;
19
19
  /**
20
20
  * Name displayed for deleted users
21
21
  *
22
- * @uiName Deleted User Text
22
+ * @uiName Deleted user text
23
23
  */
24
24
  deletedUser: string;
25
25
  constructor();
@@ -19,31 +19,31 @@ export declare class ReferralTable {
19
19
  /**
20
20
  * Number of referrals displayed per page
21
21
  *
22
- * @uiName Referrals Per Page
22
+ * @uiName Referrals per page
23
23
  */
24
24
  perPage: number;
25
- /** @uiName Hide Column Labels */
25
+ /** @uiName Hide column labels */
26
26
  hideLabels?: boolean;
27
- /** @uiName Previous Button Text */
27
+ /** @uiName Previous button text */
28
28
  prevLabel?: string;
29
- /** @uiName View More Button Text */
29
+ /** @uiName View More button text */
30
30
  moreLabel?: string;
31
31
  /**
32
32
  * Show referred by user in table
33
33
  *
34
- * @uiName Show Referrer
34
+ * @uiName Show referrer
35
35
  * @default
36
36
  */
37
37
  showReferrer?: boolean;
38
38
  /**
39
39
  * Provide the column numbers (0 indexed) that should not be displayed in mobile views. Ex. 0,2,3
40
40
  *
41
- * @uiName Hidden Mobile Columns
41
+ * @uiName Hidden mobile columns
42
42
  */
43
43
  hiddenColumns?: string;
44
- /** @uiName Mobile Breakpoint */
44
+ /** @uiName Mobile breakpoint */
45
45
  smBreakpoint?: number;
46
- /** @uiName Tablet Breakpoint */
46
+ /** @uiName Tablet breakpoint */
47
47
  mdBreakpoint?: number;
48
48
  /**
49
49
  * @undocumented
@@ -3,24 +3,24 @@ import { EmailRegistrationViewProps } from "../views/email-registration-view";
3
3
  /**
4
4
  * @uiName Instant Access Friend Registration
5
5
  * @compatibility Built for instant access
6
- * @slots [{"name":"top-slot","title":"Top Content"},{"name":"bottom-slot","title":"Bottom Content"}]
6
+ * @slots [{"name":"top","title":"Top Content"},{"name":"bottom","title":"Bottom Content"}]
7
7
  */
8
8
  export declare class ReferredRegistration {
9
9
  ignored: boolean;
10
10
  /**
11
- * @uiName Email Field Label
11
+ * @uiName Email field label
12
12
  */
13
13
  emailLabel: string;
14
14
  /**
15
- * @uiName First Name Field Label
15
+ * @uiName First name field label
16
16
  */
17
17
  firstNameLabel: string;
18
18
  /**
19
- * @uiName Last Name Field Label
19
+ * @uiName Last name field label
20
20
  */
21
21
  lastNameLabel: string;
22
22
  /**
23
- * @uiName Register Button Text
23
+ * @uiName Register button text
24
24
  */
25
25
  registerLabel: string;
26
26
  /**
@@ -30,24 +30,31 @@ export declare class ReferredRegistration {
30
30
  */
31
31
  includeName: boolean;
32
32
  /**
33
- * @uiName Remove the border
33
+ * @uiName Include border
34
34
  * @uiGroup Card style
35
35
  */
36
- removeBorder: boolean;
36
+ includeBorder: boolean;
37
37
  /**
38
38
  * Display this message when a required field has not been filled out.
39
39
  *
40
- * @uiName Required Field Message
40
+ * @uiName Required field message
41
41
  * @uiWidget textArea
42
42
  */
43
43
  requiredFieldErrorMessage: string;
44
44
  /**
45
45
  * Display this message when the given email is invalid or blocked.
46
46
  *
47
- * @uiName Invalid Email Message
47
+ * @uiName Invalid email message
48
48
  * @uiWidget textArea
49
49
  */
50
50
  invalidEmailErrorMessage: string;
51
+ /**
52
+ * The message to be displayed when a the form submission fails unexpectedly.
53
+ *
54
+ * @uiName Network Error Message
55
+ * @uiWidget textArea
56
+ */
57
+ networkErrorMessage: string;
51
58
  /**
52
59
  * @uiName Top padding
53
60
  * @uiGroup Card style
@@ -83,6 +90,11 @@ export declare class ReferredRegistration {
83
90
  * @uiType string
84
91
  */
85
92
  backgroundColor: string;
93
+ /**
94
+ * @undocumented
95
+ * @uiType boolean
96
+ */
97
+ includeCookies?: boolean;
86
98
  /**
87
99
  * @undocumented
88
100
  * @uiType object