@saasquatch/mint-components 1.6.2-7 → 1.6.2-8

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 (314) hide show
  1. package/dist/cjs/{ShadowViewAddon-efc84247.js → ShadowViewAddon-ad683b80.js} +19 -19
  2. package/dist/cjs/{global-0a3fc724.js → global-348a8750.js} +3 -3
  3. package/dist/cjs/{index.module-458fac5c.js → index.module-ff45cbf1.js} +5876 -6227
  4. package/dist/cjs/loader.cjs.js +5 -5
  5. package/dist/cjs/{luxon-479fc825.js → luxon-59ca7d19.js} +1 -1
  6. package/dist/cjs/mint-components.cjs.js +5 -5
  7. package/dist/cjs/{re-render-60cd2050.js → re-render-e5491a50.js} +5 -5
  8. package/dist/cjs/sqm-asset-card.cjs.entry.js +4 -4
  9. package/dist/cjs/sqm-big-stat_35.cjs.entry.js +104 -118
  10. package/dist/cjs/sqm-empty_5.cjs.entry.js +1 -1
  11. package/dist/cjs/sqm-form-message.cjs.entry.js +1 -1
  12. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +6 -6
  13. package/dist/cjs/{sqm-hero-view-bc763ed2.js → sqm-hero-view-46223e34.js} +2 -2
  14. package/dist/cjs/sqm-hero.cjs.entry.js +5 -3
  15. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +8 -8
  16. package/dist/cjs/{sqm-navigation-sidebar-item-view-c96b19cd.js → sqm-navigation-sidebar-item-view-e8f500f9.js} +2 -2
  17. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +6 -6
  18. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +1 -1
  19. package/dist/cjs/sqm-password-field.cjs.entry.js +5 -5
  20. package/dist/cjs/sqm-popup-container.cjs.entry.js +6 -6
  21. package/dist/cjs/{sqm-portal-email-verification-view-37960787.js → sqm-portal-email-verification-view-64b5109a.js} +1 -1
  22. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +11 -10
  23. package/dist/cjs/{sqm-portal-footer-view-8735a488.js → sqm-portal-footer-view-ab13a649.js} +1 -1
  24. package/dist/cjs/sqm-portal-footer.cjs.entry.js +13 -5
  25. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +21 -10
  26. package/dist/cjs/sqm-portal-logout.cjs.entry.js +9 -7
  27. package/dist/cjs/{sqm-portal-profile-view-567d9c38.js → sqm-portal-profile-view-89995e7b.js} +1 -1
  28. package/dist/cjs/sqm-portal-profile.cjs.entry.js +13 -21
  29. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +13 -10
  30. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +20 -22
  31. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +17 -17
  32. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +12 -12
  33. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +9 -9
  34. package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
  35. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +4 -4
  36. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +13 -13
  37. package/dist/cjs/sqm-stencilbook.cjs.entry.js +87 -87
  38. package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
  39. package/dist/cjs/sqm-tabs.cjs.entry.js +6 -6
  40. package/dist/cjs/sqm-text-span.cjs.entry.js +1 -1
  41. package/dist/cjs/{stencil-hooks.module-6fe43579.js → stencil-hooks.module-87a1f4f7.js} +0 -1
  42. package/dist/cjs/{use-callback-5d15897d.js → use-callback-e754042f.js} +1 -1
  43. package/dist/cjs/{useChildElements-c05ab04d.js → useChildElements-b3043b63.js} +3 -3
  44. package/dist/cjs/{useReferralTable-4e8de241.js → useReferralTable-438d176c.js} +9 -9
  45. package/dist/cjs/{useRegistrationFormState-012c5483.js → useRegistrationFormState-793a7958.js} +4 -4
  46. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +8 -5
  47. package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +1 -0
  48. package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +5 -1
  49. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +1 -1
  50. package/dist/collection/components/sqm-form-message/sqm-form-message.js +1 -0
  51. package/dist/collection/components/sqm-graphql-client-provider/sqm-graphql-client-provider.js +1 -0
  52. package/dist/collection/components/sqm-hero/sqm-hero.js +9 -2
  53. package/dist/collection/components/sqm-input-field/sqm-input-field.js +4 -1
  54. package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +4 -1
  55. package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +2 -3
  56. package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +4 -1
  57. package/dist/collection/components/sqm-password-field/sqm-password-field.js +4 -1
  58. package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +7 -3
  59. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +9 -5
  60. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +32 -0
  61. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +60 -9
  62. package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +2 -0
  63. package/dist/collection/components/sqm-portal-frame/sqm-portal-frame.js +2 -1
  64. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +44 -54
  65. package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +6 -4
  66. package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +13 -21
  67. package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +10 -9
  68. package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +24 -31
  69. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +24 -31
  70. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +21 -21
  71. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +9 -9
  72. package/dist/collection/components/sqm-program-menu/sqm-program-menu.js +2 -1
  73. package/dist/esm/{ShadowViewAddon-cec39cd8.js → ShadowViewAddon-88454bed.js} +19 -19
  74. package/dist/esm/{global-5b9a6254.js → global-2546adae.js} +3 -3
  75. package/dist/esm/{index.module-f1d6a79a.js → index.module-9cd4623b.js} +5854 -6205
  76. package/dist/esm/loader.js +5 -5
  77. package/dist/esm/{luxon-5a398612.js → luxon-38ca2169.js} +1 -1
  78. package/dist/esm/mint-components.js +5 -5
  79. package/dist/esm/{re-render-bd3232df.js → re-render-d1b2a0de.js} +5 -5
  80. package/dist/esm/sqm-asset-card.entry.js +4 -4
  81. package/dist/esm/sqm-big-stat_35.entry.js +104 -118
  82. package/dist/esm/sqm-empty_5.entry.js +1 -1
  83. package/dist/esm/sqm-form-message.entry.js +1 -1
  84. package/dist/esm/sqm-graphql-client-provider.entry.js +6 -6
  85. package/dist/esm/{sqm-hero-view-9fb2be89.js → sqm-hero-view-93fac447.js} +2 -2
  86. package/dist/esm/sqm-hero.entry.js +5 -3
  87. package/dist/esm/sqm-leaderboard-rank.entry.js +8 -8
  88. package/dist/esm/{sqm-navigation-sidebar-item-view-df7ce8d3.js → sqm-navigation-sidebar-item-view-7e6199c2.js} +2 -2
  89. package/dist/esm/sqm-navigation-sidebar-item.entry.js +6 -6
  90. package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
  91. package/dist/esm/sqm-password-field.entry.js +5 -5
  92. package/dist/esm/sqm-popup-container.entry.js +6 -6
  93. package/dist/esm/{sqm-portal-email-verification-view-efaa0c2a.js → sqm-portal-email-verification-view-e08d4947.js} +1 -1
  94. package/dist/esm/sqm-portal-email-verification.entry.js +11 -10
  95. package/dist/esm/{sqm-portal-footer-view-135108bc.js → sqm-portal-footer-view-796b8f12.js} +1 -1
  96. package/dist/esm/sqm-portal-footer.entry.js +13 -5
  97. package/dist/esm/sqm-portal-forgot-password.entry.js +21 -10
  98. package/dist/esm/sqm-portal-logout.entry.js +9 -7
  99. package/dist/esm/{sqm-portal-profile-view-af9d221b.js → sqm-portal-profile-view-251555a8.js} +1 -1
  100. package/dist/esm/sqm-portal-profile.entry.js +13 -21
  101. package/dist/esm/sqm-portal-protected-route.entry.js +13 -10
  102. package/dist/esm/sqm-portal-registration-form.entry.js +20 -22
  103. package/dist/esm/sqm-portal-reset-password.entry.js +19 -19
  104. package/dist/esm/sqm-portal-verify-email.entry.js +12 -12
  105. package/dist/esm/sqm-referral-table_11.entry.js +9 -9
  106. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  107. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +4 -4
  108. package/dist/esm/sqm-rewards-table_9.entry.js +13 -13
  109. package/dist/esm/sqm-stencilbook.entry.js +87 -87
  110. package/dist/esm/sqm-tab.entry.js +4 -4
  111. package/dist/esm/sqm-tabs.entry.js +6 -6
  112. package/dist/esm/sqm-text-span.entry.js +1 -1
  113. package/dist/esm/{stencil-hooks.module-eefa3570.js → stencil-hooks.module-66fea7dc.js} +1 -1
  114. package/dist/esm/{use-callback-684c8bb7.js → use-callback-69ec5c5c.js} +1 -1
  115. package/dist/esm/{useChildElements-06e99bd3.js → useChildElements-480800ed.js} +3 -3
  116. package/dist/esm/{useReferralTable-ec3f383a.js → useReferralTable-512070e3.js} +9 -9
  117. package/dist/esm/{useRegistrationFormState-61148598.js → useRegistrationFormState-699c3e59.js} +4 -4
  118. package/dist/esm-es5/ShadowViewAddon-88454bed.js +1 -0
  119. package/dist/esm-es5/{global-5b9a6254.js → global-2546adae.js} +2 -2
  120. package/dist/esm-es5/index.module-9cd4623b.js +1 -0
  121. package/dist/esm-es5/loader.js +1 -1
  122. package/dist/esm-es5/{luxon-5a398612.js → luxon-38ca2169.js} +1 -1
  123. package/dist/esm-es5/mint-components.js +1 -1
  124. package/dist/esm-es5/{re-render-bd3232df.js → re-render-d1b2a0de.js} +1 -1
  125. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  126. package/dist/esm-es5/sqm-big-stat_35.entry.js +1 -1
  127. package/dist/esm-es5/sqm-empty_5.entry.js +1 -1
  128. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  129. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  130. package/dist/esm-es5/{sqm-hero-view-9fb2be89.js → sqm-hero-view-93fac447.js} +1 -1
  131. package/dist/esm-es5/sqm-hero.entry.js +1 -1
  132. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  133. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-df7ce8d3.js → sqm-navigation-sidebar-item-view-7e6199c2.js} +1 -1
  134. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  135. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  136. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  137. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  138. package/dist/esm-es5/{sqm-portal-email-verification-view-efaa0c2a.js → sqm-portal-email-verification-view-e08d4947.js} +1 -1
  139. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  140. package/dist/esm-es5/{sqm-portal-footer-view-135108bc.js → sqm-portal-footer-view-796b8f12.js} +1 -1
  141. package/dist/esm-es5/sqm-portal-footer.entry.js +1 -1
  142. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  143. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  144. package/dist/esm-es5/{sqm-portal-profile-view-af9d221b.js → sqm-portal-profile-view-251555a8.js} +1 -1
  145. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  146. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  147. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  148. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  149. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  150. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  151. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  152. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  153. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  154. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  155. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  156. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  157. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  158. package/dist/esm-es5/{stencil-hooks.module-eefa3570.js → stencil-hooks.module-66fea7dc.js} +1 -1
  159. package/dist/esm-es5/use-callback-69ec5c5c.js +1 -0
  160. package/dist/esm-es5/useChildElements-480800ed.js +1 -0
  161. package/dist/esm-es5/useReferralTable-512070e3.js +1 -0
  162. package/dist/esm-es5/{useRegistrationFormState-61148598.js → useRegistrationFormState-699c3e59.js} +1 -1
  163. package/dist/mint-components/mint-components.esm.js +1 -1
  164. package/dist/mint-components/mint-components.js +1 -1
  165. package/dist/mint-components/p-154677b7.js +1 -0
  166. package/dist/mint-components/{p-e733843b.js → p-1644c8e4.js} +1 -1
  167. package/dist/mint-components/{p-00d4636f.system.entry.js → p-16beb451.system.entry.js} +1 -1
  168. package/dist/mint-components/{p-5860deff.entry.js → p-17aae439.entry.js} +1 -1
  169. package/dist/mint-components/{p-32948762.system.entry.js → p-190e24e4.system.entry.js} +1 -1
  170. package/dist/mint-components/{p-39617ebd.system.entry.js → p-1d7a015c.system.entry.js} +1 -1
  171. package/dist/mint-components/{p-dd3ddece.system.entry.js → p-1ec3dacc.system.entry.js} +1 -1
  172. package/dist/mint-components/p-1fed6a09.entry.js +1 -0
  173. package/dist/mint-components/{p-50553269.system.entry.js → p-27a8ee57.system.entry.js} +1 -1
  174. package/dist/mint-components/{p-ceefa54a.system.entry.js → p-29f82c6d.system.entry.js} +1 -1
  175. package/dist/mint-components/{p-81ea8b81.js → p-2ce5d3da.js} +1 -1
  176. package/dist/mint-components/{p-ff2aea1e.system.entry.js → p-2d2f7abb.system.entry.js} +1 -1
  177. package/dist/mint-components/p-32ba0da3.entry.js +1 -0
  178. package/dist/mint-components/{p-1c43e9bc.system.entry.js → p-33910ee5.system.entry.js} +1 -1
  179. package/dist/mint-components/{p-88b62a7d.entry.js → p-36d50757.entry.js} +1 -1
  180. package/dist/mint-components/{p-2b533296.system.entry.js → p-37abb804.system.entry.js} +1 -1
  181. package/dist/mint-components/{p-088d9242.system.js → p-3fddd002.system.js} +1 -1
  182. package/dist/mint-components/{p-3c6f3be9.system.entry.js → p-433f243c.system.entry.js} +1 -1
  183. package/dist/mint-components/{p-4df7fe07.entry.js → p-44c6c5bc.entry.js} +1 -1
  184. package/dist/mint-components/p-4f994970.js +1 -0
  185. package/dist/mint-components/{p-52a2beaf.js → p-50cb9888.js} +1 -1
  186. package/dist/mint-components/{p-62bed275.js → p-51e40132.js} +1 -1
  187. package/dist/mint-components/p-5c347c93.system.entry.js +1 -0
  188. package/dist/mint-components/{p-d0da2a7a.system.entry.js → p-5d7de7cd.system.entry.js} +1 -1
  189. package/dist/mint-components/{p-33ad07f7.system.entry.js → p-5ef24d6c.system.entry.js} +1 -1
  190. package/dist/mint-components/{p-68ee4e8e.entry.js → p-5fa7ceb8.entry.js} +1 -1
  191. package/dist/mint-components/p-624c4a8d.system.js +1 -0
  192. package/dist/mint-components/{p-6fbe2dc3.entry.js → p-638b48bc.entry.js} +1 -1
  193. package/dist/mint-components/{p-5d93c50c.system.entry.js → p-63c99941.system.entry.js} +1 -1
  194. package/dist/mint-components/{p-2160da9c.system.entry.js → p-64752747.system.entry.js} +1 -1
  195. package/dist/mint-components/{p-0d62a64e.js → p-67bc2aa5.js} +1 -1
  196. package/dist/mint-components/{p-373d93c0.system.js → p-73e11b3f.system.js} +1 -1
  197. package/dist/mint-components/{p-a8bd051e.entry.js → p-7513c118.entry.js} +2 -2
  198. package/dist/mint-components/{p-6486c807.system.entry.js → p-771b778b.system.entry.js} +1 -1
  199. package/dist/mint-components/{p-538904bd.js → p-78c7b4b7.js} +1 -1
  200. package/dist/mint-components/{p-5f4e5442.system.entry.js → p-7bab148d.system.entry.js} +1 -1
  201. package/dist/mint-components/{p-18d7fb36.system.entry.js → p-7df17d8f.system.entry.js} +1 -1
  202. package/dist/mint-components/{p-0fc6d62e.system.entry.js → p-7e9b5623.system.entry.js} +1 -1
  203. package/dist/mint-components/{p-222e5418.entry.js → p-89d8133d.entry.js} +1 -1
  204. package/dist/mint-components/{p-d4ee07e6.system.js → p-8a0cf4be.system.js} +2 -2
  205. package/dist/mint-components/p-92e8b7b5.entry.js +1 -0
  206. package/dist/mint-components/{p-684aadb5.system.js → p-9bac73dc.system.js} +1 -1
  207. package/dist/mint-components/{p-57dafb17.entry.js → p-9bf6a21c.entry.js} +1 -1
  208. package/dist/mint-components/{p-01639b5f.system.entry.js → p-9f8067ab.system.entry.js} +1 -1
  209. package/dist/mint-components/p-a16556fd.entry.js +1 -0
  210. package/dist/mint-components/{p-af23900d.system.entry.js → p-a2ca95d3.system.entry.js} +1 -1
  211. package/dist/mint-components/{p-a1acdbb4.entry.js → p-a3f87461.entry.js} +1 -1
  212. package/dist/mint-components/{p-a4335cb5.system.entry.js → p-a6291305.system.entry.js} +1 -1
  213. package/dist/mint-components/p-a63204e2.js +1 -0
  214. package/dist/mint-components/p-a750f034.js +1 -0
  215. package/dist/mint-components/p-ab1509b0.entry.js +13 -0
  216. package/dist/mint-components/{p-302f5c8d.js → p-abc426c4.js} +1 -1
  217. package/dist/mint-components/{p-add3f638.system.entry.js → p-ac052dc7.system.entry.js} +1 -1
  218. package/dist/mint-components/{p-76bd561b.js → p-ad9a9da8.js} +2 -2
  219. package/dist/mint-components/{p-7b4dc3ec.system.js → p-b5592439.system.js} +1 -1
  220. package/dist/mint-components/{p-29165926.system.entry.js → p-b5faa04d.system.entry.js} +1 -1
  221. package/dist/mint-components/{p-0ef78846.system.entry.js → p-b7fc1ee1.system.entry.js} +1 -1
  222. package/dist/mint-components/{p-a9f58c48.system.js → p-b86c4916.system.js} +1 -1
  223. package/dist/mint-components/{p-d4dbc7b7.entry.js → p-b96505f5.entry.js} +1 -1
  224. package/dist/mint-components/{p-ea6f3130.entry.js → p-b9e4e254.entry.js} +1 -1
  225. package/dist/mint-components/p-c12e3282.entry.js +13 -0
  226. package/dist/mint-components/{p-108cf81e.system.js → p-c501d76f.system.js} +1 -1
  227. package/dist/mint-components/{p-ce6f7e0e.entry.js → p-c88cb982.entry.js} +1 -1
  228. package/dist/mint-components/p-ca2819e8.system.js +1 -0
  229. package/dist/mint-components/p-cbb61c41.entry.js +1 -0
  230. package/dist/mint-components/{p-ca08cf71.entry.js → p-cc6f7cb5.entry.js} +1 -1
  231. package/dist/mint-components/p-cdabe7a8.js +1 -0
  232. package/dist/mint-components/p-cdf2914a.entry.js +1 -0
  233. package/dist/mint-components/{p-3b0f33f3.system.js → p-ce5a3693.system.js} +1 -1
  234. package/dist/mint-components/{p-ceeeb344.entry.js → p-d1aef95c.entry.js} +1 -1
  235. package/dist/mint-components/{p-2dd51663.system.js → p-d2884941.system.js} +1 -1
  236. package/dist/mint-components/p-d35f8c06.entry.js +1 -0
  237. package/dist/mint-components/{p-8a2c78e0.entry.js → p-dd627dd0.entry.js} +1 -1
  238. package/dist/mint-components/{p-d6c804c5.entry.js → p-de4f0622.entry.js} +1 -1
  239. package/dist/mint-components/p-e0140005.system.entry.js +1 -0
  240. package/dist/mint-components/{p-b6b4acce.entry.js → p-e19b0706.entry.js} +4 -4
  241. package/dist/mint-components/p-e5eebca6.system.entry.js +1 -0
  242. package/dist/mint-components/p-e6456af0.system.js +1 -0
  243. package/dist/mint-components/{p-893681b9.system.js → p-e774e573.system.js} +1 -1
  244. package/dist/mint-components/{p-0e441a14.system.js → p-e907c45c.system.js} +1 -1
  245. package/dist/mint-components/p-ec18b601.system.js +1 -0
  246. package/dist/mint-components/{p-f912a4da.entry.js → p-ef0a4f7f.entry.js} +1 -1
  247. package/dist/mint-components/p-efbc0ee0.system.js +1 -0
  248. package/dist/mint-components/{p-aa637746.entry.js → p-f5a54725.entry.js} +1 -1
  249. package/dist/mint-components/{p-793e934b.js → p-f7ecad90.js} +1 -1
  250. package/dist/mint-components/{p-821a487a.js → p-fb2ef762.js} +3 -3
  251. package/dist/mint-components/{p-b32d2a0b.system.entry.js → p-fcd5890a.system.entry.js} +1 -1
  252. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +5 -2
  253. package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +1 -0
  254. package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +5 -1
  255. package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +1 -1
  256. package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +1 -0
  257. package/dist/types/components/sqm-graphql-client-provider/sqm-graphql-client-provider.d.ts +1 -0
  258. package/dist/types/components/sqm-hero/sqm-hero.d.ts +3 -2
  259. package/dist/types/components/sqm-input-field/sqm-input-field.d.ts +4 -1
  260. package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +4 -1
  261. package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +2 -3
  262. package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +4 -1
  263. package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +4 -1
  264. package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +3 -2
  265. package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +4 -3
  266. package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +8 -0
  267. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +14 -5
  268. package/dist/types/components/sqm-portal-forgot-password/usePortalForgotPassword.d.ts +2 -0
  269. package/dist/types/components/sqm-portal-frame/sqm-portal-frame.d.ts +2 -1
  270. package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +13 -26
  271. package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +4 -2
  272. package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +5 -13
  273. package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +7 -3
  274. package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +13 -14
  275. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +13 -14
  276. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +10 -10
  277. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +5 -5
  278. package/dist/types/components/sqm-program-menu/sqm-program-menu.d.ts +2 -1
  279. package/dist/types/components.d.ts +160 -142
  280. package/docs/docs.docx +0 -0
  281. package/docs/raisins.json +1 -1
  282. package/grapesjs/grapesjs.js +1 -1
  283. package/package.json +2 -2
  284. package/dist/esm-es5/ShadowViewAddon-cec39cd8.js +0 -1
  285. package/dist/esm-es5/index.module-f1d6a79a.js +0 -1
  286. package/dist/esm-es5/use-callback-684c8bb7.js +0 -1
  287. package/dist/esm-es5/useChildElements-06e99bd3.js +0 -1
  288. package/dist/esm-es5/useReferralTable-ec3f383a.js +0 -1
  289. package/dist/mint-components/p-0fb3eb79.entry.js +0 -1
  290. package/dist/mint-components/p-21b6ab78.system.js +0 -1
  291. package/dist/mint-components/p-34eb3bdc.system.js +0 -1
  292. package/dist/mint-components/p-57592ac0.entry.js +0 -1
  293. package/dist/mint-components/p-5d250c32.js +0 -1
  294. package/dist/mint-components/p-5f61bd8b.system.js +0 -1
  295. package/dist/mint-components/p-65d698c7.entry.js +0 -1
  296. package/dist/mint-components/p-666ec4a5.js +0 -1
  297. package/dist/mint-components/p-68aaeaa0.js +0 -1
  298. package/dist/mint-components/p-68f75eff.system.entry.js +0 -1
  299. package/dist/mint-components/p-797e733a.entry.js +0 -13
  300. package/dist/mint-components/p-89086f34.entry.js +0 -1
  301. package/dist/mint-components/p-8b7a19d3.system.entry.js +0 -1
  302. package/dist/mint-components/p-90a375c5.system.entry.js +0 -1
  303. package/dist/mint-components/p-90e71268.entry.js +0 -1
  304. package/dist/mint-components/p-99397ef5.system.js +0 -1
  305. package/dist/mint-components/p-9a4e1964.entry.js +0 -1
  306. package/dist/mint-components/p-aa4ca962.system.js +0 -1
  307. package/dist/mint-components/p-ad4e74e4.entry.js +0 -1
  308. package/dist/mint-components/p-cfbab766.entry.js +0 -13
  309. package/dist/mint-components/p-dbfb865e.js +0 -1
  310. package/dist/mint-components/p-f5994865.js +0 -1
  311. package/dist/types/global/android.d.ts +0 -7
  312. package/dist/types/global/demo.d.ts +0 -1
  313. package/dist/types/stories/features.d.ts +0 -4
  314. package/dist/types/stories/templates.d.ts +0 -4
@@ -1,13 +1,14 @@
1
1
  /**
2
- * The hero container
3
- *
4
2
  * @uiName Hero Layout
3
+ * @slots [{"name":"","title":"Primary Column Content"},{"name":"secondary-column","title":"Secondary Column Content"}]
5
4
  */
6
5
  export declare class Hero {
7
6
  /**
8
7
  * Number of columns in the layout
9
8
  *
10
9
  * @uiName Columns
10
+ * @uiEnum [1, 2]
11
+ * @uiEnumNames ["One", "Two"]
11
12
  */
12
13
  columns: 1 | 2;
13
14
  /**
@@ -1,7 +1,10 @@
1
1
  import { DemoData } from "../../global/demo";
2
2
  import { InputFieldViewProps } from "./sqm-input-field-view";
3
3
  /**
4
- * @uiName Input Field
4
+ * @uiName Form Input Field
5
+ * @validParents ["sqm-portal-register","sqm-portal-registration-form"]
6
+ * @exampleGroup Microsite Components
7
+ * @example Form Input Field - <sqm-input-field slot="formData" input-label="Field Label" field-type="text" error-message="Cannot be empty"></sqm-input-field>
5
8
  */
6
9
  export declare class InputField {
7
10
  ignored: boolean;
@@ -1,7 +1,10 @@
1
1
  import { DemoData } from "../../global/demo";
2
2
  import { NameFieldsViewProps } from "./sqm-name-fields-view";
3
3
  /**
4
- * @uiName Name Fields
4
+ * @uiName Form Name Fields
5
+ * @validParents ["sqm-portal-register","sqm-portal-registration-form"]
6
+ * @exampleGroup Microsite Components
7
+ * @example Form Name Fields - <sqm-name-fields first-name-label="First Name" last-name-label="Last Name"></sqm-name-fields>
5
8
  */
6
9
  export declare class NameFields {
7
10
  ignored: boolean;
@@ -1,7 +1,6 @@
1
1
  /**
2
- * A container for navigation menu items
3
- *
4
- * @uiName Navigation Sidebar
2
+ * @uiName Microsite Sidebar
3
+ * @slots [{"name":"", "title":"Sidebar Content", "validChildren":["sqm-navigation-sidebar-item"]}]
5
4
  */
6
5
  export declare class NavigationSidebar {
7
6
  ignored: boolean;
@@ -1,7 +1,10 @@
1
1
  import { DemoData } from "../../global/demo";
2
2
  import { NavigationSidebarItemViewProps } from "./sqm-navigation-sidebar-item-view";
3
3
  /**
4
- * @uiName Navigation Link
4
+ * @uiName Microsite Sidebar Item
5
+ * @validParents ["sqm-navigation-sidebar"]
6
+ * @exampleGroup Microsite Components
7
+ * @example Sidebar Item - <sqm-navigation-sidebar-item label="Sidebar Item" icon="house"></sqm-navigation-sidebar-item>
5
8
  */
6
9
  export declare class NavigationSidebarItem {
7
10
  /**
@@ -11,7 +11,10 @@ export interface PasswordFieldViewDemoProps {
11
11
  };
12
12
  }
13
13
  /**
14
- * @uiName Portal Password Field
14
+ * @uiName Form Password Field
15
+ * @validParents ["sqm-portal-register","sqm-portal-registration-form"]
16
+ * @exampleGroup Microsite Components
17
+ * @example Form Password Field - <sqm-password-field slot="formData" field-label="Password" enable-validation></sqm-password-field>
15
18
  */
16
19
  export declare class PortalPasswordField {
17
20
  ignored: boolean;
@@ -1,7 +1,7 @@
1
1
  import { PortalChangePasswordViewProps } from "./sqm-portal-change-password-view";
2
2
  import { DemoData } from "../../global/demo";
3
3
  /**
4
- * @uiName Portal Profile
4
+ * @uiName Microsite Password Change
5
5
  */
6
6
  export declare class PortalChangePassword {
7
7
  ignored: boolean;
@@ -36,7 +36,8 @@ export declare class PortalChangePassword {
36
36
  /**
37
37
  * Successful password change message
38
38
  *
39
- * @uiName Successful Message
39
+ * @uiName Successful Password Change Message
40
+ * @uiWidget textArea
40
41
  */
41
42
  successMessage: string;
42
43
  /**
@@ -1,14 +1,14 @@
1
1
  import { DemoData } from "../../global/demo";
2
2
  import { PortalEmailVerificationViewProps } from "./sqm-portal-email-verification-view";
3
3
  /**
4
- * @uiName Portal Email Verification
4
+ * @uiName Microsite Email Verification
5
5
  */
6
6
  export declare class PortalEmailVerification {
7
7
  ignored: boolean;
8
8
  /**
9
- * The page that users are redirected to from the verification email.
9
+ * The microsite page that participants are redirected to from the verification email.
10
10
  *
11
- * @uiName Email Redirection Base Path
11
+ * @uiName Email Redirection Path
12
12
  */
13
13
  redirectPath: string;
14
14
  /**
@@ -21,6 +21,7 @@ export declare class PortalEmailVerification {
21
21
  resendEmailButtonText: string;
22
22
  /**
23
23
  * @uiName Email Verification Body Text
24
+ * @uiWidget textArea
24
25
  */
25
26
  verifyMessage: string;
26
27
  /**
@@ -38,18 +38,26 @@ export declare class PortalFooter {
38
38
  poweredByLink: string;
39
39
  /**
40
40
  * @uiName Padding Top
41
+ * @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
42
+ * @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
41
43
  */
42
44
  paddingTop: string;
43
45
  /**
44
46
  * @uiName Padding Right
47
+ * @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
48
+ * @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
45
49
  */
46
50
  paddingRight: string;
47
51
  /**
48
52
  * @uiName Padding Bottom
53
+ * @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
54
+ * @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
49
55
  */
50
56
  paddingBottom: string;
51
57
  /**
52
58
  * @uiName Padding Left
59
+ * @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
60
+ * @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
53
61
  */
54
62
  paddingLeft: string;
55
63
  constructor();
@@ -1,18 +1,18 @@
1
1
  import { DemoData } from "../../global/demo";
2
2
  import { PortalForgotPasswordViewProps } from "./sqm-portal-forgot-password-view";
3
3
  /**
4
- * @uiName Portal Forgot Password
4
+ * @uiName Microsite Forgot Password
5
5
  */
6
6
  export declare class PortalForgotPassword {
7
7
  ignored: boolean;
8
8
  /**
9
- * The page that users are redirected to from the password reset email.
9
+ * The microsite page that participants are redirected to from the password reset email.
10
10
  *
11
- * @uiName Email Redirection Base Path
11
+ * @uiName Email Redirection Path
12
12
  */
13
13
  redirectPath: string;
14
14
  /**
15
- * @uiName Email Label
15
+ * @uiName Email Field Label
16
16
  */
17
17
  emailLabel: string;
18
18
  /**
@@ -20,9 +20,18 @@ export declare class PortalForgotPassword {
20
20
  */
21
21
  submitLabel: string;
22
22
  /**
23
- * @uiName Login Page Routing Path
23
+ * @uiName Login Redirect Path
24
24
  */
25
25
  loginPath: string;
26
+ /**
27
+ * @uiName Header Text
28
+ * @uiWidget textArea
29
+ */
30
+ headerText: string;
31
+ /**
32
+ * Sign In Link Text
33
+ */
34
+ loginText: string;
26
35
  /**
27
36
  * @undocumented
28
37
  * @uiType object
@@ -5,6 +5,8 @@ export declare function usePortalForgotPassword(props: PortalForgotPassword): {
5
5
  error: string;
6
6
  success: boolean;
7
7
  loginPath: string;
8
+ headerText: string;
9
+ loginText: string;
8
10
  };
9
11
  callbacks: {
10
12
  submit: (event: any) => Promise<void>;
@@ -1,7 +1,8 @@
1
1
  import { PortalFrameViewProps } from "./sqm-portal-frame-view";
2
2
  import { DemoData } from "../../global/demo";
3
3
  /**
4
- * @uiName Portal Frame
4
+ * @uiName Microsite Frame
5
+ * @slots [{"name":"header","title":"Header Content"},{"name":"footer","title":"Footer Content"},{"name":"","title":"Body Content"}]
5
6
  */
6
7
  export declare class PortalFrame {
7
8
  ignored: boolean;
@@ -1,62 +1,49 @@
1
1
  import { DemoData } from "../../global/demo";
2
2
  import { PortalLoginViewProps } from "./sqm-portal-login-view";
3
3
  /**
4
- * @uiName Portal Login
4
+ * @uiName Microsite Login
5
5
  */
6
6
  export declare class PortalLogin {
7
7
  ignored: boolean;
8
8
  /**
9
- * Page navigated to after sign-in
9
+ * Page participants are navigated to after login.
10
10
  *
11
- * @uiName Next Page Path
11
+ * @uiName Login Redirect Path
12
12
  */
13
13
  nextPage: string;
14
14
  /**
15
- * Label for email field
16
- *
17
- * @uiName Email Label
15
+ * @uiName Email Field Label
18
16
  */
19
17
  emailLabel: string;
20
18
  /**
21
- * Label for password field
22
- *
23
- * @uiName Password Label
19
+ * @uiName Password Field Label
24
20
  */
25
21
  passwordLabel: string;
26
22
  /**
27
- * Label for submit button
28
- *
29
23
  * @uiName Submit Button Text
30
24
  */
31
25
  submitLabel: string;
32
26
  /**
33
- * Label for forgotten password button
34
- *
27
+ * @uiName Forgot Password Redirect Path
28
+ */
29
+ forgotPasswordPath: string;
30
+ /**
35
31
  * @uiName Forgot Password Text
36
32
  */
37
33
  forgotPasswordLabel: string;
38
34
  /**
39
- * Label for register button
40
- *
41
35
  * @uiName Register Button Text
42
36
  */
43
37
  registerLabel: string;
44
38
  /**
45
- * @uiName Heading Label
46
- */
47
- pageLabel: string;
48
- /**
49
- * Register redirect path
50
- *
51
- * @uiName Register Path
39
+ * @uiName Register Button Redirect Path
52
40
  */
53
41
  registerPath: string;
54
42
  /**
55
- * Forgot password redirect path
56
- *
57
- * @uiName Forgot Password Path
43
+ * @uiName Heading Label
44
+ * @uiWidget textArea
58
45
  */
59
- forgotPasswordPath: string;
46
+ pageLabel: string;
60
47
  /**
61
48
  * @undocumented
62
49
  * @uiType object
@@ -1,10 +1,12 @@
1
1
  /**
2
- * @uiName Portal Logout
2
+ * @uiName Microsite Logout
3
3
  */
4
4
  export declare class PortalLogout {
5
5
  ignored: boolean;
6
6
  /**
7
- * @uiName Next Page Path
7
+ * Redirect participants to this path when they log out
8
+ *
9
+ * @uiName Logout Redirect Path
8
10
  */
9
11
  nextPage: string;
10
12
  constructor();
@@ -1,32 +1,24 @@
1
1
  import { PortalProfileViewProps } from "./sqm-portal-profile-view";
2
2
  import { DemoData } from "../../global/demo";
3
3
  /**
4
- * @uiName Portal Profile
4
+ * @uiName Microsite Participant Profile
5
5
  */
6
6
  export declare class PortalProfile {
7
7
  ignored: boolean;
8
8
  /**
9
- * First name input field label
10
- *
11
9
  * @uiName First Name Label
12
10
  */
13
11
  firstnametext: string;
14
12
  /**
15
- * Last name input field label
16
- *
17
- * @uiName Last Name Label
13
+ * @uiName Last Name Field Label
18
14
  */
19
15
  lastnametext: string;
20
16
  /**
21
- * Email input field label
22
- *
23
- * @uiName Email Label
17
+ * @uiName Email Field Label
24
18
  */
25
19
  emailtext: string;
26
20
  /**
27
- * Country input field label
28
- *
29
- * @uiName Country Label
21
+ * @uiName Country Field Label
30
22
  */
31
23
  countrytext: string;
32
24
  /**
@@ -42,7 +34,7 @@ export declare class PortalProfile {
42
34
  */
43
35
  submitChangeButtonText: string;
44
36
  /**
45
- * Show or hide the country field
37
+ * Show or hide the country field.
46
38
  *
47
39
  * @uiName Show Country Field
48
40
  */
@@ -1,19 +1,23 @@
1
1
  /**
2
- * @uiName Portal Protected Route
2
+ * @uiName Microsite Protected Route
3
+ * @slots [{"name":"","title":"Route Content"}]
3
4
  */
4
5
  export declare class PortalProtectedRoute {
5
6
  ignored: boolean;
6
7
  /**
8
+ * Redirect participants to this path they are not logged in.
9
+ *
7
10
  * @uiName Redirect Path
8
11
  */
9
12
  redirectTo: string;
10
13
  /**
11
14
  * @uiName Require Email Verification
12
- * @default
13
15
  */
14
16
  requireEmailVerification: boolean;
15
17
  /**
16
- * @uiName Redirect Unverified Users Path
18
+ * Redirect participants to this path when email verification is required but they have not verified their email.
19
+ *
20
+ * @uiName Unverified Participant Redirect Path
17
21
  */
18
22
  redirectToUnverified: string;
19
23
  constructor();
@@ -1,28 +1,29 @@
1
1
  import { DemoData } from "../../global/demo";
2
2
  import { PortalRegisterViewProps } from "./sqm-portal-register-view";
3
3
  /**
4
- * @uiName Portal Register
4
+ * @uiName Microsite Registration
5
+ * @slots [{"name":"formData","title":"Additional Fields"},{"name":"terms","title":"Terms And Conditions Fields"}]
5
6
  */
6
7
  export declare class PortalRegister {
7
8
  ignored: boolean;
8
9
  /**
9
- * Page navigated to after registration
10
+ * Page participants are navigated to after registration.
10
11
  *
11
- * @uiName Next Page
12
+ * @uiName Registration Redirect Path
12
13
  */
13
14
  nextPage: string;
14
15
  /**
15
- * The page that users are redirected to from the verification email.
16
+ * The page that participants are redirected to from the verification email.
16
17
  *
17
- * @uiName Email Redirection Base Path
18
+ * @uiName Email Redirection Path
18
19
  */
19
20
  redirectPath: string;
20
21
  /**
21
- * @uiName Email Label
22
+ * @uiName Email Field Label
22
23
  */
23
24
  emailLabel: string;
24
25
  /**
25
- * @uiName Password Label
26
+ * @uiName Password Field Label
26
27
  */
27
28
  passwordLabel: string;
28
29
  /**
@@ -38,10 +39,9 @@ export declare class PortalRegister {
38
39
  */
39
40
  confirmPasswordLabel: string;
40
41
  /**
41
- * Show or hide the confirm password input
42
+ * Show or hide the confirm password input.
42
43
  *
43
44
  * @uiName Show Confirm Password Field
44
- * @default
45
45
  */
46
46
  confirmPassword: boolean;
47
47
  /**
@@ -49,20 +49,19 @@ export declare class PortalRegister {
49
49
  */
50
50
  enablePasswordValidation: boolean;
51
51
  /**
52
- * Hide default input fields to use custom fields
52
+ * Hide default input fields to use custom fields.
53
53
  *
54
54
  * @uiName Hide Default Inputs
55
- * @default
56
55
  */
57
56
  hideInputs: boolean;
58
57
  /**
59
- * @uiName Heading Label
58
+ * @uiName Header Text
60
59
  */
61
60
  pageLabel: string;
62
61
  /**
63
- * Login button redirection path
62
+ * Login button redirection path.
64
63
  *
65
- * @uiName Login Path
64
+ * @uiName Login Redirect Path
66
65
  */
67
66
  loginPath: string;
68
67
  /**
@@ -1,28 +1,29 @@
1
1
  import { DemoData } from "../../global/demo";
2
2
  import { PortalRegistrationFormViewProps } from "./sqm-portal-registration-form-view";
3
3
  /**
4
- * @uiName Portal Register
4
+ * @uiName Microsite Registration
5
+ * @slots [{"name":"formData","title":"Additional Fields"},{"name":"terms","title":"Terms And Conditions Fields"}]
5
6
  */
6
7
  export declare class PortalRegistrationForm {
7
8
  ignored: boolean;
8
9
  /**
9
- * Page navigated to after registration
10
+ * Page participants are navigated to after registration.
10
11
  *
11
- * @uiName Next Page
12
+ * @uiName Registration Redirect Path
12
13
  */
13
14
  nextPage: string;
14
15
  /**
15
- * The page that users are redirected to from the verification email.
16
+ * The page that participants are redirected to from the verification email.
16
17
  *
17
- * @uiName Email Redirection Base Path
18
+ * @uiName Email Redirection Path
18
19
  */
19
20
  redirectPath: string;
20
21
  /**
21
- * @uiName Email Label
22
+ * @uiName Email Field Label
22
23
  */
23
24
  emailLabel: string;
24
25
  /**
25
- * @uiName Password Label
26
+ * @uiName Password Field Label
26
27
  */
27
28
  passwordLabel: string;
28
29
  /**
@@ -38,10 +39,9 @@ export declare class PortalRegistrationForm {
38
39
  */
39
40
  confirmPasswordLabel: string;
40
41
  /**
41
- * Show or hide the confirm password input
42
+ * Show or hide the confirm password input.
42
43
  *
43
44
  * @uiName Show Confirm Password Field
44
- * @default
45
45
  */
46
46
  confirmPassword: boolean;
47
47
  /**
@@ -49,20 +49,19 @@ export declare class PortalRegistrationForm {
49
49
  */
50
50
  enablePasswordValidation: boolean;
51
51
  /**
52
- * Hide default input fields to use custom fields
52
+ * Hide default input fields to use custom fields.
53
53
  *
54
54
  * @uiName Hide Default Inputs
55
- * @default
56
55
  */
57
56
  hideInputs: boolean;
58
57
  /**
59
- * @uiName Heading Label
58
+ * @uiName Header Text
60
59
  */
61
60
  pageLabel: string;
62
61
  /**
63
- * Login button redirection path
62
+ * Login button redirection path.
64
63
  *
65
- * @uiName Login Path
64
+ * @uiName Login Redirect Path
66
65
  */
67
66
  loginPath: string;
68
67
  /**
@@ -1,27 +1,26 @@
1
1
  import { DemoData } from "../../global/demo";
2
2
  import { PortalResetPasswordViewProps } from "./sqm-portal-reset-password-view";
3
3
  /**
4
- * @uiName Portal Reset Password
4
+ * @uiName Microsite Reset Password
5
5
  */
6
6
  export declare class PortalResetPassword {
7
7
  ignored: boolean;
8
8
  /**
9
- * The page that users are redirected to when the password reset succeeds.
9
+ * The page that participants are redirected to when the password reset succeeds.
10
10
  *
11
- * @uiName Next Page Path
11
+ * @uiName Reset Successful Redirect Path
12
12
  */
13
13
  nextPage: string;
14
14
  /**
15
- * The page that users are redirected to if the reset fails due to outdated password reset attempt.
15
+ * The page that participants are redirected to if the reset fails due to outdated password reset attempt.
16
16
  *
17
- * @uiName Failed Page Path
17
+ * @uiName Reset Failed Redirect Path
18
18
  */
19
19
  failedPage: string;
20
20
  /**
21
- * Show or hide confirm password field
21
+ * Show or hide confirm password field.
22
22
  *
23
23
  * @uiName Show Confirm Password
24
- * @default
25
24
  */
26
25
  confirmPassword: boolean;
27
26
  /**
@@ -29,9 +28,10 @@ export declare class PortalResetPassword {
29
28
  */
30
29
  resetPasswordHeader: string;
31
30
  /**
32
- * Displayed after a successful password reset
31
+ * Displayed after a successful password reset.
33
32
  *
34
33
  * @uiName Successful Password Reset Text
34
+ * @uiWidget textArea
35
35
  */
36
36
  passwordResetHeader: string;
37
37
  /**
@@ -39,13 +39,13 @@ export declare class PortalResetPassword {
39
39
  */
40
40
  resetPasswordButtonText: string;
41
41
  /**
42
- * Button text displayed after a successful password reset
42
+ * Button text displayed after a successful password reset.
43
43
  *
44
44
  * @uiName Continue Button Text
45
45
  */
46
46
  continueButtonText: string;
47
47
  /**
48
- * @uiName Confirm Password Label
48
+ * @uiName Password Comfirmation Label
49
49
  */
50
50
  confirmPasswordFieldLabel: string;
51
51
  /**
@@ -1,20 +1,20 @@
1
1
  import { DemoData } from "../../global/demo";
2
2
  import { PortalVerifyEmailViewProps } from "./sqm-portal-verify-email-view";
3
3
  /**
4
- * @uiName Portal Verify Email
4
+ * @uiName Microsite Verify Email
5
5
  */
6
6
  export declare class PortalVerifyEmail {
7
7
  ignored: boolean;
8
8
  /**
9
- * The page that users are redirected to when the verification succeeds.
9
+ * The page that participants are redirected to when the verification succeeds.
10
10
  *
11
- * @uiName Next Page Path
11
+ * @uiName Verification Redirect Path
12
12
  */
13
13
  nextPage: string;
14
14
  /**
15
- * The page that users are redirected to if verification fails due to outdated verification attempt.
15
+ * The page that participants are redirected to if verification fails due to outdated verification attempt.
16
16
  *
17
- * @uiName Failed Page Path
17
+ * @uiName Verification Failed Redirect Path
18
18
  */
19
19
  failedPage: string;
20
20
  /**
@@ -1,5 +1,6 @@
1
1
  /**
2
- * @uiName Portal Menu
2
+ * @uiName Microsite Program Menu
3
+ * @slots [{"name":"","title":"Menu Content"}]
3
4
  * @canvasRenderer always-replace
4
5
  */
5
6
  export declare class ProgramMenu {