@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,56 +1,56 @@
1
- export { D as DueDateForm } from './index-9f9e3aff.js';
2
- export { B as BmiForm } from './index-16098f47.js';
3
- export { B as BabyPoopForm } from './index-1adcbf88.js';
4
- export { T as ThrForm } from './index-74ad19ab.js';
5
- export { O as OvulationForm } from './index-5de36917.js';
6
- export { B as BabyVaccineForm } from './index-750e1404.js';
7
- export { P as PWGForm } from './index-1bdfad00.js';
8
- import './tslib.es6-bea6774f.js';
1
+ export { D as DueDateForm } from './index-2fc1d07d.js';
2
+ export { B as BmiForm } from './index-7e95d2d7.js';
3
+ export { B as BabyPoopForm } from './index-5eed82b8.js';
4
+ export { T as ThrForm } from './index-1deea983.js';
5
+ export { O as OvulationForm } from './index-8420b22c.js';
6
+ export { B as BabyVaccineForm } from './index-4d082898.js';
7
+ export { P as PWGForm } from './index-f58997c6.js';
8
+ import './tslib.es6-3d0d57aa.js';
9
9
  import 'react';
10
- import './LastPeriod-135ef0dc.js';
10
+ import './LastPeriod-3c4f0e35.js';
11
11
  import 'date-fns';
12
12
  import '@mantine/core';
13
13
  import '@mantine/form';
14
14
  import 'dayjs';
15
- import './index-75b6adf7.js';
15
+ import './index-1ff60d24.js';
16
16
  import '@hhgtech/icons/other';
17
17
  import '@mantine/hooks';
18
- import './index-e0c9065b.js';
18
+ import './index-76eff284.js';
19
19
  import './constantsDomainLocales.js';
20
- import './Locale-9dea4d4a.js';
20
+ import './Locale-fee93066.js';
21
21
  import './constantsIsProduction.js';
22
- import './useScreenSize-a0bc6826.js';
22
+ import './useScreenSize-11fc92d3.js';
23
23
  import '@emotion/styled';
24
- import './utils-5a720548.js';
24
+ import './utils-24a5fc0b.js';
25
25
  import '@mantine/carousel';
26
- import './index-b605d917.js';
27
- import './other-5df2ee98.js';
28
- import './index-def423d4.js';
26
+ import './index-2e886c27.js';
27
+ import './other-ff97cf3a.js';
28
+ import './index-7c6f1a51.js';
29
29
  import './miscTheme.js';
30
- import './useMantineLocale-b482abdd.js';
30
+ import './useMantineLocale-f17968c0.js';
31
31
  import '@mantine/notifications';
32
- import './index-2a66607f.js';
32
+ import './index-8a3797fe.js';
33
33
  import 'date-fns/locale';
34
34
  import './constantsSite.js';
35
35
  import './constantsRiskScreener.js';
36
- import './index-ff8fa730.js';
36
+ import './index-749063ff.js';
37
37
  import 'classnames';
38
- import './useUniqueId-ab3eacc1.js';
38
+ import './useUniqueId-d85246b9.js';
39
39
  import '@hhgtech/icons/core';
40
- import './index-3e24192c.js';
40
+ import './index-5ce16595.js';
41
41
  import '@mantine/dates';
42
- import './index.styles-f1d20f0b.js';
43
- import './index-eb34e967.js';
44
- import './translationsContext-4a161a5e.js';
45
- import './index-c15ae10d.js';
46
- import './index-5e8cc822.js';
42
+ import './index.styles-61d70f9e.js';
43
+ import './index-b13ff4b9.js';
44
+ import './translationsContext-d3dcfbcf.js';
45
+ import './index-eec8b1cc.js';
46
+ import './index-8e933797.js';
47
47
  import 'react-keyed-flatten-children';
48
48
  import 'react-hook-form';
49
- import './useHealthToolCache-f2578df3.js';
49
+ import './useHealthToolCache-d0dd546a.js';
50
50
  import './miscGetDynamicHealthTool.js';
51
- import './normalizeLink-0bbb9f2e.js';
52
- import './core-af11d20d.js';
53
- import './constants-44428c3b.js';
54
- import './index-cf0e1b27.js';
51
+ import './normalizeLink-a852ea86.js';
52
+ import './core-222a8145.js';
53
+ import './constants-e3bf1dcd.js';
54
+ import './index-fc65cc57.js';
55
55
  import './embeddedHeathToolCards_helpers.js';
56
- import './constants-3113c3f3.js';
56
+ import './constants-0c2f7d1b.js';
@@ -1,19 +1,19 @@
1
- export { u as useTranslations } from './index-eb34e967.js';
2
- export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-94dd12a9.js';
3
- export { M as MAPPED_CATEGORY_SLUGS, P as PREGNANCY_SLUG, c as useCategory, u as useFbDataLayer, a as usePrevious, b as useRafState } from './useCategory-a1beffd9.js';
4
- export { u as useHealthToolsCache } from './useHealthToolCache-f2578df3.js';
5
- export { u as useIsInit } from './useIsInit-5cac74db.js';
6
- export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-01227e67.js';
7
- export { u as useInitialMount, a as useUniqueId } from './useUniqueId-ab3eacc1.js';
1
+ export { u as useTranslations } from './index-b13ff4b9.js';
2
+ export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-32e71bd5.js';
3
+ export { M as MAPPED_CATEGORY_SLUGS, P as PREGNANCY_SLUG, c as useCategory, u as useFbDataLayer, a as usePrevious, b as useRafState } from './useCategory-3eadc946.js';
4
+ export { u as useHealthToolsCache } from './useHealthToolCache-d0dd546a.js';
5
+ export { u as useIsInit } from './useIsInit-3a60ce11.js';
6
+ export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-0af5e699.js';
7
+ export { u as useInitialMount, a as useUniqueId } from './useUniqueId-d85246b9.js';
8
8
  import 'react';
9
- import './translationsContext-4a161a5e.js';
9
+ import './translationsContext-d3dcfbcf.js';
10
10
  import 'lodash/debounce';
11
- import './tslib.es6-bea6774f.js';
11
+ import './tslib.es6-3d0d57aa.js';
12
12
  import './miscCookieHelper.js';
13
- import './index-def423d4.js';
14
- import './Locale-9dea4d4a.js';
13
+ import './index-7c6f1a51.js';
14
+ import './Locale-fee93066.js';
15
15
  import './miscGetDynamicHealthTool.js';
16
- import './normalizeLink-0bbb9f2e.js';
16
+ import './normalizeLink-a852ea86.js';
17
17
  import './constantsDomainLocales.js';
18
18
  import './constantsIsProduction.js';
19
- import './core-af11d20d.js';
19
+ import './core-222a8145.js';
@@ -1 +1 @@
1
- export type TranslationKeys = 'actionPopover.delete' | 'actionPopover.deleteNotification' | 'actionPopover.edit' | 'actionPopover.inviteShareCommunity' | 'actionPopover.joinCommunity' | 'actionPopover.leaveCommunit' | 'actionPopover.leaveCommunity' | 'actionPopover.leaveCommunity.accept' | 'actionPopover.leaveCommunity.cancel' | 'actionPopover.leaveCommunity.description' | 'actionPopover.leaveCommunity.title' | 'actionPopover.report' | 'actionPopover.turnOffNotification' | 'actionPopover.turnOffNotificationAbout' | 'actionPopover.turnOnNotification' | 'adBanner.title' | 'admin.comments' | 'admin.communities' | 'admin.community' | 'article.shareOn' | 'articleAuthor.title.expert' | 'articleAuthor.title.fact-check' | 'articleAuthor.title.medical' | 'articleAuthor.title.written-by' | 'articlePage.articleReviewerBy' | 'articlePage.readMore' | 'articlePage.showLess' | 'babyGrowth.alert.bmi' | 'babyGrowth.alert.head' | 'babyGrowth.alert.weight' | 'babyGrowth.babyInfo' | 'babyGrowth.chartTitle' | 'babyGrowth.chartTitle.noName' | 'babyGrowth.cm' | 'babyGrowth.drawer.addMeasurement' | 'babyGrowth.drawer.createBaby' | 'babyGrowth.drawer.switchProfile' | 'babyGrowth.emptyName' | 'babyGrowth.error.atLeastOneOf' | 'babyGrowth.error.birthdayRequired' | 'babyGrowth.error.invalidAge' | 'babyGrowth.error.invalidMeasurementDate' | 'babyGrowth.error.invalidValue' | 'babyGrowth.error.measurementDateLowerThanBirthday' | 'babyGrowth.error.outOfRange' | 'babyGrowth.error.title' | 'babyGrowth.head' | 'babyGrowth.headCircumference' | 'babyGrowth.height' | 'babyGrowth.input.babyName' | 'babyGrowth.input.birthday' | 'babyGrowth.input.bmi' | 'babyGrowth.input.bodyMass' | 'babyGrowth.input.checkSubmit' | 'babyGrowth.input.measurementDate' | 'babyGrowth.input.submit' | 'babyGrowth.kg' | 'babyGrowth.kg.m2' | 'babyGrowth.monthly' | 'babyGrowth.nickname' | 'babyGrowth.optional' | 'babyGrowth.pageTitle' | 'babyGrowth.percentiles' | 'babyGrowth.placeholder.babyName' | 'babyGrowth.popup.heading' | 'babyGrowth.reCalculate' | 'babyGrowth.record' | 'babyGrowth.save' | 'babyGrowth.save.loggedIn' | 'babyGrowth.weekly' | 'babyGrowth.weight' | 'babyGrowth.xLabel' | 'babyGrowth.yearly' | 'babyPoop.findOut' | 'babyPoopTool.name' | 'babyVaccine.banner.readmore' | 'babyVaccine.detail.benifit' | 'babyVaccine.detail.contraindication' | 'babyVaccine.detail.definition' | 'babyVaccine.detail.relatedArticles' | 'babyVaccine.immunization.vaccineName' | 'babyVaccine.immunization.warning' | 'babyVaccine.popup.button' | 'babyVaccine.popup.button.submit' | 'babyVaccine.popup.checkbox.suggestedDate' | 'babyVaccine.popup.confirm.close' | 'babyVaccine.popup.confirm.description' | 'babyVaccine.popup.confirm.ok' | 'babyVaccine.popup.confirm.title' | 'babyVaccine.popup.input.suggestedDate' | 'babyVaccine.popup.label.doses' | 'babyVaccine.popup.tab.benefits' | 'babyVaccine.popup.tab.contraindication' | 'babyVaccine.popup.tab.detail' | 'babyVaccine.popup.tab.schedule' | 'babyVaccine.popup.title' | 'babyVaccine.status.all' | 'babyVaccine.status.missed' | 'babyVaccine.status.next' | 'babyVaccine.status.upcoming' | 'babyVaccine.status.vaccinated' | 'babyVaccine.timeline.antigen' | 'babyVaccine.timeline.atBirth' | 'babyVaccine.timeline.total' | 'babyVaccine.timeline.totalNext' | 'babyVaccine.timeline.totalPast' | 'babyVaccine.vaccineCard.injected' | 'babyVaccine.vaccineCard.markAsInjected' | 'babyVaccine.vaccineInfo.dose' | 'babyVaccine.vaccineInfo.injectedDate' | 'babyVaccine.vaccineInfo.mandatory' | 'babyVaccine.vaccineInfo.optional' | 'babyVaccine.vaccineInfo.suggested' | 'babyVaccineTool.heading' | 'bmi.ageInput' | 'bmi.ageInput.desc' | 'bmi.ageInput.error' | 'bmi.heading' | 'bmi.heightInput' | 'bmi.heightInput.desc' | 'bmi.heightInput.error' | 'bmi.objective' | 'bmi.objective.gainWeight' | 'bmi.objective.loseWeight' | 'bmi.objective.maintainWeight' | 'bmi.result.healthy' | 'bmi.result.overweight' | 'bmi.result.underweight' | 'bmi.selectGender' | 'bmi.submit' | 'bmi.weightInput' | 'bmi.weightInput.desc' | 'bmi.weightInput.error' | 'bmr.heading' | 'booking.searchBar.allLocations' | 'booking.searchBar.allSpecialties' | 'booking.searchBar.currentLocation' | 'booking.searchBar.grantLocation' | 'booking.searchBar.locationPlaceholder' | 'booking.searchBar.noResults' | 'booking.searchBar.placeholder.doctor' | 'booking.searchBar.placeholder.hospital' | 'booking.searchBar.placeholder.service' | 'booking.searchBar.placeholder.specialty' | 'booking.searchBar.popularKey' | 'booking.searchBar.searchButton' | 'booking.searchBar.searchInput.placeholder' | 'booking.searchBar.useCurrentLocation' | 'booking.searchBar.viewAll' | 'booking.searchPopup.doctors' | 'booking.searchPopup.hospitals' | 'booking.searchPopup.searchIn.doctors' | 'booking.searchPopup.searchIn.hospitals' | 'booking.searchPopup.searchIn.services' | 'booking.searchPopup.searchIn.specialties' | 'booking.searchPopup.seeAll' | 'booking.searchPopup.seeLessSpecialties' | 'booking.searchPopup.seeMoreSpecialties' | 'booking.searchPopup.services' | 'booking.searchPopup.specialties' | 'booking.searchResult.description' | 'bottomBar.share' | 'cardAuthor.admin' | 'cardAuthor.ambassador' | 'cardAuthor.expert' | 'cardAuthor.guide' | 'cardAuthor.influencer' | 'cardAuthor.localAdmin' | 'cardAuthor.moderator' | 'cardAuthor.sponsor' | 'cardPost.anonymous' | 'cardPost.option.anonymous' | 'cardPost.public' | 'cardReactions.comment' | 'cardReactions.like' | 'cardReactions.repliesCount' | 'cardReactions.reply' | 'cardReactions.save' | 'cardReactions.unSave' | 'cardReply.disclaimer' | 'cardReply.endorse' | 'cardReply.opposePopup.content' | 'cardReply.opposePopup.submit' | 'cardReply.pppose' | 'cardReply.recommentCategories.heading' | 'cardReply.source' | 'cardReply.verifyBy' | 'careBooking.bookAnAppointment' | 'categoryPage.info.reviewed' | 'categoryPage.onDate' | 'character' | 'chatbot.with.me' | 'childCard.age.months' | 'childCard.age.oneMonth' | 'childCard.age.oneWeek' | 'childCard.age.oneYear' | 'childCard.age.oneYearMonth' | 'childCard.age.oneYearOneMonth' | 'childCard.age.week' | 'childCard.age.yearMonth' | 'childCard.age.yearNoMonth' | 'childCard.age.yearOneMonth' | 'childCard.boy' | 'childCard.girl' | 'childCard.menu.add' | 'childCard.menu.edit' | 'childCard.menu.remove' | 'childCard.menu.switch' | 'childCard.noName' | 'choicePopover.ambassadorPosts' | 'choicePopover.expertPosts' | 'choicePopover.lastestPost' | 'choicePopover.latest' | 'choicePopover.newest' | 'choicePopover.oldest' | 'choicePopover.popular' | 'choicePopover.popularPost' | 'choicePopover.sort' | 'choose.community' | 'choose.other.community' | 'chooseBaby.button' | 'chooseBaby.new' | 'chooseBaby.placeholder' | 'chooseBaby.title' | 'comment.count' | 'comment.now' | 'comment.seeMoreComments' | 'comment.seeMoreReplies' | 'commentPopup.warning.newPost' | 'common.profileNavigator.newsletterSubscription' | 'common.sponsoredBy' | 'community.choose' | 'community.notification.joined' | 'community.notification.left' | 'copied' | 'copy' | 'createPost.askDoctor' | 'createPost.askDoctor.description' | 'createPost.askDoctorChoice.no' | 'createPost.askDoctorChoice.yes' | 'createPost.communityAndTopic' | 'createPost.message.askDoctorRequire' | 'createPost.message.askDoctorRequireMess' | 'createPost.message.lengthDescription' | 'createPost.message.lengthTitle' | 'createPost.message.lengthTitle.characters' | 'createPost.message.photoMaxium' | 'createPost.message.photoSize' | 'createPost.message.requiredDescription' | 'createPost.message.requiredTitle' | 'createPost.message.suggestLoading' | 'createPost.message.suggestResult' | 'createPost.now' | 'createPost.photos' | 'createPost.popup.description' | 'createPost.popup.guideSelectMonthTopics' | 'createPost.popup.guideSelectTopics' | 'createPost.popup.primary' | 'createPost.popup.selectMonthTopicBtn' | 'createPost.popup.specialCharErr' | 'createPost.popup.submit' | 'createPost.popup.success' | 'createPost.popup.warning' | 'createPost.popup.warningImage' | 'createPost.popup.wordCount' | 'createPost.post.askDoctor.description' | 'createPost.post.askDoctor.title' | 'createPost.post.description' | 'createPost.post.title' | 'createPost.postAnonymous' | 'createPost.title' | 'createPost.urlText' | 'createPost.video' | 'createPost.videoOrLink' | 'dueDatePage.calculationMethod' | 'dueDatePage.conceptionDate' | 'dueDatePage.daysText' | 'dueDatePage.ivf' | 'dueDatePage.ivf.transferDate' | 'dueDatePage.ivf.transferDateRadio' | 'dueDatePage.lastPeriod' | 'dueDatePage.lastPeriod.calculate' | 'dueDatePage.lastPeriod.lastPeriodLabel' | 'dueDatePage.lastPeriod.periodLengthLabel' | 'editor.addSocialLink.addLink' | 'editor.addSocialLink.warningDomain' | 'expert.content.description' | 'expert.content.experiences' | 'footer.signUp' | 'gender.boy' | 'gender.female' | 'gender.girl' | 'gender.male' | 'healthToolPNModal.back' | 'healthToolPNModal.findMore.chooseFav' | 'healthToolPNModal.finish' | 'healthToolPNModal.heading' | 'healthToolPNModal.mainForm.requireName' | 'healthToolPNModal.mainForm.tailorTopicsHeading' | 'healthToolPNModal.next' | 'healthToolPNModal.register' | 'healthToolPNModal.yourPre' | 'healthTools.dueDateCalculator' | 'healthTools.ovulationCalculator' | 'healthtool.placeholder.age' | 'home.calcWithApp' | 'home.menu.category.view' | 'home.navigator.app' | 'home.navigator.downloadApp' | 'home.navigator.menu.care.homeButton' | 'home.navigator.menu.care.noDatas.cta' | 'home.navigator.menu.care.noDatas.description' | 'home.navigator.menu.care.noDatas.title' | 'home.navigator.menu.category.noDatas.cta' | 'home.navigator.menu.category.noDatas.description' | 'home.navigator.menu.category.noDatas.title' | 'home.navigator.menu.healthTools.noDatas.cta' | 'home.navigator.menu.healthTools.noDatas.description' | 'home.navigator.menu.healthTools.noDatas.title' | 'home.navigator.menu.spotlightEcom' | 'home.navigator.menu.spotlightHospitals' | 'home.navigator.menu.spotlightTools' | 'home.navigator.menu.spotlights' | 'home.navigator.menu.spotlights.seeAll' | 'home.navigator.menu.together.noPosts.cta' | 'home.navigator.menu.together.noPosts.description' | 'home.navigator.menu.together.noPosts.title' | 'home.navigator.menu.trendingPosts' | 'home.navigator.menu.trendingPosts.seeMore' | 'home.navigator.menuItem.allCategories' | 'home.navigator.menuItem.allCommunities' | 'home.navigator.menuItem.allCommunitiesheadingTitle' | 'home.navigator.menuItem.allHealthTools' | 'home.navigator.menuItem.allSpecialties' | 'home.navigator.menuItem.allSpotlight' | 'home.navigator.menuItem.discover' | 'home.navigator.menuItem.healthCategories' | 'home.navigator.menuItem.healthTools' | 'home.navigator.menuItem.healthToolsList' | 'home.navigator.menuItem.helloCare' | 'home.navigator.menuItem.helloEcom' | 'home.navigator.menuItem.helloTogether' | 'home.navigator.menuItem.language' | 'home.navigator.menuItem.new' | 'home.navigator.menuItem.specialties' | 'home.navigator.menuItem.spotlights' | 'home.search' | 'home.seeAll' | 'home.seeAllCategories' | 'home.seeExpert' | 'home.seeHospital' | 'home.seeMore' | 'home.seeMoreExperts' | 'hospital.content.description' | 'inputComment.replyTo' | 'insert' | 'label.latestPost' | 'label.pinnedPost' | 'lead.empty.cancel' | 'lead.empty.submitAgain' | 'lead.empty.title' | 'loading' | 'login.booking' | 'logout.popup.ask.mb' | 'logout.popup.ask1' | 'logout.popup.ask2' | 'logout.popup.button.cancel' | 'logout.popup.button.logout' | 'menu.care.searchBySpecialties' | 'morePopover.report' | 'morePopover.report.description' | 'morePopover.report.falseNews' | 'morePopover.report.offensive' | 'morePopover.report.other' | 'morePopover.report.prohibited' | 'morePopover.report.scam' | 'morePopover.report.sex' | 'morePopover.report.spam' | 'morePopover.report.title' | 'morePopover.report.violence' | 'morePopover.reportSubmit.description' | 'morePopover.reportSubmit.title' | 'morePopover.savePost' | 'morePopover.share' | 'morePopover.shareOn' | 'morePopover.turnOffNotifications' | 'morePopover.turnOnNotifications' | 'morePopover.unsavePost' | 'navigation.loginJoin' | 'navigation.search.input.placeholder' | 'navigation.signUp' | 'newsletter.error.minCotennt' | 'newsletter.error.minTitle' | 'newsletter.topic.title' | 'newsletter.welcome.description' | 'notification.comment.blocked.message' | 'notification.comment.blocked.title' | 'notification.comment.premod' | 'notification.comment.rejected' | 'notification.comment.reportFailed' | 'notification.comment.reportSuccess' | 'notification.comment.somethingWrong' | 'notification.comment.suspect.message' | 'notification.comment.suspect.title' | 'notification.comment.systemWithheld' | 'notification.failure' | 'notification.limitUrlDomain' | 'notification.post.blocked.message' | 'notification.post.blocked.title' | 'notification.post.delete' | 'notification.post.suspect.message' | 'notification.post.suspect.title' | 'notification.success' | 'notification.suspend.message' | 'notification.urlWrongFormat' | 'onboarding.button.continue' | 'onboarding.button.skip' | 'onboarding.errorMessage.invalidEmail' | 'onboarding.errorMessage.minLength' | 'onboarding.errorMessage.passNotMatch' | 'onboarding.errorMessage.passWithPattern' | 'onboarding.errorMessage.requiredConfirmPassword' | 'onboarding.errorMessage.requiredEmail' | 'onboarding.errorMessage.requiredName' | 'onboarding.errorMessage.requiredPassword' | 'onboarding.formEmail.description' | 'onboarding.formEmail.genderFemale' | 'onboarding.formEmail.genderMale' | 'onboarding.formEmail.heading' | 'onboarding.formEmail.yourBirthday' | 'onboarding.formEmail.yourEmail' | 'onboarding.formEmail.yourName' | 'onboarding.label.fullName' | 'onboarding.otpForm.description' | 'onboarding.otpForm.descriptionEmail' | 'onboarding.otpForm.error' | 'onboarding.otpForm.heading' | 'onboarding.otpForm.notReceiveOTP' | 'onboarding.otpForm.resendCode' | 'onboarding.otpForm.resendCodeWithSeconds' | 'onboarding.otpWhatsapps.description' | 'onboarding.otpWhatsapps.heading' | 'onboarding.similac.address.error' | 'onboarding.similac.input.address' | 'onboarding.similac.input.city' | 'onboarding.similac.input.district' | 'onboarding.similac.input.no' | 'onboarding.similac.input.phone' | 'onboarding.similac.input.ward' | 'onboarding.updatePassword.confirmPassword' | 'onboarding.updatePassword.description' | 'onboarding.updatePassword.heading' | 'onboarding.updatePassword.password' | 'onboarding.updatePasswordResult.description' | 'onboarding.updatePasswordResult.heading' | 'onboarding.updatePhone.description' | 'onboarding.updatePhone.error' | 'onboarding.updatePhone.heading' | 'onboarding.updateWhatsapp.description' | 'onboarding.updateWhatsapp.submitLabel' | 'onboarding.welcomeScreen.content' | 'onboarding.welcomeScreen.heading' | 'orCopyLink' | 'ovulationPage.avoidPregnancy' | 'ovulationPage.conceive' | 'ovulationPage.cycleLength' | 'ovulationPage.dayUnit' | 'ovulationPage.objectives' | 'ovulationPage.periodDuration' | 'ovulationPage.trackPeriod' | 'placeholder.enterTitleHere' | 'placeholder.enterUrlHere' | 'placeholder.enterUrlTextHere' | 'placeholder.newCmt' | 'placeholder.newPost' | 'pnBanner.both' | 'pnBanner.both.desc' | 'pnBanner.both.heading' | 'pnBanner.caclNow' | 'pnBanner.checkNow' | 'pnBanner.dueDateTool.desc' | 'pnBanner.dueDateTool.heading' | 'pnBanner.hpv.desc' | 'pnBanner.hpv.heading' | 'pnBanner.parenting.desc' | 'pnBanner.parenting.heading' | 'pnBanner.pn.btnLabel' | 'pnBanner.pregnancy.desc' | 'pnBanner.pregnancy.heading' | 'pnBanner.submit' | 'pnBanner.teenager' | 'pnBanner.teenager.heading' | 'pnBanner.toddlers' | 'pnBanner.vaccination.desc' | 'pnBanner.vaccination.heading' | 'pnBanner.vaccine.btnLabel' | 'pnModal.disclaimer' | 'pnTopicSection.maxSelectError.desc' | 'pnTopicSection.maxSelectError.detail' | 'pnTopicSection.maxSelectError.title' | 'pnTopicSection.notFound' | 'pnTopicSection.plsEnterFavTopics' | 'pnTopicSection.ppAlsoInterested' | 'pnTopicSection.recentView' | 'pnTopicSection.trending' | 'popup.allTopics' | 'popup.createPost.confirmCloseDescription' | 'popup.createPost.confirmCloseTitle' | 'popup.deleteComment.description' | 'popup.deleteComment.title' | 'popup.deletePost.accept' | 'popup.deletePost.cancel' | 'popup.deletePost.description' | 'popup.deletePost.title' | 'popup.discardPost' | 'popup.discardPostEdit' | 'popup.editPost' | 'popup.keepEditing' | 'popup.startANewPost' | 'post.commentCount' | 'post.likesCount' | 'post.remove.failed' | 'post.remove.success' | 'post.save.failed' | 'post.save.success' | 'post.seeMore' | 'post.shareCount' | 'pregnancy.week' | 'pregnancyTool.description' | 'pregnancyTool.title' | 'pregnancyTool.weightSuggested' | 'pregnancyWeightGain.havingTwins' | 'pregnancyWeightGain.heading' | 'pregnancyWeightGain.heightInput' | 'pregnancyWeightGain.weekInput' | 'pregnancyWeightGain.weightBeforeInput' | 'pregnancyWeightGain.weightInput' | 'pregnancyWeightGain.weightInput.desc' | 'pregnancyWeightGain.weightInput.error' | 'previewPhotos.title' | 'profilePanel.anserwing.viewFull' | 'profilePanel.awards' | 'profilePanel.createPost' | 'profilePanel.education' | 'profilePanel.emptyCareMess.content' | 'profilePanel.emptyPostMess.content' | 'profilePanel.experience' | 'profilePanel.joined' | 'profilePanel.modal.heading' | 'profilePanel.publishcation' | 'profilePanel.publishedArticles' | 'profilePanel.question' | 'profilePanel.questionNotClear' | 'profilePanel.skipQuestion.content' | 'profilePanel.skipQuestion.heading' | 'profilePanel.socialLinks' | 'profilePanel.tabs.care' | 'profilePanel.tabs.expertAnswer' | 'profilePanel.tabs.highlight' | 'profilePanel.tabs.posts' | 'profilePanel.tabs.relevantArticles' | 'pwg.placeholder.height' | 'pwg.placeholder.weight' | 'pwgForm.week' | 'sensitiveMask.blur' | 'sensitiveMask.contentWarningDescription' | 'sensitiveMask.contentWarningDescription.community' | 'sensitiveMask.contentWarningMessage' | 'sensitiveMask.unblur' | 'share.by' | 'share.copyLink' | 'share.letsJoinCommunity' | 'share.letsJoinTopic' | 'share.linkCopied' | 'share.linkShared' | 'share.title' | 'shareContainer.title' | 'similac.thankYou.done' | 'ssov2.abTestingFlowB.description' | 'ssov2.button.cancel' | 'ssov2.button.continue' | 'ssov2.button.continueGoogle' | 'ssov2.button.continueSMS' | 'ssov2.button.continueWhatsApp' | 'ssov2.button.continueZalo' | 'ssov2.button.exitNow' | 'ssov2.button.otp.sms' | 'ssov2.button.otp.whatsapp' | 'ssov2.button.otp.zalo' | 'ssov2.button.save' | 'ssov2.button.setupLater' | 'ssov2.collectInfo.why' | 'ssov2.email.alreadyUsed' | 'ssov2.email.button' | 'ssov2.email.description' | 'ssov2.email.title' | 'ssov2.error.api' | 'ssov2.error.api.000' | 'ssov2.error.api.001' | 'ssov2.error.api.002' | 'ssov2.error.api.003' | 'ssov2.error.api.004' | 'ssov2.error.api.005' | 'ssov2.error.api.006' | 'ssov2.error.api.007' | 'ssov2.error.api.008' | 'ssov2.error.api.009' | 'ssov2.error.api.010' | 'ssov2.error.api.011' | 'ssov2.error.api.012' | 'ssov2.error.api.013' | 'ssov2.error.api.014' | 'ssov2.error.api.015' | 'ssov2.error.api.016' | 'ssov2.error.api.017' | 'ssov2.error.api.018' | 'ssov2.error.api.019' | 'ssov2.error.api.020' | 'ssov2.error.api.021' | 'ssov2.error.api.022' | 'ssov2.error.api.023' | 'ssov2.error.api.024' | 'ssov2.error.api.025' | 'ssov2.error.api.026' | 'ssov2.error.api.027' | 'ssov2.error.api.028' | 'ssov2.error.api.029' | 'ssov2.error.api.030' | 'ssov2.error.api.031' | 'ssov2.error.api.032' | 'ssov2.error.api.033' | 'ssov2.error.api.034' | 'ssov2.error.api.035' | 'ssov2.error.api.036' | 'ssov2.error.api.037' | 'ssov2.error.api.038' | 'ssov2.error.api.039' | 'ssov2.error.api.040' | 'ssov2.error.api.041' | 'ssov2.error.api.042' | 'ssov2.error.api.043' | 'ssov2.error.api.044' | 'ssov2.error.api.045' | 'ssov2.error.api.046' | 'ssov2.error.api.047' | 'ssov2.error.api.048' | 'ssov2.error.api.049' | 'ssov2.error.api.050' | 'ssov2.error.api.051' | 'ssov2.error.api.052' | 'ssov2.error.api.053' | 'ssov2.error.api.054' | 'ssov2.error.api.055' | 'ssov2.error.api.056' | 'ssov2.error.api.057' | 'ssov2.error.api.058' | 'ssov2.error.api.059' | 'ssov2.error.api.060' | 'ssov2.error.api.061' | 'ssov2.error.api.062' | 'ssov2.error.api.063' | 'ssov2.error.api.064' | 'ssov2.error.api.065' | 'ssov2.error.api.066' | 'ssov2.error.api.067' | 'ssov2.error.api.068' | 'ssov2.error.api.069' | 'ssov2.error.api.070' | 'ssov2.error.api.071' | 'ssov2.error.api.072' | 'ssov2.error.api.073' | 'ssov2.error.api.074' | 'ssov2.error.api.075' | 'ssov2.error.api.076' | 'ssov2.error.api.077' | 'ssov2.error.api.078' | 'ssov2.error.api.079' | 'ssov2.error.api.080' | 'ssov2.error.api.082' | 'ssov2.error.api.083' | 'ssov2.error.facebookLogin' | 'ssov2.error.googleLogin' | 'ssov2.first.country.code' | 'ssov2.first.description' | 'ssov2.first.noAccountOrPass' | 'ssov2.first.search.country.all' | 'ssov2.first.search.country.placeholder' | 'ssov2.first.search.country.selected' | 'ssov2.first.title.login' | 'ssov2.first.title.signup' | 'ssov2.orContinueWith' | 'ssov2.otp.email.description' | 'ssov2.otp.email.title' | 'ssov2.otp.phone.description' | 'ssov2.otp.phone.title' | 'ssov2.otp.resendQuestion' | 'ssov2.otp.resendText' | 'ssov2.otp.sendVia' | 'ssov2.password.description' | 'ssov2.password.forgotPassword' | 'ssov2.password.reset' | 'ssov2.password.signIn' | 'ssov2.password.title1' | 'ssov2.password.title2' | 'ssov2.passwordForgotSetup.description' | 'ssov2.passwordForgotSetup.field.password.atLeast8Chars' | 'ssov2.passwordForgotSetup.field.password.atLeastOneUpper' | 'ssov2.passwordForgotSetup.field.password.label' | 'ssov2.passwordForgotSetup.field.password.placeholder' | 'ssov2.passwordForgotSetup.field.passwordConfirm.label' | 'ssov2.passwordForgotSetup.field.passwordConfirm.placeholder' | 'ssov2.passwordForgotSetup.title' | 'ssov2.phone.alreadyUsed' | 'ssov2.phoneVerify.description' | 'ssov2.phoneVerify.title' | 'ssov2.policyText' | 'ssov2.policyText.community' | 'ssov2.policyText.privacy' | 'ssov2.policyText.terms' | 'ssov2.popup.close.description' | 'ssov2.popup.close.title' | 'ssov2.resetPassword.description' | 'ssov2.resetPassword.title' | 'ssov2.setup.button.createAccount' | 'ssov2.setup.button.veriyPhone' | 'ssov2.setup.description' | 'ssov2.setup.field.dob.label' | 'ssov2.setup.field.dob.placeholder' | 'ssov2.setup.field.email.label' | 'ssov2.setup.field.gender.female' | 'ssov2.setup.field.gender.label' | 'ssov2.setup.field.gender.male' | 'ssov2.setup.field.name.label' | 'ssov2.setup.field.name.placeholder' | 'ssov2.setup.field.otp.label' | 'ssov2.setup.field.phone.label' | 'ssov2.setup.title' | 'ssov2.updateEmail.button' | 'ssov2.updateEmail.description' | 'ssov2.updateEmail.title' | 'ssov2.useOtherMethod.email' | 'ssov2.useOtherMethod.phone' | 'ssov2.validate.confirmPassword.match' | 'ssov2.validate.confirmPassword.required' | 'ssov2.validate.dob.required' | 'ssov2.validate.email.invalid' | 'ssov2.validate.email.required' | 'ssov2.validate.gender.oneOf' | 'ssov2.validate.gender.required' | 'ssov2.validate.name.required' | 'ssov2.validate.otp.required' | 'ssov2.validate.password.required' | 'ssov2.validate.phone.required' | 'submit' | 'switchBtn.no' | 'switchBtn.yes' | 'tab.about' | 'tab.discussion' | 'tab.topic' | 'tagTopic.moreTopics' | 'targetHearRate.heading' | 'targetHeartRate.aerobicZone.note' | 'targetHeartRate.aerobicZone.title' | 'targetHeartRate.ageInput' | 'targetHeartRate.ageInput.desc' | 'targetHeartRate.ageInput.error' | 'targetHeartRate.heartRateInput' | 'targetHeartRate.heartRateInput.desc' | 'targetHeartRate.heartRateInput.error' | 'targetHeartRate.lowIntensity.note' | 'targetHeartRate.lowIntensity.title' | 'targetHeartRate.maximumIntensity.note' | 'targetHeartRate.maximumIntensity.title' | 'targetHeartRate.moderateIntensity.note' | 'targetHeartRate.moderateIntensity.title' | 'targetHeartRate.optional' | 'targetHeartRate.selectActive' | 'targetHeartRate.vigorousIntensity.note' | 'targetHeartRate.vigorousIntensity.title' | 'tool.askChecking' | 'tool.selectPerson' | 'tool.selectPerson.other' | 'tool.selectPerson.yourSelf' | 'toolPage.toolReviewer' | 'tools.checkYourKidsInput.label' | 'tools.checkYrs' | 'tools.heading.on' | 'tools.heartRateRangeErr' | 'tools.inputPlaceholder' | 'tools.requiredErrorMess.age' | 'tools.requiredErrorMess.gender' | 'tools.selectBabyGender' | 'tools.selectGender' | 'tools.yearsOld' | 'updatePost.popup.success' | 'userProfile.nav.card.eCom' | 'userProfile.nav.card.ecom.DeliveryAddress' | 'userProfile.nav.card.ecom.manageOrders' | 'userProfile.nav.card.ecom.voucher' | 'userProfile.nav.card.myBooking' | 'userProfile.nav.card.myCommunity' | 'userProfile.nav.card.myFamily' | 'userProfile.nav.card.myHealth' | 'userProfile.nav.card.mySaved' | 'userProfile.nav.header.count.comments' | 'userProfile.nav.header.count.posts' | 'userProfile.nav.header.count.tools' | 'userProfile.nav.header.points' | 'userProfile.nav.header.viewProfile' | 'userProfile.nav.menu.accountSettings' | 'userProfile.nav.menu.dataPrivacy' | 'userProfile.nav.menu.disableAccount' | 'userProfile.nav.menu.help' | 'userProfile.nav.menu.logout' | 'userProfile.nav.menu.password' | 'userProfile.userRank.ambassador' | 'userProfile.userRank.doctor' | 'userProfile.userRank.expert' | 'userProfile.userRank.influencer' | 'userProfile.userRank.member' | 'validation.error.requiredAgeGroup' | 'validation.error.requiredField' | 'verifyBotAnswer.confirmEndorse.accept' | 'verifyBotAnswer.confirmEndorse.cancel' | 'verifyBotAnswer.confirmEndorse.description' | 'verifyBotAnswer.confirmEndorse.heading';
1
+ export type TranslationKeys = 'actionPopover.delete' | 'actionPopover.deleteNotification' | 'actionPopover.edit' | 'actionPopover.inviteShareCommunity' | 'actionPopover.joinCommunity' | 'actionPopover.leaveCommunit' | 'actionPopover.leaveCommunity' | 'actionPopover.leaveCommunity.accept' | 'actionPopover.leaveCommunity.cancel' | 'actionPopover.leaveCommunity.description' | 'actionPopover.leaveCommunity.title' | 'actionPopover.report' | 'actionPopover.turnOffNotification' | 'actionPopover.turnOffNotificationAbout' | 'actionPopover.turnOnNotification' | 'adBanner.title' | 'admin.comments' | 'admin.communities' | 'admin.community' | 'article.shareOn' | 'articleAuthor.title.expert' | 'articleAuthor.title.fact-check' | 'articleAuthor.title.medical' | 'articleAuthor.title.written-by' | 'articlePage.articleReviewerBy' | 'articlePage.readMore' | 'articlePage.showLess' | 'babyGrowth.alert.bmi' | 'babyGrowth.alert.head' | 'babyGrowth.alert.weight' | 'babyGrowth.babyInfo' | 'babyGrowth.chartTitle' | 'babyGrowth.chartTitle.noName' | 'babyGrowth.cm' | 'babyGrowth.drawer.addMeasurement' | 'babyGrowth.drawer.createBaby' | 'babyGrowth.drawer.switchProfile' | 'babyGrowth.emptyName' | 'babyGrowth.error.atLeastOneOf' | 'babyGrowth.error.birthdayRequired' | 'babyGrowth.error.invalidAge' | 'babyGrowth.error.invalidMeasurementDate' | 'babyGrowth.error.invalidValue' | 'babyGrowth.error.measurementDateLowerThanBirthday' | 'babyGrowth.error.outOfRange' | 'babyGrowth.error.title' | 'babyGrowth.head' | 'babyGrowth.headCircumference' | 'babyGrowth.height' | 'babyGrowth.input.babyName' | 'babyGrowth.input.birthday' | 'babyGrowth.input.bmi' | 'babyGrowth.input.bodyMass' | 'babyGrowth.input.checkSubmit' | 'babyGrowth.input.measurementDate' | 'babyGrowth.input.submit' | 'babyGrowth.kg' | 'babyGrowth.kg.m2' | 'babyGrowth.monthly' | 'babyGrowth.nickname' | 'babyGrowth.optional' | 'babyGrowth.pageTitle' | 'babyGrowth.percentiles' | 'babyGrowth.placeholder.babyName' | 'babyGrowth.popup.heading' | 'babyGrowth.reCalculate' | 'babyGrowth.record' | 'babyGrowth.save' | 'babyGrowth.save.loggedIn' | 'babyGrowth.weekly' | 'babyGrowth.weight' | 'babyGrowth.xLabel' | 'babyGrowth.yearly' | 'babyPoop.findOut' | 'babyPoopTool.name' | 'babyVaccine.banner.readmore' | 'babyVaccine.detail.benifit' | 'babyVaccine.detail.contraindication' | 'babyVaccine.detail.definition' | 'babyVaccine.detail.relatedArticles' | 'babyVaccine.immunization.vaccineName' | 'babyVaccine.immunization.warning' | 'babyVaccine.popup.button' | 'babyVaccine.popup.button.submit' | 'babyVaccine.popup.checkbox.suggestedDate' | 'babyVaccine.popup.confirm.close' | 'babyVaccine.popup.confirm.description' | 'babyVaccine.popup.confirm.ok' | 'babyVaccine.popup.confirm.title' | 'babyVaccine.popup.input.suggestedDate' | 'babyVaccine.popup.label.doses' | 'babyVaccine.popup.tab.benefits' | 'babyVaccine.popup.tab.contraindication' | 'babyVaccine.popup.tab.detail' | 'babyVaccine.popup.tab.schedule' | 'babyVaccine.popup.title' | 'babyVaccine.status.all' | 'babyVaccine.status.missed' | 'babyVaccine.status.next' | 'babyVaccine.status.upcoming' | 'babyVaccine.status.vaccinated' | 'babyVaccine.timeline.antigen' | 'babyVaccine.timeline.atBirth' | 'babyVaccine.timeline.total' | 'babyVaccine.timeline.totalNext' | 'babyVaccine.timeline.totalPast' | 'babyVaccine.vaccineCard.injected' | 'babyVaccine.vaccineCard.markAsInjected' | 'babyVaccine.vaccineInfo.dose' | 'babyVaccine.vaccineInfo.injectedDate' | 'babyVaccine.vaccineInfo.mandatory' | 'babyVaccine.vaccineInfo.optional' | 'babyVaccine.vaccineInfo.suggested' | 'babyVaccineTool.heading' | 'bmi.ageInput' | 'bmi.ageInput.desc' | 'bmi.ageInput.error' | 'bmi.heading' | 'bmi.heightInput' | 'bmi.heightInput.desc' | 'bmi.heightInput.error' | 'bmi.objective' | 'bmi.objective.gainWeight' | 'bmi.objective.loseWeight' | 'bmi.objective.maintainWeight' | 'bmi.result.healthy' | 'bmi.result.overweight' | 'bmi.result.underweight' | 'bmi.selectGender' | 'bmi.submit' | 'bmi.weightInput' | 'bmi.weightInput.desc' | 'bmi.weightInput.error' | 'bmr.heading' | 'booking.searchBar.allLocations' | 'booking.searchBar.allSpecialties' | 'booking.searchBar.currentLocation' | 'booking.searchBar.grantLocation' | 'booking.searchBar.locationPlaceholder' | 'booking.searchBar.noResults' | 'booking.searchBar.placeholder.doctor' | 'booking.searchBar.placeholder.hospital' | 'booking.searchBar.placeholder.service' | 'booking.searchBar.placeholder.specialty' | 'booking.searchBar.popularKey' | 'booking.searchBar.searchButton' | 'booking.searchBar.searchInput.placeholder' | 'booking.searchBar.useCurrentLocation' | 'booking.searchBar.viewAll' | 'booking.searchPopup.doctors' | 'booking.searchPopup.hospitals' | 'booking.searchPopup.searchIn.doctors' | 'booking.searchPopup.searchIn.hospitals' | 'booking.searchPopup.searchIn.services' | 'booking.searchPopup.searchIn.specialties' | 'booking.searchPopup.seeAll' | 'booking.searchPopup.seeLessSpecialties' | 'booking.searchPopup.seeMoreSpecialties' | 'booking.searchPopup.services' | 'booking.searchPopup.specialties' | 'booking.searchResult.description' | 'bottomBar.share' | 'cardAuthor.admin' | 'cardAuthor.ambassador' | 'cardAuthor.expert' | 'cardAuthor.guide' | 'cardAuthor.influencer' | 'cardAuthor.localAdmin' | 'cardAuthor.moderator' | 'cardAuthor.sponsor' | 'cardPost.anonymous' | 'cardPost.option.anonymous' | 'cardPost.public' | 'cardReactions.comment' | 'cardReactions.like' | 'cardReactions.repliesCount' | 'cardReactions.reply' | 'cardReactions.save' | 'cardReactions.unSave' | 'cardReply.disclaimer' | 'cardReply.endorse' | 'cardReply.opposePopup.content' | 'cardReply.opposePopup.submit' | 'cardReply.pppose' | 'cardReply.recommentCategories.heading' | 'cardReply.source' | 'cardReply.verifyBy' | 'careBooking.bookAnAppointment' | 'categoryPage.info.reviewed' | 'categoryPage.onDate' | 'character' | 'chatbot.with.me' | 'childCard.age.months' | 'childCard.age.oneMonth' | 'childCard.age.oneWeek' | 'childCard.age.oneYear' | 'childCard.age.oneYearMonth' | 'childCard.age.oneYearOneMonth' | 'childCard.age.week' | 'childCard.age.yearMonth' | 'childCard.age.yearNoMonth' | 'childCard.age.yearOneMonth' | 'childCard.boy' | 'childCard.girl' | 'childCard.menu.add' | 'childCard.menu.edit' | 'childCard.menu.remove' | 'childCard.menu.switch' | 'childCard.noName' | 'choicePopover.ambassadorPosts' | 'choicePopover.expertPosts' | 'choicePopover.lastestPost' | 'choicePopover.latest' | 'choicePopover.newest' | 'choicePopover.oldest' | 'choicePopover.popular' | 'choicePopover.popularPost' | 'choicePopover.sort' | 'choose.community' | 'choose.other.community' | 'chooseBaby.button' | 'chooseBaby.new' | 'chooseBaby.placeholder' | 'chooseBaby.title' | 'comment.count' | 'comment.now' | 'comment.seeMoreComments' | 'comment.seeMoreReplies' | 'commentPopup.warning.newPost' | 'common.playing' | 'common.profileNavigator.newsletterSubscription' | 'common.sponsoredBy' | 'common.totalView' | 'community.choose' | 'community.notification.joined' | 'community.notification.left' | 'copied' | 'copy' | 'createPost.askDoctor' | 'createPost.askDoctor.description' | 'createPost.askDoctorChoice.no' | 'createPost.askDoctorChoice.yes' | 'createPost.communityAndTopic' | 'createPost.message.askDoctorRequire' | 'createPost.message.askDoctorRequireMess' | 'createPost.message.lengthDescription' | 'createPost.message.lengthTitle' | 'createPost.message.lengthTitle.characters' | 'createPost.message.photoMaxium' | 'createPost.message.photoSize' | 'createPost.message.requiredDescription' | 'createPost.message.requiredTitle' | 'createPost.message.suggestLoading' | 'createPost.message.suggestResult' | 'createPost.now' | 'createPost.photos' | 'createPost.popup.description' | 'createPost.popup.guideSelectMonthTopics' | 'createPost.popup.guideSelectTopics' | 'createPost.popup.primary' | 'createPost.popup.selectMonthTopicBtn' | 'createPost.popup.specialCharErr' | 'createPost.popup.submit' | 'createPost.popup.success' | 'createPost.popup.warning' | 'createPost.popup.warningImage' | 'createPost.popup.wordCount' | 'createPost.post.askDoctor.description' | 'createPost.post.askDoctor.title' | 'createPost.post.description' | 'createPost.post.title' | 'createPost.postAnonymous' | 'createPost.title' | 'createPost.urlText' | 'createPost.video' | 'createPost.videoOrLink' | 'dueDatePage.calculationMethod' | 'dueDatePage.conceptionDate' | 'dueDatePage.daysText' | 'dueDatePage.ivf' | 'dueDatePage.ivf.transferDate' | 'dueDatePage.ivf.transferDateRadio' | 'dueDatePage.lastPeriod' | 'dueDatePage.lastPeriod.calculate' | 'dueDatePage.lastPeriod.lastPeriodLabel' | 'dueDatePage.lastPeriod.periodLengthLabel' | 'editor.addSocialLink.addLink' | 'editor.addSocialLink.warningDomain' | 'expert.content.description' | 'expert.content.experiences' | 'footer.signUp' | 'gender.boy' | 'gender.female' | 'gender.girl' | 'gender.male' | 'healthToolPNModal.back' | 'healthToolPNModal.findMore.chooseFav' | 'healthToolPNModal.finish' | 'healthToolPNModal.heading' | 'healthToolPNModal.mainForm.requireName' | 'healthToolPNModal.mainForm.tailorTopicsHeading' | 'healthToolPNModal.next' | 'healthToolPNModal.register' | 'healthToolPNModal.yourPre' | 'healthTools.dueDateCalculator' | 'healthTools.ovulationCalculator' | 'healthtool.placeholder.age' | 'home.calcWithApp' | 'home.menu.category.view' | 'home.navigator.app' | 'home.navigator.downloadApp' | 'home.navigator.menu.care.homeButton' | 'home.navigator.menu.care.noDatas.cta' | 'home.navigator.menu.care.noDatas.description' | 'home.navigator.menu.care.noDatas.title' | 'home.navigator.menu.category.noDatas.cta' | 'home.navigator.menu.category.noDatas.description' | 'home.navigator.menu.category.noDatas.title' | 'home.navigator.menu.healthTools.noDatas.cta' | 'home.navigator.menu.healthTools.noDatas.description' | 'home.navigator.menu.healthTools.noDatas.title' | 'home.navigator.menu.lastestVideos' | 'home.navigator.menu.podcasts' | 'home.navigator.menu.shorts' | 'home.navigator.menu.spotlightEcom' | 'home.navigator.menu.spotlightHospitals' | 'home.navigator.menu.spotlightTools' | 'home.navigator.menu.spotlights' | 'home.navigator.menu.spotlights.seeAll' | 'home.navigator.menu.together.noPosts.cta' | 'home.navigator.menu.together.noPosts.description' | 'home.navigator.menu.together.noPosts.title' | 'home.navigator.menu.trendingPosts' | 'home.navigator.menu.trendingPosts.seeMore' | 'home.navigator.menu.videos' | 'home.navigator.menuItem.allCategories' | 'home.navigator.menuItem.allCommunities' | 'home.navigator.menuItem.allCommunitiesheadingTitle' | 'home.navigator.menuItem.allHealthTools' | 'home.navigator.menuItem.allSpecialties' | 'home.navigator.menuItem.allSpotlight' | 'home.navigator.menuItem.allVideos' | 'home.navigator.menuItem.discover' | 'home.navigator.menuItem.healthCategories' | 'home.navigator.menuItem.healthTools' | 'home.navigator.menuItem.healthToolsList' | 'home.navigator.menuItem.helloCare' | 'home.navigator.menuItem.helloEcom' | 'home.navigator.menuItem.helloTogether' | 'home.navigator.menuItem.language' | 'home.navigator.menuItem.new' | 'home.navigator.menuItem.specialties' | 'home.navigator.menuItem.spotlights' | 'home.navigator.menuItem.video' | 'home.navigator.menuItem.videoCategories' | 'home.search' | 'home.seeAll' | 'home.seeAllCategories' | 'home.seeExpert' | 'home.seeHospital' | 'home.seeMore' | 'home.seeMoreExperts' | 'hospital.content.description' | 'inputComment.replyTo' | 'insert' | 'label.latestPost' | 'label.pinnedPost' | 'lead.empty.cancel' | 'lead.empty.submitAgain' | 'lead.empty.title' | 'loading' | 'login.booking' | 'logout.popup.ask.mb' | 'logout.popup.ask1' | 'logout.popup.ask2' | 'logout.popup.button.cancel' | 'logout.popup.button.logout' | 'menu.care.searchBySpecialties' | 'morePopover.report' | 'morePopover.report.description' | 'morePopover.report.falseNews' | 'morePopover.report.offensive' | 'morePopover.report.other' | 'morePopover.report.prohibited' | 'morePopover.report.scam' | 'morePopover.report.sex' | 'morePopover.report.spam' | 'morePopover.report.title' | 'morePopover.report.violence' | 'morePopover.reportSubmit.description' | 'morePopover.reportSubmit.title' | 'morePopover.savePost' | 'morePopover.share' | 'morePopover.shareOn' | 'morePopover.turnOffNotifications' | 'morePopover.turnOnNotifications' | 'morePopover.unsavePost' | 'navigation.loginJoin' | 'navigation.search.input.placeholder' | 'navigation.signUp' | 'newsletter.error.minCotennt' | 'newsletter.error.minTitle' | 'newsletter.topic.title' | 'newsletter.welcome.description' | 'notification.comment.blocked.message' | 'notification.comment.blocked.title' | 'notification.comment.premod' | 'notification.comment.rejected' | 'notification.comment.reportFailed' | 'notification.comment.reportSuccess' | 'notification.comment.somethingWrong' | 'notification.comment.suspect.message' | 'notification.comment.suspect.title' | 'notification.comment.systemWithheld' | 'notification.failure' | 'notification.limitUrlDomain' | 'notification.post.blocked.message' | 'notification.post.blocked.title' | 'notification.post.delete' | 'notification.post.suspect.message' | 'notification.post.suspect.title' | 'notification.success' | 'notification.suspend.message' | 'notification.urlWrongFormat' | 'onboarding.button.continue' | 'onboarding.button.skip' | 'onboarding.errorMessage.invalidEmail' | 'onboarding.errorMessage.minLength' | 'onboarding.errorMessage.passNotMatch' | 'onboarding.errorMessage.passWithPattern' | 'onboarding.errorMessage.requiredConfirmPassword' | 'onboarding.errorMessage.requiredEmail' | 'onboarding.errorMessage.requiredName' | 'onboarding.errorMessage.requiredPassword' | 'onboarding.formEmail.description' | 'onboarding.formEmail.genderFemale' | 'onboarding.formEmail.genderMale' | 'onboarding.formEmail.heading' | 'onboarding.formEmail.yourBirthday' | 'onboarding.formEmail.yourEmail' | 'onboarding.formEmail.yourName' | 'onboarding.label.fullName' | 'onboarding.otpForm.description' | 'onboarding.otpForm.descriptionEmail' | 'onboarding.otpForm.error' | 'onboarding.otpForm.heading' | 'onboarding.otpForm.notReceiveOTP' | 'onboarding.otpForm.resendCode' | 'onboarding.otpForm.resendCodeWithSeconds' | 'onboarding.otpWhatsapps.description' | 'onboarding.otpWhatsapps.heading' | 'onboarding.similac.address.error' | 'onboarding.similac.input.address' | 'onboarding.similac.input.city' | 'onboarding.similac.input.district' | 'onboarding.similac.input.no' | 'onboarding.similac.input.phone' | 'onboarding.similac.input.ward' | 'onboarding.updatePassword.confirmPassword' | 'onboarding.updatePassword.description' | 'onboarding.updatePassword.heading' | 'onboarding.updatePassword.password' | 'onboarding.updatePasswordResult.description' | 'onboarding.updatePasswordResult.heading' | 'onboarding.updatePhone.description' | 'onboarding.updatePhone.error' | 'onboarding.updatePhone.heading' | 'onboarding.updateWhatsapp.description' | 'onboarding.updateWhatsapp.submitLabel' | 'onboarding.welcomeScreen.content' | 'onboarding.welcomeScreen.heading' | 'orCopyLink' | 'ovulationPage.avoidPregnancy' | 'ovulationPage.conceive' | 'ovulationPage.cycleLength' | 'ovulationPage.dayUnit' | 'ovulationPage.objectives' | 'ovulationPage.periodDuration' | 'ovulationPage.trackPeriod' | 'placeholder.enterTitleHere' | 'placeholder.enterUrlHere' | 'placeholder.enterUrlTextHere' | 'placeholder.newCmt' | 'placeholder.newPost' | 'pnBanner.both' | 'pnBanner.both.desc' | 'pnBanner.both.heading' | 'pnBanner.caclNow' | 'pnBanner.checkNow' | 'pnBanner.dueDateTool.desc' | 'pnBanner.dueDateTool.heading' | 'pnBanner.hpv.desc' | 'pnBanner.hpv.heading' | 'pnBanner.parenting.desc' | 'pnBanner.parenting.heading' | 'pnBanner.pn.btnLabel' | 'pnBanner.pregnancy.desc' | 'pnBanner.pregnancy.heading' | 'pnBanner.submit' | 'pnBanner.teenager' | 'pnBanner.teenager.heading' | 'pnBanner.toddlers' | 'pnBanner.vaccination.desc' | 'pnBanner.vaccination.heading' | 'pnBanner.vaccine.btnLabel' | 'pnModal.disclaimer' | 'pnTopicSection.maxSelectError.desc' | 'pnTopicSection.maxSelectError.detail' | 'pnTopicSection.maxSelectError.title' | 'pnTopicSection.notFound' | 'pnTopicSection.plsEnterFavTopics' | 'pnTopicSection.ppAlsoInterested' | 'pnTopicSection.recentView' | 'pnTopicSection.trending' | 'popup.allTopics' | 'popup.createPost.confirmCloseDescription' | 'popup.createPost.confirmCloseTitle' | 'popup.deleteComment.description' | 'popup.deleteComment.title' | 'popup.deletePost.accept' | 'popup.deletePost.cancel' | 'popup.deletePost.description' | 'popup.deletePost.title' | 'popup.discardPost' | 'popup.discardPostEdit' | 'popup.editPost' | 'popup.keepEditing' | 'popup.startANewPost' | 'post.commentCount' | 'post.likesCount' | 'post.remove.failed' | 'post.remove.success' | 'post.save.failed' | 'post.save.success' | 'post.seeMore' | 'post.shareCount' | 'pregnancy.week' | 'pregnancyTool.description' | 'pregnancyTool.title' | 'pregnancyTool.weightSuggested' | 'pregnancyWeightGain.havingTwins' | 'pregnancyWeightGain.heading' | 'pregnancyWeightGain.heightInput' | 'pregnancyWeightGain.weekInput' | 'pregnancyWeightGain.weightBeforeInput' | 'pregnancyWeightGain.weightInput' | 'pregnancyWeightGain.weightInput.desc' | 'pregnancyWeightGain.weightInput.error' | 'previewPhotos.title' | 'profilePanel.anserwing.viewFull' | 'profilePanel.awards' | 'profilePanel.createPost' | 'profilePanel.education' | 'profilePanel.emptyCareMess.content' | 'profilePanel.emptyPostMess.content' | 'profilePanel.experience' | 'profilePanel.joined' | 'profilePanel.modal.heading' | 'profilePanel.publishcation' | 'profilePanel.publishedArticles' | 'profilePanel.question' | 'profilePanel.questionNotClear' | 'profilePanel.skipQuestion.content' | 'profilePanel.skipQuestion.heading' | 'profilePanel.socialLinks' | 'profilePanel.tabs.care' | 'profilePanel.tabs.expertAnswer' | 'profilePanel.tabs.highlight' | 'profilePanel.tabs.posts' | 'profilePanel.tabs.relevantArticles' | 'pwg.placeholder.height' | 'pwg.placeholder.weight' | 'pwgForm.week' | 'sensitiveMask.blur' | 'sensitiveMask.contentWarningDescription' | 'sensitiveMask.contentWarningDescription.community' | 'sensitiveMask.contentWarningMessage' | 'sensitiveMask.unblur' | 'share.by' | 'share.copyLink' | 'share.letsJoinCommunity' | 'share.letsJoinTopic' | 'share.linkCopied' | 'share.linkShared' | 'share.title' | 'shareContainer.title' | 'similac.thankYou.done' | 'ssov2.abTestingFlowB.description' | 'ssov2.button.cancel' | 'ssov2.button.continue' | 'ssov2.button.continueGoogle' | 'ssov2.button.continueSMS' | 'ssov2.button.continueWhatsApp' | 'ssov2.button.continueZalo' | 'ssov2.button.exitNow' | 'ssov2.button.otp.sms' | 'ssov2.button.otp.whatsapp' | 'ssov2.button.otp.zalo' | 'ssov2.button.save' | 'ssov2.button.setupLater' | 'ssov2.collectInfo.why' | 'ssov2.email.alreadyUsed' | 'ssov2.email.button' | 'ssov2.email.description' | 'ssov2.email.title' | 'ssov2.error.api' | 'ssov2.error.api.000' | 'ssov2.error.api.001' | 'ssov2.error.api.002' | 'ssov2.error.api.003' | 'ssov2.error.api.004' | 'ssov2.error.api.005' | 'ssov2.error.api.006' | 'ssov2.error.api.007' | 'ssov2.error.api.008' | 'ssov2.error.api.009' | 'ssov2.error.api.010' | 'ssov2.error.api.011' | 'ssov2.error.api.012' | 'ssov2.error.api.013' | 'ssov2.error.api.014' | 'ssov2.error.api.015' | 'ssov2.error.api.016' | 'ssov2.error.api.017' | 'ssov2.error.api.018' | 'ssov2.error.api.019' | 'ssov2.error.api.020' | 'ssov2.error.api.021' | 'ssov2.error.api.022' | 'ssov2.error.api.023' | 'ssov2.error.api.024' | 'ssov2.error.api.025' | 'ssov2.error.api.026' | 'ssov2.error.api.027' | 'ssov2.error.api.028' | 'ssov2.error.api.029' | 'ssov2.error.api.030' | 'ssov2.error.api.031' | 'ssov2.error.api.032' | 'ssov2.error.api.033' | 'ssov2.error.api.034' | 'ssov2.error.api.035' | 'ssov2.error.api.036' | 'ssov2.error.api.037' | 'ssov2.error.api.038' | 'ssov2.error.api.039' | 'ssov2.error.api.040' | 'ssov2.error.api.041' | 'ssov2.error.api.042' | 'ssov2.error.api.043' | 'ssov2.error.api.044' | 'ssov2.error.api.045' | 'ssov2.error.api.046' | 'ssov2.error.api.047' | 'ssov2.error.api.048' | 'ssov2.error.api.049' | 'ssov2.error.api.050' | 'ssov2.error.api.051' | 'ssov2.error.api.052' | 'ssov2.error.api.053' | 'ssov2.error.api.054' | 'ssov2.error.api.055' | 'ssov2.error.api.056' | 'ssov2.error.api.057' | 'ssov2.error.api.058' | 'ssov2.error.api.059' | 'ssov2.error.api.060' | 'ssov2.error.api.061' | 'ssov2.error.api.062' | 'ssov2.error.api.063' | 'ssov2.error.api.064' | 'ssov2.error.api.065' | 'ssov2.error.api.066' | 'ssov2.error.api.067' | 'ssov2.error.api.068' | 'ssov2.error.api.069' | 'ssov2.error.api.070' | 'ssov2.error.api.071' | 'ssov2.error.api.072' | 'ssov2.error.api.073' | 'ssov2.error.api.074' | 'ssov2.error.api.075' | 'ssov2.error.api.076' | 'ssov2.error.api.077' | 'ssov2.error.api.078' | 'ssov2.error.api.079' | 'ssov2.error.api.080' | 'ssov2.error.api.082' | 'ssov2.error.api.083' | 'ssov2.error.facebookLogin' | 'ssov2.error.googleLogin' | 'ssov2.first.country.code' | 'ssov2.first.description' | 'ssov2.first.noAccountOrPass' | 'ssov2.first.search.country.all' | 'ssov2.first.search.country.placeholder' | 'ssov2.first.search.country.selected' | 'ssov2.first.title.login' | 'ssov2.first.title.signup' | 'ssov2.orContinueWith' | 'ssov2.otp.email.description' | 'ssov2.otp.email.title' | 'ssov2.otp.phone.description' | 'ssov2.otp.phone.title' | 'ssov2.otp.resendQuestion' | 'ssov2.otp.resendText' | 'ssov2.otp.sendVia' | 'ssov2.password.description' | 'ssov2.password.forgotPassword' | 'ssov2.password.reset' | 'ssov2.password.signIn' | 'ssov2.password.title1' | 'ssov2.password.title2' | 'ssov2.passwordForgotSetup.description' | 'ssov2.passwordForgotSetup.field.password.atLeast8Chars' | 'ssov2.passwordForgotSetup.field.password.atLeastOneUpper' | 'ssov2.passwordForgotSetup.field.password.label' | 'ssov2.passwordForgotSetup.field.password.placeholder' | 'ssov2.passwordForgotSetup.field.passwordConfirm.label' | 'ssov2.passwordForgotSetup.field.passwordConfirm.placeholder' | 'ssov2.passwordForgotSetup.title' | 'ssov2.phone.alreadyUsed' | 'ssov2.phoneVerify.description' | 'ssov2.phoneVerify.title' | 'ssov2.policyText' | 'ssov2.policyText.community' | 'ssov2.policyText.privacy' | 'ssov2.policyText.terms' | 'ssov2.popup.close.description' | 'ssov2.popup.close.title' | 'ssov2.resetPassword.description' | 'ssov2.resetPassword.title' | 'ssov2.setup.button.createAccount' | 'ssov2.setup.button.veriyPhone' | 'ssov2.setup.description' | 'ssov2.setup.field.dob.label' | 'ssov2.setup.field.dob.placeholder' | 'ssov2.setup.field.email.label' | 'ssov2.setup.field.gender.female' | 'ssov2.setup.field.gender.label' | 'ssov2.setup.field.gender.male' | 'ssov2.setup.field.name.label' | 'ssov2.setup.field.name.placeholder' | 'ssov2.setup.field.otp.label' | 'ssov2.setup.field.phone.label' | 'ssov2.setup.title' | 'ssov2.updateEmail.button' | 'ssov2.updateEmail.description' | 'ssov2.updateEmail.title' | 'ssov2.useOtherMethod.email' | 'ssov2.useOtherMethod.phone' | 'ssov2.validate.confirmPassword.match' | 'ssov2.validate.confirmPassword.required' | 'ssov2.validate.dob.required' | 'ssov2.validate.email.invalid' | 'ssov2.validate.email.required' | 'ssov2.validate.gender.oneOf' | 'ssov2.validate.gender.required' | 'ssov2.validate.name.required' | 'ssov2.validate.otp.required' | 'ssov2.validate.password.required' | 'ssov2.validate.phone.required' | 'submit' | 'switchBtn.no' | 'switchBtn.yes' | 'tab.about' | 'tab.discussion' | 'tab.topic' | 'tagTopic.moreTopics' | 'targetHearRate.heading' | 'targetHeartRate.aerobicZone.note' | 'targetHeartRate.aerobicZone.title' | 'targetHeartRate.ageInput' | 'targetHeartRate.ageInput.desc' | 'targetHeartRate.ageInput.error' | 'targetHeartRate.heartRateInput' | 'targetHeartRate.heartRateInput.desc' | 'targetHeartRate.heartRateInput.error' | 'targetHeartRate.lowIntensity.note' | 'targetHeartRate.lowIntensity.title' | 'targetHeartRate.maximumIntensity.note' | 'targetHeartRate.maximumIntensity.title' | 'targetHeartRate.moderateIntensity.note' | 'targetHeartRate.moderateIntensity.title' | 'targetHeartRate.optional' | 'targetHeartRate.selectActive' | 'targetHeartRate.vigorousIntensity.note' | 'targetHeartRate.vigorousIntensity.title' | 'tool.askChecking' | 'tool.selectPerson' | 'tool.selectPerson.other' | 'tool.selectPerson.yourSelf' | 'toolPage.toolReviewer' | 'tools.checkYourKidsInput.label' | 'tools.checkYrs' | 'tools.heading.on' | 'tools.heartRateRangeErr' | 'tools.inputPlaceholder' | 'tools.requiredErrorMess.age' | 'tools.requiredErrorMess.gender' | 'tools.selectBabyGender' | 'tools.selectGender' | 'tools.yearsOld' | 'updatePost.popup.success' | 'userProfile.nav.card.eCom' | 'userProfile.nav.card.ecom.DeliveryAddress' | 'userProfile.nav.card.ecom.manageOrders' | 'userProfile.nav.card.ecom.voucher' | 'userProfile.nav.card.myBooking' | 'userProfile.nav.card.myCommunity' | 'userProfile.nav.card.myFamily' | 'userProfile.nav.card.myHealth' | 'userProfile.nav.card.mySaved' | 'userProfile.nav.header.count.comments' | 'userProfile.nav.header.count.posts' | 'userProfile.nav.header.count.tools' | 'userProfile.nav.header.points' | 'userProfile.nav.header.viewProfile' | 'userProfile.nav.menu.accountSettings' | 'userProfile.nav.menu.dataPrivacy' | 'userProfile.nav.menu.disableAccount' | 'userProfile.nav.menu.help' | 'userProfile.nav.menu.logout' | 'userProfile.nav.menu.password' | 'userProfile.userRank.ambassador' | 'userProfile.userRank.doctor' | 'userProfile.userRank.expert' | 'userProfile.userRank.influencer' | 'userProfile.userRank.member' | 'validation.error.requiredAgeGroup' | 'validation.error.requiredField' | 'verifyBotAnswer.confirmEndorse.accept' | 'verifyBotAnswer.confirmEndorse.cancel' | 'verifyBotAnswer.confirmEndorse.description' | 'verifyBotAnswer.confirmEndorse.heading';
@@ -235,8 +235,10 @@ var defaultTranslations = {
235
235
  "comment.seeMoreComments": "See {count} more comments",
236
236
  "comment.seeMoreReplies": "See {count} more replies",
237
237
  "commentPopup.warning.newPost": "Your question will be public",
238
+ "common.playing": "Playing ...",
238
239
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
239
240
  "common.sponsoredBy": "Sponsored By",
241
+ "common.totalView": "{number} view",
240
242
  "community.choose": "Choose a community",
241
243
  "community.notification.joined": "You joined {name} community",
242
244
  "community.notification.left": "You left {name} community",
@@ -325,6 +327,9 @@ var defaultTranslations = {
325
327
  "home.navigator.menu.healthTools.noDatas.cta": "Discover more",
326
328
  "home.navigator.menu.healthTools.noDatas.description": "These easy-to-use health assessment tools will help you gauge vital parts of your overall health and wellness.",
327
329
  "home.navigator.menu.healthTools.noDatas.title": "Health Tools",
330
+ "home.navigator.menu.lastestVideos": "Lastest shorts",
331
+ "home.navigator.menu.podcasts": "Podcasts",
332
+ "home.navigator.menu.shorts": "Shorts",
328
333
  "home.navigator.menu.spotlightEcom": "Categories",
329
334
  "home.navigator.menu.spotlightHospitals": "Popular Hospitals",
330
335
  "home.navigator.menu.spotlightTools": "Favorite Tools",
@@ -335,12 +340,14 @@ var defaultTranslations = {
335
340
  "home.navigator.menu.together.noPosts.title": "Welcome to Community",
336
341
  "home.navigator.menu.trendingPosts": "Highlight Posts",
337
342
  "home.navigator.menu.trendingPosts.seeMore": "See more",
343
+ "home.navigator.menu.videos": "Videos",
338
344
  "home.navigator.menuItem.allCategories": "See All Categories",
339
345
  "home.navigator.menuItem.allCommunities": "See all communities",
340
346
  "home.navigator.menuItem.allCommunitiesheadingTitle": "Find your communities",
341
347
  "home.navigator.menuItem.allHealthTools": "See All Health Tools",
342
348
  "home.navigator.menuItem.allSpecialties": "All specialties",
343
349
  "home.navigator.menuItem.allSpotlight": "See All In Focus",
350
+ "home.navigator.menuItem.allVideos": "See All Videos",
344
351
  "home.navigator.menuItem.discover": "Discover",
345
352
  "home.navigator.menuItem.healthCategories": "Health Categories",
346
353
  "home.navigator.menuItem.healthTools": "Health Tools",
@@ -352,6 +359,8 @@ var defaultTranslations = {
352
359
  "home.navigator.menuItem.new": "new",
353
360
  "home.navigator.menuItem.specialties": "Specialties",
354
361
  "home.navigator.menuItem.spotlights": "All In Focus",
362
+ "home.navigator.menuItem.video": "Video",
363
+ "home.navigator.menuItem.videoCategories": "Video Categories",
355
364
  "home.search": "Search {site}",
356
365
  "home.seeAll": "See All",
357
366
  "home.seeAllCategories": "See All Topics",
@@ -235,8 +235,10 @@ var hiTranslations = {
235
235
  "comment.seeMoreComments": "See {count} more comments",
236
236
  "comment.seeMoreReplies": "See {count} more replies",
237
237
  "commentPopup.warning.newPost": "आपका कमेंट सभी के लिए प्रकाशित किया जाएगा।",
238
+ "common.playing": "Playing ...",
238
239
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
239
240
  "common.sponsoredBy": "द्वारा प्रायोजित",
241
+ "common.totalView": "{number} view",
240
242
  "community.choose": "Choose a community",
241
243
  "community.notification.joined": "You joined {name} community",
242
244
  "community.notification.left": "You left {name} community",
@@ -325,6 +327,9 @@ var hiTranslations = {
325
327
  "home.navigator.menu.healthTools.noDatas.cta": "Discover more",
326
328
  "home.navigator.menu.healthTools.noDatas.description": "These easy-to-use health assessment tools will help you gauge vital parts of your overall health and wellness.",
327
329
  "home.navigator.menu.healthTools.noDatas.title": "Health Tools",
330
+ "home.navigator.menu.lastestVideos": "Lastest shorts",
331
+ "home.navigator.menu.podcasts": "Podcasts",
332
+ "home.navigator.menu.shorts": "Shorts",
328
333
  "home.navigator.menu.spotlightEcom": "Categories",
329
334
  "home.navigator.menu.spotlightHospitals": "Popular Hospitals",
330
335
  "home.navigator.menu.spotlightTools": "Favorite Tools",
@@ -335,12 +340,14 @@ var hiTranslations = {
335
340
  "home.navigator.menu.together.noPosts.title": "Welcome to Community",
336
341
  "home.navigator.menu.trendingPosts": "Highlight Posts",
337
342
  "home.navigator.menu.trendingPosts.seeMore": "और देखें ",
343
+ "home.navigator.menu.videos": "Videos",
338
344
  "home.navigator.menuItem.allCategories": "सभी कैटेगरीज देखें ",
339
345
  "home.navigator.menuItem.allCommunities": "सभी समुदायों को देखें",
340
346
  "home.navigator.menuItem.allCommunitiesheadingTitle": "Find your communities",
341
347
  "home.navigator.menuItem.allHealthTools": "सभी हेल्थ टूल्स देखें ",
342
348
  "home.navigator.menuItem.allSpecialties": "All specialties",
343
349
  "home.navigator.menuItem.allSpotlight": "सभी स्पॉट लाइट देखें ",
350
+ "home.navigator.menuItem.allVideos": "See All Videos",
344
351
  "home.navigator.menuItem.discover": "खोज ",
345
352
  "home.navigator.menuItem.healthCategories": "हेल्थ कैटेगरीज",
346
353
  "home.navigator.menuItem.healthTools": "हेल्थ टूल्स ",
@@ -352,6 +359,8 @@ var hiTranslations = {
352
359
  "home.navigator.menuItem.new": "new",
353
360
  "home.navigator.menuItem.specialties": "Specialties",
354
361
  "home.navigator.menuItem.spotlights": "फोकस में ",
362
+ "home.navigator.menuItem.video": "Video",
363
+ "home.navigator.menuItem.videoCategories": "Video Categories",
355
364
  "home.search": "सर्च {site}",
356
365
  "home.seeAll": "सभी देखें",
357
366
  "home.seeAllCategories": "सभी विषय देखें",
@@ -235,8 +235,10 @@ var idTranslations = {
235
235
  "comment.seeMoreComments": "Lihat {count} komentar lain",
236
236
  "comment.seeMoreReplies": "Lihat {count} balasan untuk Anda",
237
237
  "commentPopup.warning.newPost": "Semua orang bisa melihat pertanyaanmu",
238
+ "common.playing": "Memutar ...",
238
239
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
239
240
  "common.sponsoredBy": "Disponsori Oleh",
241
+ "common.totalView": "{number} tampilan",
240
242
  "community.choose": "Pilih komunitas",
241
243
  "community.notification.joined": "Anda bergabung di komunitas {name}",
242
244
  "community.notification.left": "Anda keluar dari komunitas {name}",
@@ -325,6 +327,9 @@ var idTranslations = {
325
327
  "home.navigator.menu.healthTools.noDatas.cta": "Lihat selanjutnya ",
326
328
  "home.navigator.menu.healthTools.noDatas.description": "Alat kesehatan ini mudah digunakan dan dapat membantu memantau kondisi kesehatan Anda secara umum. ",
327
329
  "home.navigator.menu.healthTools.noDatas.title": "Alat Kesehatan ",
330
+ "home.navigator.menu.lastestVideos": "Lastest shorts",
331
+ "home.navigator.menu.podcasts": "Podcasts",
332
+ "home.navigator.menu.shorts": "Shorts",
328
333
  "home.navigator.menu.spotlightEcom": "Categories",
329
334
  "home.navigator.menu.spotlightHospitals": "Rumah Sakit Terpopuler",
330
335
  "home.navigator.menu.spotlightTools": "Alat Kesehatan Favorit",
@@ -335,12 +340,14 @@ var idTranslations = {
335
340
  "home.navigator.menu.together.noPosts.title": "Selamat Datang di Komunitas!",
336
341
  "home.navigator.menu.trendingPosts": "Postingan Utama",
337
342
  "home.navigator.menu.trendingPosts.seeMore": "Lihat selanjutnya",
343
+ "home.navigator.menu.videos": "Videos",
338
344
  "home.navigator.menuItem.allCategories": "Lihat Semua Kategori",
339
345
  "home.navigator.menuItem.allCommunities": "Lihat Semua Komunitas",
340
346
  "home.navigator.menuItem.allCommunitiesheadingTitle": "Temukan komunitas Anda",
341
347
  "home.navigator.menuItem.allHealthTools": "Lihat Semua",
342
348
  "home.navigator.menuItem.allSpecialties": "Semua spesialisasi",
343
349
  "home.navigator.menuItem.allSpotlight": "Lihat Fokus Lainnya",
350
+ "home.navigator.menuItem.allVideos": "See All Videos",
344
351
  "home.navigator.menuItem.discover": "Kategori",
345
352
  "home.navigator.menuItem.healthCategories": "Kategori Kesehatan",
346
353
  "home.navigator.menuItem.healthTools": "Cek Kesehatan",
@@ -352,6 +359,8 @@ var idTranslations = {
352
359
  "home.navigator.menuItem.new": "new",
353
360
  "home.navigator.menuItem.specialties": "Spesialisasi",
354
361
  "home.navigator.menuItem.spotlights": "Galeri Fokus",
362
+ "home.navigator.menuItem.video": "Video",
363
+ "home.navigator.menuItem.videoCategories": "Video Categories",
355
364
  "home.search": "Cari {site}",
356
365
  "home.seeAll": "Lihat Semua Kategori",
357
366
  "home.seeAllCategories": "Lihat Semua",
@@ -235,8 +235,10 @@ var kmTranslations = {
235
235
  "comment.seeMoreComments": "See {count} more comments",
236
236
  "comment.seeMoreReplies": "See {count} more replies",
237
237
  "commentPopup.warning.newPost": "មតិរបស់អ្នកនឹងបង្ហាញជាសាធារណៈ",
238
+ "common.playing": "ដំណើរការ...",
238
239
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
239
240
  "common.sponsoredBy": "គាំទ្រដោយ",
241
+ "common.totalView": "{number} ដងការមើល",
240
242
  "community.choose": "Choose a community",
241
243
  "community.notification.joined": "You joined {name} community",
242
244
  "community.notification.left": "You left {name} community",
@@ -325,6 +327,9 @@ var kmTranslations = {
325
327
  "home.navigator.menu.healthTools.noDatas.cta": "Discover more",
326
328
  "home.navigator.menu.healthTools.noDatas.description": "These easy-to-use health assessment tools will help you gauge vital parts of your overall health and wellness.",
327
329
  "home.navigator.menu.healthTools.noDatas.title": "Health Tools",
330
+ "home.navigator.menu.lastestVideos": "Lastest shorts",
331
+ "home.navigator.menu.podcasts": "Podcasts",
332
+ "home.navigator.menu.shorts": "Shorts",
328
333
  "home.navigator.menu.spotlightEcom": "Categories",
329
334
  "home.navigator.menu.spotlightHospitals": "Popular Hospitals",
330
335
  "home.navigator.menu.spotlightTools": "Favorite Tools",
@@ -335,12 +340,14 @@ var kmTranslations = {
335
340
  "home.navigator.menu.together.noPosts.title": "Welcome to Community",
336
341
  "home.navigator.menu.trendingPosts": "Highlight Posts",
337
342
  "home.navigator.menu.trendingPosts.seeMore": "មើល​បន្ថែម",
343
+ "home.navigator.menu.videos": "Videos",
338
344
  "home.navigator.menuItem.allCategories": "មើល​គ្រប់​ផ្នែក​ទាំង​អស់",
339
345
  "home.navigator.menuItem.allCommunities": "បង្ហាញសហគមន៍ទាំងអស់",
340
346
  "home.navigator.menuItem.allCommunitiesheadingTitle": "Find your communities",
341
347
  "home.navigator.menuItem.allHealthTools": "មើល​ផ្នែក​​រង្វាស់​សុខភាពទាំង​អស់",
342
348
  "home.navigator.menuItem.allSpecialties": "All specialties",
343
349
  "home.navigator.menuItem.allSpotlight": "មើល​មាតិកាពិសេស​ទាំងអស់",
350
+ "home.navigator.menuItem.allVideos": "See All Videos",
344
351
  "home.navigator.menuItem.discover": "មាតិកា",
345
352
  "home.navigator.menuItem.healthCategories": "មាតិកា",
346
353
  "home.navigator.menuItem.healthTools": "រង្វាស់​សុខភាព",
@@ -352,6 +359,8 @@ var kmTranslations = {
352
359
  "home.navigator.menuItem.new": "new",
353
360
  "home.navigator.menuItem.specialties": "Specialties",
354
361
  "home.navigator.menuItem.spotlights": "មាតិកាពិសេស​ទាំងអស់",
362
+ "home.navigator.menuItem.video": "Video",
363
+ "home.navigator.menuItem.videoCategories": "Video Categories",
355
364
  "home.search": "ស្វែងរក {site}",
356
365
  "home.seeAll": "មើល​ទាំង​អស់",
357
366
  "home.seeAllCategories": "អត្ថបទ​ទាំង​អស់",
@@ -235,8 +235,10 @@ var msTranslations = {
235
235
  "comment.seeMoreComments": "Lihat {count} lagi komen ",
236
236
  "comment.seeMoreReplies": "Lihat {count} lebih maklum balas",
237
237
  "commentPopup.warning.newPost": "Soalan anda akan disiarkan secara umum",
238
+ "common.playing": "Dimainkan..",
238
239
  "common.profileNavigator.newsletterSubscription": "Langganan Buletin",
239
240
  "common.sponsoredBy": "Ditaja Oleh",
241
+ "common.totalView": "{number} tontonan",
240
242
  "community.choose": "Pilih komuniti",
241
243
  "community.notification.joined": "Anda sudah menyertai komuniti {name}",
242
244
  "community.notification.left": "Anda sudah keluar dari komuniti {name}",
@@ -325,6 +327,9 @@ var msTranslations = {
325
327
  "home.navigator.menu.healthTools.noDatas.cta": "Lihat Selanjutnya",
326
328
  "home.navigator.menu.healthTools.noDatas.description": "Alat-alat kesihatan ini mudah untuk digunakan bagi memantau tahap kesihatan anda.",
327
329
  "home.navigator.menu.healthTools.noDatas.title": "Alat Kesihatan",
330
+ "home.navigator.menu.lastestVideos": "Lastest shorts",
331
+ "home.navigator.menu.podcasts": "Podcasts",
332
+ "home.navigator.menu.shorts": "Shorts",
328
333
  "home.navigator.menu.spotlightEcom": "Kategori",
329
334
  "home.navigator.menu.spotlightHospitals": "Hospital Popular",
330
335
  "home.navigator.menu.spotlightTools": "Alat Kesihatan Kegemaran",
@@ -335,12 +340,14 @@ var msTranslations = {
335
340
  "home.navigator.menu.together.noPosts.title": "Selamat Datang Ke Komuniti",
336
341
  "home.navigator.menu.trendingPosts": "Posting Utama",
337
342
  "home.navigator.menu.trendingPosts.seeMore": "Lihat Lagi",
343
+ "home.navigator.menu.videos": "Videos",
338
344
  "home.navigator.menuItem.allCategories": "Lihat Semua Kategori",
339
345
  "home.navigator.menuItem.allCommunities": "Lihat semua komuniti",
340
346
  "home.navigator.menuItem.allCommunitiesheadingTitle": "Cari komuniti anda",
341
347
  "home.navigator.menuItem.allHealthTools": "Lihat Semua Alat Kesihatan",
342
348
  "home.navigator.menuItem.allSpecialties": "Semua kepakaran",
343
349
  "home.navigator.menuItem.allSpotlight": "Lihat Semua Spotlight",
350
+ "home.navigator.menuItem.allVideos": "See All Videos",
344
351
  "home.navigator.menuItem.discover": "Info Kesihatan",
345
352
  "home.navigator.menuItem.healthCategories": "Kategori Kesihatan",
346
353
  "home.navigator.menuItem.healthTools": "Alat Kesihatan ",
@@ -352,6 +359,8 @@ var msTranslations = {
352
359
  "home.navigator.menuItem.new": "Baru",
353
360
  "home.navigator.menuItem.specialties": "Kepakaran",
354
361
  "home.navigator.menuItem.spotlights": "Semua Spotlight",
362
+ "home.navigator.menuItem.video": "Video",
363
+ "home.navigator.menuItem.videoCategories": "Video Categories",
355
364
  "home.search": "Cari {site}",
356
365
  "home.seeAll": "Lihat Semua",
357
366
  "home.seeAllCategories": "Lihat Semua Topik",
@@ -235,8 +235,10 @@ var myTranslations = {
235
235
  "comment.seeMoreComments": "မှတ်ချက် {count}ခုကို ဆက်ကြည့်မယ်။ ",
236
236
  "comment.seeMoreReplies": "ပြန်လည်ဖြေကြားချက် {count}ခုကို ဆက်ကြည့်မယ်။",
237
237
  "commentPopup.warning.newPost": "သင့်မှတ်ချက်ကို လူတိုင်းက မြင်တွေ့နိုင်မည်။",
238
+ "common.playing": "ခဏစောင့်ပါ",
238
239
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
239
240
  "common.sponsoredBy": "အားဖြည့်ကူညီပေးသူ",
241
+ "common.totalView": "{number} ကြည့်ရှုမှု",
240
242
  "community.choose": "အဖွဲ့အစည်းတစ်ခုကို ရွေးပါ။",
241
243
  "community.notification.joined": "သင် {name} အဖွဲ့အစည်းတွင် ပါဝင်ပြီးပါပြီ။",
242
244
  "community.notification.left": "သင် {name} အဖွဲ့အစည်းမှ ထွက်လိုက်ပါပြီ။",
@@ -325,6 +327,9 @@ var myTranslations = {
325
327
  "home.navigator.menu.healthTools.noDatas.cta": "Discover more",
326
328
  "home.navigator.menu.healthTools.noDatas.description": "These easy-to-use health assessment tools will help you gauge vital parts of your overall health and wellness.",
327
329
  "home.navigator.menu.healthTools.noDatas.title": "Health Tools",
330
+ "home.navigator.menu.lastestVideos": "Lastest shorts",
331
+ "home.navigator.menu.podcasts": "Podcasts",
332
+ "home.navigator.menu.shorts": "Shorts",
328
333
  "home.navigator.menu.spotlightEcom": "Categories",
329
334
  "home.navigator.menu.spotlightHospitals": "အရှာများသောဆေးရုံများ",
330
335
  "home.navigator.menu.spotlightTools": "နှစ်သက်သည့်ကိရိယာများ",
@@ -335,12 +340,14 @@ var myTranslations = {
335
340
  "home.navigator.menu.together.noPosts.title": "အဖွဲ့အစည်းမှ ကြိုဆိုပါသည်။",
336
341
  "home.navigator.menu.trendingPosts": "ဖတ်ရှုသင့်သောဆောင်းပါးများ",
337
342
  "home.navigator.menu.trendingPosts.seeMore": "ထပ်မံ ကြည့်ရှုမည်",
343
+ "home.navigator.menu.videos": "Videos",
338
344
  "home.navigator.menuItem.allCategories": "ကဏ္ဍအားလုံး ကြည့်ရှုမည်။",
339
345
  "home.navigator.menuItem.allCommunities": "အဖွဲ့အားလုံးကို ကြည့်မည်။",
340
346
  "home.navigator.menuItem.allCommunitiesheadingTitle": "သင်နဲ့ သက်ဆိုင်တဲ့ အဖွဲ့အစည်းများကို ရှာဖွေမယ်။",
341
347
  "home.navigator.menuItem.allHealthTools": "ကိရိယာများကို ကြည့်မည်။",
342
348
  "home.navigator.menuItem.allSpecialties": "All specialties",
343
349
  "home.navigator.menuItem.allSpotlight": "အာရုံစိုက်ရမည့် အကြောင်းအရာများကို ကြည့်ရန်",
350
+ "home.navigator.menuItem.allVideos": "See All Videos",
344
351
  "home.navigator.menuItem.discover": "ဆောင်းပါးများ",
345
352
  "home.navigator.menuItem.healthCategories": "ကျန်းမာရေး ကဏ္ဍများ",
346
353
  "home.navigator.menuItem.healthTools": "ကိရိယာများ",
@@ -352,6 +359,8 @@ var myTranslations = {
352
359
  "home.navigator.menuItem.new": "new",
353
360
  "home.navigator.menuItem.specialties": "ကျမ်းကျင်နယ်ပယ်များ",
354
361
  "home.navigator.menuItem.spotlights": "အာရုံစိုက်ရမည့် အကြောင်းအရာ",
362
+ "home.navigator.menuItem.video": "Video",
363
+ "home.navigator.menuItem.videoCategories": "Video Categories",
355
364
  "home.search": "ရှာဖွေမည် {site}",
356
365
  "home.seeAll": "အားလုံးကို ကြည့်မည်။",
357
366
  "home.seeAllCategories": "ခေါင်းစဉ်အားလုံးကို ကြည့်မည်။",
@@ -235,8 +235,10 @@ var thTranslations = {
235
235
  "comment.seeMoreComments": "ดูความเห็นเพิ่มเติม {count} ความเห็น ",
236
236
  "comment.seeMoreReplies": "ดู {count} ตอบกลับเพิ่มเติม",
237
237
  "commentPopup.warning.newPost": "คำถามของคุณจะเป็นสาธารณะ",
238
+ "common.playing": "รอสักครู่...",
238
239
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
239
240
  "common.sponsoredBy": "สนับสนุนโดย",
241
+ "common.totalView": "{number} การเข้าชม",
240
242
  "community.choose": "เลือกชุมชน",
241
243
  "community.notification.joined": "คุณเข้าร่วมชุมชน {name} แล้ว",
242
244
  "community.notification.left": "คุณออกจากชุมชน {name} แล้ว",
@@ -325,6 +327,9 @@ var thTranslations = {
325
327
  "home.navigator.menu.healthTools.noDatas.cta": "ค้นพบเพิ่มเติม",
326
328
  "home.navigator.menu.healthTools.noDatas.description": "เครื่องมือสุขภาพที่ใช้งานง่ายเหล่านี้จะช่วยให้คุณสามารถประเมินสุขภาพโดยรวมและความเป็นอยู่ของคุณได้ง่ายยิ่งขึ้น",
327
329
  "home.navigator.menu.healthTools.noDatas.title": "เครื่องมือสุขภาพ",
330
+ "home.navigator.menu.lastestVideos": "Lastest shorts",
331
+ "home.navigator.menu.podcasts": "Podcasts",
332
+ "home.navigator.menu.shorts": "Shorts",
328
333
  "home.navigator.menu.spotlightEcom": "Categories",
329
334
  "home.navigator.menu.spotlightHospitals": "โรงพยาบาลโปรด",
330
335
  "home.navigator.menu.spotlightTools": "เครื่องมือโปรด",
@@ -335,12 +340,14 @@ var thTranslations = {
335
340
  "home.navigator.menu.together.noPosts.title": "ยินดีต้อนรับเข้าสู่ชุมชน",
336
341
  "home.navigator.menu.trendingPosts": "บทความโดดเด่น",
337
342
  "home.navigator.menu.trendingPosts.seeMore": "ดูเพิ่มเติม",
343
+ "home.navigator.menu.videos": "Videos",
338
344
  "home.navigator.menuItem.allCategories": "ดูหมวดหมู่ทั้งหมด",
339
345
  "home.navigator.menuItem.allCommunities": "ดูชุมชนทั้งหมด",
340
346
  "home.navigator.menuItem.allCommunitiesheadingTitle": "ค้นหาชุมชนของคุณ",
341
347
  "home.navigator.menuItem.allHealthTools": "ดูเครื่องมือตรวจเช็กสุขภาพทั้งหมด",
342
348
  "home.navigator.menuItem.allSpecialties": "ความเชี่ยวชาญทั้งหมด",
343
349
  "home.navigator.menuItem.allSpotlight": "ดูเรื่องเด่นทั้งหมด",
350
+ "home.navigator.menuItem.allVideos": "See All Videos",
344
351
  "home.navigator.menuItem.discover": "สำรวจ",
345
352
  "home.navigator.menuItem.healthCategories": "หมวดหมู่สุขภาพ",
346
353
  "home.navigator.menuItem.healthTools": "เครื่องมือตรวจเช็กสุขภาพ",
@@ -352,6 +359,8 @@ var thTranslations = {
352
359
  "home.navigator.menuItem.new": "new",
353
360
  "home.navigator.menuItem.specialties": "ความเชี่ยวชาญ",
354
361
  "home.navigator.menuItem.spotlights": "เรื่องเด่นทั้งหมด",
362
+ "home.navigator.menuItem.video": "Video",
363
+ "home.navigator.menuItem.videoCategories": "Video Categories",
355
364
  "home.search": "ค้นหา {site}",
356
365
  "home.seeAll": "ดูทั้งหมด",
357
366
  "home.seeAllCategories": "ดูบทความทั้งหมด",