@saasquatch/mint-components 2.0.0-66 → 2.0.0-68

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 (253) hide show
  1. package/dist/cjs/{ShadowViewAddon-23b04c91.js → ShadowViewAddon-1b38dcfc.js} +11 -7
  2. package/dist/cjs/{copy-text-view-51c8ee5d.js → copy-text-view-322436c2.js} +2 -8
  3. package/dist/cjs/{usePayoutStatus-fe32dd1a.js → data-16106637.js} +142 -0
  4. package/dist/cjs/{extractProps-fd93ba62.js → extractProps-e9c55ba8.js} +14 -0
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/mint-components.cjs.js +1 -1
  7. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +10 -14
  8. package/dist/cjs/{sqm-base-registration-form-view-7b95ae7a.js → sqm-base-registration-form-view-69a4b615.js} +9 -4
  9. package/dist/cjs/{sqm-big-stat_46.cjs.entry.js → sqm-big-stat_47.cjs.entry.js} +1317 -13
  10. package/dist/cjs/sqm-code-verification.cjs.entry.js +1 -1
  11. package/dist/cjs/sqm-context-router.cjs.entry.js +1 -1
  12. package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
  13. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  14. package/dist/cjs/sqm-invoice-table-data-cell_5.cjs.entry.js +1 -1
  15. package/dist/cjs/sqm-lead-checkbox-field.cjs.entry.js +1 -1
  16. package/dist/cjs/sqm-lead-input-field.cjs.entry.js +1 -1
  17. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +1 -1
  18. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +1 -1
  19. package/dist/cjs/sqm-pagination_3.cjs.entry.js +2 -2
  20. package/dist/cjs/sqm-password-field.cjs.entry.js +1 -1
  21. package/dist/cjs/sqm-popup-container.cjs.entry.js +1 -1
  22. package/dist/cjs/sqm-portal-google-login.cjs.entry.js +2 -2
  23. package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +25 -18
  24. package/dist/cjs/sqm-portal-profile.cjs.entry.js +1 -1
  25. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +1 -1
  26. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
  27. package/dist/cjs/sqm-qr-code.cjs.entry.js +1 -1
  28. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -1
  29. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +2 -3
  30. package/dist/cjs/sqm-stencilbook.cjs.entry.js +18 -17
  31. package/dist/cjs/sqm-tabs.cjs.entry.js +1 -4
  32. package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +3 -2
  33. package/dist/cjs/sqm-widget-verification.cjs.entry.js +3 -4
  34. package/dist/cjs/{usePortalLogin-353f776a.js → usePortalLogin-1c022d8d.js} +1 -1
  35. package/dist/cjs/{utils-0d3ac0fb.js → utils-6847bc06.js} +0 -4
  36. package/dist/collection/components/sqm-base-registration/BaseRegistrationForm.stories.js +2 -2
  37. package/dist/collection/components/sqm-base-registration/sqm-base-registration-form-view.js +9 -4
  38. package/dist/collection/components/sqm-big-stat/sqm-big-stat-view.js +0 -2
  39. package/dist/collection/components/sqm-big-stat/useBigStat.js +7 -1
  40. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +1 -1
  41. package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +1 -1
  42. package/dist/collection/components/sqm-input-field/sqm-input-field.js +1 -1
  43. package/dist/collection/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.js +1 -1
  44. package/dist/collection/components/sqm-name-fields/NameFields.stories.js +2 -0
  45. package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +2 -2
  46. package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +31 -1
  47. package/dist/collection/components/sqm-name-fields/useNameFields.js +1 -0
  48. package/dist/collection/components/sqm-password-field/sqm-password-field.js +2 -2
  49. package/dist/collection/components/sqm-portal-forgot-password/PortalForgotPassword.stories.js +1 -0
  50. package/dist/collection/components/sqm-portal-google-registration-form/PortalGoogleRegistrationForm.stories.js +1 -0
  51. package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +4 -4
  52. package/dist/collection/components/sqm-portal-google-registration-form/usePortalGoogleRegistrationForm.js +22 -15
  53. package/dist/collection/components/sqm-referred-registration/sqm-referred-registration.js +2 -2
  54. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +2 -3
  55. package/dist/collection/components/sqm-share-link/sqm-share-link.js +0 -1
  56. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +0 -1
  57. package/dist/collection/components/sqm-tabs/sqm-tabs-view.js +0 -3
  58. package/dist/collection/components/sqm-task-card/sqm-task-card.js +2 -2
  59. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +8 -4
  60. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +6 -10
  61. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +0 -1
  62. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +1 -4
  63. package/dist/collection/components/views/copy-text-view.js +2 -8
  64. package/dist/collection/utils/utils.js +0 -1
  65. package/dist/esm/{ShadowViewAddon-c0bd62f7.js → ShadowViewAddon-1adaf077.js} +11 -7
  66. package/dist/esm/{copy-text-view-83b09456.js → copy-text-view-fac47254.js} +2 -8
  67. package/dist/esm/{usePayoutStatus-42cc6a2c.js → data-acdb790f.js} +128 -1
  68. package/dist/esm/{extractProps-ae1afbb3.js → extractProps-54064fb0.js} +14 -1
  69. package/dist/esm/loader.js +1 -1
  70. package/dist/esm/mint-components.js +1 -1
  71. package/dist/esm/sqm-banking-info-form_10.entry.js +3 -7
  72. package/dist/esm/{sqm-base-registration-form-view-1a6bb4b4.js → sqm-base-registration-form-view-9e97d8b4.js} +9 -4
  73. package/dist/esm/{sqm-big-stat_46.entry.js → sqm-big-stat_47.entry.js} +1315 -12
  74. package/dist/esm/sqm-code-verification.entry.js +1 -1
  75. package/dist/esm/sqm-context-router.entry.js +1 -1
  76. package/dist/esm/sqm-email-verification.entry.js +1 -1
  77. package/dist/esm/sqm-empty_4.entry.js +1 -1
  78. package/dist/esm/sqm-invoice-table-data-cell_5.entry.js +1 -1
  79. package/dist/esm/sqm-lead-checkbox-field.entry.js +1 -1
  80. package/dist/esm/sqm-lead-input-field.entry.js +1 -1
  81. package/dist/esm/sqm-logout-current-user.entry.js +1 -1
  82. package/dist/esm/sqm-navigation-sidebar-item.entry.js +1 -1
  83. package/dist/esm/sqm-pagination_3.entry.js +2 -2
  84. package/dist/esm/sqm-password-field.entry.js +1 -1
  85. package/dist/esm/sqm-popup-container.entry.js +1 -1
  86. package/dist/esm/sqm-portal-google-login.entry.js +2 -2
  87. package/dist/esm/sqm-portal-google-registration-form.entry.js +25 -18
  88. package/dist/esm/sqm-portal-profile.entry.js +1 -1
  89. package/dist/esm/sqm-portal-reset-password.entry.js +1 -1
  90. package/dist/esm/sqm-portal-verify-email.entry.js +1 -1
  91. package/dist/esm/sqm-qr-code.entry.js +1 -1
  92. package/dist/esm/sqm-referral-table_11.entry.js +1 -1
  93. package/dist/esm/sqm-rewards-table_9.entry.js +2 -3
  94. package/dist/esm/sqm-stencilbook.entry.js +18 -17
  95. package/dist/esm/sqm-tabs.entry.js +1 -4
  96. package/dist/esm/sqm-widget-verification-controller.entry.js +3 -2
  97. package/dist/esm/sqm-widget-verification.entry.js +2 -3
  98. package/dist/esm/{usePortalLogin-95814943.js → usePortalLogin-f95bbc67.js} +1 -1
  99. package/dist/esm/{utils-84b4b092.js → utils-334c1e34.js} +0 -4
  100. package/dist/esm-es5/{ShadowViewAddon-c0bd62f7.js → ShadowViewAddon-1adaf077.js} +1 -1
  101. package/dist/esm-es5/data-acdb790f.js +6 -0
  102. package/dist/esm-es5/extractProps-54064fb0.js +1 -0
  103. package/dist/esm-es5/loader.js +1 -1
  104. package/dist/esm-es5/mint-components.js +1 -1
  105. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  106. package/dist/esm-es5/sqm-base-registration-form-view-9e97d8b4.js +1 -0
  107. package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -0
  108. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  109. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  110. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  111. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  112. package/dist/esm-es5/sqm-invoice-table-data-cell_5.entry.js +1 -1
  113. package/dist/esm-es5/sqm-lead-checkbox-field.entry.js +1 -1
  114. package/dist/esm-es5/sqm-lead-input-field.entry.js +1 -1
  115. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  116. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  117. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  118. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  119. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  120. package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
  121. package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
  122. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  123. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  124. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  125. package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
  126. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  127. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  128. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  129. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  130. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
  131. package/dist/esm-es5/{usePortalLogin-95814943.js → usePortalLogin-f95bbc67.js} +1 -1
  132. package/dist/esm-es5/utils-334c1e34.js +1 -0
  133. package/dist/mint-components/mint-components.esm.js +1 -1
  134. package/dist/mint-components/{p-6b247deb.entry.js → p-010957a1.entry.js} +6 -6
  135. package/dist/mint-components/p-0797a946.js +1 -0
  136. package/dist/mint-components/{p-0ea4d6a1.system.entry.js → p-0b9b1b36.system.entry.js} +1 -1
  137. package/dist/mint-components/{p-7d735c9c.js → p-0e1a1b14.js} +4 -4
  138. package/dist/mint-components/{p-7bae9bb7.system.entry.js → p-14e813a7.system.entry.js} +1 -1
  139. package/dist/mint-components/{p-35081b0c.system.entry.js → p-18720462.system.entry.js} +1 -1
  140. package/dist/mint-components/{p-c6fa4cc5.system.js → p-20c40fdf.system.js} +1 -1
  141. package/dist/mint-components/{p-eba70d67.system.entry.js → p-2700136f.system.entry.js} +1 -1
  142. package/dist/mint-components/{p-67aa0b2d.entry.js → p-30278955.entry.js} +1 -1
  143. package/dist/mint-components/{p-622b4066.entry.js → p-31bba357.entry.js} +2 -2
  144. package/dist/mint-components/{p-2ff72acc.entry.js → p-3b46fae5.entry.js} +2 -2
  145. package/dist/mint-components/{p-e711d0e9.js → p-44fc6029.js} +1 -1
  146. package/dist/mint-components/p-469a6450.system.js +6 -0
  147. package/dist/mint-components/{p-7b8cd420.system.entry.js → p-4ce51b1c.system.entry.js} +1 -1
  148. package/dist/mint-components/p-51a6a779.js +1 -0
  149. package/dist/mint-components/{p-cb845a3a.system.entry.js → p-56009bf0.system.entry.js} +1 -1
  150. package/dist/mint-components/{p-c86f64ad.system.entry.js → p-5b7a896e.system.entry.js} +1 -1
  151. package/dist/mint-components/{p-0caad0db.entry.js → p-5d059c95.entry.js} +1 -1
  152. package/dist/mint-components/{p-f370bddc.entry.js → p-60c14cec.entry.js} +1 -1
  153. package/dist/mint-components/p-6333265f.system.js +1 -0
  154. package/dist/mint-components/{p-6b0f79d1.system.entry.js → p-6445e926.system.entry.js} +1 -1
  155. package/dist/mint-components/p-662ed116.system.entry.js +1 -0
  156. package/dist/mint-components/{p-a9ad7fb2.system.entry.js → p-674d9089.system.entry.js} +1 -1
  157. package/dist/mint-components/{p-29f0c87d.entry.js → p-6a0ddee0.entry.js} +1 -1
  158. package/dist/mint-components/p-6c006998.entry.js +33 -0
  159. package/dist/mint-components/{p-b1eafaae.entry.js → p-6d9ce4e5.entry.js} +1 -1
  160. package/dist/mint-components/{p-b703c89f.system.entry.js → p-717b6730.system.entry.js} +1 -1
  161. package/dist/mint-components/p-720341b1.entry.js +273 -0
  162. package/dist/mint-components/{p-b55002dc.system.entry.js → p-72b914b9.system.entry.js} +1 -1
  163. package/dist/mint-components/{p-433e7458.entry.js → p-7e323f2c.entry.js} +1 -1
  164. package/dist/mint-components/p-80569911.system.js +1 -0
  165. package/dist/mint-components/{p-c531cc75.entry.js → p-85029918.entry.js} +1 -1
  166. package/dist/mint-components/{p-ab018deb.entry.js → p-8931d05e.entry.js} +2 -2
  167. package/dist/mint-components/{p-b487cb00.system.entry.js → p-8afb47c5.system.entry.js} +1 -1
  168. package/dist/mint-components/{p-cf22cf56.entry.js → p-8b5b2acc.entry.js} +1 -1
  169. package/dist/mint-components/p-95b6e903.entry.js +1 -0
  170. package/dist/mint-components/p-967a9040.system.js +1 -1
  171. package/dist/mint-components/p-9ba07029.system.entry.js +1 -0
  172. package/dist/mint-components/{p-6dc742bc.js → p-9ec99ced.js} +1 -1
  173. package/dist/mint-components/{p-bb452830.system.js → p-9f8d34d1.system.js} +1 -1
  174. package/dist/mint-components/{p-4250b06d.entry.js → p-a217cc8d.entry.js} +1 -1
  175. package/dist/mint-components/{p-4c9d80e4.entry.js → p-a32afaaa.entry.js} +1 -1
  176. package/dist/mint-components/{p-61157c6a.entry.js → p-a5c63310.entry.js} +1 -1
  177. package/dist/mint-components/{p-1c6ef258.system.entry.js → p-ac86903a.system.entry.js} +1 -1
  178. package/dist/mint-components/{p-76d4ef41.entry.js → p-aefaec37.entry.js} +1 -1
  179. package/dist/mint-components/{p-bfd77a07.entry.js → p-b00e8365.entry.js} +1 -1
  180. package/dist/mint-components/{p-66cf70f7.system.entry.js → p-b3510ca0.system.entry.js} +1 -1
  181. package/dist/mint-components/{p-06f13966.system.entry.js → p-bec87ac9.system.entry.js} +1 -1
  182. package/dist/mint-components/{p-f7c0877d.entry.js → p-c95a437e.entry.js} +1 -1
  183. package/dist/mint-components/p-d2bb770d.system.entry.js +1 -0
  184. package/dist/mint-components/{p-d4edce6c.system.entry.js → p-d3120982.system.entry.js} +1 -1
  185. package/dist/mint-components/p-d69c0a32.system.entry.js +1 -0
  186. package/dist/mint-components/{p-cf4e1709.entry.js → p-d9780ae9.entry.js} +1 -1
  187. package/dist/mint-components/{p-978d06ab.entry.js → p-e1422b78.entry.js} +1 -1
  188. package/dist/mint-components/p-e1e7d01c.js +157 -0
  189. package/dist/mint-components/{p-84d1041d.system.entry.js → p-e3b4e06a.system.entry.js} +1 -1
  190. package/dist/mint-components/p-e55aafe9.system.js +1 -0
  191. package/dist/mint-components/{p-0d21194c.entry.js → p-ea0bc627.entry.js} +1 -1
  192. package/dist/mint-components/{p-dd30354a.system.entry.js → p-f3613921.system.entry.js} +1 -1
  193. package/dist/mint-components/{p-55eaba8e.system.entry.js → p-f3c2074b.system.entry.js} +1 -1
  194. package/dist/mint-components/{p-2623b232.system.entry.js → p-f401ef19.system.entry.js} +1 -1
  195. package/dist/mint-components/{p-c065057d.entry.js → p-f7e49c12.entry.js} +2 -2
  196. package/dist/mint-components/p-fedb9ab8.system.entry.js +1 -0
  197. package/dist/types/components/sqm-base-registration/sqm-base-registration-form-view.d.ts +2 -1
  198. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +1 -1
  199. package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +1 -1
  200. package/dist/types/components/sqm-input-field/sqm-input-field.d.ts +1 -1
  201. package/dist/types/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.d.ts +1 -1
  202. package/dist/types/components/sqm-name-fields/sqm-name-fields-view.d.ts +1 -0
  203. package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +5 -0
  204. package/dist/types/components/sqm-name-fields/useNameFields.d.ts +1 -0
  205. package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +1 -1
  206. package/dist/types/components/sqm-portal-google-registration-form/usePortalGoogleRegistrationForm.d.ts +2 -1
  207. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -1
  208. package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +3 -2
  209. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
  210. package/dist/types/components.d.ts +16 -4
  211. package/docs/docs.docx +0 -0
  212. package/docs/raisins.json +1 -1
  213. package/grapesjs/grapesjs.js +1 -1
  214. package/package.json +2 -2
  215. package/dist/cjs/data-88adb95b.js +0 -146
  216. package/dist/cjs/parseStates-d1effc19.js +0 -16
  217. package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +0 -1313
  218. package/dist/esm/data-807686c2.js +0 -130
  219. package/dist/esm/parseStates-ed75e224.js +0 -14
  220. package/dist/esm/sqm-tax-and-cash.entry.js +0 -1309
  221. package/dist/esm-es5/data-807686c2.js +0 -1
  222. package/dist/esm-es5/extractProps-ae1afbb3.js +0 -1
  223. package/dist/esm-es5/parseStates-ed75e224.js +0 -1
  224. package/dist/esm-es5/sqm-base-registration-form-view-1a6bb4b4.js +0 -1
  225. package/dist/esm-es5/sqm-big-stat_46.entry.js +0 -1
  226. package/dist/esm-es5/sqm-tax-and-cash.entry.js +0 -1
  227. package/dist/esm-es5/usePayoutStatus-42cc6a2c.js +0 -6
  228. package/dist/esm-es5/utils-84b4b092.js +0 -1
  229. package/dist/mint-components/p-115dfc03.system.js +0 -1
  230. package/dist/mint-components/p-13f3a647.js +0 -1
  231. package/dist/mint-components/p-1522a7d1.js +0 -1
  232. package/dist/mint-components/p-26468242.js +0 -1
  233. package/dist/mint-components/p-4306a11d.entry.js +0 -33
  234. package/dist/mint-components/p-43a9fb8e.system.entry.js +0 -1
  235. package/dist/mint-components/p-454a6d05.system.entry.js +0 -1
  236. package/dist/mint-components/p-4b9976cc.system.js +0 -1
  237. package/dist/mint-components/p-60f1cca2.system.js +0 -1
  238. package/dist/mint-components/p-71a6e549.system.entry.js +0 -1
  239. package/dist/mint-components/p-75c569f7.entry.js +0 -1
  240. package/dist/mint-components/p-7837f69e.js +0 -46
  241. package/dist/mint-components/p-7b8232f8.system.js +0 -6
  242. package/dist/mint-components/p-8c3c4e92.js +0 -112
  243. package/dist/mint-components/p-a63a985a.system.entry.js +0 -1
  244. package/dist/mint-components/p-a8645c1b.system.js +0 -1
  245. package/dist/mint-components/p-b038b72a.system.entry.js +0 -1
  246. package/dist/mint-components/p-b21c5311.system.js +0 -1
  247. package/dist/mint-components/p-c2ac14b7.entry.js +0 -1
  248. package/dist/mint-components/p-c40ea48b.entry.js +0 -273
  249. package/dist/mint-components/p-ecc84140.system.entry.js +0 -1
  250. package/shoelace/assets/icons/twitter-x.svg +0 -4
  251. /package/dist/esm-es5/{copy-text-view-83b09456.js → copy-text-view-fac47254.js} +0 -0
  252. /package/dist/mint-components/{p-45c3ff6d.js → p-4a0a76a5.js} +0 -0
  253. /package/dist/mint-components/{p-c210374a.system.js → p-ce81839d.system.js} +0 -0
@@ -7,7 +7,7 @@ import { CheckboxFieldView, } from "../sqm-checkbox-field/sqm-checkbox-field-vie
7
7
  import { useCheckboxField } from "../sqm-checkbox-field/useCheckboxField";
8
8
  /**
9
9
  * @uiName Marketing Emails Checkbox Field
10
- * @validParents ["sqm-portal-register","sqm-portal-registration-form"]
10
+ * @validParents ["sqm-portal-register","sqm-portal-registration-form", "sqm-portal-google-registration-form"]
11
11
  * @requiredFeatures ["MARKETING_EMAILS"]
12
12
  */
13
13
  export class MarketingEmailsCheckbox {
@@ -9,6 +9,7 @@ export default {
9
9
  };
10
10
  const props = {
11
11
  states: {
12
+ optional: false,
12
13
  registrationFormState: {
13
14
  validationErrors: undefined,
14
15
  },
@@ -20,6 +21,7 @@ const props = {
20
21
  };
21
22
  const errorProps = {
22
23
  states: {
24
+ optional: false,
23
25
  registrationFormState: {
24
26
  validationErrors: {
25
27
  firstName: "Cannot be empty",
@@ -56,7 +56,7 @@ export function NameFieldsView(props) {
56
56
  h("style", { type: "text/css" },
57
57
  vanillaStyle,
58
58
  styleString),
59
- h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", name: "/firstName", type: "text", label: states.content.firstNameLabel, required: true, disabled: ((_b = states.registrationFormState) === null || _b === void 0 ? void 0 : _b.loading) || ((_c = states.registrationFormState) === null || _c === void 0 ? void 0 : _c.disabled) }, (((_e = (_d = states.registrationFormState) === null || _d === void 0 ? void 0 : _d.initialData) === null || _e === void 0 ? void 0 : _e.firstName) ? {
59
+ h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", name: "/firstName", type: "text", label: states.content.firstNameLabel, required: !states.optional, disabled: ((_b = states.registrationFormState) === null || _b === void 0 ? void 0 : _b.loading) || ((_c = states.registrationFormState) === null || _c === void 0 ? void 0 : _c.disabled) }, (((_e = (_d = states.registrationFormState) === null || _d === void 0 ? void 0 : _d.initialData) === null || _e === void 0 ? void 0 : _e.firstName) ? {
60
60
  value: (_g = (_f = states.registrationFormState) === null || _f === void 0 ? void 0 : _f.initialData) === null || _g === void 0 ? void 0 : _g.firstName,
61
61
  }
62
62
  : {}), ((validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors.firstName) ? {
@@ -64,7 +64,7 @@ export function NameFieldsView(props) {
64
64
  helpText: (validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors.firstName) || "Cannot be empty",
65
65
  }
66
66
  : []))),
67
- h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", name: "/lastName", type: "text", label: states.content.lastNameLabel, required: true, disabled: ((_h = states.registrationFormState) === null || _h === void 0 ? void 0 : _h.loading) || ((_j = states.registrationFormState) === null || _j === void 0 ? void 0 : _j.disabled) }, (((_l = (_k = states.registrationFormState) === null || _k === void 0 ? void 0 : _k.initialData) === null || _l === void 0 ? void 0 : _l.lastName) ? {
67
+ h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", name: "/lastName", type: "text", label: states.content.lastNameLabel, required: !states.optional, disabled: ((_h = states.registrationFormState) === null || _h === void 0 ? void 0 : _h.loading) || ((_j = states.registrationFormState) === null || _j === void 0 ? void 0 : _j.disabled) }, (((_l = (_k = states.registrationFormState) === null || _k === void 0 ? void 0 : _k.initialData) === null || _l === void 0 ? void 0 : _l.lastName) ? {
68
68
  value: (_o = (_m = states.registrationFormState) === null || _m === void 0 ? void 0 : _m.initialData) === null || _o === void 0 ? void 0 : _o.lastName,
69
69
  }
70
70
  : {}), ((validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors.lastName) ? {
@@ -21,6 +21,11 @@ export class NameFields {
21
21
  * @uiName Last name label
22
22
  */
23
23
  this.lastNameLabel = "Last Name";
24
+ /**
25
+ * @uiName Optional
26
+ * @uiWidget
27
+ */
28
+ this.optional = false;
24
29
  withHooks(this);
25
30
  }
26
31
  disconnectedCallback() { }
@@ -73,12 +78,36 @@ export class NameFields {
73
78
  "reflect": false,
74
79
  "defaultValue": "\"Last Name\""
75
80
  },
81
+ "optional": {
82
+ "type": "boolean",
83
+ "mutable": false,
84
+ "complexType": {
85
+ "original": "boolean",
86
+ "resolved": "boolean",
87
+ "references": {}
88
+ },
89
+ "required": false,
90
+ "optional": false,
91
+ "docs": {
92
+ "tags": [{
93
+ "text": "Optional",
94
+ "name": "uiName"
95
+ }, {
96
+ "text": undefined,
97
+ "name": "uiWidget"
98
+ }],
99
+ "text": ""
100
+ },
101
+ "attribute": "optional",
102
+ "reflect": false,
103
+ "defaultValue": "false"
104
+ },
76
105
  "demoData": {
77
106
  "type": "unknown",
78
107
  "mutable": false,
79
108
  "complexType": {
80
109
  "original": "DemoData<NameFieldsViewProps>",
81
- "resolved": "{ states?: { registrationFormState?: RegistrationFormState; content: { firstNameLabel: string; lastNameLabel: string; }; }; }",
110
+ "resolved": "{ states?: { optional: boolean; registrationFormState?: RegistrationFormState; content: { firstNameLabel: string; lastNameLabel: string; }; }; }",
82
111
  "references": {
83
112
  "DemoData": {
84
113
  "location": "import",
@@ -111,6 +140,7 @@ export class NameFields {
111
140
  function useNameFieldsDemo(props) {
112
141
  return deepmerge({
113
142
  states: {
143
+ optional: props.optional,
114
144
  validationErrors: [],
115
145
  content: {
116
146
  firstNameLabel: props.firstNameLabel,
@@ -4,6 +4,7 @@ export function useNameFields(props) {
4
4
  const registrationFormState = useDomContext(REGISTRATION_FORM_STATE_CONTEXT);
5
5
  return {
6
6
  states: {
7
+ optional: props.optional,
7
8
  registrationFormState,
8
9
  content: {
9
10
  lastNameLabel: props.lastNameLabel,
@@ -3,13 +3,13 @@ import { withHooks } from "@saasquatch/stencil-hooks";
3
3
  import { useState } from "@saasquatch/universal-hooks";
4
4
  import { Component, h, Prop, State } from "@stencil/core";
5
5
  import deepmerge from "deepmerge";
6
+ import { getProps } from "../../utils/utils";
6
7
  import { validateNewPassword } from "./passwordValidation";
7
8
  import { PortalResetPasswordView, } from "./sqm-password-field-view";
8
9
  import { usePasswordField } from "./usePasswordField";
9
- import { getProps } from "../../utils/utils";
10
10
  /**
11
11
  * @uiName Form Password Field
12
- * @validParents ["sqm-portal-register","sqm-portal-registration-form"]
12
+ * @validParents ["sqm-portal-register","sqm-portal-registration-form", "sqm-portal-google-registration-form"]
13
13
  * @exampleGroup Microsite Components
14
14
  * @example Form Password Field - <sqm-password-field field-label="Password"></sqm-password-field>
15
15
  */
@@ -65,6 +65,7 @@ const successProps = {
65
65
  content: {
66
66
  loginText: "Login",
67
67
  messageSlot: "Enter your email below to receive a password reset link.",
68
+ successAlertText: "An email has been sent with instructions to reset your password.",
68
69
  },
69
70
  };
70
71
  export const Default = () => h(PortalForgotPasswordView, Object.assign({}, defaultProps));
@@ -31,6 +31,7 @@ const defaultProps = {
31
31
  formData: (h("div", null,
32
32
  " ",
33
33
  h(NameFieldsView, { states: {
34
+ optional: false,
34
35
  registrationFormState: {
35
36
  validationErrors: undefined,
36
37
  disabled: true,
@@ -2,11 +2,11 @@ import { isDemo, navigation } from "@saasquatch/component-boilerplate";
2
2
  import { useState, withHooks } from "@saasquatch/stencil-hooks";
3
3
  import { Component, h, Prop, State } from "@stencil/core";
4
4
  import deepmerge from "deepmerge";
5
+ import { createStyleSheet } from "../../styling/JSS";
5
6
  import { BaseRegistrationFormView } from "../sqm-base-registration/sqm-base-registration-form-view";
6
7
  import { PortalRegistrationFormView, } from "../sqm-portal-registration-form/sqm-portal-registration-form-view";
7
8
  import { usePortalRegistrationForm } from "../sqm-portal-registration-form/usePortalRegistrationForm";
8
9
  import { usePortalGoogleRegistrationForm } from "./usePortalGoogleRegistrationForm";
9
- import { createStyleSheet } from "../../styling/JSS";
10
10
  /**
11
11
  * @uiName Google Registration
12
12
  * @canvasRenderer always-replace
@@ -161,7 +161,7 @@ export class PortalGoogleRegistrationForm {
161
161
  };
162
162
  const sheet = createStyleSheet(styles);
163
163
  const styleString = sheet.toString();
164
- const { handleGoogleInit, handleEmailSubmit, showRegistrationForm, emailValidationError, } = isDemo() ? useGoogleDemo(this) : usePortalGoogleRegistrationForm(this);
164
+ const { handleGoogleInit, handleEmailSubmit, showRegistrationForm, validationErrors, } = isDemo() ? useGoogleDemo(this) : usePortalGoogleRegistrationForm(this);
165
165
  const content = {
166
166
  formData: h("slot", { name: "formData" }),
167
167
  googleButton: (h("sqm-google-sign-in", { text: this.googleButtonText, onInitComplete: handleGoogleInit })),
@@ -192,7 +192,7 @@ export class PortalGoogleRegistrationForm {
192
192
  };
193
193
  if (showRegistrationForm.mode === "base") {
194
194
  return (h(BaseRegistrationFormView, { states: {
195
- error: emailValidationError,
195
+ validationErrors,
196
196
  }, callbacks: { handleEmailSubmit }, content: content }));
197
197
  }
198
198
  return (h(PortalRegistrationFormView, { states: {
@@ -874,7 +874,7 @@ function useGoogleDemo(props) {
874
874
  mode: "base",
875
875
  });
876
876
  return deepmerge({
877
- emailValidationError: false,
877
+ validationErrors: {},
878
878
  handleEmailSubmit: () => setShowRegistrationForm({ mode: "manual" }),
879
879
  showRegistrationForm,
880
880
  handleGoogleInit: () => setShowRegistrationForm({ mode: "google" }),
@@ -1,9 +1,8 @@
1
1
  import { useState } from "@saasquatch/universal-hooks";
2
2
  import jsonpointer from "jsonpointer";
3
- import { useRegistrationForm } from "../sqm-portal-registration-form/useRegistrationFormState";
4
3
  import { jwtDecode } from "jwt-decode";
4
+ import { useRegistrationForm } from "../sqm-portal-registration-form/useRegistrationFormState";
5
5
  export function usePortalGoogleRegistrationForm(props) {
6
- const [emailValidationError, setEmailValidationError] = useState(null);
7
6
  const [registrationFormState, setRegistrationFormState] = useRegistrationForm();
8
7
  const [showRegistrationForm, setShowRegistrationForm] = useState({
9
8
  mode: "base",
@@ -11,33 +10,40 @@ export function usePortalGoogleRegistrationForm(props) {
11
10
  const handleEmailSubmit = async (event) => {
12
11
  const formControls = event.target.getFormControls();
13
12
  let formData = {};
14
- let errorMessage = null;
13
+ let validationErrors = {};
15
14
  formControls.forEach((control) => {
16
15
  if (!control.name)
17
16
  return;
18
- jsonpointer.set(formData, control.name, control.value);
19
- // only validate email field
20
- if (control.name !== "/email")
21
- return;
22
- if (control.required && !control.value)
23
- errorMessage = props.requiredFieldErrorMessage;
17
+ const key = control.name;
18
+ const value = control.value;
19
+ jsonpointer.set(formData, key, value);
20
+ if (control.required && !value) {
21
+ jsonpointer.set(validationErrors, key, props.requiredFieldErrorMessage);
22
+ }
24
23
  if (typeof control.validationError === "function") {
25
24
  const validate = control.validationError;
26
25
  const validationError = validate({
27
26
  control,
28
- key: "email",
29
- value: control.value,
27
+ key,
28
+ value,
30
29
  });
31
30
  if (validationError)
32
- errorMessage = validationError;
31
+ jsonpointer.set(validationErrors, key, validationError);
33
32
  }
34
33
  });
35
- if (errorMessage) {
36
- setEmailValidationError(errorMessage);
34
+ if (Object.keys(validationErrors).length) {
35
+ // early return for validation errors
36
+ setRegistrationFormState({
37
+ ...registrationFormState,
38
+ loading: false,
39
+ error: "",
40
+ validationErrors,
41
+ });
37
42
  return;
38
43
  }
39
44
  setRegistrationFormState({
40
45
  ...registrationFormState,
46
+ validationErrors: {},
41
47
  initialData: {
42
48
  ...registrationFormState === null || registrationFormState === void 0 ? void 0 : registrationFormState.initialData,
43
49
  ...formData,
@@ -67,8 +73,9 @@ export function usePortalGoogleRegistrationForm(props) {
67
73
  }
68
74
  };
69
75
  return {
76
+ registrationFormState,
70
77
  showRegistrationForm,
71
- emailValidationError,
78
+ validationErrors: registrationFormState.validationErrors,
72
79
  handleGoogleInit,
73
80
  handleEmailSubmit,
74
81
  };
@@ -30,7 +30,7 @@ export class ReferredRegistration {
30
30
  /**
31
31
  * @uiName Register button text
32
32
  */
33
- this.registerLabel = "Start Referring";
33
+ this.registerLabel = "Claim Your Reward";
34
34
  /**
35
35
  * Require your participants to enter their first and last name.
36
36
  *
@@ -229,7 +229,7 @@ export class ReferredRegistration {
229
229
  },
230
230
  "attribute": "register-label",
231
231
  "reflect": false,
232
- "defaultValue": "\"Start Referring\""
232
+ "defaultValue": "\"Claim Your Reward\""
233
233
  },
234
234
  "includeName": {
235
235
  "type": "boolean",
@@ -201,8 +201,7 @@ export class RewardTableStatusCell {
201
201
  : rewardStatus === "DENIED"
202
202
  ? this.deniedText
203
203
  : null;
204
- // @ts-ignore
205
- const getBadgeCSSClass = (badgeType) => {
204
+ const getBadgeCSSClass = () => {
206
205
  switch (rewardStatus) {
207
206
  case "AVAILABLE":
208
207
  return sheet.classes.SuccessBadge;
@@ -216,7 +215,7 @@ export class RewardTableStatusCell {
216
215
  return sheet.classes.DangerBadge;
217
216
  }
218
217
  };
219
- const badgeCSSClass = getBadgeCSSClass(badgeType);
218
+ const badgeCSSClass = getBadgeCSSClass();
220
219
  return (h("div", { style: { display: "contents" } },
221
220
  h("style", { type: "text/css" }, styleString),
222
221
  h("sl-badge", { type: badgeType, pill: true, class: badgeCSSClass }, statusText),
@@ -404,7 +404,6 @@ export class ShareLink {
404
404
  function useDemoShareLink(props) {
405
405
  const [open, setOpen] = useState(false);
406
406
  const copyString = "https://www.example.com/sharelink/abc";
407
- console.log("Demo props", props);
408
407
  return deepmerge({
409
408
  copyString: copyString,
410
409
  tooltiptext: props.tooltiptext,
@@ -245,7 +245,6 @@ function ColorScale() {
245
245
  }
246
246
  function ColorToken({ type = "primary" }) {
247
247
  return (h("span", { style: {
248
- // background: `var(--sl-color-${type}-500)`,
249
248
  width: "1em",
250
249
  marginRight: "2px",
251
250
  padding: "0 4px",
@@ -1,7 +1,4 @@
1
1
  import { h, Host } from "@stencil/core";
2
- // sl-tab-group {
3
- // --sl-color-primary-500: var(--sqm-accent-color-icon);
4
- // }
5
2
  export const TabsView = ({ content, placement, textColor = "var(--sqm-text)", }) => {
6
3
  // Vertical padding for top & bottom placement, horizontal for left & right.
7
4
  const padding = !placement || placement === "top" || placement === "bottom"
@@ -133,11 +133,11 @@ export class TaskCard {
133
133
  disconnectedCallback() { }
134
134
  render() {
135
135
  const { props } = isDemo()
136
- ? useDemoBigStat(this)
136
+ ? useDemoBigStat(getProps(this))
137
137
  : useBigStat({ ...getProps(this), programId: this.programId });
138
138
  const { value, loading } = props;
139
139
  const { states, callbacks } = isDemo()
140
- ? useTaskCardDemo(this)
140
+ ? useTaskCardDemo(getProps(this))
141
141
  : useTaskCard(this);
142
142
  return (h(TaskCardView, { callbacks: callbacks, states: {
143
143
  loading,
@@ -41,8 +41,9 @@ function useTemplateChildren({ parent, callback }) {
41
41
  export class WidgetVerificationController {
42
42
  constructor() {
43
43
  /**
44
- * @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false } }
45
- * @componentState { "title": "Tax and cash", "slot": "verified", "props": { "isAuth": true } }
44
+ * @undocumented
45
+ * @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false }, "disabled": "true" }
46
+ * @componentState { "title": "Tax and cash", "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
46
47
  */
47
48
  this.stateController = "{}";
48
49
  withHooks(this);
@@ -138,10 +139,13 @@ export class WidgetVerificationController {
138
139
  "optional": false,
139
140
  "docs": {
140
141
  "tags": [{
141
- "text": "{ \"title\": \"Verify email\", \"slot\": \"not-verified\", \"props\": { \"isAuth\": false } }",
142
+ "text": undefined,
143
+ "name": "undocumented"
144
+ }, {
145
+ "text": "{ \"title\": \"Verify email\", \"slot\": \"not-verified\", \"props\": { \"isAuth\": false }, \"disabled\": \"true\" }",
142
146
  "name": "componentState"
143
147
  }, {
144
- "text": "{ \"title\": \"Tax and cash\", \"slot\": \"verified\", \"props\": { \"isAuth\": true } }",
148
+ "text": "{ \"title\": \"Tax and cash\", \"slot\": \"verified\", \"props\": { \"isAuth\": true }, \"disabled\": \"true\" }",
145
149
  "name": "componentState"
146
150
  }],
147
151
  "text": ""
@@ -1253,13 +1253,9 @@ export const TaxAndCashDashboardDisabled = () => {
1253
1253
  },
1254
1254
  } }));
1255
1255
  };
1256
- // export const TaxAndCashTextProps = () => {
1257
- // return (
1258
- // <sqm-tax-and-cash
1259
- // demoData={{
1260
- // // @ts-ignore
1261
- // showTextProps: true,
1262
- // }}
1263
- // ></sqm-tax-and-cash>
1264
- // );
1265
- // };
1256
+ export const TaxAndCashTextProps = () => {
1257
+ return (h("sqm-tax-and-cash", { demoData: {
1258
+ // @ts-ignore
1259
+ showTextProps: true,
1260
+ } }));
1261
+ };
@@ -1,7 +1,6 @@
1
1
  import { h } from "@stencil/core";
2
2
  import { intl } from "../../../global/global";
3
3
  import { createStyleSheet } from "../../../styling/JSS";
4
- // import { GeneralLoadingView } from "../TaxForm.stories";
5
4
  import { FORM_STEPS } from "../data";
6
5
  import { PHONE_EXTENSIONS } from "../phoneExtensions";
7
6
  import LoadingView from "../sqm-tax-and-cash/LoadingView";
@@ -183,9 +183,7 @@ export class TaxForm {
183
183
  }
184
184
  render() {
185
185
  const props = isDemo() ? useDemoUserInfoForm(this) : useUserInfoForm(this);
186
- return (h(UserInfoFormView, { data: props.data,
187
- // @ts-ignore
188
- states: props.states, callbacks: {
186
+ return (h(UserInfoFormView, { data: props.data, states: props.states, callbacks: {
189
187
  ...props.callbacks,
190
188
  onSubmit: props.onSubmit,
191
189
  }, text: props.text, refs: props.refs }));
@@ -923,7 +921,6 @@ export class TaxForm {
923
921
  }
924
922
  function useDemoUserInfoForm(props) {
925
923
  const setStep = useSetParent(TAX_CONTEXT_NAMESPACE);
926
- // @ts-ignore
927
924
  return deepmerge({
928
925
  setStep,
929
926
  onSubmit: async () => {
@@ -56,11 +56,7 @@ export function CopyTextView(props) {
56
56
  color: props.textColor || "var(--sqm-text)",
57
57
  },
58
58
  },
59
- inputErrorStyle: {
60
- // "&::part(base)": {
61
- // border: "1px solid red",
62
- // },
63
- },
59
+ inputErrorStyle: {},
64
60
  ContainerDiv: {
65
61
  display: "flex",
66
62
  alignItems: "flex-start",
@@ -104,9 +100,7 @@ export function CopyTextView(props) {
104
100
  h("div", { class: sheet.classes.containerStyle, style: {
105
101
  flexDirection: `${buttonStyle === "button-below" ? "column" : "row"}`,
106
102
  } },
107
- h("sl-input", { class: `${sheet.classes.inputStyle} ${error ? sheet.classes.inputErrorStyle : ""}`,
108
- // exportparts="base: input-base, input: input-field"
109
- value: props.loading ? "Loading..." : inputText, readonly: true, disabled: disabled },
103
+ h("sl-input", { class: `${sheet.classes.inputStyle} ${error ? sheet.classes.inputErrorStyle : ""}`, value: props.loading ? "Loading..." : inputText, readonly: true, disabled: disabled },
110
104
  buttonStyle === "icon" && copyButton,
111
105
  error && (h("p", { slot: "help-text", class: sheet.classes.errorTextStyle }, props.errorText))),
112
106
  (buttonStyle === "button-outside" || buttonStyle === "button-below") &&
@@ -50,4 +50,3 @@ export function sanitizeUrlPath(path) {
50
50
  export function capitalizeFirstLetter(word) {
51
51
  return word[0].toUpperCase() + word.slice(1);
52
52
  }
53
- console.log(capitalizeFirstLetter("warning"));
@@ -3,11 +3,11 @@ import { i as intl } from './global-1099f20d.js';
3
3
  import { b as browser, u as useMemo, k as useState } from './dom-context-hooks.module-63370afd.js';
4
4
  import { H, L, J, d as dist, w as wn, j as jn, B, F as Fn, $ as $e, g as getEnvironmentSDK } from './index.module-c9811a48.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
- import { l as luxonLocale } from './utils-84b4b092.js';
6
+ import { l as luxonLocale } from './utils-334c1e34.js';
7
7
  import { c as createStyleSheet, j as jss, a as create } from './JSS-67b5cff8.js';
8
8
  import { a as REFERRAL_CODES_NAMESPACE, S as SET_CODE_COPIED } from './useReferralCodes-c2e809cf.js';
9
9
  import { H as HostBlock, A as AuthWrapper, a as AuthColumn, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-f750863a.js';
10
- import { C as CopyTextView } from './copy-text-view-83b09456.js';
10
+ import { C as CopyTextView } from './copy-text-view-fac47254.js';
11
11
  import { u as useChildElements } from './useChildElements-3d872cef.js';
12
12
  import { l as luxon } from './luxon-bbf75a9d.js';
13
13
  import { T as TextSpanView } from './sqm-text-span-view-4c17b8c9.js';
@@ -21,8 +21,6 @@ function BigStatView(props) {
21
21
  const style = {
22
22
  Container: {
23
23
  display: "flex",
24
- // height: "inherit",
25
- // "justify-content": "space-between",
26
24
  "flex-direction": `${flexReverse ? "column-reverse" : "column"}`,
27
25
  "align-items": `${alignment === "left"
28
26
  ? "flex-start"
@@ -407,12 +405,18 @@ const referralsMonthQuery = (programId, status) => {
407
405
  });
408
406
  });
409
407
  };
410
- const referralsWeekQuery = (programId) => {
408
+ const referralsWeekQuery = (programId, status) => {
411
409
  const programFilter = programId === "classic"
412
410
  ? { programId_exists: false }
413
411
  : { programId_eq: programId };
412
+ const convertedFilter = status && status == "converted"
413
+ ? { dateConverted_exists: true }
414
+ : status && status == "started"
415
+ ? { dateConverted_exists: false }
416
+ : {};
414
417
  const filter = {
415
418
  ...programFilter,
419
+ ...convertedFilter,
416
420
  dateReferralStarted_timeframe: "this_week",
417
421
  };
418
422
  return debugQuery(dist.gql `
@@ -2782,7 +2786,7 @@ function NameFieldsView(props) {
2782
2786
  h("style", { type: "text/css" },
2783
2787
  vanillaStyle$4,
2784
2788
  styleString$7),
2785
- h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", name: "/firstName", type: "text", label: states.content.firstNameLabel, required: true, disabled: ((_b = states.registrationFormState) === null || _b === void 0 ? void 0 : _b.loading) || ((_c = states.registrationFormState) === null || _c === void 0 ? void 0 : _c.disabled) }, (((_e = (_d = states.registrationFormState) === null || _d === void 0 ? void 0 : _d.initialData) === null || _e === void 0 ? void 0 : _e.firstName) ? {
2789
+ h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", name: "/firstName", type: "text", label: states.content.firstNameLabel, required: !states.optional, disabled: ((_b = states.registrationFormState) === null || _b === void 0 ? void 0 : _b.loading) || ((_c = states.registrationFormState) === null || _c === void 0 ? void 0 : _c.disabled) }, (((_e = (_d = states.registrationFormState) === null || _d === void 0 ? void 0 : _d.initialData) === null || _e === void 0 ? void 0 : _e.firstName) ? {
2786
2790
  value: (_g = (_f = states.registrationFormState) === null || _f === void 0 ? void 0 : _f.initialData) === null || _g === void 0 ? void 0 : _g.firstName,
2787
2791
  }
2788
2792
  : {}), ((validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors.firstName) ? {
@@ -2790,7 +2794,7 @@ function NameFieldsView(props) {
2790
2794
  helpText: (validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors.firstName) || "Cannot be empty",
2791
2795
  }
2792
2796
  : []))),
2793
- h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", name: "/lastName", type: "text", label: states.content.lastNameLabel, required: true, disabled: ((_h = states.registrationFormState) === null || _h === void 0 ? void 0 : _h.loading) || ((_j = states.registrationFormState) === null || _j === void 0 ? void 0 : _j.disabled) }, (((_l = (_k = states.registrationFormState) === null || _k === void 0 ? void 0 : _k.initialData) === null || _l === void 0 ? void 0 : _l.lastName) ? {
2797
+ h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", name: "/lastName", type: "text", label: states.content.lastNameLabel, required: !states.optional, disabled: ((_h = states.registrationFormState) === null || _h === void 0 ? void 0 : _h.loading) || ((_j = states.registrationFormState) === null || _j === void 0 ? void 0 : _j.disabled) }, (((_l = (_k = states.registrationFormState) === null || _k === void 0 ? void 0 : _k.initialData) === null || _l === void 0 ? void 0 : _l.lastName) ? {
2794
2798
  value: (_o = (_m = states.registrationFormState) === null || _m === void 0 ? void 0 : _m.initialData) === null || _o === void 0 ? void 0 : _o.lastName,
2795
2799
  }
2796
2800
  : {}), ((validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors.lastName) ? {
@@ -57,11 +57,7 @@ function CopyTextView(props) {
57
57
  color: props.textColor || "var(--sqm-text)",
58
58
  },
59
59
  },
60
- inputErrorStyle: {
61
- // "&::part(base)": {
62
- // border: "1px solid red",
63
- // },
64
- },
60
+ inputErrorStyle: {},
65
61
  ContainerDiv: {
66
62
  display: "flex",
67
63
  alignItems: "flex-start",
@@ -105,9 +101,7 @@ function CopyTextView(props) {
105
101
  h("div", { class: sheet.classes.containerStyle, style: {
106
102
  flexDirection: `${buttonStyle === "button-below" ? "column" : "row"}`,
107
103
  } },
108
- h("sl-input", { class: `${sheet.classes.inputStyle} ${error ? sheet.classes.inputErrorStyle : ""}`,
109
- // exportparts="base: input-base, input: input-field"
110
- value: props.loading ? "Loading..." : inputText, readonly: true, disabled: disabled },
104
+ h("sl-input", { class: `${sheet.classes.inputStyle} ${error ? sheet.classes.inputErrorStyle : ""}`, value: props.loading ? "Loading..." : inputText, readonly: true, disabled: disabled },
111
105
  buttonStyle === "icon" && copyButton,
112
106
  error && (h("p", { slot: "help-text", class: sheet.classes.errorTextStyle }, props.errorText))),
113
107
  (buttonStyle === "button-outside" || buttonStyle === "button-below") &&