@hhgtech/hhg-components 1.29.500-beta-1 → 1.29.500-beta-3

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 (521) hide show
  1. package/build/{InputDate-28e951e7.js → InputDate-2fe82361.js} +5 -5
  2. package/build/{LastPeriod-91408169.js → LastPeriod-461d064d.js} +1 -1
  3. package/build/{MobileBottomNavigationIcon-98609dc0.js → MobileBottomNavigationIcon-54e9080b.js} +3 -3
  4. package/build/{Spinner-8ded6b19.js → Spinner-a6b00ba7.js} +1 -1
  5. package/build/{WhatsApp-3c4196fe.js → WhatsApp-fe2c74ab.js} +1 -1
  6. package/build/adapters.js +20 -20
  7. package/build/atoms.js +50 -50
  8. package/build/babyGrowth.js +86 -86
  9. package/build/cache.js +2 -2
  10. package/build/care.js +18 -18
  11. package/build/careBookingSearchBar.js +14 -14
  12. package/build/careBookingSearchBarV2.js +15 -15
  13. package/build/components/molecules/productDetail/generalInfo/GeneralInfo.d.ts +17 -2
  14. package/build/components/molecules/productDetail/generalInfo/index.styled.d.ts +31 -0
  15. package/build/components/molecules/productDetail/modalGallery/GalleryCarousel.d.ts +2 -0
  16. package/build/components/molecules/productDetail/modalGallery/GalleryThumbnails.d.ts +6 -0
  17. package/build/components/molecules/productDetail/modalGallery/GalleryTitle.d.ts +6 -0
  18. package/build/components/molecules/productDetail/modalGallery/ModalGalleryContent.d.ts +2 -0
  19. package/build/components/molecules/productDetail/modalGallery/ModalGalleryProvider.d.ts +3 -0
  20. package/build/components/molecules/productDetail/modalGallery/context.d.ts +4 -0
  21. package/build/components/molecules/productDetail/modalGallery/index.d.ts +7 -0
  22. package/build/components/molecules/productDetail/modalGallery/index.styled.d.ts +51 -0
  23. package/build/components/molecules/productDetail/modalGallery/type.d.ts +38 -0
  24. package/build/components/molecules/productDetail/modalGallery/useModalGallery.d.ts +9 -0
  25. package/build/components.js +104 -104
  26. package/build/{constants-99a6224e.js → constants-981d3b20.js} +1 -1
  27. package/build/constants.js +3 -3
  28. package/build/constantsDomainLocales.js +1 -1
  29. package/build/constantsRiskScreener.js +2 -2
  30. package/build/constantsSite.js +2 -2
  31. package/build/{core-f688f97d.js → core-b75c8240.js} +1 -1
  32. package/build/{dataTransform-255d11b1.js → dataTransform-4741effd.js} +1 -1
  33. package/build/ecom.js +5 -5
  34. package/build/{editor-a66b29ad.js → editor-3310bf87.js} +11 -11
  35. package/build/embeddedHeathToolCards_babyGrowth.js +25 -25
  36. package/build/embeddedHeathToolCards_babyPoop.js +22 -22
  37. package/build/embeddedHeathToolCards_babyVaccine.js +24 -24
  38. package/build/embeddedHeathToolCards_bmi_bmi.js +27 -27
  39. package/build/embeddedHeathToolCards_bmrBmr.js +27 -27
  40. package/build/embeddedHeathToolCards_dueDate_dueDate.js +24 -24
  41. package/build/embeddedHeathToolCards_ovulation_ovulation.js +24 -24
  42. package/build/embeddedHeathToolCards_pwg_pwg.js +28 -28
  43. package/build/embeddedHeathToolCards_targetHeartRate.js +29 -29
  44. package/build/esm/{InputDate-0cd0c921.js → InputDate-d0ef411e.js} +5 -5
  45. package/build/esm/{LastPeriod-5c80b823.js → LastPeriod-7181032d.js} +1 -1
  46. package/build/esm/{MobileBottomNavigationIcon-d8b1b801.js → MobileBottomNavigationIcon-ad7d755b.js} +3 -3
  47. package/build/esm/{Spinner-f034e51b.js → Spinner-221fa525.js} +1 -1
  48. package/build/esm/{WhatsApp-c84836b8.js → WhatsApp-27d07d31.js} +1 -1
  49. package/build/esm/adapters.js +20 -20
  50. package/build/esm/atoms.js +50 -50
  51. package/build/esm/babyGrowth.js +86 -86
  52. package/build/esm/cache.js +2 -2
  53. package/build/esm/care.js +18 -18
  54. package/build/esm/careBookingSearchBar.js +14 -14
  55. package/build/esm/careBookingSearchBarV2.js +15 -15
  56. package/build/esm/components/molecules/productDetail/generalInfo/GeneralInfo.d.ts +17 -2
  57. package/build/esm/components/molecules/productDetail/generalInfo/index.styled.d.ts +31 -0
  58. package/build/esm/components/molecules/productDetail/modalGallery/GalleryCarousel.d.ts +2 -0
  59. package/build/esm/components/molecules/productDetail/modalGallery/GalleryThumbnails.d.ts +6 -0
  60. package/build/esm/components/molecules/productDetail/modalGallery/GalleryTitle.d.ts +6 -0
  61. package/build/esm/components/molecules/productDetail/modalGallery/ModalGalleryContent.d.ts +2 -0
  62. package/build/esm/components/molecules/productDetail/modalGallery/ModalGalleryProvider.d.ts +3 -0
  63. package/build/esm/components/molecules/productDetail/modalGallery/context.d.ts +4 -0
  64. package/build/esm/components/molecules/productDetail/modalGallery/index.d.ts +7 -0
  65. package/build/esm/components/molecules/productDetail/modalGallery/index.styled.d.ts +51 -0
  66. package/build/esm/components/molecules/productDetail/modalGallery/type.d.ts +38 -0
  67. package/build/esm/components/molecules/productDetail/modalGallery/useModalGallery.d.ts +9 -0
  68. package/build/esm/components.js +104 -104
  69. package/build/esm/{constants-3204ec0c.js → constants-9758ef11.js} +1 -1
  70. package/build/esm/constants.js +3 -3
  71. package/build/esm/constantsDomainLocales.js +1 -1
  72. package/build/esm/constantsRiskScreener.js +2 -2
  73. package/build/esm/constantsSite.js +2 -2
  74. package/build/esm/{core-55b3b3b0.js → core-53b02967.js} +1 -1
  75. package/build/esm/{dataTransform-55b4fb41.js → dataTransform-8f0c466c.js} +1 -1
  76. package/build/esm/ecom.js +5 -5
  77. package/build/esm/{editor-b80d5d6b.js → editor-70578f8f.js} +11 -11
  78. package/build/esm/embeddedHeathToolCards_babyGrowth.js +25 -25
  79. package/build/esm/embeddedHeathToolCards_babyPoop.js +22 -22
  80. package/build/esm/embeddedHeathToolCards_babyVaccine.js +24 -24
  81. package/build/esm/embeddedHeathToolCards_bmi_bmi.js +27 -27
  82. package/build/esm/embeddedHeathToolCards_bmrBmr.js +27 -27
  83. package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +24 -24
  84. package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +24 -24
  85. package/build/esm/embeddedHeathToolCards_pwg_pwg.js +28 -28
  86. package/build/esm/embeddedHeathToolCards_targetHeartRate.js +29 -29
  87. package/build/esm/footer.js +22 -22
  88. package/build/esm/gAssets.js +2 -2
  89. package/build/esm/{healthTools-0fe95d6d.js → healthTools-8a6b6b71.js} +1 -1
  90. package/build/esm/healthToolsCardWrapper.js +20 -20
  91. package/build/esm/healthToolsForm.js +35 -35
  92. package/build/esm/hooks.js +13 -13
  93. package/build/esm/i18n.js +2 -2
  94. package/build/esm/i18nV2.js +2 -2
  95. package/build/esm/{index-cd5da166.js → index-006367e6.js} +2 -2
  96. package/build/esm/{index-e2949056.js → index-00eae6d6.js} +14 -14
  97. package/build/esm/{index-bb525ff2.js → index-01ef9496.js} +1 -1
  98. package/build/esm/{index-b41cb0cb.js → index-0971731a.js} +1 -1
  99. package/build/esm/{index-73c2049e.js → index-0ae49ce8.js} +9 -9
  100. package/build/esm/{index-edf07f5a.js → index-0c8b94b5.js} +7 -7
  101. package/build/esm/{index-ea10c66a.js → index-0f977d3f.js} +1 -1
  102. package/build/esm/{index-cd2229cc.js → index-0fb023a4.js} +18 -18
  103. package/build/esm/{index-f1c794c6.js → index-174fcd9e.js} +3 -3
  104. package/build/esm/{index-99397d6e.js → index-17690bea.js} +14 -14
  105. package/build/esm/{index-fbe616df.js → index-1f4d429d.js} +4 -4
  106. package/build/esm/{index-35d7dd5d.js → index-21c120cf.js} +3 -3
  107. package/build/esm/{index-f726e7ba.js → index-21c18662.js} +3 -3
  108. package/build/esm/{index-bd1df7e6.js → index-2700575c.js} +136 -31
  109. package/build/esm/{index-d96403ed.js → index-2ce5174d.js} +18 -18
  110. package/build/esm/{index-1f6b99cb.js → index-2dabd0f4.js} +3 -3
  111. package/build/esm/{index-6ede717c.js → index-2e8e6513.js} +17 -17
  112. package/build/esm/{index-ea18ab10.js → index-2fa238e5.js} +15 -15
  113. package/build/esm/{index-49b79390.js → index-3027109b.js} +1 -1
  114. package/build/esm/{index-be0a2a5d.js → index-34c5d548.js} +1 -1
  115. package/build/esm/{index-576f4ad0.js → index-34c5f05e.js} +2 -2
  116. package/build/esm/{index-7f4a3be0.js → index-380c43b8.js} +13 -13
  117. package/build/esm/{index-0a23d5b7.js → index-392561fa.js} +2 -2
  118. package/build/esm/{index-9f2bceaf.js → index-395c256e.js} +5 -5
  119. package/build/esm/{index-de4814a9.js → index-3b074114.js} +25 -25
  120. package/build/esm/{index-e8d6449d.js → index-3d28e8b1.js} +14 -14
  121. package/build/esm/{index-ed4b6e80.js → index-3dd007bd.js} +2 -2
  122. package/build/esm/{index-4baba5a5.js → index-435db69e.js} +1 -1
  123. package/build/esm/{index-98516e89.js → index-43617697.js} +16 -16
  124. package/build/esm/{index-fac9ecc6.js → index-43f1608d.js} +3 -3
  125. package/build/esm/{index-8842587f.js → index-4d75cfcc.js} +2 -2
  126. package/build/esm/{index-cad2d5af.js → index-513c8380.js} +16 -16
  127. package/build/esm/{index-d4fd7333.js → index-5358ab97.js} +15 -15
  128. package/build/esm/{index-ef6c9b1a.js → index-5551dc36.js} +19 -19
  129. package/build/esm/{index-5514a821.js → index-562a826f.js} +2 -2
  130. package/build/esm/{index-98006352.js → index-59e684e6.js} +9 -9
  131. package/build/esm/{index-a22941c6.js → index-67881d80.js} +8 -8
  132. package/build/esm/{index-6eca605f.js → index-67fdcd35.js} +16 -16
  133. package/build/esm/{index-1c52e306.js → index-6f1ad07e.js} +21 -21
  134. package/build/esm/{index-f36317a6.js → index-6fdf0413.js} +2 -2
  135. package/build/esm/{index-721cc126.js → index-74fb0e7c.js} +3 -3
  136. package/build/esm/{index-ae86b9be.js → index-7aa79a48.js} +10 -10
  137. package/build/esm/{index-f6ef3b0d.js → index-7d26581a.js} +30 -30
  138. package/build/esm/{index-183c5f90.js → index-7e489bef.js} +22 -22
  139. package/build/esm/{index-70b6f892.js → index-7fcb2930.js} +2 -2
  140. package/build/esm/{index-8daede73.js → index-86ab4399.js} +1 -1
  141. package/build/esm/{index-a83c2556.js → index-8bcbb358.js} +11 -11
  142. package/build/esm/{index-cd36c22d.js → index-8be37f36.js} +3 -3
  143. package/build/esm/{index-7fac5711.js → index-9163e866.js} +2 -2
  144. package/build/esm/{index-88d1f4bb.js → index-91b72a9f.js} +14 -14
  145. package/build/esm/{index-078d463e.js → index-94e1fbfa.js} +5 -5
  146. package/build/esm/{index-669c227e.js → index-9611334f.js} +13 -13
  147. package/build/esm/{index-752de85f.js → index-9cd00814.js} +2 -2
  148. package/build/esm/{index-f1bf0f5f.js → index-a4cd2bd5.js} +2 -2
  149. package/build/esm/{index-39537217.js → index-a8ac927d.js} +4 -4
  150. package/build/esm/{index-7b4863ff.js → index-aa9f794f.js} +32 -32
  151. package/build/esm/{index-e93888a4.js → index-b2c468da.js} +2 -2
  152. package/build/esm/{index-124212ee.js → index-b35e24bf.js} +16 -16
  153. package/build/esm/{index-2761e4d7.js → index-b4747e9a.js} +2 -2
  154. package/build/esm/{index-cd99bd1b.js → index-bbd1b47d.js} +6 -6
  155. package/build/esm/{index-b51b8102.js → index-c343fa42.js} +6 -6
  156. package/build/esm/{index-74676b94.js → index-c39bcb46.js} +3 -3
  157. package/build/esm/{index-c95bb41b.js → index-ca942ebe.js} +2 -2
  158. package/build/esm/{index-1b784c08.js → index-ce114931.js} +2 -2
  159. package/build/esm/{index-1002bbe9.js → index-d0fc73b3.js} +32 -32
  160. package/build/esm/{index-8eb56567.js → index-d3bd2909.js} +2 -2
  161. package/build/esm/{index-899f4778.js → index-e2154aca.js} +6 -6
  162. package/build/esm/{index-448cdace.js → index-e436385c.js} +7 -7
  163. package/build/esm/{index-962257e1.js → index-e66fda20.js} +2 -2
  164. package/build/esm/{index-a39e6bf0.js → index-e87ed093.js} +3 -3
  165. package/build/esm/{index-587993f6.js → index-eac2e7f2.js} +21 -21
  166. package/build/esm/{index-85d4d9e5.js → index-fb943dab.js} +6 -6
  167. package/build/esm/index.js +124 -124
  168. package/build/esm/{labelSorting-8e1f1319.js → labelSorting-8b144c0d.js} +4 -4
  169. package/build/esm/lead.js +35 -35
  170. package/build/esm/{logoIcon-7478315f.js → logoIcon-507246cf.js} +2 -2
  171. package/build/esm/mantine.js +27 -27
  172. package/build/esm/misc.js +19 -19
  173. package/build/esm/miscGetDynamicHealthTool.js +4 -4
  174. package/build/esm/miscGetSocialList.js +8 -8
  175. package/build/esm/miscScreenSizeContext.js +1 -1
  176. package/build/esm/mobileBottomNavigation.js +5 -5
  177. package/build/esm/mobileBottomNavigationIcon.js +5 -5
  178. package/build/esm/molecules.js +78 -78
  179. package/build/esm/moleculesArticleCard.js +6 -6
  180. package/build/esm/moleculesArticleCardV2.js +17 -17
  181. package/build/esm/navigation.js +47 -47
  182. package/build/esm/navigationLogoutPopup.js +11 -11
  183. package/build/esm/navigationProfileButton.js +27 -27
  184. package/build/esm/onboardingV2.js +30 -30
  185. package/build/esm/organisms.js +57 -57
  186. package/build/esm/{post-a3397757.js → post-21f6cd40.js} +2 -2
  187. package/build/esm/profileNavigation.js +20 -20
  188. package/build/esm/progressBar.js +1 -1
  189. package/build/esm/pwg.js +23 -23
  190. package/build/esm/ssoV2.js +31 -31
  191. package/build/esm/{store-0838adad.js → store-6b56d1f6.js} +3 -3
  192. package/build/esm/subot.js +40 -40
  193. package/build/esm/surveyOrPremiumBanner.js +34 -34
  194. package/build/esm/surveyQuestionCard.js +11 -11
  195. package/build/esm/{surveyThankyouCard-5ae7f61c.js → surveyThankyouCard-bc45437d.js} +5 -5
  196. package/build/esm/together.js +57 -57
  197. package/build/esm/togetherApiUtils.js +4 -4
  198. package/build/esm/togetherAtoms.js +31 -31
  199. package/build/esm/togetherComponentGlobalContext.js +4 -4
  200. package/build/esm/togetherMolecules.js +52 -52
  201. package/build/esm/togetherMoleculesCardAuthor.js +29 -29
  202. package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
  203. package/build/esm/togetherMoleculesProfileDetail.js +40 -40
  204. package/build/esm/togetherOrganisms.js +51 -51
  205. package/build/esm/togetherRichTextEditor.js +18 -18
  206. package/build/esm/togetherShareBox.js +10 -10
  207. package/build/esm/{translationsProvider-003b718a.js → translationsProvider-2bb551a3.js} +1 -1
  208. package/build/esm/{treePopoverMenu-50040f26.js → treePopoverMenu-91ca030f.js} +19 -19
  209. package/build/esm/types.js +2 -2
  210. package/build/esm/{useHealthToolCache-a5e4373e.js → useHealthToolCache-4b0cc7c4.js} +1 -1
  211. package/build/esm/{usePhoneValidator-2fecc52b.js → usePhoneValidator-8cf46267.js} +5 -5
  212. package/build/esm/{usePlacesAutocomplete-a8aa078d.js → usePlacesAutocomplete-43de4dce.js} +1 -1
  213. package/build/esm/useTogetherAuthRequiredAction.js +10 -10
  214. package/build/esm/{utils-76c91d9e.js → utils-17556457.js} +3 -3
  215. package/build/esm/{utils-38a22c8d.js → utils-60fa8382.js} +2 -2
  216. package/build/esm/{utils-d87aad8e.js → utils-b84eb8df.js} +5 -5
  217. package/build/esm/{utils-f7732f7c.js → utils-c11a15a4.js} +2 -2
  218. package/build/esm/vaccination.js +22 -22
  219. package/build/footer.js +22 -22
  220. package/build/gAssets.js +2 -2
  221. package/build/{healthTools-c01205fc.js → healthTools-7a705ff9.js} +1 -1
  222. package/build/healthToolsCardWrapper.js +20 -20
  223. package/build/healthToolsForm.js +35 -35
  224. package/build/hooks.js +13 -13
  225. package/build/i18n.js +2 -2
  226. package/build/i18nV2.js +1 -1
  227. package/build/{index-951b544c.js → index-0f517722.js} +3 -3
  228. package/build/{index-67be1423.js → index-1162085c.js} +2 -2
  229. package/build/{index-c5e8482c.js → index-11f5b0a0.js} +3 -3
  230. package/build/{index-8fb0d93d.js → index-12c2ac00.js} +7 -7
  231. package/build/{index-27614f67.js → index-12e004a2.js} +18 -18
  232. package/build/{index-bdde28ab.js → index-16d6ba28.js} +2 -2
  233. package/build/{index-5cf94afc.js → index-184f2371.js} +1 -1
  234. package/build/{index-0a89e286.js → index-1d2b35f3.js} +16 -16
  235. package/build/{index-2e03cd74.js → index-1dbeae8e.js} +6 -6
  236. package/build/{index-8f240f1d.js → index-26ef7e49.js} +3 -3
  237. package/build/{index-e9c51c2c.js → index-27df851d.js} +2 -2
  238. package/build/{index-44487c02.js → index-280b8b2a.js} +6 -6
  239. package/build/{index-7da214c6.js → index-2882096e.js} +15 -15
  240. package/build/{index-49293b81.js → index-2b2a16bf.js} +2 -2
  241. package/build/{index-ea4f4586.js → index-2d9e66b4.js} +2 -2
  242. package/build/{index-f935f188.js → index-30dc27d1.js} +9 -9
  243. package/build/{index-c9dac3f8.js → index-32740711.js} +14 -14
  244. package/build/{index-4807e398.js → index-34fc5451.js} +1 -1
  245. package/build/{index-d77ae930.js → index-39a56196.js} +14 -14
  246. package/build/{index-59a01278.js → index-3cef6659.js} +2 -2
  247. package/build/{index-487edbf8.js → index-3de411f2.js} +3 -3
  248. package/build/{index-18833ad3.js → index-3dede253.js} +1 -1
  249. package/build/{index-ceb2355a.js → index-40b73065.js} +2 -2
  250. package/build/{index-0d051d87.js → index-48974773.js} +2 -2
  251. package/build/{index-b6ae626c.js → index-4c33ba1d.js} +2 -2
  252. package/build/{index-2cc62357.js → index-538e3690.js} +2 -2
  253. package/build/{index-1db29e98.js → index-5936b223.js} +5 -5
  254. package/build/{index-c97ce6c6.js → index-5afdc256.js} +3 -3
  255. package/build/{index-455d1d27.js → index-5bcaea3a.js} +17 -17
  256. package/build/{index-be0c44ef.js → index-5ded8b8e.js} +2 -2
  257. package/build/{index-549eef77.js → index-60dd02bc.js} +14 -14
  258. package/build/{index-e9825b1b.js → index-61c54a2e.js} +1 -1
  259. package/build/{index-f3f437a4.js → index-66275881.js} +13 -13
  260. package/build/{index-d02fc8b1.js → index-6a3b14ad.js} +2 -2
  261. package/build/{index-049cfa55.js → index-6e3bbf8f.js} +16 -16
  262. package/build/{index-e6fce2b5.js → index-70312bf3.js} +2 -2
  263. package/build/{index-a9f96d4c.js → index-708ee473.js} +6 -6
  264. package/build/{index-c28a8427.js → index-7b453630.js} +14 -14
  265. package/build/{index-fc328c64.js → index-7b95001e.js} +30 -30
  266. package/build/{index-ba95c3ea.js → index-7ba9d684.js} +16 -16
  267. package/build/{index-2c52d95e.js → index-853917a3.js} +1 -1
  268. package/build/{index-d3a24647.js → index-88623d3b.js} +13 -13
  269. package/build/{index-01f1b3c3.js → index-8f32635c.js} +2 -2
  270. package/build/{index-754a187c.js → index-8f3e6f5a.js} +3 -3
  271. package/build/{index-735acb19.js → index-96bb4d08.js} +10 -10
  272. package/build/{index-4d2ee762.js → index-9a1ff8d7.js} +4 -4
  273. package/build/{index-addc7410.js → index-9a68a89d.js} +25 -25
  274. package/build/{index-5cd8efaf.js → index-9b7ff01b.js} +32 -32
  275. package/build/{index-e41b6433.js → index-9ca6fc0d.js} +6 -6
  276. package/build/{index-37685142.js → index-9d55b468.js} +11 -11
  277. package/build/{index-2b28f452.js → index-9ed83cee.js} +19 -19
  278. package/build/{index-4bc51ca9.js → index-ae466a9f.js} +32 -32
  279. package/build/{index-142bc1cb.js → index-b481a519.js} +4 -4
  280. package/build/{index-ba726aab.js → index-b7df10e9.js} +5 -5
  281. package/build/{index-f0ac17c8.js → index-b92c7275.js} +2 -2
  282. package/build/{index-d51f04a2.js → index-be384807.js} +3 -3
  283. package/build/{index-f479f43c.js → index-c0c2e01c.js} +7 -7
  284. package/build/{index-594e632b.js → index-c59e2125.js} +2 -2
  285. package/build/{index-2ca7c1c1.js → index-c6512f87.js} +1 -1
  286. package/build/{index-28e248ec.js → index-cc2e7562.js} +3 -3
  287. package/build/{index-208d5fa7.js → index-d2b69b7f.js} +136 -31
  288. package/build/{index-4ec05765.js → index-ddd8921e.js} +22 -22
  289. package/build/{index-2aad35ea.js → index-df9916bd.js} +15 -15
  290. package/build/{index-4fdb454c.js → index-e04d8e4e.js} +8 -8
  291. package/build/{index-ef7005a7.js → index-e613ea09.js} +16 -16
  292. package/build/{index-a37758dd.js → index-e69e6992.js} +3 -3
  293. package/build/{index-6ddfff0b.js → index-e7b40d31.js} +2 -2
  294. package/build/{index-12cce16d.js → index-ec7b59e2.js} +18 -18
  295. package/build/{index-bec1d1d5.js → index-efdc9ff6.js} +1 -1
  296. package/build/{index-ec264058.js → index-f952a4e7.js} +8 -8
  297. package/build/{index-c8d3760f.js → index-fe7c6f5d.js} +21 -21
  298. package/build/{index-0957e893.js → index-ff796a3c.js} +21 -21
  299. package/build/index.js +124 -124
  300. package/build/{labelSorting-92fd2ac2.js → labelSorting-1af88e2b.js} +4 -4
  301. package/build/lead.js +35 -35
  302. package/build/{logoIcon-0b647ce5.js → logoIcon-084ba14e.js} +2 -2
  303. package/build/mantine.js +25 -25
  304. package/build/misc.js +19 -19
  305. package/build/miscGetDynamicHealthTool.js +4 -4
  306. package/build/miscGetSocialList.js +8 -8
  307. package/build/miscScreenSizeContext.js +1 -1
  308. package/build/mobileBottomNavigation.js +5 -5
  309. package/build/mobileBottomNavigationIcon.js +5 -5
  310. package/build/molecules.js +78 -78
  311. package/build/moleculesArticleCard.js +6 -6
  312. package/build/moleculesArticleCardV2.js +17 -17
  313. package/build/navigation.js +47 -47
  314. package/build/navigationLogoutPopup.js +11 -11
  315. package/build/navigationProfileButton.js +27 -27
  316. package/build/onboardingV2.js +29 -29
  317. package/build/organisms.js +57 -57
  318. package/build/{post-9abd3ac9.js → post-9ec78333.js} +2 -2
  319. package/build/profileNavigation.js +20 -20
  320. package/build/progressBar.js +1 -1
  321. package/build/pwg.js +23 -23
  322. package/build/ssoV2.js +29 -29
  323. package/build/{store-f00dae96.js → store-2855dfc5.js} +3 -3
  324. package/build/subot.js +39 -39
  325. package/build/surveyOrPremiumBanner.js +34 -34
  326. package/build/surveyQuestionCard.js +11 -11
  327. package/build/{surveyThankyouCard-b6d15f56.js → surveyThankyouCard-293c7d8e.js} +5 -5
  328. package/build/together.js +57 -57
  329. package/build/togetherApiUtils.js +4 -4
  330. package/build/togetherAtoms.js +31 -31
  331. package/build/togetherComponentGlobalContext.js +4 -4
  332. package/build/togetherMolecules.js +52 -52
  333. package/build/togetherMoleculesCardAuthor.js +29 -29
  334. package/build/togetherMoleculesPostImagePreview.js +11 -11
  335. package/build/togetherMoleculesProfileDetail.js +40 -40
  336. package/build/togetherOrganisms.js +51 -51
  337. package/build/togetherRichTextEditor.js +18 -18
  338. package/build/togetherShareBox.js +10 -10
  339. package/build/{translationsProvider-2571ab49.js → translationsProvider-e6996147.js} +1 -1
  340. package/build/{treePopoverMenu-b20c2fc3.js → treePopoverMenu-fd756e7f.js} +19 -19
  341. package/build/types.js +2 -2
  342. package/build/{useHealthToolCache-591e8f38.js → useHealthToolCache-eb6cbcfc.js} +1 -1
  343. package/build/{usePhoneValidator-9705448f.js → usePhoneValidator-1746c0b9.js} +5 -5
  344. package/build/{usePlacesAutocomplete-253c3783.js → usePlacesAutocomplete-e295d8cf.js} +1 -1
  345. package/build/useTogetherAuthRequiredAction.js +10 -10
  346. package/build/{utils-579cd998.js → utils-3e01ba75.js} +5 -5
  347. package/build/{utils-fc1a3444.js → utils-a3576040.js} +2 -2
  348. package/build/{utils-50b1d171.js → utils-abec7e16.js} +3 -3
  349. package/build/{utils-bd7372fa.js → utils-d48ef253.js} +2 -2
  350. package/build/vaccination.js +22 -22
  351. package/package.json +1 -1
  352. /package/build/{BMI_BOYS.percentile.monthly-a85048e4.js → BMI_BOYS.percentile.monthly-5db65763.js} +0 -0
  353. /package/build/{BMI_BOYS.percentile.weekly-e04d0447.js → BMI_BOYS.percentile.weekly-c50e908a.js} +0 -0
  354. /package/build/{BMI_BOYS.percentile.yearly-7a1e31de.js → BMI_BOYS.percentile.yearly-b48f6e08.js} +0 -0
  355. /package/build/{BMI_BOYS.zscore.monthly-9a4c41dc.js → BMI_BOYS.zscore.monthly-6caac57a.js} +0 -0
  356. /package/build/{BMI_BOYS.zscore.weekly-bff82c28.js → BMI_BOYS.zscore.weekly-64f2cddb.js} +0 -0
  357. /package/build/{BMI_BOYS.zscore.yearly-666a069c.js → BMI_BOYS.zscore.yearly-f3547095.js} +0 -0
  358. /package/build/{BMI_GIRLS.percentile.monthly-ad722d47.js → BMI_GIRLS.percentile.monthly-78d5fe0a.js} +0 -0
  359. /package/build/{BMI_GIRLS.percentile.weekly-ac2e290f.js → BMI_GIRLS.percentile.weekly-1c26cc1e.js} +0 -0
  360. /package/build/{BMI_GIRLS.percentile.yearly-58286835.js → BMI_GIRLS.percentile.yearly-a8f00fcf.js} +0 -0
  361. /package/build/{BMI_GIRLS.zscore.monthly-4b4f4d40.js → BMI_GIRLS.zscore.monthly-bbce1cc7.js} +0 -0
  362. /package/build/{BMI_GIRLS.zscore.weekly-4ebc5ddb.js → BMI_GIRLS.zscore.weekly-eecda0db.js} +0 -0
  363. /package/build/{BMI_GIRLS.zscore.yearly-4c84d302.js → BMI_GIRLS.zscore.yearly-e2ef4adc.js} +0 -0
  364. /package/build/{ChevronDown-13672d2d.js → ChevronDown-1c8678d1.js} +0 -0
  365. /package/build/{Close-d0313965.js → Close-46ddda90.js} +0 -0
  366. /package/build/{Google-ea74c67d.js → Google-c4829c9a.js} +0 -0
  367. /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-516c1b8a.js → HEAD CIRCUM_BOYS.percentile.monthly-c0fd1ccc.js} +0 -0
  368. /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-9d2e882b.js → HEAD CIRCUM_BOYS.percentile.weekly-87f2e8dc.js} +0 -0
  369. /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-eb96609d.js → HEAD CIRCUM_BOYS.percentile.yearly-85dc58ae.js} +0 -0
  370. /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-1c00b426.js → HEAD CIRCUM_BOYS.zscore.monthly-af6b3b6e.js} +0 -0
  371. /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-95c7c320.js → HEAD CIRCUM_BOYS.zscore.weekly-c6f82fc4.js} +0 -0
  372. /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-dc840c47.js → HEAD CIRCUM_BOYS.zscore.yearly-0bc26319.js} +0 -0
  373. /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-bfbeaca3.js → HEAD CIRCUM_GIRLS.percentile.monthly-68e9a844.js} +0 -0
  374. /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-fd9816ad.js → HEAD CIRCUM_GIRLS.percentile.weekly-649ab203.js} +0 -0
  375. /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-b3d7169a.js → HEAD CIRCUM_GIRLS.percentile.yearly-e6fbd4dc.js} +0 -0
  376. /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-a881825d.js → HEAD CIRCUM_GIRLS.zscore.monthly-27564ac6.js} +0 -0
  377. /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-ee1ce2ca.js → HEAD CIRCUM_GIRLS.zscore.weekly-70d8ec0e.js} +0 -0
  378. /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-7b9a70af.js → HEAD CIRCUM_GIRLS.zscore.yearly-49f91ffc.js} +0 -0
  379. /package/build/{HEIGHT_BOYS.percentile.monthly-1ba05e14.js → HEIGHT_BOYS.percentile.monthly-e19ea9cd.js} +0 -0
  380. /package/build/{HEIGHT_BOYS.percentile.weekly-5d766a9b.js → HEIGHT_BOYS.percentile.weekly-4dd83e7c.js} +0 -0
  381. /package/build/{HEIGHT_BOYS.percentile.yearly-bac334c9.js → HEIGHT_BOYS.percentile.yearly-644ad13c.js} +0 -0
  382. /package/build/{HEIGHT_BOYS.zscore.monthly-fd1df028.js → HEIGHT_BOYS.zscore.monthly-9cf2b34c.js} +0 -0
  383. /package/build/{HEIGHT_BOYS.zscore.weekly-fe6fd000.js → HEIGHT_BOYS.zscore.weekly-2772f50e.js} +0 -0
  384. /package/build/{HEIGHT_BOYS.zscore.yearly-395f5a4e.js → HEIGHT_BOYS.zscore.yearly-d03e5c83.js} +0 -0
  385. /package/build/{HEIGHT_GIRLS.percentile.monthly-f2b6c6c8.js → HEIGHT_GIRLS.percentile.monthly-c4b56445.js} +0 -0
  386. /package/build/{HEIGHT_GIRLS.percentile.weekly-d0ed0ea9.js → HEIGHT_GIRLS.percentile.weekly-6125a1d5.js} +0 -0
  387. /package/build/{HEIGHT_GIRLS.percentile.yearly-4c8228a4.js → HEIGHT_GIRLS.percentile.yearly-8fa4480f.js} +0 -0
  388. /package/build/{HEIGHT_GIRLS.zscore.monthly-cbc4d1a6.js → HEIGHT_GIRLS.zscore.monthly-50bf7e2a.js} +0 -0
  389. /package/build/{HEIGHT_GIRLS.zscore.weekly-05eb3daf.js → HEIGHT_GIRLS.zscore.weekly-0b4bb929.js} +0 -0
  390. /package/build/{HEIGHT_GIRLS.zscore.yearly-6de16ddc.js → HEIGHT_GIRLS.zscore.yearly-ef8c47a7.js} +0 -0
  391. /package/build/{Locale-4af91aa9.js → Locale-fb4dd91e.js} +0 -0
  392. /package/build/{Visible-c754c974.js → Visible-8bd824b7.js} +0 -0
  393. /package/build/{WEIGHT_BOYS.percentile.monthly-860ac64b.js → WEIGHT_BOYS.percentile.monthly-e4412f01.js} +0 -0
  394. /package/build/{WEIGHT_BOYS.percentile.weekly-5886e2de.js → WEIGHT_BOYS.percentile.weekly-fd154be9.js} +0 -0
  395. /package/build/{WEIGHT_BOYS.percentile.yearly-bb18dc26.js → WEIGHT_BOYS.percentile.yearly-99dd39b8.js} +0 -0
  396. /package/build/{WEIGHT_BOYS.zscore.monthly-f8219964.js → WEIGHT_BOYS.zscore.monthly-aefe385e.js} +0 -0
  397. /package/build/{WEIGHT_BOYS.zscore.weekly-7066e4a0.js → WEIGHT_BOYS.zscore.weekly-71fd0a81.js} +0 -0
  398. /package/build/{WEIGHT_BOYS.zscore.yearly-26822a79.js → WEIGHT_BOYS.zscore.yearly-955e5b7e.js} +0 -0
  399. /package/build/{WEIGHT_GIRLS.percentile.monthly-1b95bf7f.js → WEIGHT_GIRLS.percentile.monthly-7004ae4b.js} +0 -0
  400. /package/build/{WEIGHT_GIRLS.percentile.weekly-36e48aa6.js → WEIGHT_GIRLS.percentile.weekly-c7210303.js} +0 -0
  401. /package/build/{WEIGHT_GIRLS.percentile.yearly-d1c2c1be.js → WEIGHT_GIRLS.percentile.yearly-b305e67e.js} +0 -0
  402. /package/build/{WEIGHT_GIRLS.zscore.monthly-26dffec1.js → WEIGHT_GIRLS.zscore.monthly-44037276.js} +0 -0
  403. /package/build/{WEIGHT_GIRLS.zscore.weekly-81e6592c.js → WEIGHT_GIRLS.zscore.weekly-7d39c3db.js} +0 -0
  404. /package/build/{WEIGHT_GIRLS.zscore.yearly-a249b3b7.js → WEIGHT_GIRLS.zscore.yearly-9a31b4c3.js} +0 -0
  405. /package/build/{ageGenerate-74595998.js → ageGenerate-a9b77073.js} +0 -0
  406. /package/build/{animation-88e88101.js → animation-9ac96491.js} +0 -0
  407. /package/build/{constants-218d9ad4.js → constants-2178b0ec.js} +0 -0
  408. /package/build/{constants-920198a2.js → constants-63258e72.js} +0 -0
  409. /package/build/{constants-8c378d02.js → constants-e8f006aa.js} +0 -0
  410. /package/build/{context-c6d6b037.js → context-d8eef7f5.js} +0 -0
  411. /package/build/{dataTransform-719e79ee.js → dataTransform-40d28b8b.js} +0 -0
  412. /package/build/esm/{BMI_BOYS.percentile.monthly-7b544935.js → BMI_BOYS.percentile.monthly-ec2d88ed.js} +0 -0
  413. /package/build/esm/{BMI_BOYS.percentile.weekly-ad600289.js → BMI_BOYS.percentile.weekly-d008106c.js} +0 -0
  414. /package/build/esm/{BMI_BOYS.percentile.yearly-82092d2f.js → BMI_BOYS.percentile.yearly-943fc882.js} +0 -0
  415. /package/build/esm/{BMI_BOYS.zscore.monthly-dc4d944a.js → BMI_BOYS.zscore.monthly-c7ceae64.js} +0 -0
  416. /package/build/esm/{BMI_BOYS.zscore.weekly-9c880b5b.js → BMI_BOYS.zscore.weekly-0a02838e.js} +0 -0
  417. /package/build/esm/{BMI_BOYS.zscore.yearly-da89a5f0.js → BMI_BOYS.zscore.yearly-badfea77.js} +0 -0
  418. /package/build/esm/{BMI_GIRLS.percentile.monthly-3f068778.js → BMI_GIRLS.percentile.monthly-9f9f8b89.js} +0 -0
  419. /package/build/esm/{BMI_GIRLS.percentile.weekly-f51d7989.js → BMI_GIRLS.percentile.weekly-b773af4b.js} +0 -0
  420. /package/build/esm/{BMI_GIRLS.percentile.yearly-edf4ebe9.js → BMI_GIRLS.percentile.yearly-97a44881.js} +0 -0
  421. /package/build/esm/{BMI_GIRLS.zscore.monthly-c1f2f664.js → BMI_GIRLS.zscore.monthly-1e931197.js} +0 -0
  422. /package/build/esm/{BMI_GIRLS.zscore.weekly-a44622f4.js → BMI_GIRLS.zscore.weekly-9d161291.js} +0 -0
  423. /package/build/esm/{BMI_GIRLS.zscore.yearly-40ad2d65.js → BMI_GIRLS.zscore.yearly-3ffbd376.js} +0 -0
  424. /package/build/esm/{ChevronDown-4562d590.js → ChevronDown-047a7ebf.js} +0 -0
  425. /package/build/esm/{Close-f6417949.js → Close-c1792000.js} +0 -0
  426. /package/build/esm/{Google-7b0e3f03.js → Google-23d0360b.js} +0 -0
  427. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-5881b3e5.js → HEAD CIRCUM_BOYS.percentile.monthly-658d75d6.js} +0 -0
  428. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-5e0fc996.js → HEAD CIRCUM_BOYS.percentile.weekly-87b265fa.js} +0 -0
  429. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-39db78fe.js → HEAD CIRCUM_BOYS.percentile.yearly-86805d7e.js} +0 -0
  430. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-71e22379.js → HEAD CIRCUM_BOYS.zscore.monthly-43a8e1f8.js} +0 -0
  431. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-d6a4c547.js → HEAD CIRCUM_BOYS.zscore.weekly-93070033.js} +0 -0
  432. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-47b231d9.js → HEAD CIRCUM_BOYS.zscore.yearly-b96cadac.js} +0 -0
  433. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-1bdef8c4.js → HEAD CIRCUM_GIRLS.percentile.monthly-16129047.js} +0 -0
  434. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-f57d2008.js → HEAD CIRCUM_GIRLS.percentile.weekly-fdb0ed99.js} +0 -0
  435. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-5d8e05e4.js → HEAD CIRCUM_GIRLS.percentile.yearly-cfd0f1df.js} +0 -0
  436. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-1fcfbe16.js → HEAD CIRCUM_GIRLS.zscore.monthly-31c1f96e.js} +0 -0
  437. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-7b8b826d.js → HEAD CIRCUM_GIRLS.zscore.weekly-6a2ae6b0.js} +0 -0
  438. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-c67cdb19.js → HEAD CIRCUM_GIRLS.zscore.yearly-de1749bf.js} +0 -0
  439. /package/build/esm/{HEIGHT_BOYS.percentile.monthly-e633b1d2.js → HEIGHT_BOYS.percentile.monthly-0e284a4a.js} +0 -0
  440. /package/build/esm/{HEIGHT_BOYS.percentile.weekly-719e6c6a.js → HEIGHT_BOYS.percentile.weekly-66a2e33a.js} +0 -0
  441. /package/build/esm/{HEIGHT_BOYS.percentile.yearly-2526576f.js → HEIGHT_BOYS.percentile.yearly-03d3c16b.js} +0 -0
  442. /package/build/esm/{HEIGHT_BOYS.zscore.monthly-c8062e66.js → HEIGHT_BOYS.zscore.monthly-84a529cc.js} +0 -0
  443. /package/build/esm/{HEIGHT_BOYS.zscore.weekly-a8bdfb8e.js → HEIGHT_BOYS.zscore.weekly-363c2136.js} +0 -0
  444. /package/build/esm/{HEIGHT_BOYS.zscore.yearly-e6587f93.js → HEIGHT_BOYS.zscore.yearly-9e66e717.js} +0 -0
  445. /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-6027f462.js → HEIGHT_GIRLS.percentile.monthly-26b7b8f4.js} +0 -0
  446. /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-b8608b1a.js → HEIGHT_GIRLS.percentile.weekly-c94ec7bc.js} +0 -0
  447. /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-fd888df7.js → HEIGHT_GIRLS.percentile.yearly-abe9a333.js} +0 -0
  448. /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-ac962537.js → HEIGHT_GIRLS.zscore.monthly-1300d753.js} +0 -0
  449. /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-dc3ce9a0.js → HEIGHT_GIRLS.zscore.weekly-395304f6.js} +0 -0
  450. /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-e6bd9d51.js → HEIGHT_GIRLS.zscore.yearly-842366b7.js} +0 -0
  451. /package/build/esm/{Locale-b6f4abea.js → Locale-ade54802.js} +0 -0
  452. /package/build/esm/{Visible-6ddaf754.js → Visible-b5451df0.js} +0 -0
  453. /package/build/esm/{WEIGHT_BOYS.percentile.monthly-c8426e13.js → WEIGHT_BOYS.percentile.monthly-ea02e4a3.js} +0 -0
  454. /package/build/esm/{WEIGHT_BOYS.percentile.weekly-07dcb210.js → WEIGHT_BOYS.percentile.weekly-a4e431ab.js} +0 -0
  455. /package/build/esm/{WEIGHT_BOYS.percentile.yearly-7776d3fd.js → WEIGHT_BOYS.percentile.yearly-47339000.js} +0 -0
  456. /package/build/esm/{WEIGHT_BOYS.zscore.monthly-acc3535d.js → WEIGHT_BOYS.zscore.monthly-da4febaf.js} +0 -0
  457. /package/build/esm/{WEIGHT_BOYS.zscore.weekly-34fcd991.js → WEIGHT_BOYS.zscore.weekly-2218ff0d.js} +0 -0
  458. /package/build/esm/{WEIGHT_BOYS.zscore.yearly-4b4e0aa9.js → WEIGHT_BOYS.zscore.yearly-c81fd9e0.js} +0 -0
  459. /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-62be7109.js → WEIGHT_GIRLS.percentile.monthly-82875d2e.js} +0 -0
  460. /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-72a016e9.js → WEIGHT_GIRLS.percentile.weekly-12c1a89a.js} +0 -0
  461. /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-5955e741.js → WEIGHT_GIRLS.percentile.yearly-acc2081c.js} +0 -0
  462. /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-e8870c2d.js → WEIGHT_GIRLS.zscore.monthly-cd48dafa.js} +0 -0
  463. /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-da950704.js → WEIGHT_GIRLS.zscore.weekly-79ed356b.js} +0 -0
  464. /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-77139833.js → WEIGHT_GIRLS.zscore.yearly-8c18eb03.js} +0 -0
  465. /package/build/esm/{ageGenerate-2a0a1d72.js → ageGenerate-c0ef99a5.js} +0 -0
  466. /package/build/esm/{animation-693e51c4.js → animation-d9ff1daa.js} +0 -0
  467. /package/build/esm/{constants-c76cd5b7.js → constants-15d0ae67.js} +0 -0
  468. /package/build/esm/{constants-a16e91a9.js → constants-29e4f67a.js} +0 -0
  469. /package/build/esm/{constants-18ee7aac.js → constants-6e61809f.js} +0 -0
  470. /package/build/esm/{context-13568ea4.js → context-ba936f50.js} +0 -0
  471. /package/build/esm/{dataTransform-8efcfcaf.js → dataTransform-7b62e6f2.js} +0 -0
  472. /package/build/esm/{index-cc9bfd33.js → index-210c9b3c.js} +0 -0
  473. /package/build/esm/{index-96dfb9cd.js → index-2624437b.js} +0 -0
  474. /package/build/esm/{index-d8f6854d.js → index-2a241299.js} +0 -0
  475. /package/build/esm/{index-1ace95de.js → index-4a7fa287.js} +0 -0
  476. /package/build/esm/{index-72badec6.js → index-648d6751.js} +0 -0
  477. /package/build/esm/{index-d0043174.js → index-6f32f7dc.js} +0 -0
  478. /package/build/esm/{index-28bd4b07.js → index-97959dae.js} +0 -0
  479. /package/build/esm/{index-b620255d.js → index-d806dbde.js} +0 -0
  480. /package/build/esm/{index-3366ed44.js → index-d84c586d.js} +0 -0
  481. /package/build/esm/{index.styles-e50708f1.js → index.styles-bd952485.js} +0 -0
  482. /package/build/esm/{localizeNumberFormat-cb5fc1de.js → localizeNumberFormat-a9a2517f.js} +0 -0
  483. /package/build/esm/{normalizeLink-6608fe9d.js → normalizeLink-45a8d146.js} +0 -0
  484. /package/build/esm/{number-236572a2.js → number-af465c7f.js} +0 -0
  485. /package/build/esm/{paths-2248b725.js → paths-baffb1ff.js} +0 -0
  486. /package/build/esm/{shared-d47dca0e.js → shared-b89ebb93.js} +0 -0
  487. /package/build/esm/{translationsContext-7867723c.js → translationsContext-6bf7e307.js} +0 -0
  488. /package/build/esm/{tslib.es6-b66d75db.js → tslib.es6-f5d1f608.js} +0 -0
  489. /package/build/esm/{types-1d1997c3.js → types-711e6ef3.js} +0 -0
  490. /package/build/esm/{types-8b51ca0e.js → types-fbc8056e.js} +0 -0
  491. /package/build/esm/{useIsInit-16065802.js → useIsInit-516f2978.js} +0 -0
  492. /package/build/esm/{useOutsideClick-7f9f2425.js → useOutsideClick-03064b05.js} +0 -0
  493. /package/build/esm/{useScrollbarSize-ef7d776a.js → useScrollbarSize-16486965.js} +0 -0
  494. /package/build/esm/{useUniqueId-c031d61e.js → useUniqueId-52f16928.js} +0 -0
  495. /package/build/esm/{utils-409a83b1.js → utils-3f27c2b4.js} +0 -0
  496. /package/build/esm/{utils-be40198d.js → utils-a979c9d0.js} +0 -0
  497. /package/build/{index-3f9f04c6.js → index-4f066bbd.js} +0 -0
  498. /package/build/{index-a6851d23.js → index-510f0a15.js} +0 -0
  499. /package/build/{index-40404253.js → index-5e147ac6.js} +0 -0
  500. /package/build/{index-3d618662.js → index-6ef2b6f9.js} +0 -0
  501. /package/build/{index-a2930901.js → index-befdd300.js} +0 -0
  502. /package/build/{index-f154e09d.js → index-d25e6f94.js} +0 -0
  503. /package/build/{index-ff05fc59.js → index-dc3c110e.js} +0 -0
  504. /package/build/{index-4a627166.js → index-e17759c5.js} +0 -0
  505. /package/build/{index-fcde1734.js → index-f5a7f4b2.js} +0 -0
  506. /package/build/{index.styles-d1d94485.js → index.styles-a3f626b7.js} +0 -0
  507. /package/build/{localizeNumberFormat-0ff8432d.js → localizeNumberFormat-cbda750f.js} +0 -0
  508. /package/build/{normalizeLink-ceff737c.js → normalizeLink-34407808.js} +0 -0
  509. /package/build/{number-93501c5a.js → number-cd44003c.js} +0 -0
  510. /package/build/{paths-c8b523d0.js → paths-38e60629.js} +0 -0
  511. /package/build/{shared-dcc78f6a.js → shared-eb6d0fde.js} +0 -0
  512. /package/build/{translationsContext-f8002250.js → translationsContext-b446c8e6.js} +0 -0
  513. /package/build/{tslib.es6-0f1b4dc1.js → tslib.es6-81b25108.js} +0 -0
  514. /package/build/{types-a3f9a524.js → types-3d5b3402.js} +0 -0
  515. /package/build/{types-1d57c4a1.js → types-f5e54858.js} +0 -0
  516. /package/build/{useIsInit-426d9b3b.js → useIsInit-111785c6.js} +0 -0
  517. /package/build/{useOutsideClick-166304cb.js → useOutsideClick-32362392.js} +0 -0
  518. /package/build/{useScrollbarSize-7e2cfc89.js → useScrollbarSize-80eb7438.js} +0 -0
  519. /package/build/{useUniqueId-aab65e7b.js → useUniqueId-ce743581.js} +0 -0
  520. /package/build/{utils-a4624928.js → utils-22dc1ec0.js} +0 -0
  521. /package/build/{utils-33279c8e.js → utils-ece927c2.js} +0 -0
@@ -1,60 +1,60 @@
1
- export { D as DueDateForm } from './index-cad2d5af.js';
2
- export { B as BmiForm } from './index-ef6c9b1a.js';
3
- export { B as BabyPoopForm } from './index-ea18ab10.js';
4
- export { T as ThrForm } from './index-d96403ed.js';
5
- export { O as OvulationForm } from './index-99397d6e.js';
6
- export { B as BabyVaccineForm } from './index-88d1f4bb.js';
7
- export { P as PWGForm } from './index-cd2229cc.js';
8
- import './tslib.es6-b66d75db.js';
1
+ export { D as DueDateForm } from './index-513c8380.js';
2
+ export { B as BmiForm } from './index-5551dc36.js';
3
+ export { B as BabyPoopForm } from './index-2fa238e5.js';
4
+ export { T as ThrForm } from './index-2ce5174d.js';
5
+ export { O as OvulationForm } from './index-17690bea.js';
6
+ export { B as BabyVaccineForm } from './index-91b72a9f.js';
7
+ export { P as PWGForm } from './index-0fb023a4.js';
8
+ import './tslib.es6-f5d1f608.js';
9
9
  import 'react';
10
10
  import '@mantine/core';
11
11
  import 'date-fns';
12
- import './LastPeriod-5c80b823.js';
13
- import './Locale-b6f4abea.js';
12
+ import './LastPeriod-7181032d.js';
13
+ import './Locale-ade54802.js';
14
14
  import '@mantine/form';
15
15
  import 'dayjs';
16
- import './index-98006352.js';
16
+ import './index-59e684e6.js';
17
17
  import '@hhgtech/icons/other';
18
18
  import '@mantine/hooks';
19
- import './index-96dfb9cd.js';
19
+ import './index-2624437b.js';
20
20
  import './constantsDomainLocales.js';
21
21
  import './constantsIsProduction.js';
22
- import './index-d0043174.js';
23
- import './index-c95bb41b.js';
24
- import './utils-409a83b1.js';
22
+ import './index-6f32f7dc.js';
23
+ import './index-ca942ebe.js';
24
+ import './utils-3f27c2b4.js';
25
25
  import '@emotion/styled';
26
26
  import '@mantine/carousel';
27
- import './index-8eb56567.js';
28
- import './index-a22941c6.js';
29
- import './index-be0a2a5d.js';
27
+ import './index-d3bd2909.js';
28
+ import './index-67881d80.js';
29
+ import './index-34c5d548.js';
30
30
  import '@mantine/notifications';
31
- import './index-f36317a6.js';
31
+ import './index-6fdf0413.js';
32
32
  import 'date-fns/locale';
33
33
  import './constantsSite.js';
34
34
  import './constantsRiskScreener.js';
35
35
  import './miscTheme.js';
36
- import './shared-d47dca0e.js';
36
+ import './shared-b89ebb93.js';
37
37
  import 'classnames';
38
38
  import 'uuid';
39
- import './useUniqueId-c031d61e.js';
39
+ import './useUniqueId-52f16928.js';
40
40
  import '@emotion/react';
41
41
  import '@hhgtech/icons/core';
42
- import './index-fac9ecc6.js';
43
- import './index-85d4d9e5.js';
42
+ import './index-43f1608d.js';
43
+ import './index-fb943dab.js';
44
44
  import '@mantine/dates';
45
- import './index.styles-e50708f1.js';
46
- import './index-49b79390.js';
47
- import './translationsContext-7867723c.js';
48
- import './index-a39e6bf0.js';
49
- import './index-fbe616df.js';
45
+ import './index.styles-bd952485.js';
46
+ import './index-3027109b.js';
47
+ import './translationsContext-6bf7e307.js';
48
+ import './index-e87ed093.js';
49
+ import './index-1f4d429d.js';
50
50
  import 'react-keyed-flatten-children';
51
- import './context-13568ea4.js';
51
+ import './context-ba936f50.js';
52
52
  import 'react-hook-form';
53
- import './useHealthToolCache-a5e4373e.js';
53
+ import './useHealthToolCache-4b0cc7c4.js';
54
54
  import './miscGetDynamicHealthTool.js';
55
- import './normalizeLink-6608fe9d.js';
56
- import './core-55b3b3b0.js';
57
- import './constants-a16e91a9.js';
58
- import './index-669c227e.js';
55
+ import './normalizeLink-45a8d146.js';
56
+ import './core-53b02967.js';
57
+ import './constants-29e4f67a.js';
58
+ import './index-9611334f.js';
59
59
  import './embeddedHeathToolCards_helpers.js';
60
- import './constants-c76cd5b7.js';
60
+ import './constants-15d0ae67.js';
@@ -1,19 +1,19 @@
1
- export { u as useTranslations } from './index-49b79390.js';
2
- export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-ef7d776a.js';
3
- export { M as MAPPED_CATEGORY_SLUGS, P as PREGNANCY_SLUG, c as useCategory, u as useFbDataLayer, d as usePhoneValidator, a as usePrevious, b as useRafState } from './usePhoneValidator-2fecc52b.js';
4
- export { u as useHealthToolsCache } from './useHealthToolCache-a5e4373e.js';
5
- export { u as useIsInit } from './useIsInit-16065802.js';
6
- export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-7f9f2425.js';
7
- export { u as useInitialMount, a as useUniqueId } from './useUniqueId-c031d61e.js';
1
+ export { u as useTranslations } from './index-3027109b.js';
2
+ export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-16486965.js';
3
+ export { M as MAPPED_CATEGORY_SLUGS, P as PREGNANCY_SLUG, c as useCategory, u as useFbDataLayer, d as usePhoneValidator, a as usePrevious, b as useRafState } from './usePhoneValidator-8cf46267.js';
4
+ export { u as useHealthToolsCache } from './useHealthToolCache-4b0cc7c4.js';
5
+ export { u as useIsInit } from './useIsInit-516f2978.js';
6
+ export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-03064b05.js';
7
+ export { u as useInitialMount, a as useUniqueId } from './useUniqueId-52f16928.js';
8
8
  import 'react';
9
- import './translationsContext-7867723c.js';
9
+ import './translationsContext-6bf7e307.js';
10
10
  import 'lodash/debounce';
11
- import './tslib.es6-b66d75db.js';
11
+ import './tslib.es6-f5d1f608.js';
12
12
  import './miscCookieHelper.js';
13
- import './index-be0a2a5d.js';
14
- import './Locale-b6f4abea.js';
13
+ import './index-34c5d548.js';
14
+ import './Locale-ade54802.js';
15
15
  import './miscGetDynamicHealthTool.js';
16
- import './normalizeLink-6608fe9d.js';
16
+ import './normalizeLink-45a8d146.js';
17
17
  import './constantsDomainLocales.js';
18
18
  import './constantsIsProduction.js';
19
- import './core-55b3b3b0.js';
19
+ import './core-53b02967.js';
package/build/esm/i18n.js CHANGED
@@ -1,5 +1,5 @@
1
- export { T as TranslationsContext } from './translationsContext-7867723c.js';
2
- export { T as TranslationsProvider, t as translationsMap } from './translationsProvider-003b718a.js';
1
+ export { T as TranslationsContext } from './translationsContext-6bf7e307.js';
2
+ export { T as TranslationsProvider, t as translationsMap } from './translationsProvider-2bb551a3.js';
3
3
  import 'react';
4
4
  import './i18n-values/en-PH.js';
5
5
  import './i18n-values/hi-IN.js';
@@ -1,5 +1,5 @@
1
- import { T as TranslationsContext } from './translationsContext-7867723c.js';
2
- export { T as TranslationsContext } from './translationsContext-7867723c.js';
1
+ import { T as TranslationsContext } from './translationsContext-6bf7e307.js';
2
+ export { T as TranslationsContext } from './translationsContext-6bf7e307.js';
3
3
  import React__default, { useMemo } from 'react';
4
4
 
5
5
  const TranslationsProvider = ({ locale = 'en-PH', values, children, }) => {
@@ -1,9 +1,9 @@
1
- import { _ as __rest } from './tslib.es6-b66d75db.js';
1
+ import { _ as __rest } from './tslib.es6-f5d1f608.js';
2
2
  import React__default, { useState, useCallback, useMemo, useEffect } from 'react';
3
3
  import { clsx } from '@mantine/core';
4
4
  import { Drawer } from 'vaul';
5
5
  import styled from '@emotion/styled';
6
- import { Z as ZINDEX_SSO } from './index-f36317a6.js';
6
+ import { Z as ZINDEX_SSO } from './index-6fdf0413.js';
7
7
 
8
8
  const TIME_FOR_MOTION = 300;
9
9
  const useDrawerDrag = (motionDelay = TIME_FOR_MOTION) => {
@@ -1,24 +1,24 @@
1
1
  import * as React from 'react';
2
2
  import React__default, { useState, useMemo, useEffect, Fragment } from 'react';
3
3
  import styled from '@emotion/styled';
4
- import { M as MediaQueries, f as formatUrlWithPageParam } from './utils-409a83b1.js';
4
+ import { M as MediaQueries, f as formatUrlWithPageParam } from './utils-3f27c2b4.js';
5
5
  import { theme } from './miscTheme.js';
6
- import { _ as __rest } from './tslib.es6-b66d75db.js';
7
- import { L as Label, S as StyledDisplayIcon, a as StyledActionIcon, b as StyledErrorLabel } from './index-70b6f892.js';
8
- import { I as Input } from './index-98006352.js';
6
+ import { _ as __rest } from './tslib.es6-f5d1f608.js';
7
+ import { L as Label, S as StyledDisplayIcon, a as StyledActionIcon, b as StyledErrorLabel } from './index-7fcb2930.js';
8
+ import { I as Input } from './index-59e684e6.js';
9
9
  import '@mantine/core';
10
10
  import '@mantine/dates';
11
- import './index-f36317a6.js';
12
- import './index-be0a2a5d.js';
13
- import './index-96dfb9cd.js';
14
- import './index-a22941c6.js';
15
- import './index-8eb56567.js';
16
- import './index-fac9ecc6.js';
17
- import './index-d0043174.js';
18
- import './index.styles-e50708f1.js';
19
- import './translationsContext-7867723c.js';
11
+ import './index-6fdf0413.js';
12
+ import './index-34c5d548.js';
13
+ import './index-2624437b.js';
14
+ import './index-67881d80.js';
15
+ import './index-d3bd2909.js';
16
+ import './index-43f1608d.js';
17
+ import './index-6f32f7dc.js';
18
+ import './index.styles-bd952485.js';
19
+ import './translationsContext-6bf7e307.js';
20
20
  import '@mantine/hooks';
21
- import './index-a39e6bf0.js';
21
+ import './index-e87ed093.js';
22
22
 
23
23
  /* eslint-disable prettier/prettier */
24
24
  const Search2 = (props) => (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 25", fill: "none" }, props),
@@ -1,4 +1,4 @@
1
- import { _ as __rest } from './tslib.es6-b66d75db.js';
1
+ import { _ as __rest } from './tslib.es6-f5d1f608.js';
2
2
  import React__default from 'react';
3
3
  import { Indicator as Indicator$1 } from '@mantine/core';
4
4
  import { theme } from './miscTheme.js';
@@ -1,6 +1,6 @@
1
1
  import React__default from 'react';
2
2
  import styled from '@emotion/styled';
3
- import { M as MediaQueries } from './utils-409a83b1.js';
3
+ import { M as MediaQueries } from './utils-3f27c2b4.js';
4
4
  import { theme } from './miscTheme.js';
5
5
 
6
6
  const StyledPopup = styled.div `
@@ -1,20 +1,20 @@
1
1
  import * as React from 'react';
2
2
  import React__default, { useState, useRef, createContext, useEffect, Fragment, forwardRef, useMemo, useCallback } from 'react';
3
- import { T as Text } from './index-8eb56567.js';
3
+ import { T as Text } from './index-d3bd2909.js';
4
4
  import styled from '@emotion/styled';
5
5
  import { theme } from './miscTheme.js';
6
- import { M as MediaQueries } from './utils-409a83b1.js';
6
+ import { M as MediaQueries } from './utils-3f27c2b4.js';
7
7
  import { Collapse, rem, clsx } from '@mantine/core';
8
8
  import { useDisclosure } from '@mantine/hooks';
9
- import { S as ShapedArrowDown } from './index-078d463e.js';
10
- import { R as Radio$1 } from './index-98006352.js';
11
- import { _ as __rest, a as __awaiter } from './tslib.es6-b66d75db.js';
12
- import { T as Text$1 } from './index-7f4a3be0.js';
9
+ import { S as ShapedArrowDown } from './index-94e1fbfa.js';
10
+ import { R as Radio$1 } from './index-59e684e6.js';
11
+ import { _ as __rest, a as __awaiter } from './tslib.es6-f5d1f608.js';
12
+ import { T as Text$1 } from './index-380c43b8.js';
13
13
  import { setDefaultClass } from './miscDefaultClassWrapper.js';
14
14
  import flattenChildren from 'react-keyed-flatten-children';
15
- import { H as Heading } from './index-7fac5711.js';
16
- import { C as Close } from './Close-f6417949.js';
17
- import { u as useTranslations } from './index-49b79390.js';
15
+ import { H as Heading } from './index-9163e866.js';
16
+ import { C as Close } from './Close-c1792000.js';
17
+ import { u as useTranslations } from './index-3027109b.js';
18
18
  import { Carousel } from '@mantine/carousel';
19
19
 
20
20
  var styles = {"alert":"CHw-fZZ","content":"_03U6VRS","close":"EO828Vv"};
@@ -1,12 +1,12 @@
1
- import { _ as __rest, a as __awaiter } from './tslib.es6-b66d75db.js';
1
+ import { _ as __rest, a as __awaiter } from './tslib.es6-f5d1f608.js';
2
2
  import React__default, { useState, useMemo, useCallback } from 'react';
3
- import { u as useTranslations } from './index-49b79390.js';
3
+ import { u as useTranslations } from './index-3027109b.js';
4
4
  import { createStyles } from '@mantine/core';
5
- import { P as PATHS } from './paths-2248b725.js';
6
- import { L as LOCALIZED_SLUGS } from './constants-18ee7aac.js';
7
- import { B as Button } from './index-fac9ecc6.js';
8
- import './index-f36317a6.js';
9
- import { c as callApi, g as getCarePath } from './utils-76c91d9e.js';
5
+ import { P as PATHS } from './paths-baffb1ff.js';
6
+ import { L as LOCALIZED_SLUGS } from './constants-6e61809f.js';
7
+ import { B as Button } from './index-43f1608d.js';
8
+ import './index-6fdf0413.js';
9
+ import { c as callApi, g as getCarePath } from './utils-17556457.js';
10
10
  import { domainLocales } from './constantsDomainLocales.js';
11
11
  import { isProduction } from './constantsIsProduction.js';
12
12
 
@@ -1,5 +1,5 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
- import { B as Button } from './index-fac9ecc6.js';
2
+ import { B as Button } from './index-43f1608d.js';
3
3
  import styled from '@emotion/styled';
4
4
 
5
5
  const StyledContainer = styled.div `
@@ -1,26 +1,26 @@
1
- import { _ as __rest } from './tslib.es6-b66d75db.js';
1
+ import { _ as __rest } from './tslib.es6-f5d1f608.js';
2
2
  import React__default, { createContext, useContext, useMemo } from 'react';
3
3
  import { useMantineTheme, clsx } from '@mantine/core';
4
4
  import { useForm, isNotEmpty } from '@mantine/form';
5
- import { u as useHealthToolsCache } from './useHealthToolCache-a5e4373e.js';
6
- import { u as useTranslations } from './index-49b79390.js';
7
- import { H as HEALTH_TOOL_TYPE } from './constants-a16e91a9.js';
8
- import { I as Input } from './index-98006352.js';
5
+ import { u as useHealthToolsCache } from './useHealthToolCache-4b0cc7c4.js';
6
+ import { u as useTranslations } from './index-3027109b.js';
7
+ import { H as HEALTH_TOOL_TYPE } from './constants-29e4f67a.js';
8
+ import { I as Input } from './index-59e684e6.js';
9
9
  import '@mantine/dates';
10
- import './index-f36317a6.js';
11
- import './index-be0a2a5d.js';
12
- import './index-96dfb9cd.js';
13
- import './index-a22941c6.js';
14
- import { T as Text } from './index-8eb56567.js';
15
- import './index-fac9ecc6.js';
16
- import './index-d0043174.js';
17
- import './index.styles-e50708f1.js';
10
+ import './index-6fdf0413.js';
11
+ import './index-34c5d548.js';
12
+ import './index-2624437b.js';
13
+ import './index-67881d80.js';
14
+ import { T as Text } from './index-d3bd2909.js';
15
+ import './index-43f1608d.js';
16
+ import './index-6f32f7dc.js';
17
+ import './index.styles-bd952485.js';
18
18
  import '@mantine/hooks';
19
- import './utils-409a83b1.js';
20
- import './index-a39e6bf0.js';
21
- import { C as CardWrapperContext } from './context-13568ea4.js';
22
- import { H as HealthToolFormWrapper } from './index-fbe616df.js';
23
- import { I as INPUT_RANGE } from './constants-c76cd5b7.js';
19
+ import './utils-3f27c2b4.js';
20
+ import './index-e87ed093.js';
21
+ import { C as CardWrapperContext } from './context-ba936f50.js';
22
+ import { H as HealthToolFormWrapper } from './index-1f4d429d.js';
23
+ import { I as INPUT_RANGE } from './constants-15d0ae67.js';
24
24
  import { domainLocales } from './constantsDomainLocales.js';
25
25
 
26
26
  const PWGFormContext = createContext({});
@@ -2,10 +2,10 @@ import * as React from 'react';
2
2
  import React__default from 'react';
3
3
  import styled from '@emotion/styled';
4
4
  import { theme } from './miscTheme.js';
5
- import { T as Text } from './index-7f4a3be0.js';
5
+ import { T as Text } from './index-380c43b8.js';
6
6
  import classNames from 'classnames';
7
- import { I as ImageWrap } from './index-c95bb41b.js';
8
- import { T as Text$1 } from './index-8eb56567.js';
7
+ import { I as ImageWrap } from './index-ca942ebe.js';
8
+ import { T as Text$1 } from './index-d3bd2909.js';
9
9
 
10
10
  /* eslint-disable prettier/prettier */
11
11
  const ArrowRightBlue = (props) => (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 6 10", fill: "none" }, props),
@@ -1,21 +1,21 @@
1
- import { _ as __rest } from './tslib.es6-b66d75db.js';
1
+ import { _ as __rest } from './tslib.es6-f5d1f608.js';
2
2
  import React__default, { createContext, useContext } from 'react';
3
3
  import { createStyles, rem, clsx, useMantineTheme } from '@mantine/core';
4
4
  import { useForm, isNotEmpty } from '@mantine/form';
5
- import { L as LastPeriod } from './LastPeriod-5c80b823.js';
6
- import { I as Input } from './index-98006352.js';
7
- import { D as DatePicker } from './index-85d4d9e5.js';
8
- import { T as Text } from './index-8eb56567.js';
9
- import './index-fac9ecc6.js';
10
- import './index-d0043174.js';
11
- import './index.styles-e50708f1.js';
12
- import { u as useTranslations } from './index-49b79390.js';
5
+ import { L as LastPeriod } from './LastPeriod-7181032d.js';
6
+ import { I as Input } from './index-59e684e6.js';
7
+ import { D as DatePicker } from './index-fb943dab.js';
8
+ import { T as Text } from './index-d3bd2909.js';
9
+ import './index-43f1608d.js';
10
+ import './index-6f32f7dc.js';
11
+ import './index.styles-bd952485.js';
12
+ import { u as useTranslations } from './index-3027109b.js';
13
13
  import '@mantine/hooks';
14
- import './index-a22941c6.js';
15
- import './utils-409a83b1.js';
16
- import './index-a39e6bf0.js';
17
- import { C as CardWrapperContext } from './context-13568ea4.js';
18
- import { H as HealthToolFormWrapper } from './index-fbe616df.js';
14
+ import './index-67881d80.js';
15
+ import './utils-3f27c2b4.js';
16
+ import './index-e87ed093.js';
17
+ import { C as CardWrapperContext } from './context-ba936f50.js';
18
+ import { H as HealthToolFormWrapper } from './index-1f4d429d.js';
19
19
  import { CalendarMB } from '@hhgtech/icons/other';
20
20
 
21
21
  const AvoidPregnancy = (_a) => {
@@ -1,9 +1,9 @@
1
- import { _ as __rest } from './tslib.es6-b66d75db.js';
1
+ import { _ as __rest } from './tslib.es6-f5d1f608.js';
2
2
  import React__default, { createContext, useContext } from 'react';
3
3
  import { createStyles, rem, Box, Input, Chip, useMantineTheme, Flex, Switch } from '@mantine/core';
4
- import { T as Text } from './index-8eb56567.js';
5
- import { B as Button } from './index-fac9ecc6.js';
6
- import { u as useTranslations } from './index-49b79390.js';
4
+ import { T as Text } from './index-d3bd2909.js';
5
+ import { B as Button } from './index-43f1608d.js';
6
+ import { u as useTranslations } from './index-3027109b.js';
7
7
  import flattenChildren from 'react-keyed-flatten-children';
8
8
  import { theme } from './miscTheme.js';
9
9
 
@@ -1,8 +1,8 @@
1
- import { _ as __rest } from './tslib.es6-b66d75db.js';
1
+ import { _ as __rest } from './tslib.es6-f5d1f608.js';
2
2
  import React__default, { useMemo } from 'react';
3
3
  import { Spoiler as Spoiler$1 } from '@mantine/core';
4
- import { T as Text } from './index-8eb56567.js';
5
- import { u as useTranslations } from './index-49b79390.js';
4
+ import { T as Text } from './index-d3bd2909.js';
5
+ import { u as useTranslations } from './index-3027109b.js';
6
6
  import { theme } from './miscTheme.js';
7
7
 
8
8
  const Spoiler = (_a) => {
@@ -1,6 +1,6 @@
1
- import { c as cookie } from './index-d8f6854d.js';
2
- import { B as BEARER_TOKEN_COOKIE } from './index-f36317a6.js';
3
- import { N as NodeIntentType } from './index-be0a2a5d.js';
1
+ import { c as cookie } from './index-2a241299.js';
2
+ import { B as BEARER_TOKEN_COOKIE } from './index-6fdf0413.js';
3
+ import { N as NodeIntentType } from './index-34c5d548.js';
4
4
  import Cookies from 'js-cookie';
5
5
  import { v4 } from 'uuid';
6
6
  import { isProduction } from './constantsIsProduction.js';
@@ -1,52 +1,52 @@
1
- import { _ as __rest, a as __awaiter } from './tslib.es6-b66d75db.js';
1
+ import { _ as __rest, a as __awaiter } from './tslib.es6-f5d1f608.js';
2
2
  import * as React from 'react';
3
3
  import React__default, { useRef, useState, useEffect, useImperativeHandle, useMemo, Fragment, useCallback, forwardRef, memo, createContext, useContext } from 'react';
4
- import { R as Radio } from './index-98006352.js';
4
+ import { R as Radio, a as Carousel } from './index-59e684e6.js';
5
5
  import { Stack, Group, createStyles, getStylesRef, Box, Badge, rem, Divider, clsx, Button as Button$2, AspectRatio, Grid } from '@mantine/core';
6
6
  import '@mantine/dates';
7
- import { L as LOCALE_SPECS, F as FAVICONS } from './index-f36317a6.js';
8
- import './index-be0a2a5d.js';
9
- import { C as CommonGAssets } from './index-96dfb9cd.js';
10
- import './index-a22941c6.js';
11
- import { T as Text } from './index-8eb56567.js';
12
- import { B as Button$1 } from './index-fac9ecc6.js';
13
- import './index-d0043174.js';
14
- import './index.styles-e50708f1.js';
15
- import './translationsContext-7867723c.js';
7
+ import { L as LOCALE_SPECS, F as FAVICONS } from './index-6fdf0413.js';
8
+ import './index-34c5d548.js';
9
+ import { C as CommonGAssets } from './index-2624437b.js';
10
+ import './index-67881d80.js';
11
+ import { T as Text } from './index-d3bd2909.js';
12
+ import { B as Button$1 } from './index-43f1608d.js';
13
+ import './index-6f32f7dc.js';
14
+ import './index.styles-bd952485.js';
15
+ import './translationsContext-6bf7e307.js';
16
16
  import '@mantine/hooks';
17
- import { M as MediaQueries } from './utils-409a83b1.js';
18
- import './index-a39e6bf0.js';
19
- import { i as isInternalLink } from './index-ae86b9be.js';
17
+ import { M as MediaQueries } from './utils-3f27c2b4.js';
18
+ import './index-e87ed093.js';
19
+ import { i as isInternalLink } from './index-7aa79a48.js';
20
20
  import styled from '@emotion/styled';
21
21
  import { theme } from './miscTheme.js';
22
- import { C as Checkbox, a as PureInput, P as Pagination$1, b as SearchInput, I as ImageWrapV2 } from './index-e2949056.js';
22
+ import { C as Checkbox, a as PureInput, P as Pagination$1, b as SearchInput, I as ImageWrapV2 } from './index-00eae6d6.js';
23
23
  import { format, isBefore, startOfMonth, addMonths, subMonths, getDaysInMonth, isToday, isSameDay, isWithinInterval, isAfter, isPast } from 'date-fns';
24
24
  import DayPickerInput from 'react-day-picker/DayPickerInput';
25
- import { L as Logo } from './index-b51b8102.js';
25
+ import { L as Logo } from './index-c343fa42.js';
26
26
  import throttle from 'lodash/throttle';
27
27
  import parse from 'html-react-parser';
28
28
  import { domainLocales } from './constantsDomainLocales.js';
29
29
  import { isProduction } from './constantsIsProduction.js';
30
- import { a as useOutsideClick } from './useOutsideClick-7f9f2425.js';
30
+ import { a as useOutsideClick } from './useOutsideClick-03064b05.js';
31
31
  import enUS from 'date-fns/locale/en-US';
32
32
  import id from 'date-fns/locale/id';
33
33
  import vi from 'date-fns/locale/vi';
34
34
  import zhTW from 'date-fns/locale/zh-TW';
35
- import { B as Button } from './index-0a23d5b7.js';
36
- import { u as useScreenSize, I as ImageWrap } from './index-c95bb41b.js';
37
- import { u as useTranslations } from './index-49b79390.js';
35
+ import { B as Button } from './index-392561fa.js';
36
+ import { u as useScreenSize, I as ImageWrap } from './index-ca942ebe.js';
37
+ import { u as useTranslations } from './index-3027109b.js';
38
38
  import classNames from 'classnames';
39
- import { D as Dropdown } from './index-28bd4b07.js';
39
+ import { D as Dropdown } from './index-97959dae.js';
40
40
  import { getSocialList } from './miscGetSocialList.js';
41
- import { I as Input } from './index-70b6f892.js';
42
- import { D as Drawer } from './index-74676b94.js';
41
+ import { I as Input } from './index-7fcb2930.js';
42
+ import { D as Drawer } from './index-c39bcb46.js';
43
43
  import { v4 } from 'uuid';
44
- import { L as LOCALE } from './Locale-b6f4abea.js';
44
+ import { L as LOCALE } from './Locale-ade54802.js';
45
45
  import { ArrowRight } from '@hhgtech/icons/arrow';
46
46
  import { MultiStar, Question } from '@hhgtech/icons/other';
47
47
  import Lottie from 'lottie-light-react';
48
- import { A as ArrowRightBlue } from './index-f1c794c6.js';
49
- import { L as Loading } from './index-8842587f.js';
48
+ import { A as ArrowRightBlue } from './index-174fcd9e.js';
49
+ import { L as Loading } from './index-4d75cfcc.js';
50
50
  import get from 'lodash/get';
51
51
  import debounce from 'lodash/debounce';
52
52
 
@@ -5402,14 +5402,119 @@ const ProductContent = styled.div `
5402
5402
  flex-direction: column;
5403
5403
  gap: 8px;
5404
5404
  }
5405
+ `;
5406
+ const ImageCarouselContainer = styled.div `
5407
+ margin-top: 0.75rem;
5408
+ width: 100%;
5409
+
5410
+ ${MediaQueries.mbUp} {
5411
+ margin-top: 12px;
5412
+ }
5413
+ `;
5414
+ const StyledImageCarousel = styled(Carousel) `
5415
+ height: 100%;
5416
+ flex: 1;
5417
+
5418
+ .mantine-Carousel-controls {
5419
+ padding-left: 4px;
5420
+ padding-right: 4px;
5421
+ }
5422
+
5423
+ .mantine-Carousel-control {
5424
+ background-color: #fff;
5425
+ border: none;
5426
+ box-shadow: none;
5427
+ padding: 0;
5428
+ align-items: center;
5429
+ justify-content: center;
5430
+ opacity: 1;
5431
+ width: auto;
5432
+
5433
+ &:hover {
5434
+ background-color: #fff;
5435
+ }
5436
+
5437
+ &:active {
5438
+ background-color: #fff;
5439
+ }
5440
+
5441
+ &[data-inactive] {
5442
+ opacity: 0.5;
5443
+ cursor: default;
5444
+ }
5445
+ }
5446
+
5447
+ .mantine-Carousel-indicators {
5448
+ gap: 0.375rem;
5449
+ bottom: 0.5rem;
5450
+ }
5451
+
5452
+ .mantine-Carousel-indicator {
5453
+ width: 5px;
5454
+ height: 5px;
5455
+ border-radius: 50%;
5456
+ background-color: ${theme.colors.gray200};
5457
+ opacity: 1;
5458
+
5459
+ &[data-active] {
5460
+ background-color: ${theme.colors.black};
5461
+ }
5462
+ }
5463
+ `;
5464
+ const CarouselImageItemWrapper = styled.div `
5465
+ width: 76px;
5466
+ height: 76px;
5467
+ border-radius: 0.5rem;
5468
+ cursor: pointer;
5469
+
5470
+ border: 1px solid ${theme.colors.gray300};
5471
+ transition: border-color 0.15s ease;
5472
+ overflow: hidden;
5473
+
5474
+ &:hover {
5475
+ border-color: ${theme.colors.primaryBase};
5476
+ }
5477
+ `;
5478
+ const CarouselImageItemWrapperMobile = styled.div `
5479
+ width: 100%;
5480
+ aspect-ratio: 375/190;
5481
+ border-radius: 0;
5482
+ cursor: pointer;
5483
+ transition: border-color 0.15s ease;
5484
+ overflow: hidden;
5485
+ `;
5486
+ const CarouselImageItem = styled(ImageWrapV2) `
5487
+ background-color: ${theme.colors.neutral50};
5488
+ width: 100%;
5489
+ height: 100%;
5490
+ object-fit: cover;
5491
+ object-position: center;
5405
5492
  `;
5406
5493
 
5407
- function GeneralInfo({ generalInfo, backupSrc, className, contentClassName, bannerProps = {}, imagesSelect, children, isMobile = false, }) {
5494
+ function GeneralInfo({ generalInfo, backupSrc, className, contentClassName, bannerProps = {}, imagesSelect, children, isMobile: isMobileProp = false, imageCarousel = [], carouselSlotProps, onCarouselImageClick, }) {
5495
+ const { isMobile: isMobileFromHook } = useScreenSize();
5496
+ // Use isMobile prop first, fallback to breakpoint detection (secondary priority)
5497
+ const isMobile = isMobileProp !== null && isMobileProp !== void 0 ? isMobileProp : isMobileFromHook;
5498
+ const showCarousel = imageCarousel.length > 0;
5499
+ const showCarouselControls = imageCarousel.length > 4 && !isMobile;
5500
+ const showCarouselIndicators = imageCarousel.length > 1 && isMobile;
5501
+ const { imageCarousel: imageCarouselSlotProps, slide: carouselSlideSlotProps, imageItemWrapper: carouselImageItemWrapperSlotProps, imageItem: carouselImageItemSlotProps, } = carouselSlotProps !== null && carouselSlotProps !== void 0 ? carouselSlotProps : {};
5408
5502
  return (React__default.createElement(GeneralInfoContainer, { className: className },
5409
- React__default.createElement("div", { id: "product-image-section" }, imagesSelect ? (imagesSelect) : (React__default.createElement(ProductImage, Object.assign({ backupSrc: backupSrc, src: generalInfo.banner || generalInfo.logo, alt: generalInfo.altText ||
5410
- (typeof generalInfo.name === 'string'
5411
- ? generalInfo.name
5412
- : 'product') }, bannerProps)))),
5503
+ React__default.createElement("div", { id: "product-image-section" }, imagesSelect ? (imagesSelect) : (React__default.createElement(React__default.Fragment, null, showCarousel && isMobile ? (React__default.createElement(StyledImageCarousel, Object.assign({ slidesToShow: 1, align: "start", withControls: false, withIndicators: showCarouselIndicators, dragFree: false, slideSize: "100%", slideGap: 0, draggable: showCarouselIndicators }, imageCarouselSlotProps), imageCarousel.map((imageUrl, index) => (React__default.createElement(Carousel.Slide, Object.assign({ key: index }, carouselSlideSlotProps),
5504
+ React__default.createElement(CarouselImageItemWrapperMobile, { onClick: () => onCarouselImageClick === null || onCarouselImageClick === void 0 ? void 0 : onCarouselImageClick(index) },
5505
+ React__default.createElement(CarouselImageItem, Object.assign({}, carouselImageItemSlotProps, { src: imageUrl, alt: `${generalInfo.altText || 'product'} - ${index + 1}`, backupSrc: backupSrc, isMobile: isMobile })))))))) : (React__default.createElement(React__default.Fragment, null,
5506
+ React__default.createElement(ProductImage, Object.assign({ backupSrc: backupSrc, src: generalInfo.banner || generalInfo.logo, alt: generalInfo.altText ||
5507
+ (typeof generalInfo.name === 'string'
5508
+ ? generalInfo.name
5509
+ : 'product') }, bannerProps)),
5510
+ showCarousel && (React__default.createElement(ImageCarouselContainer, null,
5511
+ React__default.createElement(StyledImageCarousel, Object.assign({ slidesToShow: 4, align: "start", withControls: showCarouselControls, withIndicators: false, dragFree: true, controlSize: 24, slideSize: 76, slideGap: 10 }, imageCarouselSlotProps), imageCarousel.map((imageUrl, index) => (React__default.createElement(Carousel.Slide, Object.assign({ key: index }, carouselSlideSlotProps),
5512
+ React__default.createElement(CarouselImageItemWrapper, Object.assign({}, carouselImageItemWrapperSlotProps, { onClick: (event) => {
5513
+ var _a;
5514
+ (_a = carouselImageItemWrapperSlotProps === null || carouselImageItemWrapperSlotProps === void 0 ? void 0 : carouselImageItemWrapperSlotProps.onClick) === null || _a === void 0 ? void 0 : _a.call(carouselImageItemWrapperSlotProps, event);
5515
+ onCarouselImageClick === null || onCarouselImageClick === void 0 ? void 0 : onCarouselImageClick(index);
5516
+ } }),
5517
+ React__default.createElement(CarouselImageItem, Object.assign({}, carouselImageItemSlotProps, { src: imageUrl, alt: `${generalInfo.altText || 'product'} - ${index + 1}`, backupSrc: backupSrc, isMobile: isMobile })))))))))))))),
5413
5518
  React__default.createElement(ProductContent, { className: contentClassName },
5414
5519
  React__default.createElement("div", { className: "product-info" },
5415
5520
  typeof generalInfo.name === 'string' ? (React__default.createElement(Text, { size: "h3", fw: 600, color: "gray1000", as: "h1" }, generalInfo.name)) : (generalInfo.name), generalInfo === null || generalInfo === void 0 ? void 0 :