@saasquatch/mint-components 1.11.0 → 1.11.1-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (302) hide show
  1. package/dist/cjs/{ShadowViewAddon-c3e91cee.js → ShadowViewAddon-2c6026c3.js} +137 -212
  2. package/dist/cjs/copy-text-view-a22ad7e7.js +173 -0
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/mint-components.cjs.js +1 -1
  5. package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
  6. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +3 -3
  7. package/dist/cjs/sqm-big-stat_38.cjs.entry.js +6 -5
  8. package/dist/cjs/sqm-close-button.cjs.entry.js +2 -2
  9. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +2 -2
  11. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +2 -2
  12. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +3 -3
  13. package/dist/cjs/sqm-pagination_3.cjs.entry.js +313 -0
  14. package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
  15. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
  16. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +2 -2
  17. package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
  18. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +1 -1
  19. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +3 -3
  20. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
  21. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +3 -3
  22. package/dist/cjs/sqm-referred-registration.cjs.entry.js +2 -2
  23. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +3 -3
  24. package/dist/cjs/sqm-stencilbook.cjs.entry.js +241 -84
  25. package/dist/cjs/sqm-tabs.cjs.entry.js +1 -1
  26. package/dist/collection/collection-manifest.json +10 -0
  27. package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +1 -1
  28. package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +1 -1
  29. package/dist/collection/components/sqm-pagination/Pagination.stories.js +12 -0
  30. package/dist/collection/components/sqm-pagination/sqm-pagination-view.js +30 -0
  31. package/dist/collection/components/sqm-pagination/sqm-pagination.js +85 -0
  32. package/dist/collection/components/sqm-pagination/usePagination.js +8 -0
  33. package/dist/collection/components/sqm-referral-card/ReferralCard.stories.js +20 -0
  34. package/dist/collection/components/sqm-referral-code/ReferralCode.stories.js +60 -0
  35. package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +315 -0
  36. package/dist/collection/components/sqm-referral-code/useReferralCode.js +51 -0
  37. package/dist/collection/components/sqm-referral-codes/ReferralCodes.stories.js +35 -0
  38. package/dist/collection/components/sqm-referral-codes/sqm-referral-codes-view.js +59 -0
  39. package/dist/collection/components/sqm-referral-codes/sqm-referral-codes.js +93 -0
  40. package/dist/collection/components/sqm-referral-codes/useReferralCodes.js +75 -0
  41. package/dist/collection/components/sqm-share-button/useShareButton.js +15 -16
  42. package/dist/collection/components/sqm-share-code/sqm-share-code.js +1 -1
  43. package/dist/collection/components/sqm-share-link/sqm-share-link.js +1 -1
  44. package/dist/collection/components/sqm-share-link/useShareLink.js +5 -3
  45. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +6 -0
  46. package/dist/collection/components/views/copy-text-view.js +16 -2
  47. package/dist/esm/{ShadowViewAddon-e012b2aa.js → ShadowViewAddon-5bb2b69a.js} +140 -214
  48. package/dist/esm/copy-text-view-bf55abeb.js +168 -0
  49. package/dist/esm/{global-04c7d3b5.js → global-b89b6edc.js} +1 -1
  50. package/dist/esm/{index.module-def4aec5.js → index.module-f122af7b.js} +1 -1
  51. package/dist/esm/loader.js +3 -3
  52. package/dist/esm/mint-components.js +3 -3
  53. package/dist/esm/{re-render-12fd274a.js → re-render-c64289f3.js} +1 -1
  54. package/dist/esm/sqm-asset-card.entry.js +2 -2
  55. package/dist/esm/sqm-banking-info-form_16.entry.js +9 -9
  56. package/dist/esm/sqm-big-stat_38.entry.js +10 -9
  57. package/dist/esm/sqm-close-button.entry.js +3 -3
  58. package/dist/esm/sqm-context-router.entry.js +1 -1
  59. package/dist/esm/sqm-empty_4.entry.js +3 -3
  60. package/dist/esm/sqm-graphql-client-provider.entry.js +1 -1
  61. package/dist/esm/sqm-instant-access-registration.entry.js +5 -5
  62. package/dist/esm/{sqm-invoice-table-view-6e13a323.js → sqm-invoice-table-view-09cc28d6.js} +1 -1
  63. package/dist/esm/sqm-leaderboard-rank.entry.js +2 -2
  64. package/dist/esm/sqm-logout-current-user.entry.js +3 -3
  65. package/dist/esm/{sqm-navigation-sidebar-item-view-60ef06cc.js → sqm-navigation-sidebar-item-view-14114804.js} +2 -2
  66. package/dist/esm/sqm-navigation-sidebar-item.entry.js +4 -4
  67. package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
  68. package/dist/esm/sqm-pagination_3.entry.js +307 -0
  69. package/dist/esm/sqm-password-field.entry.js +4 -4
  70. package/dist/esm/sqm-popup-container.entry.js +1 -1
  71. package/dist/esm/{sqm-portal-email-verification-view-4307c992.js → sqm-portal-email-verification-view-ced567c9.js} +2 -2
  72. package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
  73. package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
  74. package/dist/esm/sqm-portal-logout.entry.js +1 -1
  75. package/dist/esm/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-d72dd5ac.js} +1 -1
  76. package/dist/esm/sqm-portal-profile.entry.js +6 -6
  77. package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
  78. package/dist/esm/sqm-portal-registration-form.entry.js +3 -3
  79. package/dist/esm/sqm-portal-reset-password.entry.js +4 -4
  80. package/dist/esm/sqm-portal-verify-email.entry.js +4 -4
  81. package/dist/esm/sqm-referral-table_11.entry.js +8 -8
  82. package/dist/esm/sqm-referred-registration.entry.js +5 -5
  83. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
  84. package/dist/esm/sqm-rewards-table_9.entry.js +8 -8
  85. package/dist/esm/sqm-stencilbook.entry.js +234 -77
  86. package/dist/esm/sqm-tab.entry.js +2 -2
  87. package/dist/esm/sqm-tabs.entry.js +3 -3
  88. package/dist/esm/{useChildElements-32e1bda1.js → useChildElements-37daf533.js} +1 -1
  89. package/dist/esm/{useInstantAccessRegistration-46b89952.js → useInstantAccessRegistration-9d4cb797.js} +2 -2
  90. package/dist/esm/{useReferralTable-f4de0650.js → useReferralTable-42f99ea2.js} +3 -3
  91. package/dist/esm/{useRegistrationFormState-9fc1ac80.js → useRegistrationFormState-53c71782.js} +1 -1
  92. package/dist/esm/{utilities-3f5bba22.js → utilities-18d10876.js} +1 -1
  93. package/dist/esm-es5/{GenericTableView-d59d8ab4.js → GenericTableView-bf154727.js} +1 -1
  94. package/dist/esm-es5/ShadowViewAddon-5bb2b69a.js +1 -0
  95. package/dist/esm-es5/copy-text-view-bf55abeb.js +1 -0
  96. package/dist/esm-es5/{email-registration-view-a89a88bf.js → email-registration-view-12793040.js} +1 -1
  97. package/dist/esm-es5/{global-04c7d3b5.js → global-b89b6edc.js} +1 -1
  98. package/dist/esm-es5/{index.module-def4aec5.js → index.module-f122af7b.js} +1 -1
  99. package/dist/esm-es5/loader.js +1 -1
  100. package/dist/esm-es5/mint-components.js +1 -1
  101. package/dist/esm-es5/{re-render-12fd274a.js → re-render-c64289f3.js} +1 -1
  102. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  103. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  104. package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
  105. package/dist/esm-es5/{sqm-close-button-view-dc65b4e3.js → sqm-close-button-view-b24c708b.js} +1 -1
  106. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  107. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  108. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  109. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  110. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  111. package/dist/esm-es5/{sqm-invoice-table-view-6e13a323.js → sqm-invoice-table-view-09cc28d6.js} +1 -1
  112. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  113. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  114. package/dist/esm-es5/sqm-navigation-sidebar-item-view-14114804.js +1 -0
  115. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  116. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  117. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -0
  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-email-verification-view-4307c992.js → sqm-portal-email-verification-view-ced567c9.js} +1 -1
  121. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  122. package/dist/esm-es5/{sqm-portal-forgot-password-view-c2ed8fed.js → sqm-portal-forgot-password-view-95cd454f.js} +1 -1
  123. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  124. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  125. package/dist/esm-es5/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-d72dd5ac.js} +1 -1
  126. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  127. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  128. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  129. package/dist/esm-es5/{sqm-portal-reset-password-view-79a85e02.js → sqm-portal-reset-password-view-f1454d43.js} +1 -1
  130. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  131. package/dist/esm-es5/{sqm-portal-verify-email-view-d7ea2c56.js → sqm-portal-verify-email-view-3739f523.js} +1 -1
  132. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  133. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  134. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  135. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  136. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  137. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  138. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  139. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  140. package/dist/esm-es5/{useChildElements-32e1bda1.js → useChildElements-37daf533.js} +1 -1
  141. package/dist/esm-es5/{useInstantAccessRegistration-46b89952.js → useInstantAccessRegistration-9d4cb797.js} +1 -1
  142. package/dist/esm-es5/{useReferralTable-f4de0650.js → useReferralTable-42f99ea2.js} +1 -1
  143. package/dist/esm-es5/useRegistrationFormState-53c71782.js +1 -0
  144. package/dist/esm-es5/{utilities-3f5bba22.js → utilities-18d10876.js} +1 -1
  145. package/dist/mint-components/mint-components.esm.js +1 -1
  146. package/dist/mint-components/mint-components.js +1 -1
  147. package/dist/mint-components/{p-a8f7cb95.js → p-00be5090.js} +1 -1
  148. package/dist/mint-components/{p-7049e9b0.entry.js → p-01434e4a.entry.js} +1 -1
  149. package/dist/mint-components/{p-c5d2e4ba.js → p-02f6cda4.js} +1 -1
  150. package/dist/mint-components/{p-4e48267b.system.js → p-03a647c2.system.js} +1 -1
  151. package/dist/mint-components/{p-509e29e6.js → p-0806343b.js} +1 -1
  152. package/dist/mint-components/{p-3d4656bb.system.js → p-0f028514.system.js} +1 -1
  153. package/dist/mint-components/{p-b370fca8.system.js → p-1099290c.system.js} +1 -1
  154. package/dist/mint-components/{p-d8d2de11.entry.js → p-110dddfe.entry.js} +1 -1
  155. package/dist/mint-components/{p-137ea86e.entry.js → p-12c56ba6.entry.js} +1 -1
  156. package/dist/mint-components/{p-5cac90e8.system.entry.js → p-14dac608.system.entry.js} +1 -1
  157. package/dist/mint-components/p-1537b6ef.system.entry.js +1 -0
  158. package/dist/mint-components/{p-d49e2f7a.js → p-15dee492.js} +1 -1
  159. package/dist/mint-components/{p-c5577dd7.system.js → p-18a19cb5.system.js} +1 -1
  160. package/dist/mint-components/{p-711ba77e.system.entry.js → p-18a7f543.system.entry.js} +1 -1
  161. package/dist/mint-components/{p-a9050eb0.entry.js → p-1b1d10e5.entry.js} +1 -1
  162. package/dist/mint-components/{p-3ec16698.entry.js → p-1c6e4a5f.entry.js} +2 -2
  163. package/dist/mint-components/{p-32d1d162.entry.js → p-1c710e16.entry.js} +1 -1
  164. package/dist/mint-components/{p-01cfff8a.system.entry.js → p-1ce4fa30.system.entry.js} +1 -1
  165. package/dist/mint-components/{p-eaada4da.js → p-1df19ea2.js} +1 -1
  166. package/dist/mint-components/{p-02424350.system.js → p-21d4f6ce.system.js} +1 -1
  167. package/dist/mint-components/{p-733825fa.system.entry.js → p-22de9f73.system.entry.js} +1 -1
  168. package/dist/mint-components/{p-b4c52c5a.entry.js → p-246a2827.entry.js} +2 -2
  169. package/dist/mint-components/{p-8e907ac7.system.entry.js → p-26306ac4.system.entry.js} +1 -1
  170. package/dist/mint-components/p-2e16db11.entry.js +1 -0
  171. package/dist/mint-components/{p-1b9e6fc6.js → p-32cf8417.js} +1 -1
  172. package/dist/mint-components/{p-ce621bcc.js → p-3373d84e.js} +1 -1
  173. package/dist/mint-components/{p-56f14840.entry.js → p-3cc5474d.entry.js} +1 -1
  174. package/dist/mint-components/{p-7f088154.entry.js → p-41499327.entry.js} +1 -1
  175. package/dist/mint-components/{p-44787d6e.system.js → p-43a990b6.system.js} +1 -1
  176. package/dist/mint-components/{p-59fe4ad1.system.js → p-46ca288c.system.js} +1 -1
  177. package/dist/mint-components/{p-9f0629ba.system.entry.js → p-476182e7.system.entry.js} +1 -1
  178. package/dist/mint-components/p-4856b234.system.entry.js +1 -0
  179. package/dist/mint-components/{p-ec41d6a4.entry.js → p-48b7d703.entry.js} +6 -6
  180. package/dist/mint-components/p-494e407e.entry.js +1 -0
  181. package/dist/mint-components/{p-a51533cb.system.js → p-523ed056.system.js} +1 -1
  182. package/dist/mint-components/{p-eba44835.system.entry.js → p-53ff8bd0.system.entry.js} +1 -1
  183. package/dist/mint-components/{p-0d8c53ac.system.js → p-55588b46.system.js} +1 -1
  184. package/dist/mint-components/{p-3ed71bef.system.js → p-59c141a2.system.js} +1 -1
  185. package/dist/mint-components/p-5b7e2d53.entry.js +1 -0
  186. package/dist/mint-components/p-5c845bc2.system.entry.js +1 -0
  187. package/dist/mint-components/p-5d37482d.entry.js +1 -0
  188. package/dist/mint-components/p-5fc8d87c.system.js +1 -0
  189. package/dist/mint-components/p-646d302a.system.js +1 -0
  190. package/dist/mint-components/p-6628bc0e.system.js +1 -0
  191. package/dist/mint-components/p-66aac0fb.entry.js +13 -0
  192. package/dist/mint-components/{p-4502ed11.system.entry.js → p-67846dce.system.entry.js} +1 -1
  193. package/dist/mint-components/p-6b0e6a6c.js +1 -0
  194. package/dist/mint-components/{p-6cef104b.entry.js → p-6e62f207.entry.js} +1 -1
  195. package/dist/mint-components/{p-770368bc.system.js → p-6e7e8af6.system.js} +1 -1
  196. package/dist/mint-components/{p-3f385f47.entry.js → p-73c6b26d.entry.js} +9 -9
  197. package/dist/mint-components/{p-c84659a3.system.js → p-73decce7.system.js} +1 -1
  198. package/dist/mint-components/{p-58ef25d3.system.entry.js → p-7962ab58.system.entry.js} +1 -1
  199. package/dist/mint-components/{p-4edde470.entry.js → p-798ed3a2.entry.js} +1 -1
  200. package/dist/mint-components/{p-41a11a7f.js → p-8077e9c6.js} +1 -1
  201. package/dist/mint-components/{p-cf690d55.system.entry.js → p-82e09b8d.system.entry.js} +1 -1
  202. package/dist/mint-components/{p-fb93c962.js → p-855ae1b5.js} +1 -1
  203. package/dist/mint-components/p-89a760ea.js +1 -0
  204. package/dist/mint-components/{p-af062c8f.system.entry.js → p-8c97bfb1.system.entry.js} +1 -1
  205. package/dist/mint-components/{p-a7c2ced2.system.entry.js → p-9288cca6.system.entry.js} +1 -1
  206. package/dist/mint-components/{p-1c857edb.entry.js → p-942d1c22.entry.js} +2 -2
  207. package/dist/mint-components/{p-86990110.entry.js → p-96cb9c17.entry.js} +1 -1
  208. package/dist/mint-components/{p-2ee2ebba.js → p-991c9787.js} +2 -2
  209. package/dist/mint-components/{p-8704937c.js → p-9c3d78e9.js} +1 -1
  210. package/dist/mint-components/{p-674a64fe.system.js → p-9deac406.system.js} +1 -1
  211. package/dist/mint-components/{p-1dd69917.system.entry.js → p-a1150633.system.entry.js} +1 -1
  212. package/dist/mint-components/{p-b5861974.system.entry.js → p-a474b0ec.system.entry.js} +1 -1
  213. package/dist/mint-components/{p-9c310991.system.entry.js → p-acc93caa.system.entry.js} +1 -1
  214. package/dist/mint-components/{p-9df2fe24.entry.js → p-b0ce005d.entry.js} +2 -2
  215. package/dist/mint-components/{p-e5a0c50e.entry.js → p-b334bde8.entry.js} +2 -2
  216. package/dist/mint-components/p-b4eb9c46.entry.js +11 -0
  217. package/dist/mint-components/p-b5176703.entry.js +1 -0
  218. package/dist/mint-components/p-b71c0e2d.system.entry.js +1 -0
  219. package/dist/mint-components/{p-7d5e0645.system.js → p-bb6f6681.system.js} +1 -1
  220. package/dist/mint-components/p-bd4e9c2b.js +1 -0
  221. package/dist/mint-components/{p-ed095674.system.js → p-bf834367.system.js} +1 -1
  222. package/dist/mint-components/{p-07f675ab.system.entry.js → p-c1ba2ad0.system.entry.js} +1 -1
  223. package/dist/mint-components/p-c37137cd.js +2 -0
  224. package/dist/mint-components/{p-be4b748a.system.entry.js → p-c39f9dc1.system.entry.js} +1 -1
  225. package/dist/mint-components/p-c7ce2c1e.system.js +1 -0
  226. package/dist/mint-components/p-ca17d998.entry.js +1 -0
  227. package/dist/mint-components/{p-e8dde8f4.system.js → p-ce746af8.system.js} +1 -1
  228. package/dist/mint-components/{p-2dd67762.entry.js → p-cfbe2f86.entry.js} +1 -1
  229. package/dist/mint-components/{p-3223ba7b.entry.js → p-d3d281ff.entry.js} +1 -1
  230. package/dist/mint-components/p-d666b326.js +1 -0
  231. package/dist/mint-components/{p-a1dba9a1.system.entry.js → p-d68ed4a6.system.entry.js} +1 -1
  232. package/dist/mint-components/{p-4ea58025.system.entry.js → p-daba8cd2.system.entry.js} +1 -1
  233. package/dist/mint-components/p-dc41ff27.entry.js +1 -0
  234. package/dist/mint-components/{p-afd366ae.system.entry.js → p-de2a8fae.system.entry.js} +1 -1
  235. package/dist/mint-components/{p-8679ed9f.system.entry.js → p-e2bb72eb.system.entry.js} +1 -1
  236. package/dist/mint-components/{p-4d233cd4.js → p-e41cb11f.js} +1 -1
  237. package/dist/mint-components/{p-bb00db59.js → p-ea88142c.js} +1 -1
  238. package/dist/mint-components/{p-b6fc1227.system.entry.js → p-ec8a9e91.system.entry.js} +1 -1
  239. package/dist/mint-components/{p-5b333fa8.system.entry.js → p-ecefeaa9.system.entry.js} +1 -1
  240. package/dist/mint-components/{p-c8610d0c.js → p-ed161025.js} +1 -1
  241. package/dist/mint-components/p-f1ec1180.entry.js +1 -0
  242. package/dist/mint-components/{p-4df8f1d2.system.js → p-f44d88fa.system.js} +1 -1
  243. package/dist/mint-components/{p-35d84041.system.entry.js → p-f52c3aec.system.entry.js} +1 -1
  244. package/dist/mint-components/{p-aad11a68.entry.js → p-fae82751.entry.js} +1 -1
  245. package/dist/mint-components/{p-fb20eb5e.system.entry.js → p-fb2c0ce4.system.entry.js} +1 -1
  246. package/dist/mint-components/{p-10685090.js → p-fec0ac31.js} +24 -24
  247. package/dist/mint-components/{p-7731f793.system.entry.js → p-ff41c804.system.entry.js} +1 -1
  248. package/dist/types/components/sqm-pagination/Pagination.stories.d.ts +5 -0
  249. package/dist/types/components/sqm-pagination/sqm-pagination-view.d.ts +7 -0
  250. package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +17 -0
  251. package/dist/types/components/sqm-pagination/usePagination.d.ts +15 -0
  252. package/dist/types/components/sqm-referral-card/ReferralCard.stories.d.ts +1 -0
  253. package/dist/types/components/sqm-referral-code/ReferralCode.stories.d.ts +18 -0
  254. package/dist/types/components/sqm-referral-code/sqm-referral-code.d.ts +70 -0
  255. package/dist/types/components/sqm-referral-code/useReferralCode.d.ts +9 -0
  256. package/dist/types/components/sqm-referral-codes/ReferralCodes.stories.d.ts +9 -0
  257. package/dist/types/components/sqm-referral-codes/sqm-referral-codes-view.d.ts +10 -0
  258. package/dist/types/components/sqm-referral-codes/sqm-referral-codes.d.ts +18 -0
  259. package/dist/types/components/sqm-referral-codes/useReferralCodes.d.ts +59 -0
  260. package/dist/types/components/sqm-share-link/useShareLink.d.ts +1 -0
  261. package/dist/types/components/views/copy-text-view.d.ts +2 -0
  262. package/dist/types/components.d.ts +164 -0
  263. package/docs/docs.docx +0 -0
  264. package/docs/raisins.json +1 -1
  265. package/grapesjs/grapesjs.js +1 -1
  266. package/package.json +1 -1
  267. package/dist/esm-es5/ShadowViewAddon-e012b2aa.js +0 -1
  268. package/dist/esm-es5/sqm-navigation-sidebar-item-view-60ef06cc.js +0 -1
  269. package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +0 -1
  270. package/dist/mint-components/p-021a735d.entry.js +0 -1
  271. package/dist/mint-components/p-03494732.entry.js +0 -1
  272. package/dist/mint-components/p-0b9fa97f.js +0 -1
  273. package/dist/mint-components/p-10e89d0a.entry.js +0 -1
  274. package/dist/mint-components/p-51f517a2.js +0 -1
  275. package/dist/mint-components/p-5be235f9.entry.js +0 -1
  276. package/dist/mint-components/p-5f1c4160.system.entry.js +0 -1
  277. package/dist/mint-components/p-61eab172.js +0 -1
  278. package/dist/mint-components/p-76b2506e.system.entry.js +0 -1
  279. package/dist/mint-components/p-79191f88.entry.js +0 -1
  280. package/dist/mint-components/p-8b5b78ca.entry.js +0 -1
  281. package/dist/mint-components/p-91669312.entry.js +0 -1
  282. package/dist/mint-components/p-95771f79.system.js +0 -1
  283. package/dist/mint-components/p-a6a7dcaa.js +0 -1
  284. package/dist/mint-components/p-ce5afa40.entry.js +0 -1
  285. package/dist/mint-components/p-d495896f.system.entry.js +0 -1
  286. package/dist/mint-components/p-dd7ee007.system.js +0 -1
  287. package/dist/mint-components/p-e3735866.entry.js +0 -11
  288. package/dist/mint-components/p-ed17e637.system.js +0 -1
  289. package/dist/cjs/{GenericTableView-80d7642e.js → GenericTableView-a3f48e15.js} +1 -1
  290. package/dist/cjs/{email-registration-view-248652bb.js → email-registration-view-4c5d9379.js} +1 -1
  291. package/dist/cjs/{sqm-close-button-view-fd6e8f60.js → sqm-close-button-view-217239b7.js} +1 -1
  292. package/dist/cjs/{sqm-navigation-sidebar-item-view-a125ec5f.js → sqm-navigation-sidebar-item-view-4e90b6f5.js} +1 -1
  293. package/dist/cjs/{sqm-portal-email-verification-view-292b5bf4.js → sqm-portal-email-verification-view-bff9783d.js} +1 -1
  294. package/dist/cjs/{sqm-portal-forgot-password-view-969c49ed.js → sqm-portal-forgot-password-view-3cd69fe7.js} +1 -1
  295. package/dist/cjs/{sqm-portal-reset-password-view-96f329ed.js → sqm-portal-reset-password-view-34771d2c.js} +1 -1
  296. package/dist/cjs/{sqm-portal-verify-email-view-7ffcc0d4.js → sqm-portal-verify-email-view-c8f91506.js} +1 -1
  297. package/dist/esm/{GenericTableView-d59d8ab4.js → GenericTableView-bf154727.js} +1 -1
  298. package/dist/esm/{email-registration-view-a89a88bf.js → email-registration-view-12793040.js} +1 -1
  299. package/dist/esm/{sqm-close-button-view-dc65b4e3.js → sqm-close-button-view-b24c708b.js} +1 -1
  300. package/dist/esm/{sqm-portal-forgot-password-view-c2ed8fed.js → sqm-portal-forgot-password-view-95cd454f.js} +1 -1
  301. package/dist/esm/{sqm-portal-reset-password-view-79a85e02.js → sqm-portal-reset-password-view-f1454d43.js} +1 -1
  302. package/dist/esm/{sqm-portal-verify-email-view-d7ea2c56.js → sqm-portal-verify-email-view-3739f523.js} +1 -1
@@ -4,12 +4,13 @@ const index = require('./index-b0129cd6.js');
4
4
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
5
5
  const global = require('./global-02e50f09.js');
6
6
  const index_module = require('./index.module-df530553.js');
7
+ const utils = require('./utils-6847bc06.js');
8
+ const JSS = require('./JSS-8503a151.js');
9
+ const copyTextView = require('./copy-text-view-a22ad7e7.js');
7
10
  const cjs = require('./cjs-1066ec21.js');
8
11
  const mixins = require('./mixins-fe9d4112.js');
9
- const JSS = require('./JSS-8503a151.js');
10
12
  const useChildElements = require('./useChildElements-e0d44916.js');
11
13
  const luxon = require('./luxon-05098e19.js');
12
- const utils = require('./utils-6847bc06.js');
13
14
  const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
14
15
  const index$1 = require('./index-8c6255f5.js');
15
16
  const utilities = require('./utilities-cec9dd36.js');
@@ -218,80 +219,6 @@ function LeaderboardView(props) {
218
219
  index.h("td", { class: "Score" }, ((_c = data.viewerRank) === null || _c === void 0 ? void 0 : _c.textValue) || "0"))))));
219
220
  }
220
221
 
221
- const style$2 = {
222
- HostBlock: mixins.HostBlock,
223
- inputStyle: {
224
- "&::part(input)": { textOverflow: "ellipsis", width: "100%" },
225
- "&::part(base)": { cursor: "pointer", overflow: "visible" },
226
- width: "100%",
227
- },
228
- inputErrorStyle: {
229
- "&::part(base)": {
230
- border: "2px solid red",
231
- },
232
- },
233
- containerStyle: {
234
- display: "flex",
235
- alignItems: "center",
236
- gap: "var(--sl-spacing-x-small)",
237
- width: "100%",
238
- },
239
- errorTextStyle: {
240
- margin: "0",
241
- color: "var(--sl-color-danger-500)",
242
- },
243
- };
244
- const vanillaStyle$1 = `
245
- :host{
246
- display: block;
247
- width: 100%;
248
- }
249
- `;
250
- const textAlignStyle = {
251
- right: `
252
- sl-input::part(input){
253
- text-align: right;
254
- }`,
255
- center: `
256
- sl-input::part(input){
257
- text-align: center;
258
- }`,
259
- left: ``,
260
- };
261
- const disabledStyles = `
262
- sl-input::part(input){
263
- cursor: default;
264
- }
265
- `;
266
- const sheet$2 = JSS.createStyleSheet(style$2);
267
- const styleString$2 = sheet$2.toString();
268
- function CopyTextView(props) {
269
- const { buttonStyle = "icon" } = props;
270
- const error = !props.loading && props.error;
271
- const inputText = error ? props.inputPlaceholderText : props.copyString;
272
- const disabled = error || props.loading || props.disabled;
273
- const tooltipPlacement = props.buttonStyle === "button-below"
274
- ? "bottom"
275
- : props.buttonStyle === "button-outside"
276
- ? "top"
277
- : "top-end";
278
- const copyButton = (index.h("sl-tooltip", { trigger: "manual", content: props.tooltiptext, placement: tooltipPlacement, disabled: props.disabled, open: props.open, skidding: props.buttonStyle === "icon" ? -5 : 0, slot: "suffix" }, buttonStyle === "icon" ? (index.h("sl-icon-button", { exportparts: "base: icon-button-base", onClick: () => { var _a; return (_a = props.onClick) === null || _a === void 0 ? void 0 : _a.call(props); }, name: "files", disabled: disabled })) : (index.h("sl-button", { exportparts: "base: copy-button-base", onClick: () => { var _a; return (_a = props.onClick) === null || _a === void 0 ? void 0 : _a.call(props); }, size: "medium", style: { width: `${buttonStyle === "button-below" && "100%"}` }, disabled: disabled, type: "primary" }, props.copyButtonLabel || "Copy"))));
279
- return (index.h("div", null,
280
- index.h("style", { type: "text/css" },
281
- styleString$2,
282
- vanillaStyle$1,
283
- textAlignStyle[props.textAlign],
284
- disabled && disabledStyles),
285
- index.h("div", { class: sheet$2.classes.containerStyle, style: {
286
- flexDirection: `${buttonStyle === "button-below" ? "column" : "row"}`,
287
- } },
288
- index.h("sl-input", { class: `${sheet$2.classes.inputStyle} ${error ? sheet$2.classes.inputErrorStyle : ""}`, exportparts: "base: input-base, input: input-label", value: props.loading ? "Loading..." : inputText, readonly: true, disabled: disabled },
289
- buttonStyle === "icon" && copyButton,
290
- error && (index.h("p", { slot: "help-text", class: sheet$2.classes.errorTextStyle }, props.errorText))),
291
- (buttonStyle === "button-outside" || buttonStyle === "button-below") &&
292
- copyButton)));
293
- }
294
-
295
222
  function BigStatView(props) {
296
223
  const { statvalue, flexReverse, alignment } = props;
297
224
  // Dependent on props, not feasiable to move out
@@ -327,7 +254,7 @@ function BigStatView(props) {
327
254
  index.h("div", { part: "stat-description", class: sheet.classes.Description }, props.labelSlot)));
328
255
  }
329
256
 
330
- const style$3 = {
257
+ const style$2 = {
331
258
  HostBlock: mixins.HostBlock,
332
259
  Frame: {
333
260
  display: "flex",
@@ -361,17 +288,17 @@ const style$3 = {
361
288
  },
362
289
  },
363
290
  };
364
- const sheet$3 = JSS.createStyleSheet(style$3);
365
- const styleString$3 = sheet$3.toString();
291
+ const sheet$2 = JSS.createStyleSheet(style$2);
292
+ const styleString$2 = sheet$2.toString();
366
293
  function PortalFrameView(props, children) {
367
294
  const { data, notFullScreen } = props;
368
- return (index.h("div", { style: { minHeight: notFullScreen ? "100%" : "100vh" }, class: sheet$3.classes.Frame, part: "sqm-base" },
369
- index.h("style", { type: "text/css" }, styleString$3),
370
- index.h("div", { class: sheet$3.classes.HeaderWrapper, part: "sqm-header" },
295
+ return (index.h("div", { style: { minHeight: notFullScreen ? "100%" : "100vh" }, class: sheet$2.classes.Frame, part: "sqm-base" },
296
+ index.h("style", { type: "text/css" }, styleString$2),
297
+ index.h("div", { class: sheet$2.classes.HeaderWrapper, part: "sqm-header" },
371
298
  data.header,
372
299
  index.h("slot", { name: "sqm-navigation-menu" })),
373
300
  children,
374
- index.h("div", { class: sheet$3.classes.FooterWrapper, part: "sqm-footer" }, data.footer)));
301
+ index.h("div", { class: sheet$2.classes.FooterWrapper, part: "sqm-footer" }, data.footer)));
375
302
  }
376
303
 
377
304
  const EditProfileView = (props) => {
@@ -451,9 +378,10 @@ function useShareLink(props) {
451
378
  const { programId = index_module.H() } = props;
452
379
  const user = index_module.Q();
453
380
  const engagementMedium = index_module.B();
454
- const { data } = index_module.yn(MessageLinkQuery, { programId, engagementMedium }, !(user === null || user === void 0 ? void 0 : user.jwt));
381
+ const contextData = index_module.In(copyTextView.REFERRAL_CODES_NAMESPACE);
382
+ const { data } = index_module.yn(MessageLinkQuery, { programId, engagementMedium }, !(user === null || user === void 0 ? void 0 : user.jwt) || !!props.linkOverride || (contextData === null || contextData === void 0 ? void 0 : contextData.shareLink) !== undefined);
455
383
  const [sendLoadEvent] = index_module.$e(WIDGET_ENGAGEMENT_EVENT);
456
- const copyString = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.shareLink) !== null && _b !== void 0 ? _b :
384
+ const copyString = (_b = ((contextData === null || contextData === void 0 ? void 0 : contextData.shareLink) || ((_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.shareLink))) !== null && _b !== void 0 ? _b :
457
385
  // Shown during loading
458
386
  "...";
459
387
  const [open, setOpen] = stencilHooks_module.useState(false);
@@ -516,26 +444,22 @@ function NativeShare(props, directLink, undefinedErrorText, unsupportedPlatformT
516
444
  alert(unsupportedPlatformText);
517
445
  }
518
446
  }
519
- function FacebookShare(directLink, res, errorText) {
520
- var _a, _b;
521
- if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.viewer) === null || _b === void 0 ? void 0 : _b.messageLink) === "undefined" ||
522
- directLink === "undefined") {
447
+ function FacebookShare(directLink, messageLink, errorText) {
448
+ if (messageLink === "undefined" || directLink === "undefined") {
523
449
  return alert(errorText);
524
450
  }
525
451
  if (typeof SquatchAndroid.shareOnFacebook !== "undefined") {
526
- return SquatchAndroid.shareOnFacebook(directLink, res.data.viewer.messageLink);
452
+ return SquatchAndroid.shareOnFacebook(directLink, messageLink);
527
453
  }
528
454
  else {
529
- return GenericShare(res, errorText);
455
+ return GenericShare(messageLink, errorText);
530
456
  }
531
457
  }
532
- function GenericShare(res, errorText) {
533
- var _a, _b;
534
- return ((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.viewer) === null || _b === void 0 ? void 0 : _b.messageLink) ? window.open(res.data.viewer.messageLink)
535
- : alert(errorText);
458
+ function GenericShare(messageLink, errorText) {
459
+ return messageLink ? window.open(messageLink) : alert(errorText);
536
460
  }
537
461
  function useShareButton(props) {
538
- var _a, _b;
462
+ var _a, _b, _c;
539
463
  const { sharetitle, sharetext, medium } = props;
540
464
  const programId = props.programId ? props.programId : index_module.H();
541
465
  const user = index_module.Q();
@@ -544,23 +468,25 @@ function useShareButton(props) {
544
468
  programId: programId,
545
469
  shareMedium: medium.toUpperCase(),
546
470
  };
471
+ const data = index_module.In(copyTextView.REFERRAL_CODES_NAMESPACE);
547
472
  // only queries if a programId is available
548
- const res = index_module.yn(MessageLinkQuery$1, variables, !(user === null || user === void 0 ? void 0 : user.jwt) || !programId);
549
- const directLink = (_b = (_a = res === null || res === void 0 ? void 0 : res.data) === null || _a === void 0 ? void 0 : _a.viewer) === null || _b === void 0 ? void 0 : _b.shareLink;
473
+ const res = index_module.yn(MessageLinkQuery$1, variables, !(user === null || user === void 0 ? void 0 : user.jwt) || !programId || (data === null || data === void 0 ? void 0 : data[medium]) !== undefined);
474
+ const directLink = ((_a = data === null || data === void 0 ? void 0 : data[medium]) === null || _a === void 0 ? void 0 : _a.shareLink) || ((_c = (_b = res === null || res === void 0 ? void 0 : res.data) === null || _b === void 0 ? void 0 : _b.viewer) === null || _c === void 0 ? void 0 : _c.shareLink);
550
475
  const environment = index_module.getEnvironmentSDK();
551
476
  const hide = (medium.toLocaleUpperCase() === "SMS" &&
552
477
  window.orientation === undefined) ||
553
478
  (medium.toLocaleUpperCase() === "DIRECT" && !window.navigator.share);
554
479
  function onClick() {
480
+ var _a, _b, _c, _d, _e, _f;
555
481
  if (medium.toLocaleUpperCase() === "FACEBOOK" &&
556
482
  environment.type === "SquatchAndroid") {
557
- FacebookShare(directLink, res, props.errorText);
483
+ FacebookShare(directLink, ((_a = data === null || data === void 0 ? void 0 : data[medium]) === null || _a === void 0 ? void 0 : _a.messageLink) || ((_c = (_b = res.data) === null || _b === void 0 ? void 0 : _b.viewer) === null || _c === void 0 ? void 0 : _c.messageLink), props.errorText);
558
484
  }
559
485
  else if (medium.toLocaleUpperCase() === "DIRECT") {
560
486
  NativeShare({ sharetitle, sharetext }, directLink, props.errorText, props.unsupportedPlatformText);
561
487
  }
562
488
  else {
563
- GenericShare(res, props.errorText);
489
+ GenericShare(((_d = data === null || data === void 0 ? void 0 : data[medium]) === null || _d === void 0 ? void 0 : _d.messageLink) || ((_f = (_e = res.data) === null || _e === void 0 ? void 0 : _e.viewer) === null || _f === void 0 ? void 0 : _f.messageLink), props.errorText);
564
490
  }
565
491
  }
566
492
  return { ...props, loading: res.loading, onClick, hide };
@@ -1636,7 +1562,7 @@ function PortalChangePasswordView(props) {
1636
1562
  index.h("style", { type: "text/css" }, styleString))));
1637
1563
  }
1638
1564
 
1639
- const style$4 = {
1565
+ const style$3 = {
1640
1566
  Wrapper: mixins.AuthWrapper,
1641
1567
  Column: mixins.AuthColumn,
1642
1568
  ForgotButtonContainer: {
@@ -1649,7 +1575,7 @@ const style$4 = {
1649
1575
  },
1650
1576
  ButtonsContainer: mixins.AuthButtonsContainer,
1651
1577
  };
1652
- const vanillaStyle$2 = `
1578
+ const vanillaStyle$1 = `
1653
1579
  :host {
1654
1580
  display: block;
1655
1581
  }
@@ -1657,28 +1583,28 @@ const vanillaStyle$2 = `
1657
1583
  display: none;
1658
1584
  }
1659
1585
  `;
1660
- const sheet$4 = JSS.createStyleSheet(style$4);
1661
- const styleString$4 = sheet$4.toString();
1586
+ const sheet$3 = JSS.createStyleSheet(style$3);
1587
+ const styleString$3 = sheet$3.toString();
1662
1588
  function PortalLoginView(props) {
1663
1589
  const { states, callbacks, content } = props;
1664
- return (index.h("div", { class: sheet$4.classes.Wrapper, part: "sqm-base" },
1590
+ return (index.h("div", { class: sheet$3.classes.Wrapper, part: "sqm-base" },
1665
1591
  index.h("style", { type: "text/css" },
1666
- vanillaStyle$2,
1667
- styleString$4),
1592
+ vanillaStyle$1,
1593
+ styleString$3),
1668
1594
  index.h(sqmTextSpanView.TextSpanView, { type: "h3" }, content.pageLabel),
1669
- index.h("sl-form", { class: sheet$4.classes.Column, "onSl-submit": callbacks.submit },
1595
+ index.h("sl-form", { class: sheet$3.classes.Column, "onSl-submit": callbacks.submit },
1670
1596
  props.states.error && (index.h("sqm-form-message", { type: "error", exportparts: "erroralert-icon" },
1671
1597
  index.h("div", { part: "erroralert-text" }, props.states.error))),
1672
1598
  index.h("sl-input", { exportparts: "label: input-label, base: input-base", type: "email", name: "/email", label: content.emailLabel || "Email", disabled: states.loading, required: true }),
1673
1599
  index.h("div", null,
1674
1600
  index.h("sl-input", { exportparts: "label: input-label, base: input-base", type: "password", name: "/password", label: content.passwordLabel || "Password", disabled: states.loading, required: true }),
1675
- index.h("div", { class: sheet$4.classes.ForgotButtonContainer }, content.forgotPasswordButton)),
1676
- index.h("div", { class: sheet$4.classes.ButtonsContainer },
1601
+ index.h("div", { class: sheet$3.classes.ForgotButtonContainer }, content.forgotPasswordButton)),
1602
+ index.h("div", { class: sheet$3.classes.ButtonsContainer },
1677
1603
  index.h("sl-button", { submit: true, loading: states.loading, exportparts: "base: primarybutton-base", type: "primary" }, content.submitLabel || "Login"),
1678
1604
  content.secondaryButton))));
1679
1605
  }
1680
1606
 
1681
- const style$5 = {
1607
+ const style$4 = {
1682
1608
  Wrapper: { ...mixins.AuthWrapper, "max-width": "600px" },
1683
1609
  Column: mixins.AuthColumn,
1684
1610
  HostBlock: mixins.HostBlock,
@@ -1689,7 +1615,7 @@ const style$5 = {
1689
1615
  ButtonsContainer: mixins.AuthButtonsContainer,
1690
1616
  ErrorStyle: mixins.ErrorStyles,
1691
1617
  };
1692
- const vanillaStyle$3 = `
1618
+ const vanillaStyle$2 = `
1693
1619
  sqm-portal-register {
1694
1620
  margin: 0 auto;
1695
1621
  width: 100%;
@@ -1704,20 +1630,20 @@ sqm-portal-register {
1704
1630
  display: none;
1705
1631
  }
1706
1632
  `;
1707
- const sheet$5 = JSS.createStyleSheet(style$5);
1708
- const styleString$5 = sheet$5.toString();
1633
+ const sheet$4 = JSS.createStyleSheet(style$4);
1634
+ const styleString$4 = sheet$4.toString();
1709
1635
  function PortalRegisterView(props) {
1710
1636
  var _a, _b, _c, _d, _e, _f, _g, _h;
1711
1637
  const { states, refs, callbacks, content } = props;
1712
1638
  if (states.error) {
1713
1639
  window.scrollTo({ top: 0, left: 0, behavior: "smooth" });
1714
1640
  }
1715
- return (index.h("div", { class: sheet$5.classes.Wrapper, part: "sqm-base" },
1641
+ return (index.h("div", { class: sheet$4.classes.Wrapper, part: "sqm-base" },
1716
1642
  index.h("style", { type: "text/css" },
1717
- vanillaStyle$3,
1718
- styleString$5),
1643
+ vanillaStyle$2,
1644
+ styleString$4),
1719
1645
  index.h(sqmTextSpanView.TextSpanView, { type: "h3" }, content.pageLabel),
1720
- index.h("sl-form", { class: sheet$5.classes.Column, "onSl-submit": callbacks.submit, ref: (el) => (refs.formRef.current = el), novalidate: true },
1646
+ index.h("sl-form", { class: sheet$4.classes.Column, "onSl-submit": callbacks.submit, ref: (el) => (refs.formRef.current = el), novalidate: true },
1721
1647
  states.error && (index.h("sqm-form-message", { type: "error", exportparts: "erroralert-icon" },
1722
1648
  index.h("div", { part: "erroralert-text" }, props.states.error))),
1723
1649
  content.formData,
@@ -1730,7 +1656,7 @@ function PortalRegisterView(props) {
1730
1656
  return content.invalidEmailErrorMessage;
1731
1657
  }
1732
1658
  } }, (((_b = (_a = states.registrationFormState) === null || _a === void 0 ? void 0 : _a.validationErrors) === null || _b === void 0 ? void 0 : _b.email) ? {
1733
- class: sheet$5.classes.ErrorStyle,
1659
+ class: sheet$4.classes.ErrorStyle,
1734
1660
  helpText: ((_d = (_c = states.registrationFormState) === null || _c === void 0 ? void 0 : _c.validationErrors) === null || _d === void 0 ? void 0 : _d.email) ||
1735
1661
  content.requiredFieldErrorMessage,
1736
1662
  }
@@ -1738,17 +1664,17 @@ function PortalRegisterView(props) {
1738
1664
  !states.hideInputs && (index.h("sqm-password-field", { fieldLabel: content.passwordLabel, "disable-validation": states.disablePasswordValidation, meetsRequirementsText: content.meetsRequirementsText, doesNotMeetRequirementsText: content.doesNotMeetRequirementsText, minErrorText: content.minErrorText, uppercaseErrorText: content.uppercaseErrorText, lowercaseErrorText: content.lowercaseErrorText, hasErrorText: content.hasErrorText })),
1739
1665
  content.passwordField,
1740
1666
  !states.hideInputs && states.confirmPassword && (index.h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", type: "password", name: "/confirmPassword", label: content.confirmPasswordLabel, disabled: states.loading, required: true }, (((_f = (_e = states.registrationFormState) === null || _e === void 0 ? void 0 : _e.validationErrors) === null || _f === void 0 ? void 0 : _f.confirmPassword) ? {
1741
- class: sheet$5.classes.ErrorStyle,
1667
+ class: sheet$4.classes.ErrorStyle,
1742
1668
  helpText: ((_h = (_g = states.registrationFormState) === null || _g === void 0 ? void 0 : _g.validationErrors) === null || _h === void 0 ? void 0 : _h.confirmPassword) || content.requiredFieldErrorMessage,
1743
1669
  }
1744
1670
  : [])))),
1745
1671
  content.terms,
1746
- index.h("div", { class: sheet$5.classes.ButtonsContainer },
1672
+ index.h("div", { class: sheet$4.classes.ButtonsContainer },
1747
1673
  index.h("sl-button", { submit: true, loading: states.loading, exportparts: "base: primarybutton-base", type: "primary" }, content.submitLabel || "Register"),
1748
1674
  content.secondaryButton))));
1749
1675
  }
1750
1676
 
1751
- const style$6 = {
1677
+ const style$5 = {
1752
1678
  Description: {
1753
1679
  "& input[type=checkbox]": {
1754
1680
  display: "none",
@@ -1787,13 +1713,13 @@ const style$6 = {
1787
1713
  },
1788
1714
  },
1789
1715
  };
1790
- const sheet$6 = JSS.createStyleSheet(style$6);
1791
- const styleString$6 = sheet$6.toString();
1716
+ const sheet$5 = JSS.createStyleSheet(style$5);
1717
+ const styleString$5 = sheet$5.toString();
1792
1718
  function Details(props) {
1793
1719
  const rid = Math.random().toString(36).slice(2);
1794
1720
  return (index.h("div", { style: { opacity: props.opacity } },
1795
- index.h("style", { type: "text/css" }, styleString$6),
1796
- index.h("span", { class: sheet$6.classes.Description },
1721
+ index.h("style", { type: "text/css" }, styleString$5),
1722
+ index.h("span", { class: sheet$5.classes.Description },
1797
1723
  index.h("input", { type: "checkbox", id: "details-" + rid }),
1798
1724
  index.h("label", { class: "details", htmlFor: "details-" + rid },
1799
1725
  index.h("sl-icon", { exportparts: "base: chevron-icon", name: "chevron-down" })),
@@ -1815,7 +1741,7 @@ const GreyGift = () => {
1815
1741
  index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14 2.70949C14 3.59565 12.6694 4.93746 12 5H9V16H7.00179V5H4.58792C3.21247 4.70182 2 3.64537 2 2.52072C2 1.42474 2.47603 0.556701 3.34184 0.182041C4.16921 -0.175986 5.12452 0.0203328 5.87976 0.544666C6.80676 1.18825 7.32679 2.3963 7.79856 3.49226C7.83996 3.58845 7.88099 3.68378 7.9219 3.77778C7.96173 3.68865 8.00186 3.59793 8.0425 3.50608C8.50995 2.44948 9.04359 1.24325 9.9404 0.59563C10.7332 0.0231438 11.741 -0.193157 12.6121 0.198945C13.5129 0.604397 14 1.53453 14 2.70949ZM10.6123 1.5C11.0928 1.15305 11.668 1.09012 12.1597 1.5C12.5879 1.85694 12.6108 2.02497 12.6658 2.42926L12.6755 2.5C12.6755 3.09851 12.1597 4 11.6439 4C11.2785 4 10.9914 3.99691 10.7224 3.99402C10.2319 3.98875 9.80131 3.98412 9.06496 4C9.20533 3.72786 9.31743 3.46669 9.42434 3.21761C9.71026 2.55143 9.95907 1.97176 10.6123 1.5ZM4.93861 1.5C4.70607 1.33855 4.17281 1.4106 3.95166 1.5063C3.76894 1.58537 3.49602 1.82658 3.49602 2.52072C3.49602 3.19524 4.58792 3.77778 4.58792 3.77778C4.58792 3.77778 5.45441 4 7.00179 4C6.47506 2.69451 5.7289 2.04867 4.93861 1.5Z", fill: "#828282" })));
1816
1742
  };
1817
1743
 
1818
- const style$7 = {
1744
+ const style$6 = {
1819
1745
  ProgressBar: {
1820
1746
  "& .progress-bar": {
1821
1747
  height: "0",
@@ -1927,14 +1853,14 @@ const style$7 = {
1927
1853
  },
1928
1854
  },
1929
1855
  };
1930
- const sheet$7 = JSS.createStyleSheet(style$7, { classNamePrefix: "sqm-prog-bar" });
1931
- const styleString$7 = sheet$7.toString();
1856
+ const sheet$6 = JSS.createStyleSheet(style$6, { classNamePrefix: "sqm-prog-bar" });
1857
+ const styleString$6 = sheet$6.toString();
1932
1858
  function ProgressBarView(props) {
1933
1859
  const { progress = 0, goal = 1, steps = false, progressBarUnit = "", repeatable = false, complete = false, expired = false, finite = 0, opacity = "1", } = props;
1934
1860
  let aggregate = buildProgressBar(repeatable, steps, props);
1935
1861
  const { columns, items } = aggregate;
1936
- return (index.h("div", { class: sheet$7.classes.ProgressBar, "data-expired": expired, "data-complete": complete, "data-steps": steps, "data-done": goal <= progress, style: { opacity: opacity } },
1937
- index.h("style", { type: "text/css" }, styleString$7),
1862
+ return (index.h("div", { class: sheet$6.classes.ProgressBar, "data-expired": expired, "data-complete": complete, "data-steps": steps, "data-done": goal <= progress, style: { opacity: opacity } },
1863
+ index.h("style", { type: "text/css" }, styleString$6),
1938
1864
  index.h("div", { class: (!Boolean(finite) && progress >= 2 * goal) ||
1939
1865
  (Boolean(finite) && progress > 2 * goal)
1940
1866
  ? "progress-bar repeatable-steps"
@@ -2225,7 +2151,7 @@ const arrow_left_right = () => {
2225
2151
  index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.265 2.789a.346.346 0 000-.489L8.066.101a.346.346 0 10-.489.489l1.61 1.609H2.073a.691.691 0 00-.69.691v1.728a.346.346 0 00.69 0V2.89h7.114L7.577 4.5a.346.346 0 10.49.488l2.198-2.2zM.101 9.21a.346.346 0 000 .489l2.2 2.199a.346.346 0 00.488-.489l-1.61-1.609h7.114c.382 0 .691-.31.691-.691V7.382a.346.346 0 00-.691 0V9.11H1.18L2.789 7.5a.346.346 0 10-.489-.488l-2.199 2.2z", fill: "currentColor" })));
2226
2152
  };
2227
2153
 
2228
- const style$8 = {
2154
+ const style$7 = {
2229
2155
  TaskCard: {
2230
2156
  display: "inline-block",
2231
2157
  width: "100%",
@@ -2379,8 +2305,8 @@ const style$8 = {
2379
2305
  },
2380
2306
  },
2381
2307
  };
2382
- const sheet$8 = JSS.createStyleSheet(style$8);
2383
- const styleString$8 = sheet$8.toString();
2308
+ const sheet$7 = JSS.createStyleSheet(style$7);
2309
+ const styleString$7 = sheet$7.toString();
2384
2310
  function TaskCardView(props) {
2385
2311
  var _a, _b;
2386
2312
  const { callbacks, states, content } = props;
@@ -2416,11 +2342,11 @@ function TaskCardView(props) {
2416
2342
  }
2417
2343
 
2418
2344
  `;
2419
- return (index.h("div", { class: sheet$8.classes.TaskCard, part: "sqm-base" },
2345
+ return (index.h("div", { class: sheet$7.classes.TaskCard, part: "sqm-base" },
2420
2346
  index.h("style", { type: "text/css" },
2421
- styleString$8,
2347
+ styleString$7,
2422
2348
  vanillaStyle),
2423
- !states.loading && taskNotStarted && (index.h("div", { class: sheet$8.classes.NotStarted },
2349
+ !states.loading && taskNotStarted && (index.h("div", { class: sheet$7.classes.NotStarted },
2424
2350
  index.h("span", { class: "icon" },
2425
2351
  index.h("sl-icon", { name: "info-circle-fill" })),
2426
2352
  global.intl.formatMessage({
@@ -2431,7 +2357,7 @@ function TaskCardView(props) {
2431
2357
  .setLocale(utils.luxonLocale(states.locale))
2432
2358
  .toLocaleString(luxon.luxon.DateTime.DATETIME_MED),
2433
2359
  }))),
2434
- !states.loading && taskEnded && (index.h("div", { class: sheet$8.classes.Ended },
2360
+ !states.loading && taskEnded && (index.h("div", { class: sheet$7.classes.Ended },
2435
2361
  index.h("span", { class: "icon" },
2436
2362
  index.h("sl-icon", { exportparts: "base: task-card-icon", name: "exclamation-triangle-fill" })),
2437
2363
  global.intl.formatMessage({
@@ -2451,7 +2377,7 @@ function TaskCardView(props) {
2451
2377
  ? "main complete"
2452
2378
  : "main" },
2453
2379
  index.h("div", { class: "container", part: "sqm-card-container", "data-subdue": taskComplete || taskUnavailable },
2454
- index.h("div", { class: sheet$8.classes.Header, style: { opacity: taskComplete || taskUnavailable ? "0.45" : "1" } }, states.loading ? (index.h("sl-skeleton", { style: { width: "22%", margin: "0" } })) : (index.h("div", null,
2380
+ index.h("div", { class: sheet$7.classes.Header, style: { opacity: taskComplete || taskUnavailable ? "0.45" : "1" } }, states.loading ? (index.h("sl-skeleton", { style: { width: "22%", margin: "0" } })) : (index.h("div", null,
2455
2381
  showComplete && (index.h("span", { class: taskUnavailable ? "icon neutral" : "icon" }, taskComplete ? checkmark_filled$1 : checkmark_circle$1)),
2456
2382
  index.h("span", { part: "sqm-value", class: "value" }, content.rewardAmount),
2457
2383
  index.h("span", { part: "sqm-unit", class: "text" }, content.rewardUnit)))),
@@ -2467,7 +2393,7 @@ function TaskCardView(props) {
2467
2393
  } }, content.cardTitle)),
2468
2394
  states.loading ? (index.h("sl-skeleton", { style: { margin: "var(--sl-spacing-medium) 0" } })) : (content.description && (index.h(Details, Object.assign({}, props, { opacity: taskComplete || taskUnavailable ? "0.45" : "1" })))),
2469
2395
  content.showProgressBar && states.loading ? (index.h("sl-skeleton", { style: { margin: "var(--sl-spacing-medium) 0" } })) : (content.showProgressBar && (index.h(ProgressBarView, Object.assign({}, props.content, props.states, { opacity: taskComplete || taskUnavailable ? "0.45" : "1", complete: taskComplete, expired: taskUnavailable })))),
2470
- index.h("div", { class: sheet$8.classes.Footer, "data-subdue": taskComplete || taskUnavailable }, states.loading ? (index.h("sl-skeleton", { style: { width: "25%", marginLeft: "auto" } })) : (index.h("div", { style: { display: "contents" } },
2396
+ index.h("div", { class: sheet$7.classes.Footer, "data-subdue": taskComplete || taskUnavailable }, states.loading ? (index.h("sl-skeleton", { style: { width: "25%", marginLeft: "auto" } })) : (index.h("div", { style: { display: "contents" } },
2471
2397
  index.h("span", { class: "text" },
2472
2398
  content.repeatable && (index.h("div", null,
2473
2399
  index.h("span", { class: repetitions > 0
@@ -2538,7 +2464,7 @@ function PoweredByImg({ color = "#A6A6A6", width = 120, height = 16, }) {
2538
2464
  index.h("path", { d: "M1661.53 157.54H1589.77C1590.42 169.37 1593.54 178.535 1599.13 185.035C1604.85 191.535 1612.65 194.785 1622.53 194.785C1628.51 194.785 1633.97 193.485 1638.91 190.885C1643.98 188.285 1647.95 184.645 1650.81 179.965L1657.24 186.4C1653.34 192.12 1648.4 196.475 1642.42 199.465C1636.57 202.455 1629.94 203.95 1622.53 203.95C1609.01 203.95 1598.35 199.465 1590.55 190.495C1582.88 181.525 1579.05 169.175 1579.05 153.445C1579.05 137.585 1582.82 125.17 1590.36 116.2C1597.9 107.1 1608.23 102.55 1621.36 102.55C1633.84 102.55 1643.66 106.84 1650.81 115.42C1657.96 124 1661.53 135.895 1661.53 151.105V157.54ZM1651.39 147.4C1651.39 136.48 1648.66 127.77 1643.2 121.27C1637.74 114.77 1630.46 111.52 1621.36 111.52C1611.74 111.52 1604.2 114.77 1598.74 121.27C1593.28 127.77 1590.29 137.065 1589.77 149.155H1651.39V147.4Z", fill: color })));
2539
2465
  }
2540
2466
 
2541
- const vanillaStyle$4 = `
2467
+ const vanillaStyle$3 = `
2542
2468
  :host{
2543
2469
  margin: 0 auto;
2544
2470
  width: 100%;
@@ -2594,7 +2520,7 @@ function PortalFooterView(props) {
2594
2520
  const styleString = sheet.toString();
2595
2521
  return (index.h("div", { class: sheet.classes.Container, part: "sqm-base" },
2596
2522
  index.h("style", { type: "text/css" },
2597
- vanillaStyle$4,
2523
+ vanillaStyle$3,
2598
2524
  styleString),
2599
2525
  index.h("div", { class: sheet.classes.RowContainer },
2600
2526
  props.faqLink && (index.h("a", { target: "_blank", href: props.faqLink }, props.faqText)),
@@ -2766,7 +2692,7 @@ function ReferralIframeView(props) {
2766
2692
  index.h("iframe", { class: sheet.classes.IFrame, src: `${content.iframeSrc}?rsCode=${data.shareCode}` })));
2767
2693
  }
2768
2694
 
2769
- const style$9 = {
2695
+ const style$8 = {
2770
2696
  ErrorStyle: mixins.ErrorStyles,
2771
2697
  FieldsContainer: {
2772
2698
  "& sl-input": {
@@ -2774,7 +2700,7 @@ const style$9 = {
2774
2700
  },
2775
2701
  },
2776
2702
  };
2777
- const vanillaStyle$5 = `
2703
+ const vanillaStyle$4 = `
2778
2704
  :host {
2779
2705
  margin: 0 auto;
2780
2706
  width: 100%;
@@ -2786,21 +2712,21 @@ sl-input::part(label){
2786
2712
  font-weight: var(--sl-font-weight-semibold);
2787
2713
  }
2788
2714
  `;
2789
- const sheet$9 = JSS.createStyleSheet(style$9);
2790
- const styleString$9 = sheet$9.toString();
2715
+ const sheet$8 = JSS.createStyleSheet(style$8);
2716
+ const styleString$8 = sheet$8.toString();
2791
2717
  function NameFieldsView(props) {
2792
2718
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
2793
2719
  const { states } = props;
2794
2720
  const validationErrors = (_a = states === null || states === void 0 ? void 0 : states.registrationFormState) === null || _a === void 0 ? void 0 : _a.validationErrors;
2795
- return (index.h("div", { class: sheet$9.classes.FieldsContainer },
2721
+ return (index.h("div", { class: sheet$8.classes.FieldsContainer },
2796
2722
  index.h("style", { type: "text/css" },
2797
- vanillaStyle$5,
2798
- styleString$9),
2723
+ vanillaStyle$4,
2724
+ styleString$8),
2799
2725
  index.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) ? {
2800
2726
  value: (_g = (_f = states.registrationFormState) === null || _f === void 0 ? void 0 : _f.initialData) === null || _g === void 0 ? void 0 : _g.firstName,
2801
2727
  }
2802
2728
  : {}), ((validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors.firstName) ? {
2803
- class: sheet$9.classes.ErrorStyle,
2729
+ class: sheet$8.classes.ErrorStyle,
2804
2730
  helpText: (validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors.firstName) || "Cannot be empty",
2805
2731
  }
2806
2732
  : []))),
@@ -2808,13 +2734,13 @@ function NameFieldsView(props) {
2808
2734
  value: (_o = (_m = states.registrationFormState) === null || _m === void 0 ? void 0 : _m.initialData) === null || _o === void 0 ? void 0 : _o.lastName,
2809
2735
  }
2810
2736
  : {}), ((validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors.lastName) ? {
2811
- class: sheet$9.classes.ErrorStyle,
2737
+ class: sheet$8.classes.ErrorStyle,
2812
2738
  helpText: (validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors.lastName) || "Cannot be empty",
2813
2739
  }
2814
2740
  : [])))));
2815
2741
  }
2816
2742
 
2817
- const style$a = {
2743
+ const style$9 = {
2818
2744
  ErrorStyle: {
2819
2745
  "&::part(control)": {
2820
2746
  background: "var(--sl-color-danger-10)",
@@ -2837,7 +2763,7 @@ const style$a = {
2837
2763
  "margin-bottom": "var(--sl-spacing-large)",
2838
2764
  },
2839
2765
  };
2840
- const vanillaStyle$6 = `
2766
+ const vanillaStyle$5 = `
2841
2767
  :host {
2842
2768
  margin: 0 auto;
2843
2769
  width: 100%;
@@ -2853,22 +2779,22 @@ sl-checkbox::part(base){
2853
2779
  }
2854
2780
  `;
2855
2781
  JSS.jss.setup(JSS.create());
2856
- const sheet$a = JSS.jss.createStyleSheet(style$a);
2857
- const styleString$a = sheet$a.toString();
2782
+ const sheet$9 = JSS.jss.createStyleSheet(style$9);
2783
+ const styleString$9 = sheet$9.toString();
2858
2784
  function CheckboxFieldView(props) {
2859
2785
  var _a, _b, _c;
2860
2786
  const { states, content, callbacks } = props;
2861
2787
  const validationErrors = (_a = states === null || states === void 0 ? void 0 : states.registrationFormState) === null || _a === void 0 ? void 0 : _a.validationErrors;
2862
- return (index.h("div", { class: sheet$a.classes.FieldContainer, part: "sqm-base" },
2788
+ return (index.h("div", { class: sheet$9.classes.FieldContainer, part: "sqm-base" },
2863
2789
  index.h("style", { type: "text/css" },
2864
- vanillaStyle$6,
2865
- styleString$a),
2790
+ vanillaStyle$5,
2791
+ styleString$9),
2866
2792
  index.h("sl-checkbox", Object.assign({ exportparts: "label: input-label, base: input-base", name: `/${content.checkboxName}`, checked: states.checked, "onSl-change": (e) => {
2867
2793
  e.target.value = e.target.checked;
2868
2794
  callbacks.setChecked(e.target.value);
2869
2795
  } }, (!content.checkboxOptional ? { 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) }, (!states.checked && (validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors[content.checkboxName])
2870
2796
  ? {
2871
- class: sheet$a.classes.ErrorStyle,
2797
+ class: sheet$9.classes.ErrorStyle,
2872
2798
  }
2873
2799
  : [])),
2874
2800
  global.intl.formatMessage({
@@ -2877,13 +2803,13 @@ function CheckboxFieldView(props) {
2877
2803
  }, {
2878
2804
  labelLink: (index.h("a", { href: content.checkboxLabelLink, target: "_blank" }, content.checkboxLabelLinkText || content.checkboxLabelLink)),
2879
2805
  }),
2880
- !states.checked && (validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors[content.checkboxName]) && (index.h("p", { class: sheet$a.classes.ErrorMessageStyle }, global.intl.formatMessage({
2806
+ !states.checked && (validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors[content.checkboxName]) && (index.h("p", { class: sheet$9.classes.ErrorMessageStyle }, global.intl.formatMessage({
2881
2807
  id: `errorMessage-${content.checkboxName}`,
2882
2808
  defaultMessage: content.errorMessage,
2883
2809
  }))))));
2884
2810
  }
2885
2811
 
2886
- const style$b = {
2812
+ const style$a = {
2887
2813
  ErrorStyle: {
2888
2814
  "--sl-input-border-color": "var(--sl-color-danger-500)",
2889
2815
  "--sl-input-background-color": "var(--sl-color-danger-10)",
@@ -2899,7 +2825,7 @@ const style$b = {
2899
2825
  "margin-bottom": "var(--sl-spacing-large)",
2900
2826
  },
2901
2827
  };
2902
- const vanillaStyle$7 = `
2828
+ const vanillaStyle$6 = `
2903
2829
  :host {
2904
2830
  margin: 0 auto;
2905
2831
  width: 100%;
@@ -2911,36 +2837,36 @@ sl-select::part(label){
2911
2837
  }
2912
2838
  `;
2913
2839
  JSS.jss.setup(JSS.create());
2914
- const sheet$b = JSS.jss.createStyleSheet(style$b);
2915
- const styleString$b = sheet$b.toString();
2840
+ const sheet$a = JSS.jss.createStyleSheet(style$a);
2841
+ const styleString$a = sheet$a.toString();
2916
2842
  function DropdownFieldView(props) {
2917
2843
  var _a, _b, _c, _d, _e, _f, _g;
2918
2844
  const { states, content } = props;
2919
2845
  const validationErrors = (_a = states === null || states === void 0 ? void 0 : states.registrationFormState) === null || _a === void 0 ? void 0 : _a.validationErrors;
2920
- return (index.h("div", { class: sheet$b.classes.FieldContainer, part: "sqm-base" },
2846
+ return (index.h("div", { class: sheet$a.classes.FieldContainer, part: "sqm-base" },
2921
2847
  index.h("style", { type: "text/css" },
2922
- vanillaStyle$7,
2923
- styleString$b),
2848
+ vanillaStyle$6,
2849
+ styleString$a),
2924
2850
  index.h("sl-select", Object.assign({ exportparts: "label: input-label, base: input-base", label: content.dropdownLabel, name: `/${content.dropdownName}` }, (!content.dropdownOptional ? { 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[content.dropdownName]) ? {
2925
2851
  value: (_g = (_f = states.registrationFormState) === null || _f === void 0 ? void 0 : _f.initialData) === null || _g === void 0 ? void 0 : _g[content.dropdownName],
2926
2852
  }
2927
2853
  : {}), ((validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors[content.dropdownName]) ? {
2928
- class: sheet$b.classes.ErrorStyle,
2854
+ class: sheet$a.classes.ErrorStyle,
2929
2855
  }
2930
2856
  : [])), content.selectOptions),
2931
- (validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors[content.dropdownName]) && (index.h("p", { class: sheet$b.classes.ErrorMessageStyle }, global.intl.formatMessage({
2857
+ (validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors[content.dropdownName]) && (index.h("p", { class: sheet$a.classes.ErrorMessageStyle }, global.intl.formatMessage({
2932
2858
  id: `errorMessage-${content.dropdownName}`,
2933
2859
  defaultMessage: content.errorMessage,
2934
2860
  })))));
2935
2861
  }
2936
2862
 
2937
- const style$c = {
2863
+ const style$b = {
2938
2864
  ErrorStyle: mixins.ErrorStyles,
2939
2865
  FieldContainer: {
2940
2866
  "margin-bottom": "var(--sl-spacing-large)",
2941
2867
  },
2942
2868
  };
2943
- const vanillaStyle$8 = `
2869
+ const vanillaStyle$7 = `
2944
2870
  :host {
2945
2871
  margin: 0 auto;
2946
2872
  width: 100%;
@@ -2948,21 +2874,21 @@ const vanillaStyle$8 = `
2948
2874
  }
2949
2875
  `;
2950
2876
  JSS.jss.setup(JSS.create());
2951
- const sheet$c = JSS.jss.createStyleSheet(style$c);
2952
- const styleString$c = sheet$c.toString();
2877
+ const sheet$b = JSS.jss.createStyleSheet(style$b);
2878
+ const styleString$b = sheet$b.toString();
2953
2879
  function InputFieldView(props) {
2954
2880
  var _a, _b, _c, _d, _e, _f, _g;
2955
2881
  const { states, content } = props;
2956
2882
  const validationErrors = (_a = states === null || states === void 0 ? void 0 : states.registrationFormState) === null || _a === void 0 ? void 0 : _a.validationErrors;
2957
- return (index.h("div", { class: sheet$c.classes.FieldContainer, part: "sqm-base" },
2883
+ return (index.h("div", { class: sheet$b.classes.FieldContainer, part: "sqm-base" },
2958
2884
  index.h("style", { type: "text/css" },
2959
- vanillaStyle$8,
2960
- styleString$c),
2885
+ vanillaStyle$7,
2886
+ styleString$b),
2961
2887
  index.h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", name: `/${content.fieldName}`, type: content.fieldType, label: content.fieldLabel }, (!content.fieldOptional ? { 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[content.fieldName]) ? {
2962
2888
  value: (_g = (_f = states.registrationFormState) === null || _f === void 0 ? void 0 : _f.initialData) === null || _g === void 0 ? void 0 : _g[content.fieldName],
2963
2889
  }
2964
2890
  : {}), ((validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors[content.fieldName]) ? {
2965
- class: sheet$c.classes.ErrorStyle,
2891
+ class: sheet$b.classes.ErrorStyle,
2966
2892
  helpText: global.intl.formatMessage({
2967
2893
  id: `errorMessage-${content.fieldName}`,
2968
2894
  defaultMessage: content.errorMessage || (validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors[content.fieldName]),
@@ -3057,7 +2983,7 @@ function ProgressBar({ stageCount, currentStage, }) {
3057
2983
  return (index.h("div", { style: { display: "flex", columnGap: "-2px" } }, Array.from(Array(stageCount).keys()).map((stage) => (index.h(Progress, { active: currentStage === stage, completed: currentStage > stage, incomplete: currentStage < stage, stage: stage })))));
3058
2984
  }
3059
2985
 
3060
- const style$d = {
2986
+ const style$c = {
3061
2987
  HostBlock: mixins.HostBlock,
3062
2988
  Container: {
3063
2989
  minWidth: "300px",
@@ -3408,8 +3334,8 @@ const style$d = {
3408
3334
  },
3409
3335
  };
3410
3336
  // JSS config
3411
- const sheet$d = JSS.createStyleSheet(style$d);
3412
- const styleString$d = sheet$d.toString();
3337
+ const sheet$c = JSS.createStyleSheet(style$c);
3338
+ const styleString$c = sheet$c.toString();
3413
3339
  const stageList = ["chooseReward", "chooseAmount", "confirmation", "success"];
3414
3340
  function RewardExchangeView(props) {
3415
3341
  const { states, data, callbacks, refs } = props;
@@ -3432,7 +3358,7 @@ function RewardExchangeView(props) {
3432
3358
  sourceUnit: item.sourceUnit,
3433
3359
  })));
3434
3360
  }
3435
- return (index.h("sl-select", { style: { width: "auto" }, label: (_b = states === null || states === void 0 ? void 0 : states.content) === null || _b === void 0 ? void 0 : _b.text.selectText, class: sheet$d.classes.Select, value: states.selectedStep, "onSl-select": (e) => {
3361
+ return (index.h("sl-select", { style: { width: "auto" }, label: (_b = states === null || states === void 0 ? void 0 : states.content) === null || _b === void 0 ? void 0 : _b.text.selectText, class: sheet$c.classes.Select, value: states.selectedStep, "onSl-select": (e) => {
3436
3362
  var _a, _b, _c, _d, _e;
3437
3363
  return callbacks.setExchangeState({
3438
3364
  amount: (_c = (_b = (_a = e.detail) === null || _a === void 0 ? void 0 : _a.item) === null || _b === void 0 ? void 0 : _b.value) === null || _c === void 0 ? void 0 : _c.sourceValue,
@@ -3440,7 +3366,7 @@ function RewardExchangeView(props) {
3440
3366
  });
3441
3367
  } }, (_c = item.steps) === null || _c === void 0 ? void 0 : _c.map((step) => {
3442
3368
  var _a, _b;
3443
- return (index.h("sl-menu-item", { value: step, disabled: !step.available, class: sheet$d.classes.SelectItem },
3369
+ return (index.h("sl-menu-item", { value: step, disabled: !step.available, class: sheet$c.classes.SelectItem },
3444
3370
  step.prettyDestinationValue,
3445
3371
  index.h("br", null),
3446
3372
  index.h("div", { class: "step-cost", slot: "suffix" },
@@ -3459,8 +3385,8 @@ function RewardExchangeView(props) {
3459
3385
  var _a;
3460
3386
  return [
3461
3387
  index.h("div", { part: "choose-reward-container" },
3462
- index.h("div", { class: sheet$d.classes.Title }, states.content.text.rewardTitle),
3463
- states.loading || states.queryError ? (loading()) : (index.h("div", { class: sheet$d.classes.Grid }, (_a = data.exchangeList) === null || _a === void 0 ? void 0 : _a.map((item) => {
3388
+ index.h("div", { class: sheet$c.classes.Title }, states.content.text.rewardTitle),
3389
+ states.loading || states.queryError ? (loading()) : (index.h("div", { class: sheet$c.classes.Grid }, (_a = data.exchangeList) === null || _a === void 0 ? void 0 : _a.map((item) => {
3464
3390
  var _a, _b, _c, _d, _e;
3465
3391
  const style = {
3466
3392
  boxShadow: item.key === (selectedItem === null || selectedItem === void 0 ? void 0 : selectedItem.key)
@@ -3469,7 +3395,7 @@ function RewardExchangeView(props) {
3469
3395
  borderRadius: "4px",
3470
3396
  };
3471
3397
  return (index.h("div", { key: item.key, style: style },
3472
- index.h("sl-card", { exportparts: "base: exchange-card-container", class: sheet$d.classes.Card, style: {
3398
+ index.h("sl-card", { exportparts: "base: exchange-card-container", class: sheet$c.classes.Card, style: {
3473
3399
  cursor: item.unavailableReasonCode
3474
3400
  ? "not-allowed"
3475
3401
  : "pointer",
@@ -3486,14 +3412,14 @@ function RewardExchangeView(props) {
3486
3412
  ? "rgba(0, 0, 0, 0.05)"
3487
3413
  : "rgba(0, 0, 0, 0)",
3488
3414
  } },
3489
- index.h("div", { class: sheet$d.classes.Image, style: {
3415
+ index.h("div", { class: sheet$c.classes.Image, style: {
3490
3416
  opacity: item.unavailableReasonCode ? "0.5" : "1",
3491
3417
  } },
3492
3418
  index.h("img", { class: item.unavailableReasonCode
3493
3419
  ? "image subdued"
3494
3420
  : "image", src: (item === null || item === void 0 ? void 0 : item.imageUrl) ||
3495
3421
  index.getAssetPath("./assets/Reward-image.png") })),
3496
- index.h("div", { class: sheet$d.classes.TextArea, style: {
3422
+ index.h("div", { class: sheet$c.classes.TextArea, style: {
3497
3423
  opacity: item.unavailableReasonCode ? "0.5" : "1",
3498
3424
  } },
3499
3425
  index.h("div", { class: "title", style: {
@@ -3526,7 +3452,7 @@ function RewardExchangeView(props) {
3526
3452
  item.prettySourceMinValue,
3527
3453
  }))))))));
3528
3454
  }))),
3529
- index.h("div", { class: sheet$d.classes.Button },
3455
+ index.h("div", { class: sheet$c.classes.Button },
3530
3456
  index.h("sl-button", { exportparts: "base: primarybutton-base", class: "continue right", size: "large", onClick: () => callbacks.setStage("chooseAmount"), loading: states.loading, disabled: !states.selectedItem }, states.content.text.continueText))),
3531
3457
  ];
3532
3458
  }
@@ -3537,7 +3463,7 @@ function RewardExchangeView(props) {
3537
3463
  ? false
3538
3464
  : input && !states.amount;
3539
3465
  return (index.h("div", null,
3540
- index.h("div", { class: sheet$d.classes.ChooseAmount, part: "choose-amount-container" },
3466
+ index.h("div", { class: sheet$c.classes.ChooseAmount, part: "choose-amount-container" },
3541
3467
  index.h("div", { class: "wrapper" },
3542
3468
  index.h("img", { class: "image", src: (selectedItem === null || selectedItem === void 0 ? void 0 : selectedItem.imageUrl) ||
3543
3469
  index.getAssetPath("./assets/Reward-image.png") }),
@@ -3546,7 +3472,7 @@ function RewardExchangeView(props) {
3546
3472
  ((_c = states.selectedItem) === null || _c === void 0 ? void 0 : _c.ruleType) === "FIXED_GLOBAL_REWARD" ? (index.h("div", { class: "points" }, input)) : (index.h("div", { class: "description" }, selectedItem === null || selectedItem === void 0 ? void 0 : selectedItem.description)),
3547
3473
  ((_d = states.selectedItem) === null || _d === void 0 ? void 0 : _d.ruleType) === "FIXED_GLOBAL_REWARD" ? (index.h("div", { class: "description" }, selectedItem === null || selectedItem === void 0 ? void 0 : selectedItem.description)) : (index.h("div", null, input)),
3548
3474
  index.h("div", { class: "space" }))),
3549
- index.h("div", { class: sheet$d.classes.Button },
3475
+ index.h("div", { class: sheet$c.classes.Button },
3550
3476
  index.h("sl-button", { exportparts: "base: secondarybutton-base", class: "cancel", size: "large", type: "text", onClick: () => callbacks.resetState() }, states.content.text.cancelText),
3551
3477
  index.h("sl-button", { exportparts: "base: primarybutton-base", class: "continue", size: "large", onClick: () => callbacks.setStage("confirmation"), disabled: isDisabled }, states.content.text.continueToConfirmationText)))));
3552
3478
  }
@@ -3554,8 +3480,8 @@ function RewardExchangeView(props) {
3554
3480
  const cost = (selectedStep === null || selectedStep === void 0 ? void 0 : selectedStep.prettySourceValue) || selectedItem.prettySourceValue;
3555
3481
  const amount = selectedStep === null || selectedStep === void 0 ? void 0 : selectedStep.prettyDestinationValue;
3556
3482
  return (index.h("div", null,
3557
- index.h("div", { class: sheet$d.classes.Confirmation, part: "confirmation-container" },
3558
- index.h("div", { class: sheet$d.classes.Title }, states.content.text.redeemTitle),
3483
+ index.h("div", { class: sheet$c.classes.Confirmation, part: "confirmation-container" },
3484
+ index.h("div", { class: sheet$c.classes.Title }, states.content.text.redeemTitle),
3559
3485
  index.h("div", { class: "wrapper" },
3560
3486
  index.h("div", { class: "field" }, states.content.text.rewardNameTitle),
3561
3487
  index.h("div", { class: "reward-item-container" },
@@ -3570,13 +3496,13 @@ function RewardExchangeView(props) {
3570
3496
  index.h("div", { class: "wrapper top-border padding" },
3571
3497
  index.h("div", { class: "field" }, states.content.text.costTitle),
3572
3498
  index.h("div", { class: "value" }, cost)),
3573
- index.h("div", { class: sheet$d.classes.Button },
3499
+ index.h("div", { class: sheet$c.classes.Button },
3574
3500
  index.h("sl-button", { class: "cancel", type: "text", size: "large", onClick: () => callbacks.setStage("chooseAmount") }, states.content.text.backText),
3575
3501
  index.h("sl-button", { class: "continue", size: "large", loading: states.loading, onClick: callbacks.exchangeReward }, states.content.text.redeemText)))));
3576
3502
  }
3577
3503
  function success() {
3578
3504
  var _a, _b, _c, _d, _e, _f;
3579
- return (index.h("div", { class: sheet$d.classes.Success, part: "success-container" },
3505
+ return (index.h("div", { class: sheet$c.classes.Success, part: "success-container" },
3580
3506
  index.h(Gift$1, null),
3581
3507
  index.h(Confetti, null),
3582
3508
  index.h("div", { class: "title" }, (_a = states.content.text) === null || _a === void 0 ? void 0 : _a.rewardRedeemedText),
@@ -3590,8 +3516,8 @@ function RewardExchangeView(props) {
3590
3516
  })),
3591
3517
  (data === null || data === void 0 ? void 0 : data.fuelTankCode) && (index.h("div", { class: "promo" },
3592
3518
  states.content.text.promoCode,
3593
- index.h(CopyTextView, { copyString: data.fuelTankCode, tooltiptext: (_f = states === null || states === void 0 ? void 0 : states.content) === null || _f === void 0 ? void 0 : _f.text.tooltipText, open: states.open, onClick: callbacks.copyFuelTankCode }))),
3594
- index.h("div", { class: sheet$d.classes.Button },
3519
+ index.h(copyTextView.CopyTextView, { copyString: data.fuelTankCode, tooltiptext: (_f = states === null || states === void 0 ? void 0 : states.content) === null || _f === void 0 ? void 0 : _f.text.tooltipText, open: states.open, onClick: callbacks.copyFuelTankCode }))),
3520
+ index.h("div", { class: sheet$c.classes.Button },
3595
3521
  index.h("sl-button", { class: "continue center", type: "primary", size: "large", onClick: () => callbacks.resetState(true) }, states.content.text.doneText))));
3596
3522
  }
3597
3523
  const stages = {
@@ -3603,7 +3529,7 @@ function RewardExchangeView(props) {
3603
3529
  const currentStage = stages[states.redeemStage];
3604
3530
  function stageMap() {
3605
3531
  const stageNumber = stageList.indexOf(states.redeemStage);
3606
- return (index.h("div", { class: sheet$d.classes.ProgressBar },
3532
+ return (index.h("div", { class: sheet$c.classes.ProgressBar },
3607
3533
  index.h("div", { class: "text-area" }, Object.keys(stageProgressList).map((stage) => {
3608
3534
  if (stageList.indexOf(stage) <= stageNumber) {
3609
3535
  return index.h("span", { class: "text" }, stageProgressList[stage]);
@@ -3615,10 +3541,10 @@ function RewardExchangeView(props) {
3615
3541
  index.h(ProgressBar, { stageCount: 3, currentStage: stageNumber })));
3616
3542
  }
3617
3543
  function loading() {
3618
- return (index.h("div", { class: sheet$d.classes.Grid, part: "loading-container" }, [...Array(states.content.text.skeletonCardNum)].map(() => {
3544
+ return (index.h("div", { class: sheet$c.classes.Grid, part: "loading-container" }, [...Array(states.content.text.skeletonCardNum)].map(() => {
3619
3545
  return (index.h("div", null,
3620
- index.h("sl-card", { class: sheet$d.classes.Card },
3621
- index.h("div", { class: sheet$d.classes.CardLayout },
3546
+ index.h("sl-card", { class: sheet$c.classes.Card },
3547
+ index.h("div", { class: sheet$c.classes.CardLayout },
3622
3548
  index.h("div", null,
3623
3549
  index.h("sl-skeleton", { style: {
3624
3550
  width: "100px",
@@ -3650,12 +3576,12 @@ function RewardExchangeView(props) {
3650
3576
  if (!(refs === null || refs === void 0 ? void 0 : refs.canvasRef))
3651
3577
  return;
3652
3578
  refs.canvasRef.current = canvas;
3653
- }, id: "my-canvas", class: sheet$d.classes.Confetti }));
3579
+ }, id: "my-canvas", class: sheet$c.classes.Confetti }));
3654
3580
  }
3655
3581
  if (states.noExchangeOptions)
3656
3582
  return states.content.text.empty;
3657
- return (index.h("div", { class: sheet$d.classes.Container, part: "sqm-base" },
3658
- index.h("style", { type: "text/css" }, styleString$d),
3583
+ return (index.h("div", { class: sheet$c.classes.Container, part: "sqm-base" },
3584
+ index.h("style", { type: "text/css" }, styleString$c),
3659
3585
  index.h("div", null,
3660
3586
  stageMap(),
3661
3587
  states.exchangeError && errorMessage(),
@@ -4071,7 +3997,7 @@ function CardFeedView(props, children) {
4071
3997
  index.h("div", { class: sheet.classes.Container, part: "sqm-base" }, children)));
4072
3998
  }
4073
3999
 
4074
- const style$e = {
4000
+ const style$d = {
4075
4001
  HostBlock: mixins.HostBlock,
4076
4002
  couponCodeLabel: {
4077
4003
  margin: "var(--sl-spacing-x-small) 0",
@@ -4079,23 +4005,23 @@ const style$e = {
4079
4005
  fontSize: "var(--sl-font-size-small)",
4080
4006
  },
4081
4007
  };
4082
- const vanillaStyle$9 = `
4008
+ const vanillaStyle$8 = `
4083
4009
  :host{
4084
4010
  display: block;
4085
4011
  width: 100%;
4086
4012
  }
4087
4013
  `;
4088
- const sheet$e = JSS.createStyleSheet(style$e);
4089
- const styleString$e = sheet$e.toString();
4014
+ const sheet$d = JSS.createStyleSheet(style$d);
4015
+ const styleString$d = sheet$d.toString();
4090
4016
  function CouponCodeView(props) {
4091
4017
  const error = !props.loading && props.error;
4092
4018
  return (index.h("div", null,
4093
4019
  index.h("style", { type: "text/css" },
4094
- styleString$e,
4095
- vanillaStyle$9),
4096
- index.h("p", { class: sheet$e.classes.couponCodeLabel, style: { textAlign: props.textAlign } }, props.couponCodeLabel),
4020
+ styleString$d,
4021
+ vanillaStyle$8),
4022
+ index.h("p", { class: sheet$d.classes.couponCodeLabel, style: { textAlign: props.textAlign } }, props.couponCodeLabel),
4097
4023
  error ? (index.h("sqm-form-message", { type: props.errorType, exportparts: "erroralert-icon" },
4098
- index.h("div", { part: "erroralert-text" }, props.errorText))) : (index.h(CopyTextView, Object.assign({}, props)))));
4024
+ index.h("div", { part: "erroralert-text" }, props.errorText))) : (index.h(copyTextView.CopyTextView, Object.assign({}, props)))));
4099
4025
  }
4100
4026
 
4101
4027
  function t(t,n,r){return Math.min(Math.max(t,r),n)}class n extends Error{constructor(t){super(`Failed to parse color: "${t}"`);}}function r(r){if("string"!=typeof r)throw new n(r);if("transparent"===r.trim().toLowerCase())return [0,0,0,0];let e=r.trim();e=u.test(r)?function(t){const r=t.toLowerCase().trim(),e=o[function(t){let n=5381,r=t.length;for(;r;)n=33*n^t.charCodeAt(--r);return (n>>>0)%2341}(r)];if(!e)throw new n(t);return `#${e}`}(r):r;const f=s.exec(e);if(f){const t=Array.from(f).slice(1);return [...t.slice(0,3).map(t=>parseInt(_(t,2),16)),parseInt(_(t[3]||"f",2),16)/255]}const p=i.exec(e);if(p){const t=Array.from(p).slice(1);return [...t.slice(0,3).map(t=>parseInt(t,16)),parseInt(t[3]||"ff",16)/255]}const z=a.exec(e);if(z){const t=Array.from(z).slice(1);return [...t.slice(0,3).map(t=>parseInt(t,10)),parseFloat(t[3]||"1")]}const h=c.exec(e);if(h){const[e,o,_,s]=Array.from(h).slice(1).map(parseFloat);if(t(0,100,o)!==o)throw new n(r);if(t(0,100,_)!==_)throw new n(r);return [...l(e,o,_),s||1]}throw new n(r)}const e=t=>parseInt(t.replace(/_/g,""),36),o="1q29ehhb 1n09sgk7 1kl1ekf_ _yl4zsno 16z9eiv3 1p29lhp8 _bd9zg04 17u0____ _iw9zhe5 _to73___ _r45e31e _7l6g016 _jh8ouiv _zn3qba8 1jy4zshs 11u87k0u 1ro9yvyo 1aj3xael 1gz9zjz0 _3w8l4xo 1bf1ekf_ _ke3v___ _4rrkb__ 13j776yz _646mbhl _nrjr4__ _le6mbhl 1n37ehkb _m75f91n _qj3bzfz 1939yygw 11i5z6x8 _1k5f8xs 1509441m 15t5lwgf _ae2th1n _tg1ugcv 1lp1ugcv 16e14up_ _h55rw7n _ny9yavn _7a11xb_ 1ih442g9 _pv442g9 1mv16xof 14e6y7tu 1oo9zkds 17d1cisi _4v9y70f _y98m8kc 1019pq0v 12o9zda8 _348j4f4 1et50i2o _8epa8__ _ts6senj 1o350i2o 1mi9eiuo 1259yrp0 1ln80gnw _632xcoy 1cn9zldc _f29edu4 1n490c8q _9f9ziet 1b94vk74 _m49zkct 1kz6s73a 1eu9dtog _q58s1rz 1dy9sjiq __u89jo3 _aj5nkwg _ld89jo3 13h9z6wx _qa9z2ii _l119xgq _bs5arju 1hj4nwk9 1qt4nwk9 1ge6wau6 14j9zlcw 11p1edc_ _ms1zcxe _439shk6 _jt9y70f _754zsow 1la40eju _oq5p___ _x279qkz 1fa5r3rv _yd2d9ip _424tcku _8y1di2_ _zi2uabw _yy7rn9h 12yz980_ __39ljp6 1b59zg0x _n39zfzp 1fy9zest _b33k___ _hp9wq92 1il50hz4 _io472ub _lj9z3eo 19z9ykg0 _8t8iu3a 12b9bl4a 1ak5yw0o _896v4ku _tb8k8lv _s59zi6t _c09ze0p 1lg80oqn 1id9z8wb _238nba5 1kq6wgdi _154zssg _tn3zk49 _da9y6tc 1sg7cv4f _r12jvtt 1gq5fmkz 1cs9rvci _lp9jn1c _xw1tdnb 13f9zje6 16f6973h _vo7ir40 _bt5arjf _rc45e4t _hr4e100 10v4e100 _hc9zke2 _w91egv_ _sj2r1kk 13c87yx8 _vqpds__ _ni8ggk8 _tj9yqfb 1ia2j4r4 _7x9b10u 1fc9ld4j 1eq9zldr _5j9lhpx _ez9zl6o _md61fzm".split(" ").reduce((t,n)=>{const r=e(n.substring(0,3)),o=e(n.substring(3)).toString(16);let _="";for(let t=0;t<6-o.length;t++)_+="0";return t[r]=`${_}${o}`,t},{}),_=(t,n)=>Array.from(Array(n)).map(()=>t).join(""),s=new RegExp(`^#${_("([a-f0-9])",3)}([a-f0-9])?$`,"i"),i=new RegExp(`^#${_("([a-f0-9]{2})",3)}([a-f0-9]{2})?$`,"i"),a=new RegExp(`^rgba?\\(\\s*(\\d+)\\s*${_(",\\s*(\\d+)\\s*",2)}(?:,\\s*([\\d.]+))?\\s*\\)$`,"i"),c=/^hsla?\(\s*([\d.]+)\s*,\s*([\d.]+)%\s*,\s*([\d.]+)%(?:\s*,\s*([\d.]+))?\s*\)$/i,u=/^[a-z]+$/i,f=t=>Math.round(255*t),l=(t,n,r)=>{let e=r/100;if(0===n)return [e,e,e].map(f);const o=(t%360+360)%360/60,_=(1-Math.abs(2*e-1))*(n/100),s=_*(1-Math.abs(o%2-1));let i=0,a=0,c=0;o>=0&&o<1?(i=_,a=s):o>=1&&o<2?(i=s,a=_):o>=2&&o<3?(a=_,c=s):o>=3&&o<4?(a=s,c=_):o>=4&&o<5?(i=s,c=_):o>=5&&o<6&&(i=_,c=s);const u=e-_/2;return [i+u,a+u,c+u].map(f)};function p(t){const[n,e,o,_]=r(t).map((t,n)=>3===n?t:t/255),s=Math.max(n,e,o),i=Math.min(n,e,o),a=(s+i)/2;if(s===i)return [0,0,a,_];const c=s-i;return [60*(n===s?(e-o)/c+(e<o?6:0):e===s?(o-n)/c+2:(n-e)/c+4),a>.5?c/(2-s-i):c/(s+i),a,_]}function z(n,r,e,o){return `hsla(${(n%360).toFixed()}, ${t(0,100,100*r).toFixed()}%, ${t(0,100,100*e).toFixed()}%, ${parseFloat(t(0,1,o).toFixed(3))})`}
@@ -4186,7 +4112,6 @@ const ShadowViewAddon = ({ story }, children) => {
4186
4112
  exports.BigStatView = BigStatView;
4187
4113
  exports.CardFeedView = CardFeedView;
4188
4114
  exports.CheckboxFieldView = CheckboxFieldView;
4189
- exports.CopyTextView = CopyTextView;
4190
4115
  exports.CouponCodeView = CouponCodeView;
4191
4116
  exports.DropdownFieldView = DropdownFieldView;
4192
4117
  exports.EditProfileView = EditProfileView;