@hhgtech/hhg-components 1.29.349 → 1.29.350

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 (545) hide show
  1. package/build/{LastPeriod-3540a6b9.js → LastPeriod-fa62c38f.js} +1 -1
  2. package/build/{MobileBottomNavigationIcon-2425b88d.js → MobileBottomNavigationIcon-c9a7bab2.js} +3 -3
  3. package/build/{Spinner-29efc69e.js → Spinner-eee4bad2.js} +1 -1
  4. package/build/{WhatsApp-11a5928c.js → WhatsApp-adce873a.js} +1 -1
  5. package/build/adapters.js +19 -19
  6. package/build/atoms.js +47 -47
  7. package/build/babyGrowth.js +83 -83
  8. package/build/cache.js +2 -2
  9. package/build/care.js +17 -17
  10. package/build/careBookingSearchBar.js +14 -14
  11. package/build/careBookingSearchBarV2.js +15 -15
  12. package/build/components/atoms/icons/Play.d.ts +4 -0
  13. package/build/components/molecules/index.d.ts +2 -0
  14. package/build/components/molecules/videoItem/index.d.ts +4 -0
  15. package/build/components/molecules/videoItem/index.styles.d.ts +14 -0
  16. package/build/components/molecules/videoItem/shorts/index.d.ts +4 -0
  17. package/build/components/molecules/videoItem/shorts/index.styles.d.ts +21 -0
  18. package/build/components/molecules/videoItem/types.d.ts +13 -0
  19. package/build/components/molecules/videoItem/utils.d.ts +1 -0
  20. package/build/components/molecules/videoItem/video/index.d.ts +4 -0
  21. package/build/components/molecules/videoItem/video/index.styles.d.ts +22 -0
  22. package/build/components/molecules/videoPlayerModal/index.d.ts +9 -0
  23. package/build/components/navigationV2/components/molecules/menuVideoList/Item/index.d.ts +15 -0
  24. package/build/components/navigationV2/components/molecules/menuVideoList/Item/index.styled.d.ts +13 -0
  25. package/build/components/navigationV2/components/molecules/menuVideoList/index.d.ts +9 -0
  26. package/build/components/navigationV2/components/molecules/menuVideoList/index.styled.d.ts +5 -0
  27. package/build/components/navigationV2/components/molecules/menuVideoList/videoSpotlights.d.ts +8 -0
  28. package/build/components/navigationV2/hooks/useNavConfig.d.ts +2 -0
  29. package/build/components/navigationV2/index.d.ts +9 -0
  30. package/build/components/navigationV2/types.d.ts +2 -2
  31. package/build/components/navigationV2/utils.d.ts +2 -0
  32. package/build/components.js +97 -91
  33. package/build/{constants-dcf07a2b.js → constants-68bbb45a.js} +1 -1
  34. package/build/constants.js +5 -3
  35. package/build/constantsDomainLocales.js +1 -1
  36. package/build/constantsRiskScreener.js +2 -2
  37. package/build/constantsSite.js +2 -2
  38. package/build/{core-bf635a4c.js → core-493a4c1f.js} +1 -1
  39. package/build/dataTransform-7c8a111b.js +13 -0
  40. package/build/{dataTransform-e1b2da85.js → dataTransform-c05d6333.js} +1 -1
  41. package/build/ecom.js +4 -4
  42. package/build/{editor-40cb6590.js → editor-dbfb4abe.js} +11 -11
  43. package/build/embeddedHeathToolCards_babyGrowth.js +23 -23
  44. package/build/embeddedHeathToolCards_babyPoop.js +19 -19
  45. package/build/embeddedHeathToolCards_babyVaccine.js +22 -22
  46. package/build/embeddedHeathToolCards_bmi_bmi.js +25 -25
  47. package/build/embeddedHeathToolCards_bmrBmr.js +25 -25
  48. package/build/embeddedHeathToolCards_dueDate_dueDate.js +22 -22
  49. package/build/embeddedHeathToolCards_ovulation_ovulation.js +22 -22
  50. package/build/embeddedHeathToolCards_pwg_pwg.js +26 -26
  51. package/build/embeddedHeathToolCards_targetHeartRate.js +27 -27
  52. package/build/esm/{LastPeriod-135ef0dc.js → LastPeriod-3c4f0e35.js} +1 -1
  53. package/build/esm/{MobileBottomNavigationIcon-c448e8fe.js → MobileBottomNavigationIcon-b8bde94a.js} +3 -3
  54. package/build/esm/{Spinner-518e5c82.js → Spinner-79a257a6.js} +1 -1
  55. package/build/esm/{WhatsApp-a50d4537.js → WhatsApp-b0c3210b.js} +1 -1
  56. package/build/esm/adapters.js +19 -19
  57. package/build/esm/atoms.js +47 -47
  58. package/build/esm/babyGrowth.js +83 -83
  59. package/build/esm/cache.js +2 -2
  60. package/build/esm/care.js +17 -17
  61. package/build/esm/careBookingSearchBar.js +14 -14
  62. package/build/esm/careBookingSearchBarV2.js +15 -15
  63. package/build/esm/components/atoms/icons/Play.d.ts +4 -0
  64. package/build/esm/components/molecules/index.d.ts +2 -0
  65. package/build/esm/components/molecules/videoItem/index.d.ts +4 -0
  66. package/build/esm/components/molecules/videoItem/index.styles.d.ts +14 -0
  67. package/build/esm/components/molecules/videoItem/shorts/index.d.ts +4 -0
  68. package/build/esm/components/molecules/videoItem/shorts/index.styles.d.ts +21 -0
  69. package/build/esm/components/molecules/videoItem/types.d.ts +13 -0
  70. package/build/esm/components/molecules/videoItem/utils.d.ts +1 -0
  71. package/build/esm/components/molecules/videoItem/video/index.d.ts +4 -0
  72. package/build/esm/components/molecules/videoItem/video/index.styles.d.ts +22 -0
  73. package/build/esm/components/molecules/videoPlayerModal/index.d.ts +9 -0
  74. package/build/esm/components/navigationV2/components/molecules/menuVideoList/Item/index.d.ts +15 -0
  75. package/build/esm/components/navigationV2/components/molecules/menuVideoList/Item/index.styled.d.ts +13 -0
  76. package/build/esm/components/navigationV2/components/molecules/menuVideoList/index.d.ts +9 -0
  77. package/build/esm/components/navigationV2/components/molecules/menuVideoList/index.styled.d.ts +5 -0
  78. package/build/esm/components/navigationV2/components/molecules/menuVideoList/videoSpotlights.d.ts +8 -0
  79. package/build/esm/components/navigationV2/hooks/useNavConfig.d.ts +2 -0
  80. package/build/esm/components/navigationV2/index.d.ts +9 -0
  81. package/build/esm/components/navigationV2/types.d.ts +2 -2
  82. package/build/esm/components/navigationV2/utils.d.ts +2 -0
  83. package/build/esm/components.js +95 -91
  84. package/build/esm/{constants-71f01179.js → constants-08a665ac.js} +1 -1
  85. package/build/esm/constants.js +3 -3
  86. package/build/esm/constantsDomainLocales.js +1 -1
  87. package/build/esm/constantsRiskScreener.js +2 -2
  88. package/build/esm/constantsSite.js +2 -2
  89. package/build/esm/{core-af11d20d.js → core-222a8145.js} +1 -1
  90. package/build/esm/{dataTransform-f2b1a7aa.js → dataTransform-bda7b271.js} +1 -1
  91. package/build/esm/dataTransform-e1e08d96.js +11 -0
  92. package/build/esm/ecom.js +4 -4
  93. package/build/esm/{editor-f4ccfcb0.js → editor-ab4e1225.js} +11 -11
  94. package/build/esm/embeddedHeathToolCards_babyGrowth.js +23 -23
  95. package/build/esm/embeddedHeathToolCards_babyPoop.js +19 -19
  96. package/build/esm/embeddedHeathToolCards_babyVaccine.js +22 -22
  97. package/build/esm/embeddedHeathToolCards_bmi_bmi.js +25 -25
  98. package/build/esm/embeddedHeathToolCards_bmrBmr.js +25 -25
  99. package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +22 -22
  100. package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +22 -22
  101. package/build/esm/embeddedHeathToolCards_pwg_pwg.js +26 -26
  102. package/build/esm/embeddedHeathToolCards_targetHeartRate.js +27 -27
  103. package/build/esm/footer.js +21 -21
  104. package/build/esm/gAssets.js +2 -2
  105. package/build/esm/healthToolsCardWrapper.js +18 -18
  106. package/build/esm/healthToolsForm.js +33 -33
  107. package/build/esm/hooks.js +13 -13
  108. package/build/esm/i18n/translationKeys.d.ts +1 -1
  109. package/build/esm/i18n-values/en-PH.js +9 -0
  110. package/build/esm/i18n-values/hi-IN.js +9 -0
  111. package/build/esm/i18n-values/id-ID.js +9 -0
  112. package/build/esm/i18n-values/km-KH.js +9 -0
  113. package/build/esm/i18n-values/ms-MY.js +9 -0
  114. package/build/esm/i18n-values/my-MM.js +9 -0
  115. package/build/esm/i18n-values/th-TH.js +9 -0
  116. package/build/esm/i18n-values/tl-PH.js +9 -0
  117. package/build/esm/i18n-values/vi-VN.js +9 -0
  118. package/build/esm/i18n-values/vi-VN_MB.js +9 -0
  119. package/build/esm/i18n-values/zh-TW.js +9 -0
  120. package/build/esm/i18n.js +2 -2
  121. package/build/esm/i18nV2.js +2 -2
  122. package/build/esm/{index-b14478e8.js → index-0ba2e93a.js} +3 -3
  123. package/build/esm/{index-e4721d93.js → index-109b0adb.js} +6 -6
  124. package/build/esm/{index-4189a962.js → index-191f79c5.js} +1 -1
  125. package/build/esm/{index-74ad19ab.js → index-1deea983.js} +18 -18
  126. package/build/esm/{index-fafcf523.js → index-1df79247.js} +1 -1
  127. package/build/esm/{index-75b6adf7.js → index-1ff60d24.js} +11 -11
  128. package/build/esm/{index-0ed85b02.js → index-29d67804.js} +2 -2
  129. package/build/esm/{index-b605d917.js → index-2e886c27.js} +2 -2
  130. package/build/esm/{index-9f9e3aff.js → index-2fc1d07d.js} +16 -16
  131. package/build/esm/index-31a5e478.js +494 -0
  132. package/build/esm/{index-8601b6b7.js → index-3bd9b3a9.js} +31 -30
  133. package/build/esm/{index-4517b607.js → index-3e7cea05.js} +2 -2
  134. package/build/esm/{index-85f75df4.js → index-44b26820.js} +3 -3
  135. package/build/esm/{index-e8ec05bc.js → index-4829411b.js} +2 -2
  136. package/build/esm/{index-11cf1fd0.js → index-4be89ef5.js} +175 -90
  137. package/build/esm/{index-750e1404.js → index-4d082898.js} +16 -16
  138. package/build/esm/{index-da2f59f2.js → index-5106ea4a.js} +2 -2
  139. package/build/esm/{index-50f9b41e.js → index-590fcd6a.js} +1 -1
  140. package/build/esm/{index-4b4050f3.js → index-5b7bbbf3.js} +2 -2
  141. package/build/esm/{index-3e24192c.js → index-5ce16595.js} +6 -6
  142. package/build/esm/{index-14e17784.js → index-5dad2bfd.js} +1 -1
  143. package/build/esm/{index-1adcbf88.js → index-5eed82b8.js} +13 -13
  144. package/build/esm/{index-092feefb.js → index-62006031.js} +5 -5
  145. package/build/esm/{index-613417dd.js → index-64de7793.js} +6 -6
  146. package/build/esm/{index-99ca43c8.js → index-65a88a2f.js} +3 -3
  147. package/build/esm/{index-93fa5a80.js → index-66edc002.js} +6 -6
  148. package/build/esm/{index-21b4d3a4.js → index-72e7fffe.js} +2 -2
  149. package/build/esm/{index-ff8fa730.js → index-749063ff.js} +1 -1
  150. package/build/esm/{index-def423d4.js → index-7c6f1a51.js} +11 -3
  151. package/build/esm/{index-16098f47.js → index-7e95d2d7.js} +17 -17
  152. package/build/esm/{index-5de36917.js → index-8420b22c.js} +16 -16
  153. package/build/esm/{index-29e95d32.js → index-8468f319.js} +2 -2
  154. package/build/esm/{index-92e61bb7.js → index-86529a88.js} +17 -63
  155. package/build/esm/{index-3f770afe.js → index-86593428.js} +2 -2
  156. package/build/esm/{index-8239162c.js → index-894c4097.js} +15 -15
  157. package/build/esm/{index-2a66607f.js → index-8a3797fe.js} +8 -4
  158. package/build/esm/{index-5e8cc822.js → index-8e933797.js} +4 -4
  159. package/build/esm/{index-8ff5843f.js → index-8eb6f06d.js} +24 -24
  160. package/build/esm/{index-314b0752.js → index-91981f41.js} +19 -233
  161. package/build/esm/{index-f5c3297f.js → index-9de22e34.js} +7 -7
  162. package/build/esm/{index-d1b29da0.js → index-a7479d55.js} +2 -2
  163. package/build/esm/{index-0d344f9f.js → index-a85f8807.js} +24 -24
  164. package/build/esm/{index-eb34e967.js → index-b13ff4b9.js} +1 -1
  165. package/build/esm/{index-153780cf.js → index-bc4e8cd1.js} +13 -13
  166. package/build/esm/{index-f6b333fa.js → index-c072d314.js} +22 -20
  167. package/build/esm/{index-e50eaf7c.js → index-c15c044c.js} +5 -5
  168. package/build/esm/{index-4201a481.js → index-c40798d0.js} +18 -18
  169. package/build/esm/index-c52fbd75.js +225 -0
  170. package/build/esm/{index-2321b154.js → index-c82dce54.js} +16 -16
  171. package/build/esm/{index-45165697.js → index-c9d2aaa2.js} +21 -21
  172. package/build/esm/{index-41130e9f.js → index-ccc8a486.js} +3 -3
  173. package/build/esm/{index-20d45dcd.js → index-cd9b1e18.js} +10 -10
  174. package/build/esm/{index-7598d2cd.js → index-cf54a904.js} +2 -2
  175. package/build/esm/{index-c5febaaf.js → index-d3b10ec3.js} +1 -1
  176. package/build/esm/{index-59101a4f.js → index-dc3faa75.js} +3 -3
  177. package/build/esm/{index-76a7bd9d.js → index-dcb29363.js} +2 -2
  178. package/build/esm/{index-2d654a1a.js → index-e4677ebe.js} +1 -1
  179. package/build/esm/{index-2f334402.js → index-e95307ee.js} +32 -31
  180. package/build/esm/index-eda053dd.js +54 -0
  181. package/build/esm/{index-30eaf96e.js → index-ee3bb0fc.js} +13 -13
  182. package/build/esm/{index-c15ae10d.js → index-eec8b1cc.js} +3 -3
  183. package/build/esm/{index-1bdfad00.js → index-f58997c6.js} +17 -17
  184. package/build/esm/{index-cf0e1b27.js → index-fc65cc57.js} +13 -13
  185. package/build/esm/{index-906ac212.js → index-fd1bc715.js} +7 -7
  186. package/build/esm/index.js +116 -113
  187. package/build/esm/interfaces/constants/index.d.ts +2 -0
  188. package/build/esm/interfaces/types/Video.d.ts +36 -0
  189. package/build/esm/interfaces/types/index.d.ts +1 -0
  190. package/build/esm/{labelSorting-03a44199.js → labelSorting-4e353373.js} +4 -4
  191. package/build/esm/lead.js +25 -25
  192. package/build/esm/{logoIcon-16e71ac4.js → logoIcon-3ddc78e3.js} +2 -2
  193. package/build/esm/mantine.js +25 -25
  194. package/build/esm/misc.js +17 -16
  195. package/build/esm/miscGetDynamicHealthTool.js +4 -4
  196. package/build/esm/miscGetSocialList.js +8 -8
  197. package/build/esm/miscScreenSizeContext.js +1 -1
  198. package/build/esm/mobileBottomNavigation.js +5 -5
  199. package/build/esm/mobileBottomNavigationIcon.js +5 -5
  200. package/build/esm/molecules.js +73 -69
  201. package/build/esm/moleculesArticleCard.js +6 -6
  202. package/build/esm/moleculesArticleCardV2.js +16 -16
  203. package/build/esm/navigation.js +50 -45
  204. package/build/esm/navigationLogoutPopup.js +9 -9
  205. package/build/esm/navigationProfileButton.js +23 -23
  206. package/build/esm/{dataTransform-61c78351.js → number-7cd2ed1c.js} +1 -11
  207. package/build/esm/onboardingV2.js +29 -29
  208. package/build/esm/organisms.js +53 -48
  209. package/build/esm/{post-ff05f592.js → post-25e22605.js} +2 -2
  210. package/build/esm/profileNavigation.js +19 -19
  211. package/build/esm/progressBar.js +1 -1
  212. package/build/esm/pwg.js +22 -22
  213. package/build/esm/ssoV2.js +26 -26
  214. package/build/esm/{store-961adaba.js → store-c0abd1a4.js} +4 -4
  215. package/build/esm/subot.js +33 -33
  216. package/build/esm/surveyOrPremiumBanner.js +31 -31
  217. package/build/esm/surveyQuestionCard.js +10 -10
  218. package/build/esm/{surveyThankyouCard-92be9b0d.js → surveyThankyouCard-d9a3f7c8.js} +5 -5
  219. package/build/esm/together.js +55 -53
  220. package/build/esm/togetherApiUtils.js +4 -4
  221. package/build/esm/togetherAtoms.js +30 -30
  222. package/build/esm/togetherComponentGlobalContext.js +4 -4
  223. package/build/esm/togetherMolecules.js +50 -48
  224. package/build/esm/togetherMoleculesCardAuthor.js +28 -27
  225. package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
  226. package/build/esm/togetherMoleculesProfileDetail.js +38 -37
  227. package/build/esm/togetherOrganisms.js +56 -54
  228. package/build/esm/togetherRichTextEditor.js +17 -17
  229. package/build/esm/togetherShareBox.js +10 -10
  230. package/build/esm/{treePopoverMenu-64320e72.js → treePopoverMenu-601f64f4.js} +19 -19
  231. package/build/esm/{types-053f17e0.js → types-34a4a8fc.js} +2 -2
  232. package/build/esm/types.js +2 -2
  233. package/build/esm/{useCategory-a1beffd9.js → useCategory-3eadc946.js} +5 -5
  234. package/build/esm/{useHealthToolCache-f2578df3.js → useHealthToolCache-d0dd546a.js} +1 -1
  235. package/build/esm/{useMantineLocale-b482abdd.js → useMantineLocale-f17968c0.js} +6 -6
  236. package/build/esm/{usePlacesAutocomplete-5b5c15ac.js → usePlacesAutocomplete-e826c24b.js} +1 -1
  237. package/build/esm/{useScreenSize-a0bc6826.js → useScreenSize-11fc92d3.js} +2 -2
  238. package/build/esm/useTogetherAuthRequiredAction.js +9 -9
  239. package/build/esm/{utils-206705f4.js → utils-1af61383.js} +3 -3
  240. package/build/esm/{utils-ea2d2be6.js → utils-356b57cf.js} +2 -2
  241. package/build/esm/{utils-5f158694.js → utils-f14dd095.js} +2 -2
  242. package/build/esm/vaccination.js +21 -21
  243. package/build/footer.js +21 -21
  244. package/build/gAssets.js +2 -2
  245. package/build/healthToolsCardWrapper.js +18 -18
  246. package/build/healthToolsForm.js +33 -33
  247. package/build/hooks.js +13 -13
  248. package/build/i18n/translationKeys.d.ts +1 -1
  249. package/build/i18n-values/en-PH.js +9 -0
  250. package/build/i18n-values/hi-IN.js +9 -0
  251. package/build/i18n-values/id-ID.js +9 -0
  252. package/build/i18n-values/km-KH.js +9 -0
  253. package/build/i18n-values/ms-MY.js +9 -0
  254. package/build/i18n-values/my-MM.js +9 -0
  255. package/build/i18n-values/th-TH.js +9 -0
  256. package/build/i18n-values/tl-PH.js +9 -0
  257. package/build/i18n-values/vi-VN.js +9 -0
  258. package/build/i18n-values/vi-VN_MB.js +9 -0
  259. package/build/i18n-values/zh-TW.js +9 -0
  260. package/build/i18n.js +1 -1
  261. package/build/i18nV2.js +1 -1
  262. package/build/{index-801f831e.js → index-0ae0683e.js} +1 -1
  263. package/build/{index-92c78315.js → index-0bb69a29.js} +1 -1
  264. package/build/{index-9eac0534.js → index-0c39fb9a.js} +31 -30
  265. package/build/{index-ca0aaa30.js → index-0e3a9ce5.js} +2 -2
  266. package/build/{index-293892eb.js → index-12c0405a.js} +5 -5
  267. package/build/{index-24f74a6c.js → index-1a670332.js} +1 -1
  268. package/build/{index-923ca659.js → index-1e05e5e9.js} +5 -5
  269. package/build/{index-7c731bb3.js → index-2594073e.js} +6 -6
  270. package/build/{index-86fb82cb.js → index-26574e0f.js} +3 -3
  271. package/build/{index-d586f960.js → index-26e97252.js} +19 -234
  272. package/build/{index-bd8d3d98.js → index-2b7732a8.js} +16 -16
  273. package/build/{index-f4073ef9.js → index-2d9bcaeb.js} +18 -18
  274. package/build/{index-684d0882.js → index-2dd85aab.js} +2 -2
  275. package/build/{index-5597150a.js → index-3154eb57.js} +13 -13
  276. package/build/{index-4c3d9fab.js → index-32f95d0a.js} +6 -6
  277. package/build/{index-66035c29.js → index-347809f9.js} +1 -1
  278. package/build/{index-ed9cdb03.js → index-36927fc3.js} +18 -18
  279. package/build/{index-7831797f.js → index-36ac7272.js} +3 -3
  280. package/build/{index-e1a39c0f.js → index-44bf2ce1.js} +10 -2
  281. package/build/{index-10563d2d.js → index-4b2fa3e2.js} +2 -2
  282. package/build/{index-2b8d5922.js → index-4c7a785b.js} +6 -6
  283. package/build/{index-d3eee893.js → index-4d6e6a6f.js} +13 -13
  284. package/build/{index-f30ece98.js → index-4d8a8f2a.js} +2 -2
  285. package/build/{index-239a44cd.js → index-4ea6199f.js} +4 -4
  286. package/build/{index-78c6c6cf.js → index-4f002d8f.js} +11 -11
  287. package/build/{index-d5bd7852.js → index-4ff1cefe.js} +182 -97
  288. package/build/{index-4d72db3c.js → index-50880e9a.js} +2 -2
  289. package/build/{index-4840213b.js → index-52f4d9ac.js} +3 -3
  290. package/build/{index-c246a805.js → index-585064ac.js} +2 -2
  291. package/build/{index-6dcbaf78.js → index-5c3e82a8.js} +16 -16
  292. package/build/{index-4d2dd5d2.js → index-5e555a2c.js} +2 -2
  293. package/build/{index-6624dc27.js → index-5efb2208.js} +37 -36
  294. package/build/{index-bacfdf72.js → index-620e269f.js} +17 -17
  295. package/build/{index-ede81ff3.js → index-6c1fbee0.js} +34 -32
  296. package/build/{index-30e77221.js → index-80f1173f.js} +13 -13
  297. package/build/{index-293b14b4.js → index-82a721a9.js} +13 -13
  298. package/build/{index-7d74a494.js → index-88bffee6.js} +2 -2
  299. package/build/{index-e785998a.js → index-89d3b1dd.js} +1 -1
  300. package/build/{index-6c7afdca.js → index-8b7337b6.js} +2 -2
  301. package/build/index-8d6980aa.js +61 -0
  302. package/build/{index-2643e607.js → index-8ea58f0a.js} +16 -16
  303. package/build/{index-c2b6c6df.js → index-9395f53e.js} +1 -1
  304. package/build/{index-f0964133.js → index-9642ac3c.js} +21 -21
  305. package/build/{index-69e5e1b3.js → index-9fba1db4.js} +2 -2
  306. package/build/{index-818e3329.js → index-a2146821.js} +10 -10
  307. package/build/{index-e79b74ad.js → index-a47352b7.js} +17 -17
  308. package/build/{index-0c666eec.js → index-a52b0815.js} +2 -2
  309. package/build/{index-54096852.js → index-a64f9470.js} +9 -3
  310. package/build/index-a701bc62.js +504 -0
  311. package/build/{index-da6b25ba.js → index-aee0f71e.js} +1 -1
  312. package/build/{index-c44ce30e.js → index-af34cbca.js} +7 -7
  313. package/build/{index-251bc19b.js → index-b0338dab.js} +7 -7
  314. package/build/{index-7334c021.js → index-b039a2f5.js} +3 -3
  315. package/build/{index-d1a1f50a.js → index-bb0404b6.js} +3 -3
  316. package/build/{index-c1280c9e.js → index-c0a1f14f.js} +3 -3
  317. package/build/{index-abe62ca7.js → index-c182ddcd.js} +6 -6
  318. package/build/{index-d679f0b1.js → index-c3d5b656.js} +24 -24
  319. package/build/{index-082c1f5c.js → index-c5c8c633.js} +15 -15
  320. package/build/{index-de872eb4.js → index-cc632370.js} +31 -78
  321. package/build/{index-2ec2e22f.js → index-d68340ee.js} +1 -1
  322. package/build/{index-5ffb9c80.js → index-e4b83bc5.js} +2 -2
  323. package/build/{index-91f78d81.js → index-f9428b8a.js} +24 -24
  324. package/build/{index-e5b187b5.js → index-fa38fcaf.js} +16 -16
  325. package/build/index-fcc65dbf.js +232 -0
  326. package/build/index.js +128 -123
  327. package/build/interfaces/constants/index.d.ts +2 -0
  328. package/build/interfaces/types/Video.d.ts +36 -0
  329. package/build/interfaces/types/index.d.ts +1 -0
  330. package/build/{labelSorting-d221a981.js → labelSorting-564e4df0.js} +4 -4
  331. package/build/lead.js +25 -25
  332. package/build/{logoIcon-f344c366.js → logoIcon-144a4c63.js} +2 -2
  333. package/build/mantine.js +22 -22
  334. package/build/misc.js +19 -18
  335. package/build/miscGetDynamicHealthTool.js +4 -4
  336. package/build/miscGetSocialList.js +8 -8
  337. package/build/miscScreenSizeContext.js +1 -1
  338. package/build/mobileBottomNavigation.js +5 -5
  339. package/build/mobileBottomNavigationIcon.js +5 -5
  340. package/build/molecules.js +75 -69
  341. package/build/moleculesArticleCard.js +6 -6
  342. package/build/moleculesArticleCardV2.js +16 -16
  343. package/build/navigation.js +50 -45
  344. package/build/navigationLogoutPopup.js +9 -9
  345. package/build/navigationProfileButton.js +23 -23
  346. package/build/{dataTransform-cd43633f.js → number-0a06f73a.js} +0 -11
  347. package/build/onboardingV2.js +28 -28
  348. package/build/organisms.js +53 -48
  349. package/build/{post-68372a5c.js → post-e81b3399.js} +2 -2
  350. package/build/profileNavigation.js +19 -19
  351. package/build/progressBar.js +1 -1
  352. package/build/pwg.js +22 -22
  353. package/build/ssoV2.js +25 -25
  354. package/build/{store-90450103.js → store-3db31396.js} +4 -4
  355. package/build/subot.js +32 -32
  356. package/build/surveyOrPremiumBanner.js +31 -31
  357. package/build/surveyQuestionCard.js +10 -10
  358. package/build/{surveyThankyouCard-b17d0ead.js → surveyThankyouCard-dcfc997b.js} +5 -5
  359. package/build/together.js +63 -61
  360. package/build/togetherApiUtils.js +4 -4
  361. package/build/togetherAtoms.js +30 -30
  362. package/build/togetherComponentGlobalContext.js +4 -4
  363. package/build/togetherMolecules.js +51 -49
  364. package/build/togetherMoleculesCardAuthor.js +28 -27
  365. package/build/togetherMoleculesPostImagePreview.js +11 -11
  366. package/build/togetherMoleculesProfileDetail.js +38 -37
  367. package/build/togetherOrganisms.js +56 -54
  368. package/build/togetherRichTextEditor.js +17 -17
  369. package/build/togetherShareBox.js +10 -10
  370. package/build/{treePopoverMenu-6493d54c.js → treePopoverMenu-49b646ab.js} +19 -19
  371. package/build/{types-9a594994.js → types-a7bacf6e.js} +2 -2
  372. package/build/types.js +6 -2
  373. package/build/{useCategory-d6102fc5.js → useCategory-993eb216.js} +5 -5
  374. package/build/{useHealthToolCache-6c22500d.js → useHealthToolCache-68c4213c.js} +1 -1
  375. package/build/{useMantineLocale-5e25dbd7.js → useMantineLocale-5e96023c.js} +6 -6
  376. package/build/{usePlacesAutocomplete-2c39ed87.js → usePlacesAutocomplete-680d7e89.js} +1 -1
  377. package/build/{useScreenSize-23da1322.js → useScreenSize-58be1181.js} +2 -2
  378. package/build/useTogetherAuthRequiredAction.js +9 -9
  379. package/build/{utils-f03f5aa2.js → utils-130c6b01.js} +2 -2
  380. package/build/{utils-36e81afa.js → utils-d40974e0.js} +2 -2
  381. package/build/{utils-cfd7bb44.js → utils-da16f93d.js} +3 -3
  382. package/build/vaccination.js +21 -21
  383. package/package.json +1 -1
  384. package/build/esm/index-bd2495ce.js +0 -148
  385. package/build/index-74841ceb.js +0 -156
  386. /package/build/{BMI_BOYS.percentile.monthly-4b4ead7c.js → BMI_BOYS.percentile.monthly-5c94c639.js} +0 -0
  387. /package/build/{BMI_BOYS.percentile.weekly-275b5075.js → BMI_BOYS.percentile.weekly-28e88e2e.js} +0 -0
  388. /package/build/{BMI_BOYS.percentile.yearly-f45e4de7.js → BMI_BOYS.percentile.yearly-1ee7fccd.js} +0 -0
  389. /package/build/{BMI_BOYS.zscore.monthly-34c01826.js → BMI_BOYS.zscore.monthly-b38b3ddb.js} +0 -0
  390. /package/build/{BMI_BOYS.zscore.weekly-ff058983.js → BMI_BOYS.zscore.weekly-3d9ad8ee.js} +0 -0
  391. /package/build/{BMI_BOYS.zscore.yearly-e83db155.js → BMI_BOYS.zscore.yearly-679822f7.js} +0 -0
  392. /package/build/{BMI_GIRLS.percentile.monthly-5952a5f6.js → BMI_GIRLS.percentile.monthly-82392190.js} +0 -0
  393. /package/build/{BMI_GIRLS.percentile.weekly-cabf64c6.js → BMI_GIRLS.percentile.weekly-700710e2.js} +0 -0
  394. /package/build/{BMI_GIRLS.percentile.yearly-f7ed2115.js → BMI_GIRLS.percentile.yearly-9dfd637a.js} +0 -0
  395. /package/build/{BMI_GIRLS.zscore.monthly-2ddfbad7.js → BMI_GIRLS.zscore.monthly-cd692b93.js} +0 -0
  396. /package/build/{BMI_GIRLS.zscore.weekly-77fbbbb2.js → BMI_GIRLS.zscore.weekly-0a966dd2.js} +0 -0
  397. /package/build/{BMI_GIRLS.zscore.yearly-b0778e65.js → BMI_GIRLS.zscore.yearly-ef73d8ac.js} +0 -0
  398. /package/build/{ChevronDown-de1ece98.js → ChevronDown-2195239e.js} +0 -0
  399. /package/build/{Close-f7a2dac0.js → Close-dc4cd6ac.js} +0 -0
  400. /package/build/{Google-09fa7368.js → Google-84f1002c.js} +0 -0
  401. /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-cdd4c1aa.js → HEAD CIRCUM_BOYS.percentile.monthly-0ba798f6.js} +0 -0
  402. /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-0a8fb80b.js → HEAD CIRCUM_BOYS.percentile.weekly-04c41a40.js} +0 -0
  403. /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-15ef21eb.js → HEAD CIRCUM_BOYS.percentile.yearly-64684d2d.js} +0 -0
  404. /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-1780ca18.js → HEAD CIRCUM_BOYS.zscore.monthly-32f63213.js} +0 -0
  405. /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-d81d27c5.js → HEAD CIRCUM_BOYS.zscore.weekly-ab53405b.js} +0 -0
  406. /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-78c7764f.js → HEAD CIRCUM_BOYS.zscore.yearly-6f79051f.js} +0 -0
  407. /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-cd5e7f71.js → HEAD CIRCUM_GIRLS.percentile.monthly-13232833.js} +0 -0
  408. /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-8ac9bd16.js → HEAD CIRCUM_GIRLS.percentile.weekly-ad125882.js} +0 -0
  409. /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-10ab0a12.js → HEAD CIRCUM_GIRLS.percentile.yearly-e884a146.js} +0 -0
  410. /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-cb18cd53.js → HEAD CIRCUM_GIRLS.zscore.monthly-ec02e3a1.js} +0 -0
  411. /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-7511854b.js → HEAD CIRCUM_GIRLS.zscore.weekly-80c1c6ee.js} +0 -0
  412. /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-7038e2d6.js → HEAD CIRCUM_GIRLS.zscore.yearly-1d5ea97f.js} +0 -0
  413. /package/build/{HEIGHT_BOYS.percentile.monthly-8c085b60.js → HEIGHT_BOYS.percentile.monthly-f935d161.js} +0 -0
  414. /package/build/{HEIGHT_BOYS.percentile.weekly-d307bc3f.js → HEIGHT_BOYS.percentile.weekly-7d761d57.js} +0 -0
  415. /package/build/{HEIGHT_BOYS.percentile.yearly-aa29790b.js → HEIGHT_BOYS.percentile.yearly-0e546d9a.js} +0 -0
  416. /package/build/{HEIGHT_BOYS.zscore.monthly-6a550368.js → HEIGHT_BOYS.zscore.monthly-c3a67ea8.js} +0 -0
  417. /package/build/{HEIGHT_BOYS.zscore.weekly-dd015b01.js → HEIGHT_BOYS.zscore.weekly-2a1ca99b.js} +0 -0
  418. /package/build/{HEIGHT_BOYS.zscore.yearly-fa30f5c4.js → HEIGHT_BOYS.zscore.yearly-97929b26.js} +0 -0
  419. /package/build/{HEIGHT_GIRLS.percentile.monthly-364a4a1c.js → HEIGHT_GIRLS.percentile.monthly-81d19228.js} +0 -0
  420. /package/build/{HEIGHT_GIRLS.percentile.weekly-b47df52c.js → HEIGHT_GIRLS.percentile.weekly-0b638b75.js} +0 -0
  421. /package/build/{HEIGHT_GIRLS.percentile.yearly-fd47ff74.js → HEIGHT_GIRLS.percentile.yearly-ce047683.js} +0 -0
  422. /package/build/{HEIGHT_GIRLS.zscore.monthly-92b8e61f.js → HEIGHT_GIRLS.zscore.monthly-6a1972e9.js} +0 -0
  423. /package/build/{HEIGHT_GIRLS.zscore.weekly-5f9bcf63.js → HEIGHT_GIRLS.zscore.weekly-0d1c2e90.js} +0 -0
  424. /package/build/{HEIGHT_GIRLS.zscore.yearly-0c498c6a.js → HEIGHT_GIRLS.zscore.yearly-38affac7.js} +0 -0
  425. /package/build/{Locale-fe94e6b7.js → Locale-efeb4779.js} +0 -0
  426. /package/build/{Visible-ba7b3d53.js → Visible-6dbbaff6.js} +0 -0
  427. /package/build/{WEIGHT_BOYS.percentile.monthly-b1d92929.js → WEIGHT_BOYS.percentile.monthly-25144bea.js} +0 -0
  428. /package/build/{WEIGHT_BOYS.percentile.weekly-aaf578c7.js → WEIGHT_BOYS.percentile.weekly-b3470080.js} +0 -0
  429. /package/build/{WEIGHT_BOYS.percentile.yearly-2239ddd4.js → WEIGHT_BOYS.percentile.yearly-70f4a7fb.js} +0 -0
  430. /package/build/{WEIGHT_BOYS.zscore.monthly-9e3d43f3.js → WEIGHT_BOYS.zscore.monthly-b554e353.js} +0 -0
  431. /package/build/{WEIGHT_BOYS.zscore.weekly-a70c3f37.js → WEIGHT_BOYS.zscore.weekly-84d15584.js} +0 -0
  432. /package/build/{WEIGHT_BOYS.zscore.yearly-e4dc963c.js → WEIGHT_BOYS.zscore.yearly-be23fa9b.js} +0 -0
  433. /package/build/{WEIGHT_GIRLS.percentile.monthly-8546d75a.js → WEIGHT_GIRLS.percentile.monthly-940078af.js} +0 -0
  434. /package/build/{WEIGHT_GIRLS.percentile.weekly-0d8abcfc.js → WEIGHT_GIRLS.percentile.weekly-f48f3860.js} +0 -0
  435. /package/build/{WEIGHT_GIRLS.percentile.yearly-a252fa57.js → WEIGHT_GIRLS.percentile.yearly-177afa98.js} +0 -0
  436. /package/build/{WEIGHT_GIRLS.zscore.monthly-d8098121.js → WEIGHT_GIRLS.zscore.monthly-411af9f6.js} +0 -0
  437. /package/build/{WEIGHT_GIRLS.zscore.weekly-eb2ca773.js → WEIGHT_GIRLS.zscore.weekly-0bb114d8.js} +0 -0
  438. /package/build/{WEIGHT_GIRLS.zscore.yearly-a7aa6f56.js → WEIGHT_GIRLS.zscore.yearly-636f226d.js} +0 -0
  439. /package/build/{animation-8e372e43.js → animation-4f0b0b74.js} +0 -0
  440. /package/build/{constants-a0dcf322.js → constants-121d4cd0.js} +0 -0
  441. /package/build/{constants-adcd504a.js → constants-77bd9f3d.js} +0 -0
  442. /package/build/{constants-3dd494fd.js → constants-b45a0f52.js} +0 -0
  443. /package/build/{doctor-7f97e5bb.js → doctor-30b5162b.js} +0 -0
  444. /package/build/esm/{BMI_BOYS.percentile.monthly-daed3839.js → BMI_BOYS.percentile.monthly-743ccd9b.js} +0 -0
  445. /package/build/esm/{BMI_BOYS.percentile.weekly-bb492b2f.js → BMI_BOYS.percentile.weekly-148a81d2.js} +0 -0
  446. /package/build/esm/{BMI_BOYS.percentile.yearly-5078dcab.js → BMI_BOYS.percentile.yearly-12920321.js} +0 -0
  447. /package/build/esm/{BMI_BOYS.zscore.monthly-b2722ac5.js → BMI_BOYS.zscore.monthly-5297d265.js} +0 -0
  448. /package/build/esm/{BMI_BOYS.zscore.weekly-4bc30b6b.js → BMI_BOYS.zscore.weekly-76892b16.js} +0 -0
  449. /package/build/esm/{BMI_BOYS.zscore.yearly-a579a72b.js → BMI_BOYS.zscore.yearly-0966fa1b.js} +0 -0
  450. /package/build/esm/{BMI_GIRLS.percentile.monthly-f0cf5f80.js → BMI_GIRLS.percentile.monthly-c638e53a.js} +0 -0
  451. /package/build/esm/{BMI_GIRLS.percentile.weekly-d977dd24.js → BMI_GIRLS.percentile.weekly-72717163.js} +0 -0
  452. /package/build/esm/{BMI_GIRLS.percentile.yearly-9ad34a6a.js → BMI_GIRLS.percentile.yearly-32b08dcb.js} +0 -0
  453. /package/build/esm/{BMI_GIRLS.zscore.monthly-e6677292.js → BMI_GIRLS.zscore.monthly-bde76796.js} +0 -0
  454. /package/build/esm/{BMI_GIRLS.zscore.weekly-0aa4f907.js → BMI_GIRLS.zscore.weekly-b4a056fe.js} +0 -0
  455. /package/build/esm/{BMI_GIRLS.zscore.yearly-d156197f.js → BMI_GIRLS.zscore.yearly-a92152aa.js} +0 -0
  456. /package/build/esm/{ChevronDown-d9b90ee4.js → ChevronDown-cb59d640.js} +0 -0
  457. /package/build/esm/{Close-82dea850.js → Close-095f247b.js} +0 -0
  458. /package/build/esm/{Google-5bdd036c.js → Google-6c595880.js} +0 -0
  459. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-ca3afd0b.js → HEAD CIRCUM_BOYS.percentile.monthly-a11d918b.js} +0 -0
  460. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-b5983e55.js → HEAD CIRCUM_BOYS.percentile.weekly-d40d3946.js} +0 -0
  461. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-3bc06058.js → HEAD CIRCUM_BOYS.percentile.yearly-8012449c.js} +0 -0
  462. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-2a3fb151.js → HEAD CIRCUM_BOYS.zscore.monthly-8e5c5a31.js} +0 -0
  463. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-8093a754.js → HEAD CIRCUM_BOYS.zscore.weekly-b35ad21d.js} +0 -0
  464. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-86ff100b.js → HEAD CIRCUM_BOYS.zscore.yearly-6c013887.js} +0 -0
  465. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-4acde5cd.js → HEAD CIRCUM_GIRLS.percentile.monthly-aa3cb27d.js} +0 -0
  466. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-6388c74b.js → HEAD CIRCUM_GIRLS.percentile.weekly-c017508e.js} +0 -0
  467. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-2e907753.js → HEAD CIRCUM_GIRLS.percentile.yearly-ccca55e1.js} +0 -0
  468. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-da2e586c.js → HEAD CIRCUM_GIRLS.zscore.monthly-fc6208ba.js} +0 -0
  469. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-aa5062af.js → HEAD CIRCUM_GIRLS.zscore.weekly-150dfa94.js} +0 -0
  470. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-d4aed2d0.js → HEAD CIRCUM_GIRLS.zscore.yearly-f5d7f469.js} +0 -0
  471. /package/build/esm/{HEIGHT_BOYS.percentile.monthly-4dfe4746.js → HEIGHT_BOYS.percentile.monthly-6876a69b.js} +0 -0
  472. /package/build/esm/{HEIGHT_BOYS.percentile.weekly-a6baa956.js → HEIGHT_BOYS.percentile.weekly-864ef15a.js} +0 -0
  473. /package/build/esm/{HEIGHT_BOYS.percentile.yearly-d2011cb1.js → HEIGHT_BOYS.percentile.yearly-45e10964.js} +0 -0
  474. /package/build/esm/{HEIGHT_BOYS.zscore.monthly-cdfabdff.js → HEIGHT_BOYS.zscore.monthly-987d02ad.js} +0 -0
  475. /package/build/esm/{HEIGHT_BOYS.zscore.weekly-ce164c2b.js → HEIGHT_BOYS.zscore.weekly-bdb660be.js} +0 -0
  476. /package/build/esm/{HEIGHT_BOYS.zscore.yearly-19bf9cf0.js → HEIGHT_BOYS.zscore.yearly-1517b945.js} +0 -0
  477. /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-98b79637.js → HEIGHT_GIRLS.percentile.monthly-b67f99aa.js} +0 -0
  478. /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-55b39359.js → HEIGHT_GIRLS.percentile.weekly-712b9a31.js} +0 -0
  479. /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-f23da78d.js → HEIGHT_GIRLS.percentile.yearly-55f644c9.js} +0 -0
  480. /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-0a270c80.js → HEIGHT_GIRLS.zscore.monthly-38bd1a84.js} +0 -0
  481. /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-25265133.js → HEIGHT_GIRLS.zscore.weekly-0e74d6b7.js} +0 -0
  482. /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-be1f88fd.js → HEIGHT_GIRLS.zscore.yearly-157cc38c.js} +0 -0
  483. /package/build/esm/{Locale-9dea4d4a.js → Locale-fee93066.js} +0 -0
  484. /package/build/esm/{Visible-bd26f31d.js → Visible-c8ccf9f4.js} +0 -0
  485. /package/build/esm/{WEIGHT_BOYS.percentile.monthly-d4fdfcb7.js → WEIGHT_BOYS.percentile.monthly-8e22e1ff.js} +0 -0
  486. /package/build/esm/{WEIGHT_BOYS.percentile.weekly-f994d5b3.js → WEIGHT_BOYS.percentile.weekly-c44d533c.js} +0 -0
  487. /package/build/esm/{WEIGHT_BOYS.percentile.yearly-7209f636.js → WEIGHT_BOYS.percentile.yearly-9ae7822a.js} +0 -0
  488. /package/build/esm/{WEIGHT_BOYS.zscore.monthly-91d2ac15.js → WEIGHT_BOYS.zscore.monthly-bdd76b6a.js} +0 -0
  489. /package/build/esm/{WEIGHT_BOYS.zscore.weekly-376e3f12.js → WEIGHT_BOYS.zscore.weekly-95b328c5.js} +0 -0
  490. /package/build/esm/{WEIGHT_BOYS.zscore.yearly-25df070f.js → WEIGHT_BOYS.zscore.yearly-814536f9.js} +0 -0
  491. /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-1f2b86e4.js → WEIGHT_GIRLS.percentile.monthly-bddd4f3b.js} +0 -0
  492. /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-26ae073a.js → WEIGHT_GIRLS.percentile.weekly-18a34d13.js} +0 -0
  493. /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-e29254ad.js → WEIGHT_GIRLS.percentile.yearly-9fea7e32.js} +0 -0
  494. /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-f855ae42.js → WEIGHT_GIRLS.zscore.monthly-b31d7444.js} +0 -0
  495. /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-9485b099.js → WEIGHT_GIRLS.zscore.weekly-506c8f97.js} +0 -0
  496. /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-59a78415.js → WEIGHT_GIRLS.zscore.yearly-3af998e9.js} +0 -0
  497. /package/build/esm/{animation-d6ce9d00.js → animation-6a677c4c.js} +0 -0
  498. /package/build/esm/{constants-3113c3f3.js → constants-0c2f7d1b.js} +0 -0
  499. /package/build/esm/{constants-0dd52e3f.js → constants-7688da28.js} +0 -0
  500. /package/build/esm/{constants-44428c3b.js → constants-e3bf1dcd.js} +0 -0
  501. /package/build/esm/{doctor-79695d47.js → doctor-a8bf8262.js} +0 -0
  502. /package/build/esm/{index-9429fef2.js → index-2469d657.js} +0 -0
  503. /package/build/esm/{index-68a622bd.js → index-40c8f198.js} +0 -0
  504. /package/build/esm/{index-e0c9065b.js → index-76eff284.js} +0 -0
  505. /package/build/esm/{index-e578acff.js → index-77acd039.js} +0 -0
  506. /package/build/esm/{index-e3dd4816.js → index-7ad01fa4.js} +0 -0
  507. /package/build/esm/{index-ef1e92aa.js → index-b7299a9c.js} +0 -0
  508. /package/build/esm/{index-9b4eb370.js → index-c4b2f711.js} +0 -0
  509. /package/build/esm/{index-fc4ff0c1.js → index-cc333222.js} +0 -0
  510. /package/build/esm/{index-d60257ab.js → index-f7168e69.js} +0 -0
  511. /package/build/esm/{index.styles-f1d20f0b.js → index.styles-61d70f9e.js} +0 -0
  512. /package/build/esm/{localizeNumberFormat-b58b0709.js → localizeNumberFormat-9bb2897c.js} +0 -0
  513. /package/build/esm/{normalizeLink-0bbb9f2e.js → normalizeLink-a852ea86.js} +0 -0
  514. /package/build/esm/{other-5df2ee98.js → other-ff97cf3a.js} +0 -0
  515. /package/build/esm/{paths-79c2a942.js → paths-1c1c94aa.js} +0 -0
  516. /package/build/esm/{translationsContext-4a161a5e.js → translationsContext-d3dcfbcf.js} +0 -0
  517. /package/build/esm/{tslib.es6-bea6774f.js → tslib.es6-3d0d57aa.js} +0 -0
  518. /package/build/esm/{types-d6b560f0.js → types-512c7e58.js} +0 -0
  519. /package/build/esm/{useIsInit-5cac74db.js → useIsInit-3a60ce11.js} +0 -0
  520. /package/build/esm/{useOutsideClick-01227e67.js → useOutsideClick-0af5e699.js} +0 -0
  521. /package/build/esm/{useScrollbarSize-94dd12a9.js → useScrollbarSize-32e71bd5.js} +0 -0
  522. /package/build/esm/{useUniqueId-ab3eacc1.js → useUniqueId-d85246b9.js} +0 -0
  523. /package/build/esm/{utils-5a720548.js → utils-24a5fc0b.js} +0 -0
  524. /package/build/{index-e5cda5ef.js → index-17123607.js} +0 -0
  525. /package/build/{index-affa5696.js → index-232df9c6.js} +0 -0
  526. /package/build/{index-a9517b32.js → index-2c357711.js} +0 -0
  527. /package/build/{index-2340bde2.js → index-546256c8.js} +0 -0
  528. /package/build/{index-2ac16096.js → index-d46c2bee.js} +0 -0
  529. /package/build/{index-08dbe4bb.js → index-d65d2702.js} +0 -0
  530. /package/build/{index-70053705.js → index-dd2622f2.js} +0 -0
  531. /package/build/{index-d49e78ee.js → index-e89d6ea8.js} +0 -0
  532. /package/build/{index-9b9a13c0.js → index-faa8ac60.js} +0 -0
  533. /package/build/{index.styles-f3cba150.js → index.styles-7eb232b9.js} +0 -0
  534. /package/build/{localizeNumberFormat-7ba78458.js → localizeNumberFormat-b4acc554.js} +0 -0
  535. /package/build/{normalizeLink-7ccd3c22.js → normalizeLink-ed076d28.js} +0 -0
  536. /package/build/{other-55a9988c.js → other-5db125e1.js} +0 -0
  537. /package/build/{paths-1762008b.js → paths-8c7855d4.js} +0 -0
  538. /package/build/{translationsContext-f04b6541.js → translationsContext-58c99c1f.js} +0 -0
  539. /package/build/{tslib.es6-400729ae.js → tslib.es6-7610e8e4.js} +0 -0
  540. /package/build/{types-78001fd6.js → types-149e0fce.js} +0 -0
  541. /package/build/{useIsInit-32887485.js → useIsInit-3a02c33f.js} +0 -0
  542. /package/build/{useOutsideClick-5f93addc.js → useOutsideClick-59fd150e.js} +0 -0
  543. /package/build/{useScrollbarSize-4ff147e9.js → useScrollbarSize-17773592.js} +0 -0
  544. /package/build/{useUniqueId-31a8ced9.js → useUniqueId-17e9a8d5.js} +0 -0
  545. /package/build/{utils-0b96a051.js → utils-62602343.js} +0 -0
@@ -1,49 +1,49 @@
1
- import { _ as __rest, a as __awaiter } from './tslib.es6-bea6774f.js';
1
+ import { _ as __rest, a as __awaiter } from './tslib.es6-3d0d57aa.js';
2
2
  import React__default, { useMemo, useEffect, useContext, useState, useRef, useCallback } from 'react';
3
- import { i as isInternalLink, L as LanguageSwitcher } from './index-bd2495ce.js';
4
- import { a as CARE_LOCALES, b as CARE_BOOKING_LOCALES, T as TOGETHER_LOCALES, E as ECOM_LOCALES, S as STATIC_PAGES, L as LOCALE_SPECS } from './index-2a66607f.js';
5
- import { g as getCurrentBaseUrl, a as getCurrentSsoUrl, b as getTogetherApiDomain, c as getDiscoverApiDomain, n as normalizeLink, e as normalizeLinkSlash, d as getCareApiDomain } from './normalizeLink-0bbb9f2e.js';
6
- import { a as formatCommunity, b as formatPost } from './dataTransform-f2b1a7aa.js';
3
+ import { V as VideoType } from './index-7c6f1a51.js';
4
+ import { i as isInternalLink, V as VideoItem, L as LanguageSwitcher } from './index-31a5e478.js';
5
+ import { a as CARE_LOCALES, b as CARE_BOOKING_LOCALES, T as TOGETHER_LOCALES, E as ECOM_LOCALES, c as VIDEO_LOCALES, S as STATIC_PAGES, L as LOCALE_SPECS } from './index-8a3797fe.js';
6
+ import { g as getCurrentBaseUrl, a as getCurrentSsoUrl, b as getTogetherApiDomain, c as getDiscoverApiDomain, n as normalizeLink, e as normalizeLinkSlash, d as getCareApiDomain } from './normalizeLink-a852ea86.js';
7
+ import { a as formatCommunity, b as formatPost } from './dataTransform-bda7b271.js';
7
8
  import { Close, Download } from '@hhgtech/icons/core';
8
9
  import { createStyles, Box, Indicator, useMantineTheme } from '@mantine/core';
9
- import { L as Logo } from './index-613417dd.js';
10
- import { u as useTranslations } from './index-eb34e967.js';
10
+ import { L as Logo } from './index-64de7793.js';
11
+ import { u as useTranslations } from './index-b13ff4b9.js';
11
12
  import throttle from 'lodash/throttle';
12
- import { I as Input } from './index-75b6adf7.js';
13
+ import { I as Input } from './index-1ff60d24.js';
13
14
  import '@mantine/dates';
14
- import './index-def423d4.js';
15
- import { C as CommonGAssets } from './index-e0c9065b.js';
16
- import './useMantineLocale-b482abdd.js';
17
- import { T as Text } from './index-b605d917.js';
18
- import { B as Button$1 } from './index-ff8fa730.js';
19
- import './index.styles-f1d20f0b.js';
20
- import './translationsContext-4a161a5e.js';
15
+ import { C as CommonGAssets } from './index-76eff284.js';
16
+ import './useMantineLocale-f17968c0.js';
17
+ import { T as Text } from './index-2e886c27.js';
18
+ import { B as Button$1 } from './index-749063ff.js';
19
+ import './index.styles-61d70f9e.js';
20
+ import './translationsContext-d3dcfbcf.js';
21
21
  import '@mantine/hooks';
22
- import { g as getBoundariesFromMediaQueryKey, M as MediaQueries } from './utils-5a720548.js';
23
- import './other-5df2ee98.js';
24
- import './index-c15ae10d.js';
25
- import { L as LOCALISED_SLUGS } from './constants-71f01179.js';
22
+ import { g as getBoundariesFromMediaQueryKey, M as MediaQueries } from './utils-24a5fc0b.js';
23
+ import './other-ff97cf3a.js';
24
+ import './index-eec8b1cc.js';
25
+ import { L as LOCALISED_SLUGS } from './constants-08a665ac.js';
26
26
  import styled from '@emotion/styled';
27
- import { u as useCSSFocusPopupHelper, N as NavigationProfileButton } from './index-20d45dcd.js';
28
- import { u as useSSOV2Store, I as IS_SSOV2_ENABLED } from './store-961adaba.js';
29
- import { B as Button } from './index-0ed85b02.js';
30
- import { i as domainLocalesMarryBaby } from './utils-206705f4.js';
27
+ import { u as useCSSFocusPopupHelper, N as NavigationProfileButton } from './index-cd9b1e18.js';
28
+ import { u as useSSOV2Store, I as IS_SSOV2_ENABLED } from './store-c0abd1a4.js';
29
+ import { B as Button } from './index-29d67804.js';
30
+ import { i as domainLocalesMarryBaby } from './utils-1af61383.js';
31
31
  import { domainLocales } from './constantsDomainLocales.js';
32
- import { L as LOCALIZED_SLUGS } from './constants-0dd52e3f.js';
32
+ import { L as LOCALIZED_SLUGS } from './constants-7688da28.js';
33
33
  import { theme } from './miscTheme.js';
34
- import { H as Heading } from './index-3f770afe.js';
35
- import { I as Indicator$1 } from './index-14e17784.js';
36
- import { u as useIsInit } from './useIsInit-5cac74db.js';
34
+ import { H as Heading } from './index-86593428.js';
35
+ import { I as Indicator$1 } from './index-5dad2bfd.js';
36
+ import { u as useIsInit } from './useIsInit-3a60ce11.js';
37
37
  import { setDefaultClass } from './miscDefaultClassWrapper.js';
38
38
  import dayjs from 'dayjs';
39
39
  import relativeTime from 'dayjs/plugin/relativeTime';
40
- import { U as UserAvatar } from './index-29e95d32.js';
40
+ import { U as UserAvatar } from './index-8468f319.js';
41
41
  import { ArrowRight } from '@hhgtech/icons/other';
42
42
  import formatString from 'string-format';
43
- import { C as Container } from './index-9b4eb370.js';
44
- import { L as LOCALE } from './Locale-9dea4d4a.js';
43
+ import { C as Container } from './index-c4b2f711.js';
44
+ import { L as LOCALE } from './Locale-fee93066.js';
45
45
  import debounce from 'lodash/debounce';
46
- import { g as getDataWithCache } from './core-af11d20d.js';
46
+ import { g as getDataWithCache } from './core-222a8145.js';
47
47
 
48
48
  const getEcomUrl = ({ path, locale, }) => {
49
49
  var _a;
@@ -119,6 +119,7 @@ const useNavConfig = ({ locale, projectType, siteType, enableBookingBtn, }) => {
119
119
  const enableNavEcom = siteType !== 'marryBaby' && ECOM_LOCALES.includes(locale);
120
120
  const enableProfileEcom = siteType !== 'marryBaby' && ECOM_LOCALES.includes(locale);
121
121
  const enableProfileMyHealth = true;
122
+ const enableNavVideo = VIDEO_LOCALES.includes(locale);
122
123
  const baseUrl = getCurrentBaseUrl(locale, siteType === 'marryBaby');
123
124
  let fixBaseUrl = baseUrl;
124
125
  if (typeof window !== 'undefined') {
@@ -133,6 +134,7 @@ const useNavConfig = ({ locale, projectType, siteType, enableBookingBtn, }) => {
133
134
  HOME_PAGE_URL: fixBaseUrl,
134
135
  CARE_URL_FE: `${fixBaseUrl}/care`,
135
136
  TOGETHER_URL_FE: `${fixBaseUrl}/community`,
137
+ VIDEO_URL_FE: `${fixBaseUrl}/videos`,
136
138
  SSO_URL: ssoUrl,
137
139
  TOGETHER_API: getTogetherApiDomain(),
138
140
  DISCOVER_API: getDiscoverApiDomain(locale),
@@ -145,6 +147,7 @@ const useNavConfig = ({ locale, projectType, siteType, enableBookingBtn, }) => {
145
147
  enableNavTogether,
146
148
  enableNavEcom,
147
149
  enableProfileEcom,
150
+ enableNavVideo,
148
151
  enableProfileMyHealth,
149
152
  enableNavDiscover,
150
153
  enableNavHealthTools,
@@ -282,6 +285,9 @@ const StyledItemGridLeft = styled.div `
282
285
  padding: 5px 15px;
283
286
  ${MediaQueries.mbUp} {
284
287
  border-right: 1px solid #e4e8ec;
288
+ display: flex;
289
+ flex-direction: column;
290
+ justify-content: space-between;
285
291
  }
286
292
  `;
287
293
  const StyledItem$6 = styled.a `
@@ -438,37 +444,38 @@ const Categories = ({ hrefViewMore, titleBtnViewMore, UrlFE, onClosePopup, menuI
438
444
  const { t } = useTranslations();
439
445
  const theme = useMantineTheme();
440
446
  return (React__default.createElement(StyledItemGridLeft, null,
441
- React__default.createElement(StyledHeading$1, null,
442
- React__default.createElement(Heading, { tag: siteType === 'marryBaby' ? 'h5' : 'h6', as: "p", fontWeight: "semibold" }, headingTitle)), menuItems === null || menuItems === void 0 ? void 0 :
443
- menuItems.slice(0, 6).map((item, index) => {
444
- const href = (item === null || item === void 0 ? void 0 : item.link)
445
- ? (item === null || item === void 0 ? void 0 : item.link.startsWith('http'))
446
- ? item === null || item === void 0 ? void 0 : item.link
447
- : `${UrlFE}/${item === null || item === void 0 ? void 0 : item.link.split('/').filter(Boolean).join('/')}/`
448
- : '/';
449
- return (React__default.createElement(StyledItem$6, Object.assign({ className: "iconMenu", "data-event-category": "Hamburger Navigation", "data-event-action": "Click", "data-event-label": href, "data-is-heading-category": false, "data-active": item.id && item.id === activeItem, "data-is-mobile-tool": item.isMobileAppTool, href: href }, (!isInternalLink(href) && {
450
- target: '_blank',
451
- }), { "data-theme": siteType, key: index, onClick: onClosePopup }),
452
- React__default.createElement("div", { className: "icon" },
453
- React__default.createElement("img", { loading: "lazy", alt: item.name, src: item.thumbnail || '/images/avatar.jpg', style: {
454
- width: 32,
455
- height: 32,
456
- maxWidth: 32,
457
- maxHeight: 32,
458
- overflow: 'hidden',
459
- } })),
460
- React__default.createElement(NewWrapper, { isNew: item.isNew },
461
- React__default.createElement("div", { style: {
462
- padding: '0 0.4rem',
463
- paddingRight: item.isNew ? 10 : 0,
464
- } },
465
- React__default.createElement("p", { className: "name" }, item.name),
466
- item.isMobileAppTool && (React__default.createElement(Text, { size: "n1", color: theme.fn.primaryColor(), weight: "regular" }, t('home.calcWithApp'))))),
467
- item.isMobileAppTool && (React__default.createElement(StyledIconNav, null,
468
- React__default.createElement(Phone, { className: "phone-icon", size: 16 }))),
469
- React__default.createElement(StyledIconNav, { className: "arrow-icon" },
470
- React__default.createElement("img", { src: CommonGAssets.getAssetPath('chevronRight.svg'), style: { width: '16px', height: '16px' }, loading: "lazy" }))));
471
- }),
447
+ React__default.createElement("div", null,
448
+ React__default.createElement(StyledHeading$1, null,
449
+ React__default.createElement(Heading, { tag: siteType === 'marryBaby' ? 'h5' : 'h6', as: "p", fontWeight: "semibold" }, headingTitle)), menuItems === null || menuItems === void 0 ? void 0 :
450
+ menuItems.slice(0, 6).map((item, index) => {
451
+ const href = (item === null || item === void 0 ? void 0 : item.link)
452
+ ? (item === null || item === void 0 ? void 0 : item.link.startsWith('http'))
453
+ ? item === null || item === void 0 ? void 0 : item.link
454
+ : `${UrlFE}/${item === null || item === void 0 ? void 0 : item.link.split('/').filter(Boolean).join('/')}/`
455
+ : '/';
456
+ return (React__default.createElement(StyledItem$6, Object.assign({ className: "iconMenu", "data-event-category": "Hamburger Navigation", "data-event-action": "Click", "data-event-label": href, "data-is-heading-category": false, "data-active": item.id && item.id === activeItem, "data-is-mobile-tool": item.isMobileAppTool, href: href }, (!isInternalLink(href) && {
457
+ target: '_blank',
458
+ }), { "data-theme": siteType, key: index, onClick: onClosePopup }),
459
+ React__default.createElement("div", { className: "icon" },
460
+ React__default.createElement("img", { loading: "lazy", alt: item.name, src: item.thumbnail || '/images/avatar.jpg', style: {
461
+ width: 32,
462
+ height: 32,
463
+ maxWidth: 32,
464
+ maxHeight: 32,
465
+ overflow: 'hidden',
466
+ } })),
467
+ React__default.createElement(NewWrapper, { isNew: item.isNew },
468
+ React__default.createElement("div", { style: {
469
+ padding: '0 0.4rem',
470
+ paddingRight: item.isNew ? 10 : 0,
471
+ } },
472
+ React__default.createElement("p", { className: "name" }, item.name),
473
+ item.isMobileAppTool && (React__default.createElement(Text, { size: "n1", color: theme.fn.primaryColor(), weight: "regular" }, t('home.calcWithApp'))))),
474
+ item.isMobileAppTool && (React__default.createElement(StyledIconNav, null,
475
+ React__default.createElement(Phone, { className: "phone-icon", size: 16 }))),
476
+ React__default.createElement(StyledIconNav, { className: "arrow-icon" },
477
+ React__default.createElement("img", { src: CommonGAssets.getAssetPath('chevronRight.svg'), style: { width: '16px', height: '16px' }, loading: "lazy" }))));
478
+ })),
472
479
  titleBtnViewMore && (React__default.createElement(StyledViewMore$1, { "data-theme": siteType, style: { textDecoration: 'none' }, href: hrefViewMore, "data-event-category": "Hamburger Navigation", "data-event-action": "Click", "data-event-label": hrefViewMore },
473
480
  React__default.createElement(StyledItemAll, { onClick: onClosePopup, "data-theme": siteType, "data-is-heading-category": false },
474
481
  titleBtnViewMore,
@@ -478,7 +485,7 @@ const Categories = ({ hrefViewMore, titleBtnViewMore, UrlFE, onClosePopup, menuI
478
485
  : CommonGAssets.getAssetPath('chevronRightActive.svg'), style: { width: '16px', height: '16px' }, loading: "lazy" })))))));
479
486
  };
480
487
 
481
- const StyledContainerItems$4 = styled.div `
488
+ const StyledContainerItems$5 = styled.div `
482
489
  display: grid;
483
490
 
484
491
  grid-template-columns: repeat(3, 1fr);
@@ -803,7 +810,7 @@ const CareSpotlights = ({ spotlights = [], hrefViewMore }) => {
803
810
  const { t } = useTranslations();
804
811
  const { siteType } = useContext(NavigationContext);
805
812
  return (React__default.createElement(Spotlights, { title: t('home.navigator.menu.spotlightHospitals') }, spotlights.length !== 0 ? (React__default.createElement(React__default.Fragment, null,
806
- React__default.createElement(StyledContainerItems$4, null, spotlights === null || spotlights === void 0 ? void 0 : spotlights.slice(0, 3).map((s, index) => (React__default.createElement(Item$4, { key: index, index: index, item: s })))),
813
+ React__default.createElement(StyledContainerItems$5, null, spotlights === null || spotlights === void 0 ? void 0 : spotlights.slice(0, 3).map((s, index) => (React__default.createElement(Item$4, { key: index, index: index, item: s })))),
807
814
  React__default.createElement("div", { style: {
808
815
  position: 'absolute',
809
816
  bottom: '6px',
@@ -813,7 +820,7 @@ const CareSpotlights = ({ spotlights = [], hrefViewMore }) => {
813
820
  React__default.createElement(Button, { theme: siteType, className: "survey-contact-submit", size: "md" }, t('home.navigator.menu.care.homeButton')))))) : (React__default.createElement(SpotlightNoData, { title: t('home.navigator.menu.care.noDatas.title'), description: t('home.navigator.menu.care.noDatas.description'), link: hrefViewMore, cta: t('home.navigator.menu.care.homeButton'), icon: CommonGAssets.getAssetPath('community.svg') }))));
814
821
  };
815
822
 
816
- const StyledContainerItems$3 = styled.div `
823
+ const StyledContainerItems$4 = styled.div `
817
824
  display: grid;
818
825
 
819
826
  grid-template-columns: repeat(4, 1fr);
@@ -879,7 +886,7 @@ const Item$3 = ({ item, index = 0 }) => {
879
886
  const CategorySpotlights = ({ spotlightsList = [], hrefViewMore }) => {
880
887
  const { t } = useTranslations();
881
888
  const { configs: { statics }, } = useContext(NavigationContext);
882
- return (React__default.createElement(Spotlights, { title: t('home.navigator.menu.spotlights'), viewMore: t('home.navigator.menu.spotlights.seeAll'), link: hrefViewMore, dataEventAction: "Spotlight See More Click" }, spotlightsList.length !== 0 ? (React__default.createElement(StyledContainerItems$3, null, spotlightsList === null || spotlightsList === void 0 ? void 0 : spotlightsList.slice(0, 4).map((spotlight, index) => (React__default.createElement(Item$3, { key: index, index: index, item: {
889
+ return (React__default.createElement(Spotlights, { title: t('home.navigator.menu.spotlights'), viewMore: t('home.navigator.menu.spotlights.seeAll'), link: hrefViewMore, dataEventAction: "Spotlight See More Click" }, spotlightsList.length !== 0 ? (React__default.createElement(StyledContainerItems$4, null, spotlightsList === null || spotlightsList === void 0 ? void 0 : spotlightsList.slice(0, 4).map((spotlight, index) => (React__default.createElement(Item$3, { key: index, index: index, item: {
883
890
  id: spotlight.id,
884
891
  link: statics.HOME_PAGE_URL + spotlight.permalink,
885
892
  title: spotlight.name,
@@ -887,7 +894,7 @@ const CategorySpotlights = ({ spotlightsList = [], hrefViewMore }) => {
887
894
  } }))))) : (React__default.createElement(SpotlightNoData, { title: t('home.navigator.menu.category.noDatas.title'), description: t('home.navigator.menu.category.noDatas.description'), link: hrefViewMore, cta: t('home.navigator.menu.category.noDatas.cta'), icon: CommonGAssets.getAssetPath('Spotlight.svg') }))));
888
895
  };
889
896
 
890
- const StyledContainerItems$2 = styled.div `
897
+ const StyledContainerItems$3 = styled.div `
891
898
  display: grid;
892
899
  grid-template-columns: repeat(2, 1fr);
893
900
  grid-gap: 48px;
@@ -1039,10 +1046,10 @@ const Item$2 = ({ post, index = 0 }) => {
1039
1046
  const CommunitySpotlights = ({ spotlights = [] }) => {
1040
1047
  const { configs: { statics }, } = useContext(NavigationContext);
1041
1048
  const { t } = useTranslations();
1042
- return (React__default.createElement(Spotlights, { title: t('home.navigator.menu.trendingPosts'), viewMore: t('home.navigator.menu.trendingPosts.seeMore'), link: normalizeLink(statics.TOGETHER_URL_FE), dataEventAction: "Together See More Click" }, spotlights.length !== 0 ? (React__default.createElement(StyledContainerItems$2, null, spotlights === null || spotlights === void 0 ? void 0 : spotlights.slice(0, 4).map((p, index) => (React__default.createElement(Item$2, { index: index, post: p, key: p.id }))))) : (React__default.createElement(SpotlightNoData, { title: t('home.navigator.menu.together.noPosts.title'), description: t('home.navigator.menu.together.noPosts.description'), link: `${statics.HOME_PAGE_URL}/community/`, cta: t('home.navigator.menu.together.noPosts.cta'), icon: CommonGAssets.getAssetPath('community.svg') }))));
1049
+ return (React__default.createElement(Spotlights, { title: t('home.navigator.menu.trendingPosts'), viewMore: t('home.navigator.menu.trendingPosts.seeMore'), link: normalizeLink(statics.TOGETHER_URL_FE), dataEventAction: "Together See More Click" }, spotlights.length !== 0 ? (React__default.createElement(StyledContainerItems$3, null, spotlights === null || spotlights === void 0 ? void 0 : spotlights.slice(0, 4).map((p, index) => (React__default.createElement(Item$2, { index: index, post: p, key: p.id }))))) : (React__default.createElement(SpotlightNoData, { title: t('home.navigator.menu.together.noPosts.title'), description: t('home.navigator.menu.together.noPosts.description'), link: `${statics.HOME_PAGE_URL}/community/`, cta: t('home.navigator.menu.together.noPosts.cta'), icon: CommonGAssets.getAssetPath('community.svg') }))));
1043
1050
  };
1044
1051
 
1045
- const StyledContainerItems$1 = styled.div `
1052
+ const StyledContainerItems$2 = styled.div `
1046
1053
  display: grid;
1047
1054
 
1048
1055
  grid-template-columns: repeat(3, 1fr);
@@ -1082,7 +1089,7 @@ const EcomSpotlights = ({ helpfulUrls = [], }) => {
1082
1089
  // const { siteType } = useContext(NavigationContext)
1083
1090
  if (!helpfulUrls.length)
1084
1091
  return null;
1085
- return (React__default.createElement(Spotlights, { title: t('home.navigator.menu.spotlightEcom') }, helpfulUrls.length !== 0 ? (React__default.createElement(StyledContainerItems$1, null, helpfulUrls === null || helpfulUrls === void 0 ? void 0 : helpfulUrls.slice(0, 5).map((s, index) => (React__default.createElement(Item$1, { key: index, index: index, item: s }))))) : (React__default.createElement(React__default.Fragment, null)
1092
+ return (React__default.createElement(Spotlights, { title: t('home.navigator.menu.spotlightEcom') }, helpfulUrls.length !== 0 ? (React__default.createElement(StyledContainerItems$2, null, helpfulUrls === null || helpfulUrls === void 0 ? void 0 : helpfulUrls.slice(0, 5).map((s, index) => (React__default.createElement(Item$1, { key: index, index: index, item: s }))))) : (React__default.createElement(React__default.Fragment, null)
1086
1093
  // <SpotlightNoData
1087
1094
  // title={t('home.navigator.menu.ecom.noDatas.title')}
1088
1095
  // description={t('home.navigator.menu.ecom.noDatas.description')}
@@ -1093,7 +1100,7 @@ const EcomSpotlights = ({ helpfulUrls = [], }) => {
1093
1100
  )));
1094
1101
  };
1095
1102
 
1096
- const StyledContainerItems = styled.div `
1103
+ const StyledContainerItems$1 = styled.div `
1097
1104
  display: grid;
1098
1105
 
1099
1106
  grid-template-columns: repeat(3, 1fr);
@@ -1495,15 +1502,32 @@ const ToolSpotlights = ({ hrefViewMore, spotlightHealthTools = [] }) => {
1495
1502
  const marryBabyCardColor = ['pink', 'orange', 'green'];
1496
1503
  const { siteType } = useContext(NavigationContext);
1497
1504
  return (React__default.createElement(Spotlights, { title: t('home.navigator.menu.spotlightTools') },
1498
- spotlightHealthTools.length !== 0 && (React__default.createElement(StyledContainerItems, null, spotlightHealthTools === null || spotlightHealthTools === void 0 ? void 0 : spotlightHealthTools.slice(0, 3).map((item, index) => siteType === 'marryBaby' ? (React__default.createElement(ItemMarryBaby, { key: index, index: index, item: item, color: marryBabyCardColor[index] })) : (React__default.createElement(Item, { key: index, index: index, item: item }))))),
1505
+ spotlightHealthTools.length !== 0 && (React__default.createElement(StyledContainerItems$1, null, spotlightHealthTools === null || spotlightHealthTools === void 0 ? void 0 : spotlightHealthTools.slice(0, 3).map((item, index) => siteType === 'marryBaby' ? (React__default.createElement(ItemMarryBaby, { key: index, index: index, item: item, color: marryBabyCardColor[index] })) : (React__default.createElement(Item, { key: index, index: index, item: item }))))),
1499
1506
  spotlightHealthTools.length === 0 && (React__default.createElement(SpotlightNoData, { title: t('home.navigator.menu.healthTools.noDatas.title'), description: t('home.navigator.menu.healthTools.noDatas.description'), link: hrefViewMore, cta: t('home.navigator.menu.healthTools.noDatas.cta'), icon: CommonGAssets.getAssetPath('community.svg') }))));
1500
1507
  };
1501
1508
 
1509
+ const StyledContainerItems = styled.div `
1510
+ display: grid;
1511
+
1512
+ grid-template-columns: repeat(4, 1fr);
1513
+ gap: 24px;
1514
+ ${MediaQueries.tdDown} {
1515
+ gap: 12px;
1516
+ grid-template-columns: 1fr;
1517
+ }
1518
+ `;
1519
+
1520
+ const VideoSpotlights = ({ spotlightsList = [], layout = 'default', }) => {
1521
+ const { t } = useTranslations();
1522
+ const { configs: { statics }, } = useContext(NavigationContext);
1523
+ return (React__default.createElement(Spotlights, { title: t('home.navigator.menu.lastestVideos') }, spotlightsList.length !== 0 ? (React__default.createElement(StyledContainerItems, null, spotlightsList === null || spotlightsList === void 0 ? void 0 : spotlightsList.slice(0, 4).map((video, index) => (React__default.createElement(VideoItem, { key: index, data: Object.assign(Object.assign({}, video), { type: VideoType.SHORTS }), layout: layout === 'default' ? 'overlay' : 'horizon', redirectToLandingPage: true }))))) : (React__default.createElement(SpotlightNoData, { title: t('home.navigator.menu.category.noDatas.title'), description: t('home.navigator.menu.category.noDatas.description'), link: `${statics.VIDEO_URL_FE}/`, cta: t('home.navigator.menu.category.noDatas.cta'), icon: CommonGAssets.getAssetPath('Spotlight.svg') }))));
1524
+ };
1525
+
1502
1526
  const MenuServiceList = ({ closePopup, menuItems = [] }) => {
1503
1527
  var _a, _b;
1504
1528
  const {
1505
1529
  // siteType,
1506
- ssrMenuContent: { categories, healthTools, care, together, ecom }, activeMenuService, configs: { statics }, locale, } = useContext(NavigationContext);
1530
+ ssrMenuContent: { categories, healthTools, care, together, ecom, videos }, activeMenuService, configs: { statics }, locale, } = useContext(NavigationContext);
1507
1531
  const { t } = useTranslations();
1508
1532
  return (React__default.createElement(StyledMasterMenuContainer, { id: 'categories-menu' },
1509
1533
  React__default.createElement(StyledWrapper, null,
@@ -1512,7 +1536,8 @@ const MenuServiceList = ({ closePopup, menuItems = [] }) => {
1512
1536
  activeMenuService === 'tools' && (React__default.createElement(ToolSpotlights, { spotlightHealthTools: healthTools === null || healthTools === void 0 ? void 0 : healthTools.spotlights, hrefViewMore: `${statics.HOME_PAGE_URL}${locale === 'tl-PH' ? '/fil' : ''}${((_a = STATIC_PAGES[locale]) === null || _a === void 0 ? void 0 : _a.HEALTH_TOOLS) || ''}` })),
1513
1537
  activeMenuService === 'care' && (React__default.createElement(CareSpotlights, { spotlights: care === null || care === void 0 ? void 0 : care.spotlights, hrefViewMore: `${statics.CARE_URL_FE}/${(_b = LOCALIZED_SLUGS[locale]) === null || _b === void 0 ? void 0 : _b.SPECIALTIES}` })),
1514
1538
  activeMenuService === 'together' && (React__default.createElement(CommunitySpotlights, { spotlights: together === null || together === void 0 ? void 0 : together.spotlights })),
1515
- activeMenuService === 'ecom' && (React__default.createElement(EcomSpotlights, { helpfulUrls: ecom === null || ecom === void 0 ? void 0 : ecom.helpfulUrls })))));
1539
+ activeMenuService === 'ecom' && (React__default.createElement(EcomSpotlights, { helpfulUrls: ecom === null || ecom === void 0 ? void 0 : ecom.helpfulUrls })),
1540
+ activeMenuService === 'video' && (React__default.createElement(VideoSpotlights, { spotlightsList: videos === null || videos === void 0 ? void 0 : videos.spotlights, layout: "stack" })))));
1516
1541
  };
1517
1542
 
1518
1543
  const HamburgerMenu = ({ menuItems }) => {
@@ -1947,6 +1972,26 @@ const checkAvailableSpotlight = (spotlight) => {
1947
1972
  return false;
1948
1973
  }
1949
1974
  return true;
1975
+ };
1976
+ const formatVideoItem = (data) => {
1977
+ if (typeof data === 'undefined' || !data)
1978
+ return null;
1979
+ return {
1980
+ id: data.ID || '',
1981
+ videoId: data.video_id || '',
1982
+ url: data.video_url || '',
1983
+ title: data.video_title || '',
1984
+ type: data.type || VideoType.VIDEO,
1985
+ totalView: data.total_view || 0,
1986
+ description: data.description || '',
1987
+ createTime: data.create_time || '',
1988
+ duration: data.duration || 0,
1989
+ image: data.image || '',
1990
+ imageMedium: data.image_medium || '',
1991
+ imageThumbnail: data.image_thumbnail || '',
1992
+ active: false,
1993
+ articleLink: data.article_link || '',
1994
+ };
1950
1995
  };
1951
1996
 
1952
1997
  var styles = {"gridContainer":"q3nL5cp","container":"_2DNf80G","closeWrapper":"Q-glX-n"};
@@ -2037,10 +2082,35 @@ const MenuHealthToolsList = ({ locale, onClose, isOpen, spotlightHealthTools = [
2037
2082
  React__default.createElement(ToolSpotlights, { spotlightHealthTools: spotlightHealthTools, hrefViewMore: hrefViewMore })));
2038
2083
  };
2039
2084
 
2085
+ const MenuVideoList = ({ spotlightsList = [], onClose, isOpen }) => {
2086
+ const { t } = useTranslations();
2087
+ const { locale, configs: { statics }, } = useContext(NavigationContext);
2088
+ const listing = useMemo(() => [
2089
+ {
2090
+ name: t('home.navigator.menu.videos'),
2091
+ link: `${statics.VIDEO_URL_FE}/video/`,
2092
+ thumbnail: CommonGAssets.getAssetPath('nav-icons/video.svg'),
2093
+ },
2094
+ {
2095
+ name: t('home.navigator.menu.shorts'),
2096
+ link: `${statics.VIDEO_URL_FE}/short/`,
2097
+ thumbnail: CommonGAssets.getAssetPath('nav-icons/short.svg'),
2098
+ },
2099
+ {
2100
+ name: t('home.navigator.menu.podcasts'),
2101
+ link: `${statics.VIDEO_URL_FE}/podcast/`,
2102
+ thumbnail: CommonGAssets.getAssetPath('nav-icons/podcast.svg'),
2103
+ },
2104
+ ], []);
2105
+ return (React__default.createElement(PopupWrapper, { onClosePopup: onClose, isDisplay: isOpen, isNavMenu: true },
2106
+ React__default.createElement(Categories, { hrefViewMore: `${statics.HOME_PAGE_URL}${locale === 'tl-PH' ? '/fil' : ''}/videos/`, UrlFE: statics.HOME_PAGE_URL, onClosePopup: onClose, titleBtnViewMore: t('home.navigator.menuItem.allVideos'), menuItems: listing, headingTitle: t('home.navigator.menuItem.videoCategories') }),
2107
+ React__default.createElement(VideoSpotlights, { spotlightsList: spotlightsList })));
2108
+ };
2109
+
2040
2110
  const ItemNavButton = ({ item, color = 'blue' }) => {
2041
2111
  const [Lottie, setLottie] = useState();
2042
2112
  const [iconJson, setIconJson] = useState();
2043
- const { locale, ssrMenuContent: { categories, healthTools, care, together }, } = useContext(NavigationContext);
2113
+ const { locale, ssrMenuContent: { categories, healthTools, care, together, videos }, } = useContext(NavigationContext);
2044
2114
  const { containerRef, onButtonMouseDown, onClose } = useCSSFocusPopupHelper({
2045
2115
  allowBgScroll: true,
2046
2116
  });
@@ -2053,7 +2123,7 @@ const ItemNavButton = ({ item, color = 'blue' }) => {
2053
2123
  });
2054
2124
  }
2055
2125
  if (item.id === 'care') {
2056
- import('./doctor-79695d47.js').then((data) => {
2126
+ import('./doctor-a8bf8262.js').then((data) => {
2057
2127
  if (data === null || data === void 0 ? void 0 : data.default)
2058
2128
  setIconJson(() => data.default);
2059
2129
  });
@@ -2107,7 +2177,7 @@ const ItemNavButton = ({ item, color = 'blue' }) => {
2107
2177
  }, style: Object.assign(Object.assign({}, buttonStyle), { padding: '6px 8px 6px 8px', color: '#262626', height: 'unset' }), size: "sm", rightIcon: item.popupType ? (React__default.createElement("div", { className: styles$1.menuIconWrapper },
2108
2178
  React__default.createElement("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none" },
2109
2179
  React__default.createElement("path", { d: "M11.5 7.5L9 10L6.5 7.5", stroke: "#202135", strokeWidth: "1.33", strokeLinecap: "round", strokeLinejoin: "round" })))) : (React__default.createElement("div", null)), onMouseDown: onButtonMouseDown }, item.name),
2110
- item.popupType === 'categories' ? (React__default.createElement(MenuCategoriesList, { categories: categories === null || categories === void 0 ? void 0 : categories.items, spotlightsList: categories === null || categories === void 0 ? void 0 : categories.spotlights, onClose: onClose })) : item.popupType === 'tools' ? (React__default.createElement(MenuHealthToolsList, { locale: locale, healthTools: healthTools === null || healthTools === void 0 ? void 0 : healthTools.items, spotlightHealthTools: healthTools === null || healthTools === void 0 ? void 0 : healthTools.spotlights, onClose: onClose })) : item.popupType === 'together' ? (React__default.createElement(MenuCommunitiesList, { communities: together === null || together === void 0 ? void 0 : together.items, spotlights: together === null || together === void 0 ? void 0 : together.spotlights, onClose: onClose })) : item.popupType === 'care' ? (React__default.createElement(MenuCareList, { careSpecialties: care === null || care === void 0 ? void 0 : care.items, spotlights: care === null || care === void 0 ? void 0 : care.spotlights, onClose: onClose })) : null));
2180
+ item.popupType === 'categories' ? (React__default.createElement(MenuCategoriesList, { categories: categories === null || categories === void 0 ? void 0 : categories.items, spotlightsList: categories === null || categories === void 0 ? void 0 : categories.spotlights, onClose: onClose })) : item.popupType === 'tools' ? (React__default.createElement(MenuHealthToolsList, { locale: locale, healthTools: healthTools === null || healthTools === void 0 ? void 0 : healthTools.items, spotlightHealthTools: healthTools === null || healthTools === void 0 ? void 0 : healthTools.spotlights, onClose: onClose })) : item.popupType === 'together' ? (React__default.createElement(MenuCommunitiesList, { communities: together === null || together === void 0 ? void 0 : together.items, spotlights: together === null || together === void 0 ? void 0 : together.spotlights, onClose: onClose })) : item.popupType === 'care' ? (React__default.createElement(MenuCareList, { careSpecialties: care === null || care === void 0 ? void 0 : care.items, spotlights: care === null || care === void 0 ? void 0 : care.spotlights, onClose: onClose })) : item.popupType === 'video' ? (React__default.createElement(MenuVideoList, { spotlightsList: videos === null || videos === void 0 ? void 0 : videos.spotlights, onClose: onClose })) : null));
2111
2181
  };
2112
2182
 
2113
2183
  const StyleInput = styled(Input) `
@@ -2212,6 +2282,7 @@ const NavigationBar = ({ onTopBarAppears, languageMenu, menuItems, logoComponent
2212
2282
  const { siteType, isMobile = false, locale, sitewideBanner, sitewideBannerShown = true, sponsorComponent, isHomepage = false, onBookingClick, currentUrl, onLoginClick, cartNumber,
2213
2283
  // ssrMenuContent: { categories, healthTools, care, together },
2214
2284
  configs: { statics, enableNavCareBooking, enableSearchBar,
2285
+ // enableNavVideo,
2215
2286
  // enableNavCare,
2216
2287
  // enableProfileMyHealth,
2217
2288
  // enableProfileMySaved,
@@ -2351,9 +2422,9 @@ const NavigationBar = ({ onTopBarAppears, languageMenu, menuItems, logoComponent
2351
2422
  const NavigtionSearch = ({ siteType, projectType, isMobile = false, isHomepage = false, }) => (React__default.createElement(DisplayWrapper, { mediaQueryKey: "mbUp", className: `${siteType === 'marryBaby' ? 'marry-baby' : ''} ${isHomepage ? 'block-show' : ''}` },
2352
2423
  React__default.createElement(SearchInput, { id: "desktop", projectType: projectType, isMobile: isMobile, isHomepage: isHomepage })));
2353
2424
  const NavigationMenu = ({ menuItems }) => {
2354
- const { siteType, locale, ssrMenuContent: { categories, healthTools, care, together }, } = useContext(NavigationContext);
2425
+ const { siteType, locale, ssrMenuContent: { categories, healthTools, care, together, videos }, } = useContext(NavigationContext);
2355
2426
  return (React__default.createElement(DisplayWrapper, { mediaQueryKey: "mbUp", style: { height: '100%' } },
2356
- React__default.createElement(StyledWrapMenuItems, { "data-site-type": siteType }, menuItems === null || menuItems === void 0 ? void 0 : menuItems.map((menuItem, index) => (React__default.createElement(ItemMenu, { key: index, item: menuItem, menu: menuItem.popupType === 'categories' ? (React__default.createElement(MenuCategoriesList, { categories: categories === null || categories === void 0 ? void 0 : categories.items, spotlightsList: categories === null || categories === void 0 ? void 0 : categories.spotlights })) : menuItem.popupType === 'tools' ? (React__default.createElement(MenuHealthToolsList, { locale: locale, healthTools: healthTools === null || healthTools === void 0 ? void 0 : healthTools.items, spotlightHealthTools: healthTools === null || healthTools === void 0 ? void 0 : healthTools.spotlights })) : menuItem.popupType === 'together' ? (React__default.createElement(MenuCommunitiesList, { communities: together === null || together === void 0 ? void 0 : together.items, spotlights: together === null || together === void 0 ? void 0 : together.spotlights })) : menuItem.popupType === 'care' ? (React__default.createElement(MenuCareList, { careSpecialties: care === null || care === void 0 ? void 0 : care.items, spotlights: care === null || care === void 0 ? void 0 : care.spotlights })) : null }))))));
2427
+ React__default.createElement(StyledWrapMenuItems, { "data-site-type": siteType }, menuItems === null || menuItems === void 0 ? void 0 : menuItems.map((menuItem, index) => (React__default.createElement(ItemMenu, { key: index, item: menuItem, menu: menuItem.popupType === 'categories' ? (React__default.createElement(MenuCategoriesList, { categories: categories === null || categories === void 0 ? void 0 : categories.items, spotlightsList: categories === null || categories === void 0 ? void 0 : categories.spotlights })) : menuItem.popupType === 'tools' ? (React__default.createElement(MenuHealthToolsList, { locale: locale, healthTools: healthTools === null || healthTools === void 0 ? void 0 : healthTools.items, spotlightHealthTools: healthTools === null || healthTools === void 0 ? void 0 : healthTools.spotlights })) : menuItem.popupType === 'together' ? (React__default.createElement(MenuCommunitiesList, { communities: together === null || together === void 0 ? void 0 : together.items, spotlights: together === null || together === void 0 ? void 0 : together.spotlights })) : menuItem.popupType === 'care' ? (React__default.createElement(MenuCareList, { careSpecialties: care === null || care === void 0 ? void 0 : care.items, spotlights: care === null || care === void 0 ? void 0 : care.spotlights })) : menuItem.popupType === 'video' ? (React__default.createElement(MenuVideoList, { spotlightsList: videos === null || videos === void 0 ? void 0 : videos.spotlights })) : null }))))));
2357
2428
  };
2358
2429
 
2359
2430
  const useHeaderHeight = ({ hasSponsoredBanners, isSponsored, isShowingSiteWideBanner, isMobile, }) => {
@@ -2454,7 +2525,7 @@ const useInsider = () => {
2454
2525
 
2455
2526
  const useNavServices = () => {
2456
2527
  const { t } = useTranslations();
2457
- const { siteType, locale, configs: { enableNavDiscover, enableNavHealthTools, enableNavCare, enableNavTogether, enableNavEcom, statics, }, } = useContext(NavigationContext);
2528
+ const { siteType, locale, configs: { enableNavDiscover, enableNavHealthTools, enableNavCare, enableNavTogether, enableNavEcom, enableNavVideo, statics, }, } = useContext(NavigationContext);
2458
2529
  const isMarryBaby = siteType === 'marryBaby';
2459
2530
  const services = useMemo(() => {
2460
2531
  var _a;
@@ -2463,13 +2534,22 @@ const useNavServices = () => {
2463
2534
  _services.push({
2464
2535
  name: t('home.navigator.menuItem.discover'),
2465
2536
  id: 'categories',
2466
- link: `${statics.HOME_PAGE_URL}${locale === 'tl-PH' ? '/fil' : ''}/categories`,
2537
+ link: `${statics.HOME_PAGE_URL}${locale === 'tl-PH' ? '/fil' : ''}/categories/`,
2467
2538
  niceName: '',
2468
2539
  thumbnail: isMarryBaby
2469
2540
  ? CommonGAssets.getAssetPath('categories-mb.svg')
2470
2541
  : CommonGAssets.getAssetPath('nav-icons/discover.svg'),
2471
2542
  popupType: 'categories',
2472
2543
  });
2544
+ enableNavVideo &&
2545
+ _services.push({
2546
+ name: t('home.navigator.menuItem.video'),
2547
+ id: 'video',
2548
+ link: `${statics.HOME_PAGE_URL}${locale === 'tl-PH' ? '/fil' : ''}/videos/`,
2549
+ niceName: '',
2550
+ thumbnail: CommonGAssets.getAssetPath('nav-icons/video.svg'),
2551
+ popupType: 'video',
2552
+ });
2473
2553
  enableNavHealthTools &&
2474
2554
  _services.push({
2475
2555
  name: t('home.navigator.menuItem.healthTools'),
@@ -2566,17 +2646,19 @@ const NavigationV2 = (props) => {
2566
2646
  React__default.createElement(_NavigationV2, Object.assign({}, propsWithDefaultValues))));
2567
2647
  };
2568
2648
  const getNavMenuContent = (locale) => __awaiter(void 0, void 0, void 0, function* () {
2569
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
2649
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0;
2570
2650
  const res = {};
2571
2651
  const isMarryBaby = locale === 'vi-VN_MB';
2572
2652
  try {
2573
2653
  const customLang = locale === 'tl-PH' ? 'lang=fil' : '';
2574
2654
  try {
2575
- const [categories, spotlights, healthtools, healthtoolsFavorites] = yield Promise.all([
2655
+ const [categories, spotlights, healthtools, healthtoolsFavorites, videos,] = yield Promise.all([
2576
2656
  fetch(normalizeLinkSlash(`${getDiscoverApiDomain(locale)}/wp-json/api/categories${customLang ? '?' + customLang : ''}`)).then((res) => res.json()),
2577
2657
  fetch(normalizeLinkSlash(`${getDiscoverApiDomain(locale)}/wp-json/api/spotlights?per_page=10&order_by=start_date${customLang ? '&' + customLang : ''}`)).then((res) => res.json()),
2578
2658
  fetch(normalizeLinkSlash(`${getDiscoverApiDomain(locale)}/wp-json/api/${isMarryBaby ? 'health-tools' : 'healthtools'}${customLang ? '?' + customLang : ''}`)).then((res) => res.json()),
2579
2659
  fetch(normalizeLinkSlash(`${getDiscoverApiDomain(locale)}/wp-json/api/${isMarryBaby ? 'health-tools' : 'healthtools'}/favorites${customLang ? '?' + customLang : ''}`)).then((res) => res.json()),
2660
+ locale === LOCALE.Vietnam &&
2661
+ fetch(normalizeLinkSlash(`${getDiscoverApiDomain(locale)}/wp-json/api/video/navigation`)).then((res) => res.json()),
2580
2662
  ]);
2581
2663
  res.categories = {
2582
2664
  items: ((_b = (_a = categories === null || categories === void 0 ? void 0 : categories.data) === null || _a === void 0 ? void 0 : _a.map) === null || _b === void 0 ? void 0 : _b.call(_a, formatCategory)) || [],
@@ -2586,8 +2668,11 @@ const getNavMenuContent = (locale) => __awaiter(void 0, void 0, void 0, function
2586
2668
  items: ((_h = (_g = healthtools === null || healthtools === void 0 ? void 0 : healthtools.data) === null || _g === void 0 ? void 0 : _g.map) === null || _h === void 0 ? void 0 : _h.call(_g, formatHealthTool)) || [],
2587
2669
  spotlights: ((_k = (_j = healthtoolsFavorites === null || healthtoolsFavorites === void 0 ? void 0 : healthtoolsFavorites.data) === null || _j === void 0 ? void 0 : _j.map) === null || _k === void 0 ? void 0 : _k.call(_j, formatHealthTool)) || [],
2588
2670
  };
2671
+ res.videos = {
2672
+ spotlights: ((_m = (_l = videos === null || videos === void 0 ? void 0 : videos.data) === null || _l === void 0 ? void 0 : _l.videos) !== null && _m !== void 0 ? _m : []).map(formatVideoItem),
2673
+ };
2589
2674
  }
2590
- catch (_z) { }
2675
+ catch (_1) { }
2591
2676
  if (isMarryBaby || TOGETHER_LOCALES.includes(locale)) {
2592
2677
  try {
2593
2678
  const [communities, spotlightPosts] = yield Promise.all([
@@ -2595,11 +2680,11 @@ const getNavMenuContent = (locale) => __awaiter(void 0, void 0, void 0, function
2595
2680
  fetch(normalizeLinkSlash(`${getTogetherApiDomain()}/api/v1/options?website_url=https://${domainLocales[locale]}&meta_key=popular_post`)).then((res) => res.json()),
2596
2681
  ]);
2597
2682
  res.together = {
2598
- items: ((_o = (_m = (_l = communities === null || communities === void 0 ? void 0 : communities.data) === null || _l === void 0 ? void 0 : _l.communities) === null || _m === void 0 ? void 0 : _m.map) === null || _o === void 0 ? void 0 : _o.call(_m, formatCommunity)) || [],
2599
- spotlights: ((_r = (_q = (_p = spotlightPosts === null || spotlightPosts === void 0 ? void 0 : spotlightPosts.data) === null || _p === void 0 ? void 0 : _p.posts) === null || _q === void 0 ? void 0 : _q.map) === null || _r === void 0 ? void 0 : _r.call(_q, formatPost)) || [],
2683
+ items: ((_q = (_p = (_o = communities === null || communities === void 0 ? void 0 : communities.data) === null || _o === void 0 ? void 0 : _o.communities) === null || _p === void 0 ? void 0 : _p.map) === null || _q === void 0 ? void 0 : _q.call(_p, formatCommunity)) || [],
2684
+ spotlights: ((_t = (_s = (_r = spotlightPosts === null || spotlightPosts === void 0 ? void 0 : spotlightPosts.data) === null || _r === void 0 ? void 0 : _r.posts) === null || _s === void 0 ? void 0 : _s.map) === null || _t === void 0 ? void 0 : _t.call(_s, formatPost)) || [],
2600
2685
  };
2601
2686
  }
2602
- catch (_0) { }
2687
+ catch (_2) { }
2603
2688
  }
2604
2689
  if (CARE_LOCALES.includes(locale)) {
2605
2690
  try {
@@ -2610,11 +2695,11 @@ const getNavMenuContent = (locale) => __awaiter(void 0, void 0, void 0, function
2610
2695
  `/api/options/setting_menu?site=${domainLocales[locale]}&type=1`)).then((res) => res.json()),
2611
2696
  ]);
2612
2697
  res.care = {
2613
- items: ((_v = (_u = (_t = (_s = specialties === null || specialties === void 0 ? void 0 : specialties._data) === null || _s === void 0 ? void 0 : _s.setting_menu) === null || _t === void 0 ? void 0 : _t.menu_specialty) === null || _u === void 0 ? void 0 : _u.map) === null || _v === void 0 ? void 0 : _v.call(_u, formatSpecialties)) || [],
2614
- spotlights: ((_y = (_x = (_w = hospitals === null || hospitals === void 0 ? void 0 : hospitals._data.setting_menu) === null || _w === void 0 ? void 0 : _w.menu_hospital) === null || _x === void 0 ? void 0 : _x.map) === null || _y === void 0 ? void 0 : _y.call(_x, formatHospital)) || [],
2698
+ items: ((_x = (_w = (_v = (_u = specialties === null || specialties === void 0 ? void 0 : specialties._data) === null || _u === void 0 ? void 0 : _u.setting_menu) === null || _v === void 0 ? void 0 : _v.menu_specialty) === null || _w === void 0 ? void 0 : _w.map) === null || _x === void 0 ? void 0 : _x.call(_w, formatSpecialties)) || [],
2699
+ spotlights: ((_0 = (_z = (_y = hospitals === null || hospitals === void 0 ? void 0 : hospitals._data.setting_menu) === null || _y === void 0 ? void 0 : _y.menu_hospital) === null || _z === void 0 ? void 0 : _z.map) === null || _0 === void 0 ? void 0 : _0.call(_z, formatHospital)) || [],
2615
2700
  };
2616
2701
  }
2617
- catch (_1) { }
2702
+ catch (_3) { }
2618
2703
  }
2619
2704
  }
2620
2705
  catch (e) {
@@ -1,23 +1,23 @@
1
- import { _ as __rest } from './tslib.es6-bea6774f.js';
1
+ import { _ as __rest } from './tslib.es6-3d0d57aa.js';
2
2
  import React__default, { createContext, useContext } from 'react';
3
3
  import { useMantineTheme } from '@mantine/core';
4
4
  import { useForm, isNotEmpty } from '@mantine/form';
5
- import './index-75b6adf7.js';
6
- import { D as DatePicker } from './index-3e24192c.js';
7
- import './index-b605d917.js';
8
- import './index-ff8fa730.js';
9
- import './index.styles-f1d20f0b.js';
10
- import { u as useTranslations } from './index-eb34e967.js';
5
+ import './index-1ff60d24.js';
6
+ import { D as DatePicker } from './index-5ce16595.js';
7
+ import './index-2e886c27.js';
8
+ import './index-749063ff.js';
9
+ import './index.styles-61d70f9e.js';
10
+ import { u as useTranslations } from './index-b13ff4b9.js';
11
11
  import '@mantine/hooks';
12
- import './useMantineLocale-b482abdd.js';
13
- import './index-def423d4.js';
14
- import './index-e0c9065b.js';
15
- import './utils-5a720548.js';
16
- import './index-2a66607f.js';
17
- import './other-5df2ee98.js';
18
- import './index-c15ae10d.js';
19
- import { H as HealthToolFormWrapper } from './index-5e8cc822.js';
20
- import { G as GenderOptionControl } from './index-cf0e1b27.js';
12
+ import './useMantineLocale-f17968c0.js';
13
+ import './index-7c6f1a51.js';
14
+ import './index-76eff284.js';
15
+ import './utils-24a5fc0b.js';
16
+ import './index-8a3797fe.js';
17
+ import './other-ff97cf3a.js';
18
+ import './index-eec8b1cc.js';
19
+ import { H as HealthToolFormWrapper } from './index-8e933797.js';
20
+ import { G as GenderOptionControl } from './index-fc65cc57.js';
21
21
  import { CalendarMB } from '@hhgtech/icons/other';
22
22
 
23
23
  const BabyVaccineFormContext = createContext({});
@@ -1,8 +1,8 @@
1
1
  import React__default, { useState, useRef, useEffect } from 'react';
2
- import { u as useScrollbarSize } from './useScrollbarSize-94dd12a9.js';
2
+ import { u as useScrollbarSize } from './useScrollbarSize-32e71bd5.js';
3
3
  import { createPortal } from 'react-dom';
4
4
  import styled from '@emotion/styled';
5
- import { M as MediaQueries } from './utils-5a720548.js';
5
+ import { M as MediaQueries } from './utils-24a5fc0b.js';
6
6
  import { setDefaultClass } from './miscDefaultClassWrapper.js';
7
7
  import { theme } from './miscTheme.js';
8
8
 
@@ -1,5 +1,5 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
- import { B as Button } from './index-ff8fa730.js';
2
+ import { B as Button } from './index-749063ff.js';
3
3
  import styled from '@emotion/styled';
4
4
 
5
5
  const StyledContainer = styled.div `
@@ -1,8 +1,8 @@
1
1
  import React__default, { useState } from 'react';
2
2
  import { theme } from './miscTheme.js';
3
3
  import styled from '@emotion/styled';
4
- import { M as MarryBabyText } from './index-fafcf523.js';
5
- import { T as Text } from './index-30eaf96e.js';
4
+ import { M as MarryBabyText } from './index-1df79247.js';
5
+ import { T as Text } from './index-ee3bb0fc.js';
6
6
 
7
7
  const StyledRadioImageGroup = styled.div `
8
8
  display: flex;
@@ -1,12 +1,12 @@
1
- import { _ as __rest } from './tslib.es6-bea6774f.js';
1
+ import { _ as __rest } from './tslib.es6-3d0d57aa.js';
2
2
  import React__default from 'react';
3
3
  import { useMantineTheme, Image } from '@mantine/core';
4
4
  import { DatePickerInput } from '@mantine/dates';
5
- import { I as ISO_FORMAT } from './index-2a66607f.js';
6
- import './index-def423d4.js';
7
- import { C as CommonGAssets } from './index-e0c9065b.js';
8
- import { M as MAPPED_LOCALE } from './useMantineLocale-b482abdd.js';
9
- import { L as LOCALE } from './Locale-9dea4d4a.js';
5
+ import { I as ISO_FORMAT } from './index-8a3797fe.js';
6
+ import './index-7c6f1a51.js';
7
+ import { C as CommonGAssets } from './index-76eff284.js';
8
+ import { M as MAPPED_LOCALE } from './useMantineLocale-f17968c0.js';
9
+ import { L as LOCALE } from './Locale-fee93066.js';
10
10
 
11
11
  // Omit<MantineDatePickerInputProps, 'value'>
12
12
  const DatePicker = (_a) => {