@hhgtech/hhg-components 1.29.528 → 1.29.529-beta-1

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 (561) hide show
  1. package/build/{InputDate-e44a5170.js → InputDate-5e4a49ed.js} +5 -5
  2. package/build/{LastPeriod-acd8425a.js → LastPeriod-ae6a6654.js} +1 -1
  3. package/build/{MobileBottomNavigationIcon-391275dc.js → MobileBottomNavigationIcon-336e5400.js} +3 -3
  4. package/build/{SiteWideBanner-5f5eef6e.js → SiteWideBanner-c790d1b1.js} +11 -11
  5. package/build/{Spinner-9cb85a18.js → Spinner-cadbaad5.js} +1 -1
  6. package/build/{WhatsApp-e2be209d.js → WhatsApp-d92a3699.js} +1 -1
  7. package/build/adapters.js +20 -20
  8. package/build/atoms.js +51 -51
  9. package/build/babyGrowth.js +86 -86
  10. package/build/cache.js +2 -2
  11. package/build/care/components/organisms/bookingSearchBarV3/SearchResultContent.d.ts +13 -0
  12. package/build/care/components/organisms/bookingSearchBarV3/constants.d.ts +4 -0
  13. package/build/care/components/organisms/bookingSearchBarV3/index.d.ts +42 -0
  14. package/build/care/components/organisms/bookingSearchBarV3/index.styled.d.ts +16 -0
  15. package/build/care/components/organisms/bookingSearchBarV3/reducer.d.ts +166 -0
  16. package/build/care/components/organisms/bookingSearchBarV3/searchInputs/ModalSearchResult.d.ts +8 -0
  17. package/build/care/components/organisms/bookingSearchBarV3/searchInputs/index.d.ts +35 -0
  18. package/build/care/components/organisms/bookingSearchBarV3/searchInputs/index.styled.d.ts +17 -0
  19. package/build/care/components/organisms/bookingSearchBarV3/searchLocation/CustomSelectItem.d.ts +9 -0
  20. package/build/care/components/organisms/bookingSearchBarV3/searchLocation/index.d.ts +16 -0
  21. package/build/care/components/organisms/bookingSearchBarV3/searchLocation/index.styled.d.ts +21 -0
  22. package/build/care/components/organisms/bookingSearchBarV3/searchResult/icons.d.ts +5 -0
  23. package/build/care/components/organisms/bookingSearchBarV3/searchResult/index.d.ts +22 -0
  24. package/build/care/components/organisms/bookingSearchBarV3/searchResult/index.styled.d.ts +21 -0
  25. package/build/care/components/organisms/bookingSearchBarV3/searchResultSpecialties/index.d.ts +12 -0
  26. package/build/care/components/organisms/bookingSearchBarV3/searchResultSpecialties/index.styled.d.ts +16 -0
  27. package/build/care/components/organisms/bookingSearchBarV3/searchSpecialty/CustomSelectItem.d.ts +9 -0
  28. package/build/care/components/organisms/bookingSearchBarV3/searchSpecialty/index.d.ts +15 -0
  29. package/build/care/components/organisms/bookingSearchBarV3/searchSpecialty/index.styled.d.ts +13 -0
  30. package/build/care/components/organisms/bookingSearchBarV3/searchTag/index.d.ts +17 -0
  31. package/build/care/components/organisms/bookingSearchBarV3/searchTag/index.styled.d.ts +13 -0
  32. package/build/care/components/organisms/bookingSearchBarV3/tabSearch/index.d.ts +11 -0
  33. package/build/care/components/organisms/bookingSearchBarV3/tabSearch/index.styled.d.ts +8 -0
  34. package/build/care/components/organisms/bookingSearchBarV3/types.d.ts +17 -0
  35. package/build/care/components/organisms/bookingSearchBarV3/useSearchBarApi.d.ts +21 -0
  36. package/build/care/index.d.ts +1 -0
  37. package/build/care.js +23 -22
  38. package/build/careBookingSearchBar.js +14 -14
  39. package/build/careBookingSearchBarV2.js +19 -19
  40. package/build/components/atoms/inputMB/index.styled.d.ts +3 -3
  41. package/build/components.js +106 -106
  42. package/build/{constants-978bec21.js → constants-0edb49d2.js} +1 -1
  43. package/build/{constants-8187e577.js → constants-d11ea2c1.js} +2 -2
  44. package/build/constants.js +3 -3
  45. package/build/constantsDomainLocales.js +1 -1
  46. package/build/constantsRiskScreener.js +2 -2
  47. package/build/constantsSite.js +2 -2
  48. package/build/{core-df6980aa.js → core-bbf3a6e6.js} +1 -1
  49. package/build/{dataTransform-4e9d4b21.js → dataTransform-7afee0f7.js} +1 -1
  50. package/build/ecom.js +5 -5
  51. package/build/{editor-1410b123.js → editor-c8d3fd95.js} +11 -11
  52. package/build/embeddedHeathToolCards_babyGrowth.js +25 -25
  53. package/build/embeddedHeathToolCards_babyPoop.js +22 -22
  54. package/build/embeddedHeathToolCards_babyVaccine.js +24 -24
  55. package/build/embeddedHeathToolCards_bmi_bmi.js +27 -27
  56. package/build/embeddedHeathToolCards_bmrBmr.js +27 -27
  57. package/build/embeddedHeathToolCards_dueDate_dueDate.js +24 -24
  58. package/build/embeddedHeathToolCards_ovulation_ovulation.js +24 -24
  59. package/build/embeddedHeathToolCards_pwg_pwg.js +28 -28
  60. package/build/embeddedHeathToolCards_targetHeartRate.js +29 -29
  61. package/build/esm/{InputDate-8a6cea00.js → InputDate-ee44d874.js} +5 -5
  62. package/build/esm/{LastPeriod-782d7853.js → LastPeriod-3f8bf079.js} +1 -1
  63. package/build/esm/{MobileBottomNavigationIcon-fd28ef21.js → MobileBottomNavigationIcon-689596bb.js} +3 -3
  64. package/build/esm/{SiteWideBanner-93e3d85b.js → SiteWideBanner-a54f6112.js} +11 -11
  65. package/build/esm/{Spinner-ac3cafdf.js → Spinner-493579cd.js} +1 -1
  66. package/build/esm/{WhatsApp-f00db235.js → WhatsApp-7f209dbb.js} +1 -1
  67. package/build/esm/adapters.js +20 -20
  68. package/build/esm/atoms.js +51 -51
  69. package/build/esm/babyGrowth.js +86 -86
  70. package/build/esm/cache.js +2 -2
  71. package/build/esm/care/components/organisms/bookingSearchBarV3/SearchResultContent.d.ts +13 -0
  72. package/build/esm/care/components/organisms/bookingSearchBarV3/constants.d.ts +4 -0
  73. package/build/esm/care/components/organisms/bookingSearchBarV3/index.d.ts +42 -0
  74. package/build/esm/care/components/organisms/bookingSearchBarV3/index.styled.d.ts +16 -0
  75. package/build/esm/care/components/organisms/bookingSearchBarV3/reducer.d.ts +166 -0
  76. package/build/esm/care/components/organisms/bookingSearchBarV3/searchInputs/ModalSearchResult.d.ts +8 -0
  77. package/build/esm/care/components/organisms/bookingSearchBarV3/searchInputs/index.d.ts +35 -0
  78. package/build/esm/care/components/organisms/bookingSearchBarV3/searchInputs/index.styled.d.ts +17 -0
  79. package/build/esm/care/components/organisms/bookingSearchBarV3/searchLocation/CustomSelectItem.d.ts +9 -0
  80. package/build/esm/care/components/organisms/bookingSearchBarV3/searchLocation/index.d.ts +16 -0
  81. package/build/esm/care/components/organisms/bookingSearchBarV3/searchLocation/index.styled.d.ts +21 -0
  82. package/build/esm/care/components/organisms/bookingSearchBarV3/searchResult/icons.d.ts +5 -0
  83. package/build/esm/care/components/organisms/bookingSearchBarV3/searchResult/index.d.ts +22 -0
  84. package/build/esm/care/components/organisms/bookingSearchBarV3/searchResult/index.styled.d.ts +21 -0
  85. package/build/esm/care/components/organisms/bookingSearchBarV3/searchResultSpecialties/index.d.ts +12 -0
  86. package/build/esm/care/components/organisms/bookingSearchBarV3/searchResultSpecialties/index.styled.d.ts +16 -0
  87. package/build/esm/care/components/organisms/bookingSearchBarV3/searchSpecialty/CustomSelectItem.d.ts +9 -0
  88. package/build/esm/care/components/organisms/bookingSearchBarV3/searchSpecialty/index.d.ts +15 -0
  89. package/build/esm/care/components/organisms/bookingSearchBarV3/searchSpecialty/index.styled.d.ts +13 -0
  90. package/build/esm/care/components/organisms/bookingSearchBarV3/searchTag/index.d.ts +17 -0
  91. package/build/esm/care/components/organisms/bookingSearchBarV3/searchTag/index.styled.d.ts +13 -0
  92. package/build/esm/care/components/organisms/bookingSearchBarV3/tabSearch/index.d.ts +11 -0
  93. package/build/esm/care/components/organisms/bookingSearchBarV3/tabSearch/index.styled.d.ts +8 -0
  94. package/build/esm/care/components/organisms/bookingSearchBarV3/types.d.ts +17 -0
  95. package/build/esm/care/components/organisms/bookingSearchBarV3/useSearchBarApi.d.ts +21 -0
  96. package/build/esm/care/index.d.ts +1 -0
  97. package/build/esm/care.js +22 -22
  98. package/build/esm/careBookingSearchBar.js +14 -14
  99. package/build/esm/careBookingSearchBarV2.js +19 -19
  100. package/build/esm/components/atoms/inputMB/index.styled.d.ts +3 -3
  101. package/build/esm/components.js +106 -106
  102. package/build/esm/{constants-1d2564ea.js → constants-cbbcd60c.js} +1 -1
  103. package/build/esm/{constants-ebc698d1.js → constants-d74221c3.js} +2 -2
  104. package/build/esm/constants.js +3 -3
  105. package/build/esm/constantsDomainLocales.js +1 -1
  106. package/build/esm/constantsRiskScreener.js +2 -2
  107. package/build/esm/constantsSite.js +2 -2
  108. package/build/esm/{core-f02df1ea.js → core-87d099fa.js} +1 -1
  109. package/build/esm/{dataTransform-7ec80df6.js → dataTransform-c050b25e.js} +1 -1
  110. package/build/esm/ecom.js +5 -5
  111. package/build/esm/{editor-95beb114.js → editor-ff27d44b.js} +11 -11
  112. package/build/esm/embeddedHeathToolCards_babyGrowth.js +25 -25
  113. package/build/esm/embeddedHeathToolCards_babyPoop.js +22 -22
  114. package/build/esm/embeddedHeathToolCards_babyVaccine.js +24 -24
  115. package/build/esm/embeddedHeathToolCards_bmi_bmi.js +27 -27
  116. package/build/esm/embeddedHeathToolCards_bmrBmr.js +27 -27
  117. package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +24 -24
  118. package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +24 -24
  119. package/build/esm/embeddedHeathToolCards_pwg_pwg.js +28 -28
  120. package/build/esm/embeddedHeathToolCards_targetHeartRate.js +29 -29
  121. package/build/esm/footer.js +22 -22
  122. package/build/esm/gAssets.js +2 -2
  123. package/build/esm/{healthTools-a478793b.js → healthTools-2b645605.js} +1 -1
  124. package/build/esm/healthToolsCardWrapper.js +20 -20
  125. package/build/esm/healthToolsForm.js +35 -35
  126. package/build/esm/hooks.js +14 -14
  127. package/build/esm/i18n.js +2 -2
  128. package/build/esm/i18nV2.js +2 -2
  129. package/build/esm/{index-5c7ecb24.js → index-07473d09.js} +6 -6
  130. package/build/esm/{index-b07e5ab0.js → index-07d60a5d.js} +3 -3
  131. package/build/esm/{index-a4fb5c60.js → index-098ab7be.js} +16 -16
  132. package/build/esm/{index-96cfc6d0.js → index-0c431eee.js} +21 -21
  133. package/build/esm/{index-969578b1.js → index-135f4576.js} +13 -13
  134. package/build/esm/{index-fdb5c913.js → index-139a2d50.js} +3 -3
  135. package/build/esm/{index-8347736a.js → index-1a2816df.js} +3 -3
  136. package/build/esm/{index-d5f782eb.js → index-1c630192.js} +2 -2
  137. package/build/esm/{index-61c5b995.js → index-1e35a5b6.js} +11 -11
  138. package/build/esm/{index-8d70c74a.js → index-20fffe6c.js} +4 -4
  139. package/build/esm/{index-80102061.js → index-25ae585e.js} +3 -3
  140. package/build/esm/{index-2fc6abb3.js → index-2d5e3a60.js} +13 -13
  141. package/build/esm/{index-e29051bf.js → index-2dd50937.js} +32 -32
  142. package/build/esm/{index-0aac98d9.js → index-2f8ce1f5.js} +32 -32
  143. package/build/esm/{index-3699be44.js → index-309f8ac2.js} +2 -2
  144. package/build/esm/{index-d6463809.js → index-344d7049.js} +8 -8
  145. package/build/esm/{index-9313ba10.js → index-35974708.js} +5 -5
  146. package/build/esm/{index-54a358f7.js → index-39db7b82.js} +3 -3
  147. package/build/esm/{index-4786dd1b.js → index-484e72f5.js} +4 -4
  148. package/build/esm/index-4d68a1b9.js +1942 -0
  149. package/build/esm/{index-e30b89da.js → index-50ad9f8f.js} +16 -16
  150. package/build/esm/{index-d35dccbb.js → index-52468161.js} +24 -24
  151. package/build/esm/{index-8ad71dae.js → index-5612e5da.js} +16 -16
  152. package/build/esm/{index-28c3f888.js → index-57886ee2.js} +3 -3
  153. package/build/esm/{index-e102e0b2.js → index-5af9940c.js} +15 -15
  154. package/build/esm/{index-e21fd7e1.js → index-5e68846a.js} +3 -3
  155. package/build/esm/{index-1ef3bd24.js → index-64c20666.js} +17 -17
  156. package/build/esm/{index-d1643abc.js → index-64e29cd4.js} +1 -1
  157. package/build/esm/{index-90c6261d.js → index-6656e3b2.js} +2 -2
  158. package/build/esm/{index-b79948be.js → index-67e15096.js} +6 -6
  159. package/build/esm/{index-873a735a.js → index-6bf51980.js} +7 -7
  160. package/build/esm/{index-dc74d2a2.js → index-6c01e06d.js} +2 -2
  161. package/build/esm/{index-d957287d.js → index-6f519afd.js} +1 -1
  162. package/build/esm/{index-18597dc3.js → index-6fff10d6.js} +2 -2
  163. package/build/esm/{index-a7cbb0b9.js → index-70c23dec.js} +1 -1
  164. package/build/esm/{index-e670af0e.js → index-75584c58.js} +6 -6
  165. package/build/esm/{index-7d3b5c77.js → index-7565bfca.js} +2 -2
  166. package/build/esm/{index-b13dc946.js → index-7b7cf8f7.js} +7 -7
  167. package/build/esm/{index-fea9434a.js → index-7c8ce1fa.js} +3 -3
  168. package/build/esm/{index-ad0c95a7.js → index-7cdd0882.js} +9 -9
  169. package/build/esm/{index-8828f77d.js → index-82effa1d.js} +25 -25
  170. package/build/esm/{index-caba5feb.js → index-85d73edb.js} +16 -16
  171. package/build/esm/{index-729cb32a.js → index-89fcee3b.js} +18 -18
  172. package/build/esm/{index-1d71825a.js → index-907d254e.js} +3 -3
  173. package/build/esm/{index-19b57024.js → index-90f1c2d6.js} +18 -18
  174. package/build/esm/{index-75a9c5b3.js → index-91731ad5.js} +2 -2
  175. package/build/esm/{index-6c9ffea1.js → index-9586308a.js} +6 -6
  176. package/build/esm/{index-49993060.js → index-98a32be1.js} +2 -2
  177. package/build/esm/{index-ad9c69f5.js → index-998a49c6.js} +15 -15
  178. package/build/esm/{index-997d9afe.js → index-9b79992b.js} +14 -14
  179. package/build/esm/{index-7061fdca.js → index-9ee90ed6.js} +2 -2
  180. package/build/esm/{index-0cf4fb1a.js → index-9eefff11.js} +22 -22
  181. package/build/esm/{index-0c8a796f.js → index-a2e186e5.js} +2 -2
  182. package/build/esm/{index-8ff3d8b9.js → index-a4e6cf4d.js} +19 -19
  183. package/build/esm/{index-1e03896e.js → index-b460b125.js} +5 -5
  184. package/build/esm/{index-52f5a292.js → index-b6d67522.js} +15 -15
  185. package/build/esm/{index-1c22f471.js → index-bb82e5de.js} +2 -2
  186. package/build/esm/{index-cc5f3d4b.js → index-be4d4296.js} +9 -9
  187. package/build/esm/{index-72b972f5.js → index-cae823f0.js} +1 -1
  188. package/build/esm/{index-cea40631.js → index-cca70b83.js} +33 -33
  189. package/build/esm/{index-51642785.js → index-d15ebd48.js} +1 -1
  190. package/build/esm/{index-e8e284f7.js → index-d24c77b8.js} +1 -1
  191. package/build/esm/{index-14c5e5f8.js → index-d2df7404.js} +14 -14
  192. package/build/esm/{index-5a3a3f42.js → index-d2f5b100.js} +14 -14
  193. package/build/esm/{index-4e4a4448.js → index-d9ef4499.js} +2 -2
  194. package/build/esm/{index-29614899.js → index-e8ad0d1e.js} +3 -3
  195. package/build/esm/{index-bf75e23b.js → index-eb9f4128.js} +2 -2
  196. package/build/esm/{index-73b17150.js → index-eec6638d.js} +1 -1
  197. package/build/esm/{index-6615252e.js → index-f6cd1e12.js} +2 -2
  198. package/build/esm/{index-c3579fb3.js → index-fbbfd7bd.js} +2 -2
  199. package/build/esm/{index-ba4cfc72.js → index-ffdfffa1.js} +2 -2
  200. package/build/esm/index.js +126 -126
  201. package/build/esm/{labelSorting-0ff4b693.js → labelSorting-19277d51.js} +4 -4
  202. package/build/esm/lead.js +37 -37
  203. package/build/esm/{logoIcon-a24cf073.js → logoIcon-07a87cc2.js} +2 -2
  204. package/build/esm/mantine.js +27 -27
  205. package/build/esm/misc.js +19 -19
  206. package/build/esm/miscGetDynamicHealthTool.js +4 -4
  207. package/build/esm/miscGetSocialList.js +8 -8
  208. package/build/esm/miscScreenSizeContext.js +1 -1
  209. package/build/esm/mobileBottomNavigation.js +5 -5
  210. package/build/esm/mobileBottomNavigationIcon.js +5 -5
  211. package/build/esm/molecules.js +79 -79
  212. package/build/esm/moleculesArticleCard.js +6 -6
  213. package/build/esm/moleculesArticleCardV2.js +17 -17
  214. package/build/esm/navigation.js +49 -49
  215. package/build/esm/navigationLogoutPopup.js +11 -11
  216. package/build/esm/navigationProfileButton.js +27 -27
  217. package/build/esm/onboardingV2.js +30 -30
  218. package/build/esm/organisms.js +62 -62
  219. package/build/esm/{post-e85d518d.js → post-7898c0ce.js} +2 -2
  220. package/build/esm/profileNavigation.js +20 -20
  221. package/build/esm/progressBar.js +1 -1
  222. package/build/esm/pwg.js +23 -23
  223. package/build/esm/ssoV2/screens/updateEmail.d.ts +4 -2
  224. package/build/esm/ssoV2/ssoStateManager/store.d.ts +1 -0
  225. package/build/esm/ssoV2.js +88 -70
  226. package/build/esm/{store-58945988.js → store-364bb20c.js} +37 -28
  227. package/build/esm/subot.js +40 -40
  228. package/build/esm/surveyOrPremiumBanner.js +34 -34
  229. package/build/esm/surveyQuestionCard.js +11 -11
  230. package/build/esm/{surveyThankyouCard-020bd785.js → surveyThankyouCard-661ebcbf.js} +5 -5
  231. package/build/esm/together.js +57 -57
  232. package/build/esm/togetherApiUtils.js +6 -6
  233. package/build/esm/togetherAtoms.js +31 -31
  234. package/build/esm/togetherComponentGlobalContext.js +6 -6
  235. package/build/esm/togetherMolecules.js +52 -52
  236. package/build/esm/togetherMoleculesCardAuthor.js +29 -29
  237. package/build/esm/togetherMoleculesPostImagePreview.js +13 -13
  238. package/build/esm/togetherMoleculesProfileDetail.js +40 -40
  239. package/build/esm/togetherOrganisms.js +51 -51
  240. package/build/esm/togetherRichTextEditor.js +20 -20
  241. package/build/esm/togetherShareBox.js +12 -12
  242. package/build/esm/{transform-54db313c.js → transform-82803dcc.js} +27 -27
  243. package/build/esm/{translationsProvider-74ef088c.js → translationsProvider-5d50108d.js} +1 -1
  244. package/build/esm/{treePopoverMenu-43e10598.js → treePopoverMenu-f431287f.js} +19 -19
  245. package/build/esm/types.js +2 -2
  246. package/build/esm/{useCartCareService-78b0a223.js → useCartCareService-b00b5a1b.js} +1 -1
  247. package/build/esm/{useHealthToolCache-a120abd1.js → useHealthToolCache-b1ce9a17.js} +1 -1
  248. package/build/esm/{usePhoneValidator-6ac61ebc.js → usePhoneValidator-46de313d.js} +5 -5
  249. package/build/esm/{usePlacesAutocomplete-09a0e342.js → usePlacesAutocomplete-2f4b50df.js} +1 -1
  250. package/build/esm/useTogetherAuthRequiredAction.js +10 -10
  251. package/build/esm/{utils-78865776.js → utils-60af12e4.js} +2 -2
  252. package/build/esm/{utils-e4a74b46.js → utils-6b4b76c4.js} +3 -3
  253. package/build/esm/{utils-9b4e448e.js → utils-708d119e.js} +3 -3
  254. package/build/esm/{utils-4560ea01.js → utils-92ef5518.js} +5 -5
  255. package/build/esm/{utils-e56045d9.js → utils-e2f50745.js} +2 -2
  256. package/build/esm/vaccination.js +22 -22
  257. package/build/footer.js +22 -22
  258. package/build/gAssets.js +2 -2
  259. package/build/{healthTools-4c002c0b.js → healthTools-48f77d98.js} +1 -1
  260. package/build/healthToolsCardWrapper.js +20 -20
  261. package/build/healthToolsForm.js +35 -35
  262. package/build/hooks.js +14 -14
  263. package/build/i18n.js +2 -2
  264. package/build/i18nV2.js +1 -1
  265. package/build/{index-d0193408.js → index-010294cf.js} +19 -19
  266. package/build/{index-e6ee6bb1.js → index-09b98fc9.js} +33 -33
  267. package/build/{index-ac37f6c0.js → index-1774b0c0.js} +16 -16
  268. package/build/{index-68b3b9cc.js → index-1948737b.js} +25 -25
  269. package/build/{index-55741379.js → index-19880ee5.js} +1 -1
  270. package/build/{index-abed94ee.js → index-19b006b0.js} +7 -7
  271. package/build/{index-f3df57f3.js → index-1b33cbda.js} +2 -2
  272. package/build/{index-dab87a70.js → index-1bd406ae.js} +2 -2
  273. package/build/{index-8a641926.js → index-1c206b60.js} +1 -1
  274. package/build/{index-ec50dce8.js → index-1d387ead.js} +3 -3
  275. package/build/{index-9368f4ba.js → index-1d8cc34f.js} +8 -8
  276. package/build/{index-7979a7fd.js → index-2367c86a.js} +3 -3
  277. package/build/{index-2a0e7ab6.js → index-2831fb46.js} +3 -3
  278. package/build/{index-07443896.js → index-3036f9bc.js} +2 -2
  279. package/build/{index-de56de6f.js → index-33b95133.js} +14 -14
  280. package/build/{index-aa442c73.js → index-39540a70.js} +2 -2
  281. package/build/{index-0d3129b1.js → index-3da5eda4.js} +6 -6
  282. package/build/{index-8d636c5e.js → index-422a7df7.js} +15 -15
  283. package/build/{index-5bc65809.js → index-469e7ea3.js} +6 -6
  284. package/build/{index-a027ddce.js → index-4a51ca80.js} +3 -3
  285. package/build/{index-f104b7d3.js → index-4d537fcf.js} +1 -1
  286. package/build/{index-e72051d3.js → index-501739d7.js} +2 -2
  287. package/build/{index-071fc285.js → index-5196bee4.js} +3 -3
  288. package/build/{index-626df4e1.js → index-56f3e7a0.js} +21 -21
  289. package/build/{index-bb486b2b.js → index-57efa012.js} +16 -16
  290. package/build/{index-d08623ad.js → index-5980c301.js} +16 -16
  291. package/build/{index-abacafb1.js → index-5bd7f9a9.js} +2 -2
  292. package/build/{index-54f20948.js → index-6176d4e6.js} +1 -1
  293. package/build/{index-08ce6245.js → index-637a3d93.js} +2 -2
  294. package/build/{index-9cdb8ffc.js → index-639baa53.js} +5 -5
  295. package/build/{index-31a7199d.js → index-64cafdd2.js} +2 -2
  296. package/build/{index-fc3632d1.js → index-64df4fd2.js} +16 -16
  297. package/build/{index-c0797540.js → index-6a76ec1e.js} +2 -2
  298. package/build/{index-43597605.js → index-6be2baca.js} +9 -9
  299. package/build/{index-7dbf4343.js → index-6bec7e79.js} +1 -1
  300. package/build/{index-c74a66ef.js → index-6def05b7.js} +17 -17
  301. package/build/{index-7922e69e.js → index-6fdd1a6c.js} +2 -2
  302. package/build/{index-9a1a2a20.js → index-774a374e.js} +24 -24
  303. package/build/{index-2dc73063.js → index-78a2f151.js} +18 -18
  304. package/build/{index-94b27427.js → index-78c22135.js} +2 -2
  305. package/build/{index-bda9fc0f.js → index-78ed5707.js} +14 -14
  306. package/build/{index-6699754e.js → index-8142f1e6.js} +13 -13
  307. package/build/{index-859d9704.js → index-81ca34e8.js} +11 -11
  308. package/build/{index-015f890f.js → index-8f94dc82.js} +6 -6
  309. package/build/{index-5057d16f.js → index-9128fa90.js} +2 -2
  310. package/build/{index-4f61ac85.js → index-9701293d.js} +32 -32
  311. package/build/{index-0e60b5c7.js → index-9b4600c7.js} +18 -18
  312. package/build/{index-a0fe3cd0.js → index-a19d0a96.js} +2 -2
  313. package/build/{index-3f93a7ef.js → index-a37c2c7e.js} +32 -32
  314. package/build/{index-3d073609.js → index-a3887c32.js} +5 -5
  315. package/build/{index-a1138fdb.js → index-ac0b9f93.js} +9 -9
  316. package/build/{index-ad516504.js → index-afb0154c.js} +3 -3
  317. package/build/{index-78d490d2.js → index-b475a60a.js} +3 -3
  318. package/build/{index-9175f3dc.js → index-b88d27ed.js} +1 -1
  319. package/build/{index-c037399a.js → index-bb5f043f.js} +14 -14
  320. package/build/{index-4b4ffab8.js → index-bda467d6.js} +22 -22
  321. package/build/{index-317470d8.js → index-c4e313bc.js} +13 -13
  322. package/build/{index-8ed68f29.js → index-c5ddd651.js} +15 -15
  323. package/build/{index-5fdcef88.js → index-d09c29d9.js} +2 -2
  324. package/build/{index-dd216b8d.js → index-d439a18f.js} +2 -2
  325. package/build/{index-fea268f5.js → index-dc9c29d8.js} +4 -4
  326. package/build/{index-30398c28.js → index-dce662fa.js} +4 -4
  327. package/build/{index-99d8372b.js → index-de37f553.js} +2 -2
  328. package/build/{index-034a704f.js → index-e69ca49a.js} +7 -7
  329. package/build/{index-2c0ceb91.js → index-ed691500.js} +3 -3
  330. package/build/{index-b919614c.js → index-f0fe3133.js} +1 -1
  331. package/build/{index-2823f5ed.js → index-f6e281f3.js} +3 -3
  332. package/build/{index-af18e92c.js → index-f8b113a4.js} +3 -3
  333. package/build/{index-8f89038a.js → index-fa620c5b.js} +15 -15
  334. package/build/{index-9c06a9f8.js → index-fbec091b.js} +6 -6
  335. package/build/index-ff09c525.js +1951 -0
  336. package/build/index.js +127 -126
  337. package/build/{labelSorting-7fc632e0.js → labelSorting-c3a79fcf.js} +4 -4
  338. package/build/lead.js +37 -37
  339. package/build/{logoIcon-bfcdf2f9.js → logoIcon-c26486ef.js} +2 -2
  340. package/build/mantine.js +25 -25
  341. package/build/misc.js +19 -19
  342. package/build/miscGetDynamicHealthTool.js +4 -4
  343. package/build/miscGetSocialList.js +8 -8
  344. package/build/miscScreenSizeContext.js +1 -1
  345. package/build/mobileBottomNavigation.js +5 -5
  346. package/build/mobileBottomNavigationIcon.js +5 -5
  347. package/build/molecules.js +79 -79
  348. package/build/moleculesArticleCard.js +6 -6
  349. package/build/moleculesArticleCardV2.js +17 -17
  350. package/build/navigation.js +49 -49
  351. package/build/navigationLogoutPopup.js +11 -11
  352. package/build/navigationProfileButton.js +27 -27
  353. package/build/onboardingV2.js +29 -29
  354. package/build/organisms.js +62 -62
  355. package/build/{post-a8461958.js → post-9f543b9f.js} +2 -2
  356. package/build/profileNavigation.js +20 -20
  357. package/build/progressBar.js +1 -1
  358. package/build/pwg.js +23 -23
  359. package/build/ssoV2/screens/updateEmail.d.ts +4 -2
  360. package/build/ssoV2/ssoStateManager/store.d.ts +1 -0
  361. package/build/ssoV2.js +86 -68
  362. package/build/{store-61cad318.js → store-beb77ea3.js} +37 -28
  363. package/build/subot.js +39 -39
  364. package/build/surveyOrPremiumBanner.js +34 -34
  365. package/build/surveyQuestionCard.js +11 -11
  366. package/build/{surveyThankyouCard-896e9d87.js → surveyThankyouCard-94110a1b.js} +5 -5
  367. package/build/together.js +57 -57
  368. package/build/togetherApiUtils.js +6 -6
  369. package/build/togetherAtoms.js +31 -31
  370. package/build/togetherComponentGlobalContext.js +6 -6
  371. package/build/togetherMolecules.js +52 -52
  372. package/build/togetherMoleculesCardAuthor.js +29 -29
  373. package/build/togetherMoleculesPostImagePreview.js +13 -13
  374. package/build/togetherMoleculesProfileDetail.js +40 -40
  375. package/build/togetherOrganisms.js +51 -51
  376. package/build/togetherRichTextEditor.js +20 -20
  377. package/build/togetherShareBox.js +12 -12
  378. package/build/{transform-f5678a32.js → transform-d90a99c9.js} +27 -27
  379. package/build/{translationsProvider-7e6db534.js → translationsProvider-044f9dc9.js} +1 -1
  380. package/build/{treePopoverMenu-d6b74bd6.js → treePopoverMenu-dc002bf6.js} +19 -19
  381. package/build/types.js +2 -2
  382. package/build/{useCartCareService-202114a6.js → useCartCareService-5367f9c3.js} +1 -1
  383. package/build/{useHealthToolCache-25f3cf03.js → useHealthToolCache-31035137.js} +1 -1
  384. package/build/{usePhoneValidator-36d897da.js → usePhoneValidator-875a9a57.js} +5 -5
  385. package/build/{usePlacesAutocomplete-437f7caf.js → usePlacesAutocomplete-55eb2441.js} +1 -1
  386. package/build/useTogetherAuthRequiredAction.js +10 -10
  387. package/build/{utils-b3fa920f.js → utils-303cf747.js} +2 -2
  388. package/build/{utils-082f61e1.js → utils-6dfd62c4.js} +5 -5
  389. package/build/{utils-bc652d73.js → utils-c3ecaa84.js} +3 -3
  390. package/build/{utils-1aeabb49.js → utils-c54268a3.js} +2 -2
  391. package/build/{utils-4d304390.js → utils-e6417103.js} +3 -3
  392. package/build/vaccination.js +22 -22
  393. package/package.json +1 -1
  394. package/build/esm/index-3ecee9df.js +0 -31
  395. package/build/index-4519c910.js +0 -38
  396. /package/build/{BMI_BOYS.percentile.monthly-c8cb7280.js → BMI_BOYS.percentile.monthly-013ccb45.js} +0 -0
  397. /package/build/{BMI_BOYS.percentile.weekly-55ff6bc1.js → BMI_BOYS.percentile.weekly-b82f86d0.js} +0 -0
  398. /package/build/{BMI_BOYS.percentile.yearly-ae309cc1.js → BMI_BOYS.percentile.yearly-b8cd1c8d.js} +0 -0
  399. /package/build/{BMI_BOYS.zscore.monthly-51faa333.js → BMI_BOYS.zscore.monthly-237ecba5.js} +0 -0
  400. /package/build/{BMI_BOYS.zscore.weekly-c8bc4567.js → BMI_BOYS.zscore.weekly-3449e342.js} +0 -0
  401. /package/build/{BMI_BOYS.zscore.yearly-3e94c386.js → BMI_BOYS.zscore.yearly-1d08efed.js} +0 -0
  402. /package/build/{BMI_GIRLS.percentile.monthly-2f0f4651.js → BMI_GIRLS.percentile.monthly-00823f72.js} +0 -0
  403. /package/build/{BMI_GIRLS.percentile.weekly-f3d8cc3f.js → BMI_GIRLS.percentile.weekly-6aa31276.js} +0 -0
  404. /package/build/{BMI_GIRLS.percentile.yearly-ce01bdfd.js → BMI_GIRLS.percentile.yearly-8cbffb79.js} +0 -0
  405. /package/build/{BMI_GIRLS.zscore.monthly-c30a5aa7.js → BMI_GIRLS.zscore.monthly-fddaf790.js} +0 -0
  406. /package/build/{BMI_GIRLS.zscore.weekly-850dcf70.js → BMI_GIRLS.zscore.weekly-bb3760d3.js} +0 -0
  407. /package/build/{BMI_GIRLS.zscore.yearly-c14aaf5e.js → BMI_GIRLS.zscore.yearly-7a7b6b5d.js} +0 -0
  408. /package/build/{ChevronDown-bd7697c4.js → ChevronDown-3a089752.js} +0 -0
  409. /package/build/{Close-d80873df.js → Close-bb74b5c0.js} +0 -0
  410. /package/build/{Google-7f8e4f6e.js → Google-8f9986d4.js} +0 -0
  411. /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-8faeb896.js → HEAD CIRCUM_BOYS.percentile.monthly-717c6639.js} +0 -0
  412. /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-e070074f.js → HEAD CIRCUM_BOYS.percentile.weekly-fee60bf3.js} +0 -0
  413. /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-820285f4.js → HEAD CIRCUM_BOYS.percentile.yearly-56ee28c2.js} +0 -0
  414. /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-1b0097ec.js → HEAD CIRCUM_BOYS.zscore.monthly-c5b413f1.js} +0 -0
  415. /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-5686ddfb.js → HEAD CIRCUM_BOYS.zscore.weekly-d2b7a655.js} +0 -0
  416. /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-ad150e91.js → HEAD CIRCUM_BOYS.zscore.yearly-e809d1d4.js} +0 -0
  417. /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-076cdb96.js → HEAD CIRCUM_GIRLS.percentile.monthly-d6fa5f70.js} +0 -0
  418. /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-7ba0f699.js → HEAD CIRCUM_GIRLS.percentile.weekly-6e7d0adb.js} +0 -0
  419. /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-c64aece9.js → HEAD CIRCUM_GIRLS.percentile.yearly-577dba7d.js} +0 -0
  420. /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-222ef11f.js → HEAD CIRCUM_GIRLS.zscore.monthly-9cc4760a.js} +0 -0
  421. /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-bffe1fde.js → HEAD CIRCUM_GIRLS.zscore.weekly-71bad006.js} +0 -0
  422. /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-65836f4a.js → HEAD CIRCUM_GIRLS.zscore.yearly-b3ce1651.js} +0 -0
  423. /package/build/{HEIGHT_BOYS.percentile.monthly-312b0a78.js → HEIGHT_BOYS.percentile.monthly-97c16557.js} +0 -0
  424. /package/build/{HEIGHT_BOYS.percentile.weekly-d4a02b3a.js → HEIGHT_BOYS.percentile.weekly-34ec6517.js} +0 -0
  425. /package/build/{HEIGHT_BOYS.percentile.yearly-4991623c.js → HEIGHT_BOYS.percentile.yearly-c6e6be52.js} +0 -0
  426. /package/build/{HEIGHT_BOYS.zscore.monthly-cf943dab.js → HEIGHT_BOYS.zscore.monthly-cb80b7a6.js} +0 -0
  427. /package/build/{HEIGHT_BOYS.zscore.weekly-929ee172.js → HEIGHT_BOYS.zscore.weekly-85850c62.js} +0 -0
  428. /package/build/{HEIGHT_BOYS.zscore.yearly-1ad495ec.js → HEIGHT_BOYS.zscore.yearly-361f2d35.js} +0 -0
  429. /package/build/{HEIGHT_GIRLS.percentile.monthly-49d5f51f.js → HEIGHT_GIRLS.percentile.monthly-15463120.js} +0 -0
  430. /package/build/{HEIGHT_GIRLS.percentile.weekly-a99518f5.js → HEIGHT_GIRLS.percentile.weekly-ca8c7bfb.js} +0 -0
  431. /package/build/{HEIGHT_GIRLS.percentile.yearly-91a3be34.js → HEIGHT_GIRLS.percentile.yearly-401d2863.js} +0 -0
  432. /package/build/{HEIGHT_GIRLS.zscore.monthly-ba8c8e6e.js → HEIGHT_GIRLS.zscore.monthly-ff7ab364.js} +0 -0
  433. /package/build/{HEIGHT_GIRLS.zscore.weekly-50353a52.js → HEIGHT_GIRLS.zscore.weekly-aba2ece2.js} +0 -0
  434. /package/build/{HEIGHT_GIRLS.zscore.yearly-d1b5f969.js → HEIGHT_GIRLS.zscore.yearly-f46f3a7a.js} +0 -0
  435. /package/build/{Locale-daf9aa88.js → Locale-2ad8ea20.js} +0 -0
  436. /package/build/{Visible-2b15fba4.js → Visible-88b9c33d.js} +0 -0
  437. /package/build/{WEIGHT_BOYS.percentile.monthly-5d6787ce.js → WEIGHT_BOYS.percentile.monthly-cc1cd53a.js} +0 -0
  438. /package/build/{WEIGHT_BOYS.percentile.weekly-1a860b4b.js → WEIGHT_BOYS.percentile.weekly-60a1cb27.js} +0 -0
  439. /package/build/{WEIGHT_BOYS.percentile.yearly-fd57716a.js → WEIGHT_BOYS.percentile.yearly-197a0edf.js} +0 -0
  440. /package/build/{WEIGHT_BOYS.zscore.monthly-a0acd992.js → WEIGHT_BOYS.zscore.monthly-f0e215a7.js} +0 -0
  441. /package/build/{WEIGHT_BOYS.zscore.weekly-89ef1904.js → WEIGHT_BOYS.zscore.weekly-5fb5c6f4.js} +0 -0
  442. /package/build/{WEIGHT_BOYS.zscore.yearly-7da1d40a.js → WEIGHT_BOYS.zscore.yearly-0a044e45.js} +0 -0
  443. /package/build/{WEIGHT_GIRLS.percentile.monthly-6f58db3e.js → WEIGHT_GIRLS.percentile.monthly-de330329.js} +0 -0
  444. /package/build/{WEIGHT_GIRLS.percentile.weekly-86271d0c.js → WEIGHT_GIRLS.percentile.weekly-2e4033fa.js} +0 -0
  445. /package/build/{WEIGHT_GIRLS.percentile.yearly-0ef79884.js → WEIGHT_GIRLS.percentile.yearly-7903de3e.js} +0 -0
  446. /package/build/{WEIGHT_GIRLS.zscore.monthly-b25a4c9b.js → WEIGHT_GIRLS.zscore.monthly-ff5f391d.js} +0 -0
  447. /package/build/{WEIGHT_GIRLS.zscore.weekly-370bd448.js → WEIGHT_GIRLS.zscore.weekly-83c63d39.js} +0 -0
  448. /package/build/{WEIGHT_GIRLS.zscore.yearly-f9e4eee1.js → WEIGHT_GIRLS.zscore.yearly-d507528f.js} +0 -0
  449. /package/build/{ageGenerate-15148d2a.js → ageGenerate-8ebb15fd.js} +0 -0
  450. /package/build/{animation-2da7465d.js → animation-259918f0.js} +0 -0
  451. /package/build/{constants-d45110a8.js → constants-26fa8a00.js} +0 -0
  452. /package/build/{constants-01227b75.js → constants-3ae32cc4.js} +0 -0
  453. /package/build/{context-e82deb48.js → context-12a694e0.js} +0 -0
  454. /package/build/{dataTransform-88f89c7a.js → dataTransform-861d48d8.js} +0 -0
  455. /package/build/esm/{BMI_BOYS.percentile.monthly-59d604f6.js → BMI_BOYS.percentile.monthly-e4fdaf1e.js} +0 -0
  456. /package/build/esm/{BMI_BOYS.percentile.weekly-fc44a5b7.js → BMI_BOYS.percentile.weekly-6412eb4e.js} +0 -0
  457. /package/build/esm/{BMI_BOYS.percentile.yearly-9176e4e1.js → BMI_BOYS.percentile.yearly-cea5a6e1.js} +0 -0
  458. /package/build/esm/{BMI_BOYS.zscore.monthly-6e573c0b.js → BMI_BOYS.zscore.monthly-577441e4.js} +0 -0
  459. /package/build/esm/{BMI_BOYS.zscore.weekly-1745ebd4.js → BMI_BOYS.zscore.weekly-1c565943.js} +0 -0
  460. /package/build/esm/{BMI_BOYS.zscore.yearly-1476fb3a.js → BMI_BOYS.zscore.yearly-47de65c4.js} +0 -0
  461. /package/build/esm/{BMI_GIRLS.percentile.monthly-d2d35df9.js → BMI_GIRLS.percentile.monthly-4e2e91d0.js} +0 -0
  462. /package/build/esm/{BMI_GIRLS.percentile.weekly-6c19387b.js → BMI_GIRLS.percentile.weekly-7d31f0fb.js} +0 -0
  463. /package/build/esm/{BMI_GIRLS.percentile.yearly-06cc8ebe.js → BMI_GIRLS.percentile.yearly-fef5e20d.js} +0 -0
  464. /package/build/esm/{BMI_GIRLS.zscore.monthly-fd5ac2e5.js → BMI_GIRLS.zscore.monthly-f2e27dc9.js} +0 -0
  465. /package/build/esm/{BMI_GIRLS.zscore.weekly-f68aa046.js → BMI_GIRLS.zscore.weekly-a96cc896.js} +0 -0
  466. /package/build/esm/{BMI_GIRLS.zscore.yearly-0c048503.js → BMI_GIRLS.zscore.yearly-a0b4a2a5.js} +0 -0
  467. /package/build/esm/{ChevronDown-99190b49.js → ChevronDown-fcbcff06.js} +0 -0
  468. /package/build/esm/{Close-4c9c5d81.js → Close-365a2dc3.js} +0 -0
  469. /package/build/esm/{Google-49452371.js → Google-96547fab.js} +0 -0
  470. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-d369c45c.js → HEAD CIRCUM_BOYS.percentile.monthly-9cd6e5cc.js} +0 -0
  471. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-2c48fafc.js → HEAD CIRCUM_BOYS.percentile.weekly-e176f965.js} +0 -0
  472. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-e794341e.js → HEAD CIRCUM_BOYS.percentile.yearly-aab03611.js} +0 -0
  473. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-407b0528.js → HEAD CIRCUM_BOYS.zscore.monthly-1a7ca87e.js} +0 -0
  474. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-771bbb48.js → HEAD CIRCUM_BOYS.zscore.weekly-9cf04a9b.js} +0 -0
  475. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-623d50eb.js → HEAD CIRCUM_BOYS.zscore.yearly-b9dc3b94.js} +0 -0
  476. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-214f1990.js → HEAD CIRCUM_GIRLS.percentile.monthly-e697b31c.js} +0 -0
  477. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-7cbe6fff.js → HEAD CIRCUM_GIRLS.percentile.weekly-d80f97f9.js} +0 -0
  478. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-28207825.js → HEAD CIRCUM_GIRLS.percentile.yearly-9abd42f4.js} +0 -0
  479. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-9e25b76a.js → HEAD CIRCUM_GIRLS.zscore.monthly-b6936801.js} +0 -0
  480. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-32881b18.js → HEAD CIRCUM_GIRLS.zscore.weekly-e0ec4f0b.js} +0 -0
  481. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-4f8e0a2e.js → HEAD CIRCUM_GIRLS.zscore.yearly-42274aa8.js} +0 -0
  482. /package/build/esm/{HEIGHT_BOYS.percentile.monthly-6a5617db.js → HEIGHT_BOYS.percentile.monthly-b0c84cb6.js} +0 -0
  483. /package/build/esm/{HEIGHT_BOYS.percentile.weekly-f5400955.js → HEIGHT_BOYS.percentile.weekly-7fc68853.js} +0 -0
  484. /package/build/esm/{HEIGHT_BOYS.percentile.yearly-7d0b1c6e.js → HEIGHT_BOYS.percentile.yearly-77062365.js} +0 -0
  485. /package/build/esm/{HEIGHT_BOYS.zscore.monthly-d03f1410.js → HEIGHT_BOYS.zscore.monthly-4bc3f790.js} +0 -0
  486. /package/build/esm/{HEIGHT_BOYS.zscore.weekly-54afffac.js → HEIGHT_BOYS.zscore.weekly-369c6ae2.js} +0 -0
  487. /package/build/esm/{HEIGHT_BOYS.zscore.yearly-395598e5.js → HEIGHT_BOYS.zscore.yearly-aa09e24a.js} +0 -0
  488. /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-202e9f0a.js → HEIGHT_GIRLS.percentile.monthly-282f2aae.js} +0 -0
  489. /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-0c2d2912.js → HEIGHT_GIRLS.percentile.weekly-dc0c378f.js} +0 -0
  490. /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-edbc48dd.js → HEIGHT_GIRLS.percentile.yearly-61cc9ba0.js} +0 -0
  491. /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-6c102061.js → HEIGHT_GIRLS.zscore.monthly-4b018477.js} +0 -0
  492. /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-c068f6e5.js → HEIGHT_GIRLS.zscore.weekly-14f8a486.js} +0 -0
  493. /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-62525f1e.js → HEIGHT_GIRLS.zscore.yearly-20dff142.js} +0 -0
  494. /package/build/esm/{Locale-dd85e540.js → Locale-f39ad168.js} +0 -0
  495. /package/build/esm/{Visible-ca95870e.js → Visible-74b38449.js} +0 -0
  496. /package/build/esm/{WEIGHT_BOYS.percentile.monthly-b0ec8b51.js → WEIGHT_BOYS.percentile.monthly-d214fe4b.js} +0 -0
  497. /package/build/esm/{WEIGHT_BOYS.percentile.weekly-cbace597.js → WEIGHT_BOYS.percentile.weekly-acb3be61.js} +0 -0
  498. /package/build/esm/{WEIGHT_BOYS.percentile.yearly-bd229dcb.js → WEIGHT_BOYS.percentile.yearly-2a2ab3f4.js} +0 -0
  499. /package/build/esm/{WEIGHT_BOYS.zscore.monthly-8a2526bd.js → WEIGHT_BOYS.zscore.monthly-19967e44.js} +0 -0
  500. /package/build/esm/{WEIGHT_BOYS.zscore.weekly-010ccb5d.js → WEIGHT_BOYS.zscore.weekly-5840e98d.js} +0 -0
  501. /package/build/esm/{WEIGHT_BOYS.zscore.yearly-807fb74a.js → WEIGHT_BOYS.zscore.yearly-4acc4bc6.js} +0 -0
  502. /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-188cf1de.js → WEIGHT_GIRLS.percentile.monthly-6c3ae757.js} +0 -0
  503. /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-edcf30aa.js → WEIGHT_GIRLS.percentile.weekly-83da9c3a.js} +0 -0
  504. /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-11916aa1.js → WEIGHT_GIRLS.percentile.yearly-6dbc9b58.js} +0 -0
  505. /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-02e4f36e.js → WEIGHT_GIRLS.zscore.monthly-63c00f8d.js} +0 -0
  506. /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-f04180c7.js → WEIGHT_GIRLS.zscore.weekly-25a94d3a.js} +0 -0
  507. /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-b0f6b466.js → WEIGHT_GIRLS.zscore.yearly-1f305c82.js} +0 -0
  508. /package/build/esm/{ageGenerate-a19ee554.js → ageGenerate-31ce7674.js} +0 -0
  509. /package/build/esm/{animation-530c8713.js → animation-925a6259.js} +0 -0
  510. /package/build/esm/{constants-ebf82e1d.js → constants-655e384a.js} +0 -0
  511. /package/build/esm/{constants-2a6f0822.js → constants-bcce86bf.js} +0 -0
  512. /package/build/esm/{context-adea3929.js → context-d703ab29.js} +0 -0
  513. /package/build/esm/{dataTransform-31b69b1f.js → dataTransform-302b3bba.js} +0 -0
  514. /package/build/esm/{index-edde0d78.js → index-15d20abe.js} +0 -0
  515. /package/build/esm/{index-43a9fa15.js → index-27131e44.js} +0 -0
  516. /package/build/esm/{index-10d0027c.js → index-3ad17633.js} +0 -0
  517. /package/build/esm/{index-22cb52ac.js → index-44548783.js} +0 -0
  518. /package/build/esm/{index-b2a8a256.js → index-8e4b3940.js} +0 -0
  519. /package/build/esm/{index-f3b9047f.js → index-b1f7fde6.js} +0 -0
  520. /package/build/esm/{index-676cea42.js → index-bb7b263b.js} +0 -0
  521. /package/build/esm/{index-52105956.js → index-e1a9a22f.js} +0 -0
  522. /package/build/esm/{index-40178353.js → index-e78b9ca8.js} +0 -0
  523. /package/build/esm/{index.styles-fc1f3f4c.js → index.styles-6465d6bb.js} +0 -0
  524. /package/build/esm/{localizeNumberFormat-02aa10d8.js → localizeNumberFormat-01ee3264.js} +0 -0
  525. /package/build/esm/{normalizeLink-be7f4c29.js → normalizeLink-ffec6dc4.js} +0 -0
  526. /package/build/esm/{number-323db2e3.js → number-32750773.js} +0 -0
  527. /package/build/esm/{paths-57889e7a.js → paths-82fdd769.js} +0 -0
  528. /package/build/esm/{shared-ddb4a7c0.js → shared-0319a067.js} +0 -0
  529. /package/build/esm/{translationsContext-9ccdd735.js → translationsContext-844e0548.js} +0 -0
  530. /package/build/esm/{tslib.es6-eac05ee6.js → tslib.es6-05b7cc0f.js} +0 -0
  531. /package/build/esm/{types-f3c62b8e.js → types-635612fa.js} +0 -0
  532. /package/build/esm/{types-1da79786.js → types-ebdb3527.js} +0 -0
  533. /package/build/esm/{useOutsideClick-7b0e73bb.js → useOutsideClick-8871c23e.js} +0 -0
  534. /package/build/esm/{useScrollbarSize-cbeb3de3.js → useScrollbarSize-8fe7073b.js} +0 -0
  535. /package/build/esm/{useUniqueId-09a9a15d.js → useUniqueId-4a933ede.js} +0 -0
  536. /package/build/esm/{utils-8fa947f2.js → utils-30eaad0a.js} +0 -0
  537. /package/build/esm/{utils-f2c14fb6.js → utils-f6a039c9.js} +0 -0
  538. /package/build/{index-6116f62d.js → index-0e9f2341.js} +0 -0
  539. /package/build/{index-cad29f79.js → index-0f418bd4.js} +0 -0
  540. /package/build/{index-0b65a3e1.js → index-1e6b4a87.js} +0 -0
  541. /package/build/{index-a185e6c8.js → index-3b430792.js} +0 -0
  542. /package/build/{index-ff0be8db.js → index-41135ccc.js} +0 -0
  543. /package/build/{index-3658a241.js → index-7d41403f.js} +0 -0
  544. /package/build/{index-de2e9a33.js → index-cee2c290.js} +0 -0
  545. /package/build/{index-7305ec62.js → index-eee9fd4c.js} +0 -0
  546. /package/build/{index-6c22e2d3.js → index-f0881ec4.js} +0 -0
  547. /package/build/{index.styles-7654fb59.js → index.styles-74ff8ffd.js} +0 -0
  548. /package/build/{localizeNumberFormat-0c6e5858.js → localizeNumberFormat-09126b38.js} +0 -0
  549. /package/build/{normalizeLink-9cbdcafa.js → normalizeLink-8520a2c4.js} +0 -0
  550. /package/build/{number-10ca56f4.js → number-33c4dc73.js} +0 -0
  551. /package/build/{paths-60d5e970.js → paths-a6867c36.js} +0 -0
  552. /package/build/{shared-7b7b3f13.js → shared-5981f43c.js} +0 -0
  553. /package/build/{translationsContext-9b0d023d.js → translationsContext-19e0122e.js} +0 -0
  554. /package/build/{tslib.es6-7d483fc2.js → tslib.es6-d33594b5.js} +0 -0
  555. /package/build/{types-ed1ecac3.js → types-dd1637a7.js} +0 -0
  556. /package/build/{types-9d499822.js → types-fbaa732a.js} +0 -0
  557. /package/build/{useOutsideClick-c0a2806b.js → useOutsideClick-76a3079d.js} +0 -0
  558. /package/build/{useScrollbarSize-96b32242.js → useScrollbarSize-3f4fdeb6.js} +0 -0
  559. /package/build/{useUniqueId-36c15220.js → useUniqueId-a15633b9.js} +0 -0
  560. /package/build/{utils-3b9fef4f.js → utils-9446bade.js} +0 -0
  561. /package/build/{utils-06f796b5.js → utils-e8a0bd68.js} +0 -0
package/build/esm/pwg.js CHANGED
@@ -1,46 +1,46 @@
1
1
  import React__default, { useMemo, useState, useRef } from 'react';
2
- import { M as MarryBabyText, a as MarryBabyHeading } from './index-d1643abc.js';
3
- import { T as Text } from './index-ba4cfc72.js';
4
- import { P as PillCarousel } from './index-873a735a.js';
5
- import { u as useTranslations } from './index-72b972f5.js';
2
+ import { M as MarryBabyText, a as MarryBabyHeading } from './index-64e29cd4.js';
3
+ import { T as Text } from './index-ffdfffa1.js';
4
+ import { P as PillCarousel } from './index-6bf51980.js';
5
+ import { u as useTranslations } from './index-cae823f0.js';
6
6
  import { theme } from './miscTheme.js';
7
7
  import { ResponsiveContainer, AreaChart, CartesianGrid, Tooltip, XAxis, YAxis, Area, ReferenceDot } from 'recharts';
8
- import { C as CustomReferenceDot } from './index-10d0027c.js';
9
- import { a as useOutsideClick } from './useOutsideClick-7b0e73bb.js';
8
+ import { C as CustomReferenceDot } from './index-3ad17633.js';
9
+ import { a as useOutsideClick } from './useOutsideClick-8871c23e.js';
10
10
  import styled from '@emotion/styled';
11
- import { _ as __rest } from './tslib.es6-eac05ee6.js';
11
+ import { _ as __rest } from './tslib.es6-05b7cc0f.js';
12
12
  import '@mantine/core';
13
- import './index-edde0d78.js';
14
- import './index-a7cbb0b9.js';
15
- import './Locale-dd85e540.js';
16
- import './index-22cb52ac.js';
13
+ import './index-15d20abe.js';
14
+ import './index-70c23dec.js';
15
+ import './Locale-f39ad168.js';
16
+ import './index-44548783.js';
17
17
  import './constantsDomainLocales.js';
18
18
  import './constantsIsProduction.js';
19
- import './index-18597dc3.js';
20
- import './utils-8fa947f2.js';
21
- import './index-2fc6abb3.js';
22
- import './index-cc5f3d4b.js';
19
+ import './index-6fff10d6.js';
20
+ import './utils-30eaad0a.js';
21
+ import './index-2d5e3a60.js';
22
+ import './index-be4d4296.js';
23
23
  import '@hhgtech/icons/other';
24
24
  import '@mantine/hooks';
25
25
  import '@mantine/carousel';
26
- import './index-d6463809.js';
26
+ import './index-344d7049.js';
27
27
  import 'dayjs';
28
28
  import '@mantine/notifications';
29
- import './index-7061fdca.js';
29
+ import './index-9ee90ed6.js';
30
30
  import 'date-fns/locale';
31
31
  import './constantsSite.js';
32
32
  import './constantsRiskScreener.js';
33
- import './shared-ddb4a7c0.js';
33
+ import './shared-0319a067.js';
34
34
  import 'classnames';
35
35
  import 'uuid';
36
- import './useUniqueId-09a9a15d.js';
36
+ import './useUniqueId-4a933ede.js';
37
37
  import '@emotion/react';
38
38
  import '@hhgtech/icons/core';
39
- import './index-b07e5ab0.js';
39
+ import './index-07d60a5d.js';
40
40
  import '@mantine/dates';
41
- import './index.styles-fc1f3f4c.js';
42
- import './translationsContext-9ccdd735.js';
43
- import './index-54a358f7.js';
41
+ import './index.styles-6465d6bb.js';
42
+ import './translationsContext-844e0548.js';
43
+ import './index-39db7b82.js';
44
44
 
45
45
  const CustomizedAxisTick = (props) => {
46
46
  const { x, y, payload, activeWeek } = props;
@@ -1,6 +1,8 @@
1
1
  import React from 'react';
2
- export declare const SSOUpdateEmailScreen: ({ hidden, }: {
2
+ export declare const SSOUpdateEmailScreen: ({ hidden, config, }: {
3
3
  hidden?: boolean;
4
4
  index?: number;
5
- config?: any;
5
+ config?: {
6
+ email?: string;
7
+ };
6
8
  }) => React.JSX.Element;
@@ -25,6 +25,7 @@ export type SSOV2StoreType = {
25
25
  returnUrl?: string;
26
26
  skipForceSetup?: boolean;
27
27
  legalTextType?: 'community' | 'default';
28
+ email?: string;
28
29
  }) => void;
29
30
  triggerCommunityEmailVerify: (params?: {
30
31
  source?: string;
@@ -1,36 +1,36 @@
1
- import { a as __awaiter, _ as __rest } from './tslib.es6-eac05ee6.js';
1
+ import { a as __awaiter, _ as __rest } from './tslib.es6-05b7cc0f.js';
2
2
  import React__default, { createContext, useMemo, useEffect, useRef, useImperativeHandle, useState, useCallback, forwardRef } from 'react';
3
3
  import { getCookie, setCookie, deleteCookie } from './miscCookieHelper.js';
4
- import { I as Input, h as ErrorBoundary, s as styles, O as OTP, i as PasswordInput } from './index-cc5f3d4b.js';
5
- import { f as fetchSSOV2Api, w as websiteId, S as SSO_V2_PATHS, c as checkUserExist, F as FacebookAppId, G as GoogleAuthClientId, h as handleAuthSuccess, g as getUserInfo, u as updateUserInfo, r as resetPassword } from './index-8d70c74a.js';
4
+ import { I as Input, h as ErrorBoundary, s as styles, O as OTP, i as PasswordInput } from './index-be4d4296.js';
5
+ import { f as fetchSSOV2Api, w as websiteId, S as SSO_V2_PATHS, c as checkUserExist, F as FacebookAppId, G as GoogleAuthClientId, h as handleAuthSuccess, g as getUserInfo, u as updateUserInfo, r as resetPassword } from './index-20fffe6c.js';
6
6
  import { isProduction } from './constantsIsProduction.js';
7
7
  import { ChevronLeft } from '@hhgtech/icons/arrow';
8
8
  import { Close, Search, ReplySquare } from '@hhgtech/icons/core';
9
- import { Z as ZINDEX_SSO, L as LOCALE_SPECS, S as STATIC_PAGES, Q as QUERY_HEALTH_TOOL } from './index-7061fdca.js';
10
- import { L as LogoIcon } from './logoIcon-a24cf073.js';
11
- import { B as Button } from './index-b07e5ab0.js';
12
- import { M as Modal } from './index-7d3b5c77.js';
9
+ import { Z as ZINDEX_SSO, L as LOCALE_SPECS, S as STATIC_PAGES, Q as QUERY_HEALTH_TOOL } from './index-9ee90ed6.js';
10
+ import { L as LogoIcon } from './logoIcon-07a87cc2.js';
11
+ import { B as Button } from './index-07d60a5d.js';
12
+ import { M as Modal } from './index-7565bfca.js';
13
13
  import { Stack, Flex, Box, Group, Divider } from '@mantine/core';
14
14
  import '@mantine/dates';
15
- import './index-a7cbb0b9.js';
16
- import { C as CommonGAssets } from './index-22cb52ac.js';
17
- import { s as showNotification } from './index-d6463809.js';
18
- import { T as Text } from './index-ba4cfc72.js';
19
- import './index-edde0d78.js';
20
- import { u as useTranslations } from './index-72b972f5.js';
15
+ import './index-70c23dec.js';
16
+ import { C as CommonGAssets } from './index-44548783.js';
17
+ import { s as showNotification } from './index-344d7049.js';
18
+ import { T as Text } from './index-ffdfffa1.js';
19
+ import './index-15d20abe.js';
20
+ import { u as useTranslations } from './index-cae823f0.js';
21
21
  import '@mantine/hooks';
22
- import './utils-8fa947f2.js';
23
- import './index-54a358f7.js';
24
- import { L as LOCALE } from './Locale-dd85e540.js';
25
- import { S as SSOStepTypeType, a as useSSOSteps, u as useSSOV2Store, i as isUserFinishedSetup, I as IS_SSOV2_ENABLED, b as isPhoneNotVerifedYet, c as isLoginWithPhoneNotVerifedYet, d as isFlowFinishedSetup, r as redirect } from './store-58945988.js';
26
- export { u as useSSOV2Store } from './store-58945988.js';
27
- import { I as ImageWrap, u as useScreenSize } from './index-18597dc3.js';
22
+ import './utils-30eaad0a.js';
23
+ import './index-39db7b82.js';
24
+ import { L as LOCALE } from './Locale-f39ad168.js';
25
+ import { S as SSOStepTypeType, a as useSSOSteps, u as useSSOV2Store, i as isUserFinishedSetup, I as IS_SSOV2_ENABLED, b as isPhoneNotVerifedYet, c as isLoginWithPhoneNotVerifedYet, d as isFlowFinishedSetup, r as redirect } from './store-364bb20c.js';
26
+ export { u as useSSOV2Store } from './store-364bb20c.js';
27
+ import { I as ImageWrap, u as useScreenSize } from './index-6fff10d6.js';
28
28
  import ReCAPTCHA from 'react-google-recaptcha';
29
- import { G as Google, F as Facebook } from './Google-49452371.js';
29
+ import { G as Google, F as Facebook } from './Google-96547fab.js';
30
30
  import { parsePhoneNumber, getCountryCallingCode } from 'react-phone-number-input';
31
- import { i as isFeatureWhatsAppEnabled, a as isFeatureZaloEnabled, b as isFeatureSMSEnabled, c as isSupportProduct } from './utils-4560ea01.js';
32
- export { g as getURLwithSSOTracking } from './utils-4560ea01.js';
33
- import { S as Spoiler } from './index-28c3f888.js';
31
+ import { i as isFeatureWhatsAppEnabled, a as isFeatureZaloEnabled, b as isFeatureSMSEnabled, c as isSupportProduct } from './utils-92ef5518.js';
32
+ export { g as getURLwithSSOTracking } from './utils-92ef5518.js';
33
+ import { S as Spoiler } from './index-57886ee2.js';
34
34
  import { domainLocales, MAP_DOMAIN_BY_LOCALE } from './constantsDomainLocales.js';
35
35
  import styled from '@emotion/styled';
36
36
  import classNames from 'classnames';
@@ -39,26 +39,26 @@ import debounce from 'lodash/debounce';
39
39
  import throttle from 'lodash/throttle';
40
40
  import Flags from 'react-phone-number-input/flags';
41
41
  import { Drawer } from 'vaul';
42
- import { M as MAPPED_LOCALE } from './utils-78865776.js';
42
+ import { M as MAPPED_LOCALE } from './utils-60af12e4.js';
43
43
  import { useForm, yupResolver } from '@mantine/form';
44
44
  import * as yup from 'yup';
45
45
  import dayjs from 'dayjs';
46
- import { D as DatePicker } from './index-6c9ffea1.js';
46
+ import { D as DatePicker } from './index-9586308a.js';
47
47
  import '@mantine/carousel';
48
48
  import './miscTheme.js';
49
- import './shared-ddb4a7c0.js';
49
+ import './shared-0319a067.js';
50
50
  import 'uuid';
51
- import './useUniqueId-09a9a15d.js';
51
+ import './useUniqueId-4a933ede.js';
52
52
  import './constantsSite.js';
53
53
  import '@emotion/react';
54
- import './normalizeLink-be7f4c29.js';
54
+ import './normalizeLink-ffec6dc4.js';
55
55
  import 'date-fns/locale';
56
56
  import './constantsRiskScreener.js';
57
- import './index.styles-fc1f3f4c.js';
57
+ import './index.styles-6465d6bb.js';
58
58
  import '@mantine/notifications';
59
- import './translationsContext-9ccdd735.js';
59
+ import './translationsContext-844e0548.js';
60
60
  import 'zustand';
61
- import './healthTools-a478793b.js';
61
+ import './healthTools-2b645605.js';
62
62
 
63
63
  // const fakeData = {
64
64
  const fetchFeatureFlag = (site) => __awaiter(void 0, void 0, void 0, function* () {
@@ -3333,6 +3333,9 @@ const SSOOTPScreen = ({ hidden, index, config, }) => {
3333
3333
  else if (afterAction === 'update-email') {
3334
3334
  addStepAndGoNext({
3335
3335
  type: SSOStepTypeType.UPDATE_EMAIL,
3336
+ config: {
3337
+ email,
3338
+ },
3336
3339
  });
3337
3340
  }
3338
3341
  else {
@@ -4058,7 +4061,7 @@ const SSOPhoneVerify = ({ hidden, config, }) => {
4058
4061
  const { locale, setTracking } = useSSOState();
4059
4062
  const { flowData, userInfo, abTestFlow } = useSSOV2Store();
4060
4063
  const { steps } = useSSOSteps();
4061
- const { afterAction, provider } = config || {};
4064
+ const { afterAction, provider, email } = config || {};
4062
4065
  const trackingMethod = flowData === null || flowData === void 0 ? void 0 : flowData.method;
4063
4066
  const trackingCategory = userInfo && !userInfo.first_time_login
4064
4067
  ? `SSO - Existing User via ${trackingMethod}_Phone_Adoption_Test_${abTestFlow}`
@@ -4098,6 +4101,7 @@ const SSOPhoneVerify = ({ hidden, config, }) => {
4098
4101
  config: {
4099
4102
  provider,
4100
4103
  phone,
4104
+ email,
4101
4105
  otpType: 'phone-zalo',
4102
4106
  isUpdatePhone: true,
4103
4107
  afterAction: afterAction || 'setup',
@@ -4140,6 +4144,7 @@ const SSOPhoneVerify = ({ hidden, config, }) => {
4140
4144
  config: {
4141
4145
  provider,
4142
4146
  phone,
4147
+ email,
4143
4148
  otpType: 'phone-sms',
4144
4149
  isUpdatePhone: true,
4145
4150
  afterAction: afterAction || 'setup',
@@ -4182,6 +4187,7 @@ const SSOPhoneVerify = ({ hidden, config, }) => {
4182
4187
  config: {
4183
4188
  provider,
4184
4189
  phone,
4190
+ email,
4185
4191
  otpType: 'phone-whatsapp',
4186
4192
  isUpdatePhone: true,
4187
4193
  afterAction: afterAction || 'setup',
@@ -4485,7 +4491,8 @@ const SSOSetupScreen = ({ hidden, config, }) => {
4485
4491
  React__default.createElement(SetupLater, { style: { marginTop: -8 } }))));
4486
4492
  };
4487
4493
 
4488
- const SSOUpdateEmailScreen = ({ hidden, }) => {
4494
+ const SSOUpdateEmailScreen = ({ hidden, config, }) => {
4495
+ var _a;
4489
4496
  const { t } = useTranslations();
4490
4497
  const [errMsg, setErrMsg] = React__default.useState('');
4491
4498
  const { setTracking } = useSSOState();
@@ -4503,49 +4510,60 @@ const SSOUpdateEmailScreen = ({ hidden, }) => {
4503
4510
  }, [hidden]);
4504
4511
  const { addStep, goNext } = useSSOSteps();
4505
4512
  const [loading, setLoading] = React__default.useState(false);
4506
- return (React__default.createElement("form", { style: {
4507
- display: hidden ? 'none' : 'block',
4508
- }, onSubmit: (e) => __awaiter(void 0, void 0, void 0, function* () {
4509
- var _a, _b;
4510
- e.preventDefault();
4511
- if (loading)
4512
- return;
4513
- setLoading(true);
4514
- try {
4515
- const email = e.currentTarget.email.value;
4516
- const existRes = yield checkUserExist({ email });
4517
- if ((existRes === null || existRes === void 0 ? void 0 : existRes._status) === 1) {
4518
- const userInfo = yield getUserInfo();
4519
- if (!existRes._data || email === ((_a = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _a === void 0 ? void 0 : _a.email)) {
4520
- const res = yield initSendUpdateEmailOtp(email);
4521
- if ((res === null || res === void 0 ? void 0 : res._status) !== 1) {
4522
- setErrMsg(getErrorTextFromCode(t, res === null || res === void 0 ? void 0 : res.code));
4523
- return setLoading(false);
4524
- }
4525
- addStep({
4526
- type: SSOStepTypeType.OTP,
4527
- config: {
4528
- provider: (_b = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _b === void 0 ? void 0 : _b.provider,
4529
- email,
4530
- otpType: 'update-email',
4531
- afterAction: 'setup',
4532
- },
4533
- });
4534
- goNext();
4535
- }
4536
- else {
4537
- setErrMsg(t('ssov2.email.alreadyUsed'));
4513
+ const autoEmail = (_a = config === null || config === void 0 ? void 0 : config.email) === null || _a === void 0 ? void 0 : _a.trim();
4514
+ const autoTriggeredRef = React__default.useRef(false);
4515
+ const submitEmail = React__default.useCallback((inputEmail) => __awaiter(void 0, void 0, void 0, function* () {
4516
+ var _b, _c;
4517
+ if (loading)
4518
+ return;
4519
+ setLoading(true);
4520
+ try {
4521
+ const email = (inputEmail || '').trim();
4522
+ const existRes = yield checkUserExist({ email });
4523
+ if ((existRes === null || existRes === void 0 ? void 0 : existRes._status) === 1) {
4524
+ const userInfo = yield getUserInfo();
4525
+ if (!existRes._data || email === ((_b = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _b === void 0 ? void 0 : _b.email)) {
4526
+ const res = yield initSendUpdateEmailOtp(email);
4527
+ if ((res === null || res === void 0 ? void 0 : res._status) !== 1) {
4528
+ setErrMsg(getErrorTextFromCode(t, res === null || res === void 0 ? void 0 : res.code));
4529
+ return setLoading(false);
4538
4530
  }
4531
+ addStep({
4532
+ type: SSOStepTypeType.OTP,
4533
+ config: {
4534
+ provider: (_c = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _c === void 0 ? void 0 : _c.provider,
4535
+ email,
4536
+ otpType: 'update-email',
4537
+ afterAction: 'setup',
4538
+ },
4539
+ });
4540
+ goNext();
4539
4541
  }
4540
4542
  else {
4541
- setErrMsg(getErrorTextFromCode(t, existRes === null || existRes === void 0 ? void 0 : existRes.code));
4543
+ setErrMsg(t('ssov2.email.alreadyUsed'));
4542
4544
  }
4543
4545
  }
4544
- catch (e) {
4545
- setErrMsg(getErrorTextFromCode(t, ''));
4546
- console.error(e);
4546
+ else {
4547
+ setErrMsg(getErrorTextFromCode(t, existRes === null || existRes === void 0 ? void 0 : existRes.code));
4547
4548
  }
4548
- setLoading(false);
4549
+ }
4550
+ catch (e) {
4551
+ setErrMsg(getErrorTextFromCode(t, ''));
4552
+ console.error(e);
4553
+ }
4554
+ setLoading(false);
4555
+ }), [addStep, goNext, loading, t]);
4556
+ useEffect(() => {
4557
+ if (hidden || !autoEmail || autoTriggeredRef.current)
4558
+ return;
4559
+ autoTriggeredRef.current = true;
4560
+ submitEmail(autoEmail);
4561
+ }, [hidden, autoEmail, submitEmail]);
4562
+ return (React__default.createElement("form", { style: {
4563
+ display: hidden ? 'none' : 'block',
4564
+ }, onSubmit: (e) => __awaiter(void 0, void 0, void 0, function* () {
4565
+ e.preventDefault();
4566
+ yield submitEmail(e.currentTarget.email.value);
4549
4567
  }) },
4550
4568
  React__default.createElement(Stack, { spacing: 8 },
4551
4569
  React__default.createElement(Text, { size: "s1", weight: "semiBold" }, t('ssov2.updateEmail.title')),
@@ -1,7 +1,7 @@
1
- import { a as __awaiter } from './tslib.es6-eac05ee6.js';
1
+ import { a as __awaiter } from './tslib.es6-05b7cc0f.js';
2
2
  import { create } from 'zustand';
3
- import { g as getUserInfo } from './index-8d70c74a.js';
4
- import { B as BEARER_TOKEN_COOKIE } from './index-7061fdca.js';
3
+ import { g as getUserInfo } from './index-20fffe6c.js';
4
+ import { B as BEARER_TOKEN_COOKIE } from './index-9ee90ed6.js';
5
5
  import { getCookie } from './miscCookieHelper.js';
6
6
 
7
7
  var SSOStepTypeType;
@@ -145,17 +145,24 @@ const useSSOV2Store = create()((set, get) => ({
145
145
  }
146
146
  set({ userInfo: userInfo === null || userInfo === void 0 ? void 0 : userInfo._data });
147
147
  const forceUpdatePhoneEmail = (alreadyLoggedIn) => __awaiter(void 0, void 0, void 0, function* () {
148
- var _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
148
+ var _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
149
149
  const userInfo = yield getUserInfo();
150
- const hasPhone = !!((_d = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _d === void 0 ? void 0 : _d.phone) && !!((_e = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _e === void 0 ? void 0 : _e.phone_verified_at);
151
- const hasEmail = !!((_f = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _f === void 0 ? void 0 : _f.email) &&
152
- !!((_g = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _g === void 0 ? void 0 : _g.email_verified_at) &&
153
- !((_j = (_h = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _h === void 0 ? void 0 : _h.email) === null || _j === void 0 ? void 0 : _j.endsWith('@hhg.com')) &&
154
- !((_l = (_k = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _k === void 0 ? void 0 : _k.email) === null || _l === void 0 ? void 0 : _l.endsWith('@facebook.com'));
155
- const hasName = !!((_m = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _m === void 0 ? void 0 : _m.name);
156
- const hasBirthday = !!((_o = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _o === void 0 ? void 0 : _o.birthday);
157
- const hasGender = typeof ((_p = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _p === void 0 ? void 0 : _p.gender) === 'number';
158
- const provider = (_q = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _q === void 0 ? void 0 : _q.provider;
150
+ const emailFromProfile = (_d = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _d === void 0 ? void 0 : _d.email;
151
+ const usableEmailFromProfile = emailFromProfile &&
152
+ !emailFromProfile.endsWith('@hhg.com') &&
153
+ !emailFromProfile.endsWith('@facebook.com')
154
+ ? emailFromProfile
155
+ : undefined;
156
+ const carriedEmail = (params === null || params === void 0 ? void 0 : params.email) || usableEmailFromProfile;
157
+ const hasPhone = !!((_e = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _e === void 0 ? void 0 : _e.phone) && !!((_f = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _f === void 0 ? void 0 : _f.phone_verified_at);
158
+ const hasEmail = !!((_g = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _g === void 0 ? void 0 : _g.email) &&
159
+ !!((_h = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _h === void 0 ? void 0 : _h.email_verified_at) &&
160
+ !((_k = (_j = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _j === void 0 ? void 0 : _j.email) === null || _k === void 0 ? void 0 : _k.endsWith('@hhg.com')) &&
161
+ !((_m = (_l = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _l === void 0 ? void 0 : _l.email) === null || _m === void 0 ? void 0 : _m.endsWith('@facebook.com'));
162
+ const hasName = !!((_o = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _o === void 0 ? void 0 : _o.name);
163
+ const hasBirthday = !!((_p = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _p === void 0 ? void 0 : _p.birthday);
164
+ const hasGender = typeof ((_q = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _q === void 0 ? void 0 : _q.gender) === 'number';
165
+ const provider = (_r = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _r === void 0 ? void 0 : _r.provider;
159
166
  const finishedSetup = hasName && hasBirthday && hasGender;
160
167
  if (!hasPhone || !hasEmail) {
161
168
  useSSOSteps.setState({
@@ -168,10 +175,12 @@ const useSSOV2Store = create()((set, get) => ({
168
175
  ? {
169
176
  provider,
170
177
  afterAction: 'update-email',
178
+ email: carriedEmail,
171
179
  }
172
180
  : {
173
181
  provider,
174
182
  afterAction: !(params === null || params === void 0 ? void 0 : params.skipForceSetup) ? 'setup' : 'done',
183
+ email: carriedEmail,
175
184
  },
176
185
  },
177
186
  ],
@@ -203,7 +212,7 @@ const useSSOV2Store = create()((set, get) => ({
203
212
  isOpen: false,
204
213
  forceReloadOnClose: false,
205
214
  });
206
- (_s = (_r = get()).onCloseProp) === null || _s === void 0 ? void 0 : _s.call(_r);
215
+ (_t = (_s = get()).onCloseProp) === null || _t === void 0 ? void 0 : _t.call(_s);
207
216
  }
208
217
  });
209
218
  if (!((_b = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _b === void 0 ? void 0 : _b.id)) {
@@ -235,23 +244,23 @@ const useSSOV2Store = create()((set, get) => ({
235
244
  }
236
245
  }),
237
246
  triggerCommunityEmailVerify: (params) => __awaiter(void 0, void 0, void 0, function* () {
238
- var _t, _u, _v;
247
+ var _u, _v, _w;
239
248
  const userInfo = yield getUserInfo();
240
- if ((_t = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _t === void 0 ? void 0 : _t.first_time_login) {
249
+ if ((_u = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _u === void 0 ? void 0 : _u.first_time_login) {
241
250
  userInfo._data.first_time_login = 0;
242
251
  }
243
252
  set({ userInfo: userInfo === null || userInfo === void 0 ? void 0 : userInfo._data });
244
253
  const forceUpdateEmail = (alreadyLoggedIn) => __awaiter(void 0, void 0, void 0, function* () {
245
- var _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7;
254
+ var _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8;
246
255
  const userInfo = yield getUserInfo();
247
- const hasEmail = !!((_w = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _w === void 0 ? void 0 : _w.email) &&
248
- !!((_x = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _x === void 0 ? void 0 : _x.email_verified_at) &&
249
- !((_z = (_y = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _y === void 0 ? void 0 : _y.email) === null || _z === void 0 ? void 0 : _z.endsWith('@hhg.com')) &&
250
- !((_1 = (_0 = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _0 === void 0 ? void 0 : _0.email) === null || _1 === void 0 ? void 0 : _1.endsWith('@facebook.com'));
251
- const hasName = !!((_2 = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _2 === void 0 ? void 0 : _2.name);
252
- const hasBirthday = !!((_3 = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _3 === void 0 ? void 0 : _3.birthday);
253
- const hasGender = typeof ((_4 = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _4 === void 0 ? void 0 : _4.gender) === 'number';
254
- const provider = (_5 = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _5 === void 0 ? void 0 : _5.provider;
256
+ const hasEmail = !!((_x = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _x === void 0 ? void 0 : _x.email) &&
257
+ !!((_y = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _y === void 0 ? void 0 : _y.email_verified_at) &&
258
+ !((_0 = (_z = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _z === void 0 ? void 0 : _z.email) === null || _0 === void 0 ? void 0 : _0.endsWith('@hhg.com')) &&
259
+ !((_2 = (_1 = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _1 === void 0 ? void 0 : _1.email) === null || _2 === void 0 ? void 0 : _2.endsWith('@facebook.com'));
260
+ const hasName = !!((_3 = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _3 === void 0 ? void 0 : _3.name);
261
+ const hasBirthday = !!((_4 = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _4 === void 0 ? void 0 : _4.birthday);
262
+ const hasGender = typeof ((_5 = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _5 === void 0 ? void 0 : _5.gender) === 'number';
263
+ const provider = (_6 = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _6 === void 0 ? void 0 : _6.provider;
255
264
  const finishedSetup = hasName && hasBirthday && hasGender;
256
265
  if (!hasEmail) {
257
266
  useSSOSteps.setState({
@@ -292,16 +301,16 @@ const useSSOV2Store = create()((set, get) => ({
292
301
  isOpen: false,
293
302
  forceReloadOnClose: false,
294
303
  });
295
- (_7 = (_6 = get()).onCloseProp) === null || _7 === void 0 ? void 0 : _7.call(_6);
304
+ (_8 = (_7 = get()).onCloseProp) === null || _8 === void 0 ? void 0 : _8.call(_7);
296
305
  }
297
306
  });
298
- if (!((_u = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _u === void 0 ? void 0 : _u.id)) {
307
+ if (!((_v = userInfo === null || userInfo === void 0 ? void 0 : userInfo._data) === null || _v === void 0 ? void 0 : _v.id)) {
299
308
  useSSOSteps.setState({
300
309
  steps: [
301
310
  {
302
311
  type: SSOStepTypeType.FIRST,
303
312
  config: {
304
- legalTextType: (((_v = params === null || params === void 0 ? void 0 : params.returnUrl) === null || _v === void 0 ? void 0 : _v.includes('joincommunity=1'))
313
+ legalTextType: (((_w = params === null || params === void 0 ? void 0 : params.returnUrl) === null || _w === void 0 ? void 0 : _w.includes('joincommunity=1'))
305
314
  ? 'community'
306
315
  : params === null || params === void 0 ? void 0 : params.legalTextType) || 'default',
307
316
  },
@@ -1,81 +1,81 @@
1
1
  import React__default, { createContext, useContext, useRef, useState, useEffect, useCallback, useMemo, forwardRef, useImperativeHandle, memo, useLayoutEffect } from 'react';
2
- import { d as NodeType, E as ELEMENT_CONTROL_INPUT_TYPE, f as NodeActionType, c as NodePosition, e as NodeFinalTypes, g as NodeMultipleOptions, N as NodeIntentType, F as FULL_KEY_ADDRESS, C as COMMON_DATE_TRANSLATE_KEY, h as SubotType } from './index-a7cbb0b9.js';
3
- import { a as __awaiter, _ as __rest } from './tslib.es6-eac05ee6.js';
4
- import { b as basePath, G as GA_TOKEN_COOKIE, A as API_DATE_FORMAT, I as ISO_FORMAT, l as SSO_URL } from './index-7061fdca.js';
2
+ import { d as NodeType, E as ELEMENT_CONTROL_INPUT_TYPE, f as NodeActionType, c as NodePosition, e as NodeFinalTypes, g as NodeMultipleOptions, N as NodeIntentType, F as FULL_KEY_ADDRESS, C as COMMON_DATE_TRANSLATE_KEY, h as SubotType } from './index-70c23dec.js';
3
+ import { a as __awaiter, _ as __rest } from './tslib.es6-05b7cc0f.js';
4
+ import { b as basePath, G as GA_TOKEN_COOKIE, A as API_DATE_FORMAT, I as ISO_FORMAT, l as SSO_URL } from './index-9ee90ed6.js';
5
5
  import Cookies from 'js-cookie';
6
6
  import fd from 'fastdom';
7
7
  import fastdomPromised from 'fastdom/extensions/fastdom-promised';
8
- import { G as GlobalData, c as callApi, u as locale, T as TogetherComponentGlobalContext } from './utils-9b4e448e.js';
8
+ import { G as GlobalData, c as callApi, u as locale, T as TogetherComponentGlobalContext } from './utils-708d119e.js';
9
9
  import formatString from 'string-format';
10
- import { a as getUserIdFromCookie, b as getSubotCookieId, c as getUserInfoFromCookie, d as getWindowId, o as overrideParamsByQuery, e as checkUntilFinished, g as getHelloSitesUrl, f as checkMobile, h as clickAndOpenInNewTab, i as formatUrlWithEncrypedGa, T as TIME_RESET_RESEND_OTP, j as isFakeEmail, s as ssoIntents, k as getHhgIdFromCookie } from './index-fdb5c913.js';
11
- export { T as TIME_RESET_RESEND_OTP, f as checkMobile, e as checkUntilFinished, h as clickAndOpenInNewTab, i as formatUrlWithEncrypedGa, g as getHelloSitesUrl, k as getHhgIdFromCookie, b as getSubotCookieId, a as getUserIdFromCookie, c as getUserInfoFromCookie, d as getWindowId, j as isFakeEmail, o as overrideParamsByQuery, s as ssoIntents } from './index-fdb5c913.js';
10
+ import { a as getUserIdFromCookie, b as getSubotCookieId, c as getUserInfoFromCookie, d as getWindowId, o as overrideParamsByQuery, e as checkUntilFinished, g as getHelloSitesUrl, f as checkMobile, h as clickAndOpenInNewTab, i as formatUrlWithEncrypedGa, T as TIME_RESET_RESEND_OTP, j as isFakeEmail, s as ssoIntents, k as getHhgIdFromCookie } from './index-139a2d50.js';
11
+ export { T as TIME_RESET_RESEND_OTP, f as checkMobile, e as checkUntilFinished, h as clickAndOpenInNewTab, i as formatUrlWithEncrypedGa, g as getHelloSitesUrl, k as getHhgIdFromCookie, b as getSubotCookieId, a as getUserIdFromCookie, c as getUserInfoFromCookie, d as getWindowId, j as isFakeEmail, o as overrideParamsByQuery, s as ssoIntents } from './index-139a2d50.js';
12
12
  import dayjs from 'dayjs';
13
13
  import { MAP_DOMAIN_BY_LOCALE, domainLocales } from './constantsDomainLocales.js';
14
14
  import { Box, Textarea, clsx } from '@mantine/core';
15
15
  import classNames from 'classnames';
16
- import { C as Container$w } from './index-f3b9047f.js';
17
- import { L as Loading } from './index-d5f782eb.js';
16
+ import { C as Container$w } from './index-b1f7fde6.js';
17
+ import { L as Loading } from './index-1c630192.js';
18
18
  import { motion } from 'framer-motion';
19
19
  import styled from '@emotion/styled';
20
- import { M as MediaQueries } from './utils-8fa947f2.js';
21
- import { B as Button } from './index-b07e5ab0.js';
20
+ import { M as MediaQueries } from './utils-30eaad0a.js';
21
+ import { B as Button } from './index-07d60a5d.js';
22
22
  import { Remarkable } from 'remarkable';
23
23
  import { ArrowRight as ArrowRight$1 } from '@hhgtech/icons/other';
24
24
  import { useInView } from 'react-intersection-observer';
25
- import { C as CommonGAssets } from './index-22cb52ac.js';
25
+ import { C as CommonGAssets } from './index-44548783.js';
26
26
  import isSameOrBefore from 'dayjs/plugin/isSameOrBefore';
27
- import { d as LEAD_TOKEN_COOKIE } from './constants-ebc698d1.js';
27
+ import { d as LEAD_TOKEN_COOKIE } from './constants-d74221c3.js';
28
28
  import { v4 } from 'uuid';
29
- import { T as Text } from './index-ba4cfc72.js';
29
+ import { T as Text } from './index-ffdfffa1.js';
30
30
  import { theme } from './miscTheme.js';
31
31
  import { isProduction } from './constantsIsProduction.js';
32
- import { S as Select } from './index-cc5f3d4b.js';
32
+ import { S as Select } from './index-be4d4296.js';
33
33
  import '@mantine/dates';
34
- import './index-d6463809.js';
35
- import './index-edde0d78.js';
36
- import './index.styles-fc1f3f4c.js';
37
- import './translationsContext-9ccdd735.js';
34
+ import './index-344d7049.js';
35
+ import './index-15d20abe.js';
36
+ import './index.styles-6465d6bb.js';
37
+ import './translationsContext-844e0548.js';
38
38
  import '@mantine/hooks';
39
- import './index-54a358f7.js';
39
+ import './index-39db7b82.js';
40
40
  import isEmpty from 'lodash/isEmpty';
41
41
  import { Controller, useForm } from 'react-hook-form';
42
42
  import PhoneInputBase, { getCountryCallingCode, isPossiblePhoneNumber, parsePhoneNumber } from 'react-phone-number-input';
43
43
  import { LoadScript } from '@react-google-maps/api';
44
- import { u as usePlacesAutocomplete, G as GOOGLE_API_KEY, a as GOOGLE_API_LANGUAGE } from './usePlacesAutocomplete-09a0e342.js';
44
+ import { u as usePlacesAutocomplete, G as GOOGLE_API_KEY, a as GOOGLE_API_LANGUAGE } from './usePlacesAutocomplete-2f4b50df.js';
45
45
  import { setDefaultClass } from './miscDefaultClassWrapper.js';
46
- import { L as LOCALE } from './Locale-dd85e540.js';
47
- import { I as InputDate } from './InputDate-8a6cea00.js';
48
- import { B as Button$1 } from './index-bf75e23b.js';
49
- import { D as Dropdown } from './index-43a9fa15.js';
50
- import { u as useSSOV2Store, I as IS_SSOV2_ENABLED } from './store-58945988.js';
51
- import { g as getURLwithSSOTracking } from './utils-4560ea01.js';
52
- import { T as TextArea } from './index-1d71825a.js';
46
+ import { L as LOCALE } from './Locale-f39ad168.js';
47
+ import { I as InputDate } from './InputDate-ee44d874.js';
48
+ import { B as Button$1 } from './index-eb9f4128.js';
49
+ import { D as Dropdown } from './index-27131e44.js';
50
+ import { u as useSSOV2Store, I as IS_SSOV2_ENABLED } from './store-364bb20c.js';
51
+ import { g as getURLwithSSOTracking } from './utils-92ef5518.js';
52
+ import { T as TextArea } from './index-907d254e.js';
53
53
  import StarRatings from 'react-star-ratings';
54
54
  import { ArticleCard } from './moleculesArticleCard.js';
55
- import { T as Text$1 } from './index-2fc6abb3.js';
56
- import { H as Heading } from './index-c3579fb3.js';
55
+ import { T as Text$1 } from './index-2d5e3a60.js';
56
+ import { H as Heading } from './index-fbbfd7bd.js';
57
57
  import 'date-fns/locale';
58
58
  import './constantsSite.js';
59
59
  import './constantsRiskScreener.js';
60
- import './index-676cea42.js';
60
+ import './index-bb7b263b.js';
61
61
  import './miscCookieHelper.js';
62
62
  import 'slugify';
63
63
  import './togetherApiPaths.js';
64
- import './index-e21fd7e1.js';
65
- import './WhatsApp-f00db235.js';
66
- import './Spinner-ac3cafdf.js';
67
- import './index-72b972f5.js';
68
- import './shared-ddb4a7c0.js';
69
- import './index-18597dc3.js';
64
+ import './index-5e68846a.js';
65
+ import './WhatsApp-7f209dbb.js';
66
+ import './Spinner-493579cd.js';
67
+ import './index-cae823f0.js';
68
+ import './shared-0319a067.js';
69
+ import './index-6fff10d6.js';
70
70
  import '@mantine/carousel';
71
- import './useUniqueId-09a9a15d.js';
71
+ import './useUniqueId-4a933ede.js';
72
72
  import '@emotion/react';
73
73
  import '@hhgtech/icons/core';
74
74
  import '@mantine/notifications';
75
75
  import 'zustand';
76
- import './index-8d70c74a.js';
77
- import './normalizeLink-be7f4c29.js';
78
- import './healthTools-a478793b.js';
76
+ import './index-20fffe6c.js';
77
+ import './normalizeLink-ffec6dc4.js';
78
+ import './healthTools-2b645605.js';
79
79
 
80
80
  // extend fastdom
81
81
  const fastdom = fd.extend(fastdomPromised);