@hhgtech/hhg-components 1.29.362-beta-7 → 1.29.362-beta-8

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 (551) hide show
  1. package/build/{InputDate-64d42e12.js → InputDate-ed815e69.js} +3 -3
  2. package/build/{LastPeriod-0b4bdb7b.js → LastPeriod-0e925e18.js} +1 -1
  3. package/build/{MobileBottomNavigationIcon-6268685b.js → MobileBottomNavigationIcon-6656eb92.js} +3 -3
  4. package/build/{Spinner-732c257a.js → Spinner-2e874e47.js} +1 -1
  5. package/build/{WhatsApp-873b091d.js → WhatsApp-71cef7e5.js} +1 -1
  6. package/build/adapters.js +19 -19
  7. package/build/atoms.js +48 -48
  8. package/build/babyGrowth.js +83 -83
  9. package/build/cache.js +2 -2
  10. package/build/care.js +17 -17
  11. package/build/careBookingSearchBar.js +14 -14
  12. package/build/careBookingSearchBarV2.js +15 -15
  13. package/build/components/atoms/icons/IUI.d.ts +4 -0
  14. package/build/components/atoms/icons/Info.d.ts +4 -0
  15. package/build/components/atoms/icons/Ultrasound.d.ts +4 -0
  16. package/build/components/molecules/dueDateCalculator/utils.d.ts +3 -1
  17. package/build/components/molecules/embeddedHeathToolCards/due-date/dueDate.d.ts +5 -2
  18. package/build/components/molecules/healthTools/components/borderInlineControl/index.d.ts +2 -2
  19. package/build/components/molecules/healthTools/form/dueDateForm/context.d.ts +1 -1
  20. package/build/components/molecules/healthTools/form/dueDateForm/index.d.ts +3 -1
  21. package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/context.d.ts +7 -0
  22. package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/defaultLayout.d.ts +2 -0
  23. package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/index.d.ts +6 -0
  24. package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/inlineLayout.d.ts +2 -0
  25. package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/mbLayout.d.ts +2 -0
  26. package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/context.d.ts +7 -0
  27. package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/defaultLayout.d.ts +2 -0
  28. package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/index.d.ts +8 -0
  29. package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/inlineLayout.d.ts +2 -0
  30. package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/mbLayout.d.ts +2 -0
  31. package/build/components/molecules/healthTools/form/dueDateForm/utils.d.ts +5 -1
  32. package/build/components/molecules/toolBannerCard/index.d.ts +3 -1
  33. package/build/components/navigationV2/components/molecules/navigationBar/index.styled.d.ts +0 -2
  34. package/build/components/navigationV2/hooks/useNavConfig.d.ts +0 -1
  35. package/build/components/navigationV2/types.d.ts +1 -1
  36. package/build/components.js +96 -96
  37. package/build/{constants-abcc0371.js → constants-ec64af5c.js} +1 -1
  38. package/build/constants.js +3 -3
  39. package/build/constantsDomainLocales.js +1 -1
  40. package/build/constantsRiskScreener.js +2 -2
  41. package/build/constantsSite.js +2 -2
  42. package/build/{core-beed5f88.js → core-e2cab4f2.js} +1 -1
  43. package/build/{dataTransform-efdc8b5b.js → dataTransform-d62e7bd6.js} +1 -1
  44. package/build/ecom.js +4 -4
  45. package/build/{editor-ab52b049.js → editor-40fa527a.js} +11 -11
  46. package/build/embeddedHeathToolCards_babyGrowth.js +23 -23
  47. package/build/embeddedHeathToolCards_babyPoop.js +19 -19
  48. package/build/embeddedHeathToolCards_babyVaccine.js +22 -22
  49. package/build/embeddedHeathToolCards_bmi_bmi.js +25 -25
  50. package/build/embeddedHeathToolCards_bmrBmr.js +25 -25
  51. package/build/embeddedHeathToolCards_dueDate_dueDate.js +27 -26
  52. package/build/embeddedHeathToolCards_ovulation_ovulation.js +22 -22
  53. package/build/embeddedHeathToolCards_pwg_pwg.js +26 -26
  54. package/build/embeddedHeathToolCards_targetHeartRate.js +27 -27
  55. package/build/esm/{InputDate-16ff69fb.js → InputDate-0c72b575.js} +3 -3
  56. package/build/esm/{LastPeriod-dac3ccfb.js → LastPeriod-2dc25d67.js} +1 -1
  57. package/build/esm/{MobileBottomNavigationIcon-09f20a81.js → MobileBottomNavigationIcon-132bb376.js} +3 -3
  58. package/build/esm/{Spinner-47aa89e4.js → Spinner-8a284a27.js} +1 -1
  59. package/build/esm/{WhatsApp-a86d6d53.js → WhatsApp-cf38d60c.js} +1 -1
  60. package/build/esm/adapters.js +19 -19
  61. package/build/esm/atoms.js +48 -48
  62. package/build/esm/babyGrowth.js +83 -83
  63. package/build/esm/cache.js +2 -2
  64. package/build/esm/care.js +17 -17
  65. package/build/esm/careBookingSearchBar.js +14 -14
  66. package/build/esm/careBookingSearchBarV2.js +15 -15
  67. package/build/esm/components/atoms/icons/IUI.d.ts +4 -0
  68. package/build/esm/components/atoms/icons/Info.d.ts +4 -0
  69. package/build/esm/components/atoms/icons/Ultrasound.d.ts +4 -0
  70. package/build/esm/components/molecules/dueDateCalculator/utils.d.ts +3 -1
  71. package/build/esm/components/molecules/embeddedHeathToolCards/due-date/dueDate.d.ts +5 -2
  72. package/build/esm/components/molecules/healthTools/components/borderInlineControl/index.d.ts +2 -2
  73. package/build/esm/components/molecules/healthTools/form/dueDateForm/context.d.ts +1 -1
  74. package/build/esm/components/molecules/healthTools/form/dueDateForm/index.d.ts +3 -1
  75. package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/context.d.ts +7 -0
  76. package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/defaultLayout.d.ts +2 -0
  77. package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/index.d.ts +6 -0
  78. package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/inlineLayout.d.ts +2 -0
  79. package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/mbLayout.d.ts +2 -0
  80. package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/context.d.ts +7 -0
  81. package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/defaultLayout.d.ts +2 -0
  82. package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/index.d.ts +8 -0
  83. package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/inlineLayout.d.ts +2 -0
  84. package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/mbLayout.d.ts +2 -0
  85. package/build/esm/components/molecules/healthTools/form/dueDateForm/utils.d.ts +5 -1
  86. package/build/esm/components/molecules/toolBannerCard/index.d.ts +3 -1
  87. package/build/esm/components/navigationV2/components/molecules/navigationBar/index.styled.d.ts +0 -2
  88. package/build/esm/components/navigationV2/hooks/useNavConfig.d.ts +0 -1
  89. package/build/esm/components/navigationV2/types.d.ts +1 -1
  90. package/build/esm/components.js +96 -96
  91. package/build/esm/{constants-f640ae0f.js → constants-7c987051.js} +1 -1
  92. package/build/esm/constants.js +3 -3
  93. package/build/esm/constantsDomainLocales.js +1 -1
  94. package/build/esm/constantsRiskScreener.js +2 -2
  95. package/build/esm/constantsSite.js +2 -2
  96. package/build/esm/{core-d9c0671e.js → core-13fa163f.js} +1 -1
  97. package/build/esm/{dataTransform-69716caa.js → dataTransform-6b6aebe3.js} +1 -1
  98. package/build/esm/ecom.js +4 -4
  99. package/build/esm/{editor-7d81f7ef.js → editor-cfd016aa.js} +11 -11
  100. package/build/esm/embeddedHeathToolCards_babyGrowth.js +23 -23
  101. package/build/esm/embeddedHeathToolCards_babyPoop.js +19 -19
  102. package/build/esm/embeddedHeathToolCards_babyVaccine.js +22 -22
  103. package/build/esm/embeddedHeathToolCards_bmi_bmi.js +25 -25
  104. package/build/esm/embeddedHeathToolCards_bmrBmr.js +25 -25
  105. package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +27 -26
  106. package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +22 -22
  107. package/build/esm/embeddedHeathToolCards_pwg_pwg.js +26 -26
  108. package/build/esm/embeddedHeathToolCards_targetHeartRate.js +27 -27
  109. package/build/esm/footer.js +21 -21
  110. package/build/esm/gAssets.js +2 -2
  111. package/build/esm/{healthTools-465b855e.js → healthTools-e03cebcc.js} +1 -1
  112. package/build/esm/healthToolsCardWrapper.js +18 -18
  113. package/build/esm/healthToolsForm.js +34 -34
  114. package/build/esm/hooks/useCSSFocusPopupHelper.d.ts +0 -1
  115. package/build/esm/hooks.js +13 -13
  116. package/build/esm/i18n/translationKeys.d.ts +1 -1
  117. package/build/esm/i18n-values/en-PH.js +9 -0
  118. package/build/esm/i18n-values/hi-IN.js +9 -0
  119. package/build/esm/i18n-values/id-ID.js +9 -0
  120. package/build/esm/i18n-values/km-KH.js +9 -0
  121. package/build/esm/i18n-values/ms-MY.js +9 -0
  122. package/build/esm/i18n-values/my-MM.js +9 -0
  123. package/build/esm/i18n-values/th-TH.js +9 -0
  124. package/build/esm/i18n-values/tl-PH.js +9 -0
  125. package/build/esm/i18n-values/vi-VN.js +9 -0
  126. package/build/esm/i18n-values/vi-VN_MB.js +10 -1
  127. package/build/esm/i18n-values/zh-TW.js +9 -0
  128. package/build/esm/i18n.js +2 -2
  129. package/build/esm/i18nV2.js +2 -2
  130. package/build/esm/{index-6fb98c8f.js → index-000520c7.js} +2 -2
  131. package/build/esm/{index-7107c883.js → index-04674fa1.js} +6 -6
  132. package/build/esm/{index-a5b8a392.js → index-10d5800e.js} +7 -7
  133. package/build/esm/{index-cf7511b0.js → index-1143f458.js} +2 -2
  134. package/build/esm/{index-f0a7c31c.js → index-14fe88a8.js} +10 -10
  135. package/build/esm/{index-0d4e612e.js → index-1a616926.js} +2 -2
  136. package/build/esm/{index-3da1e4b6.js → index-1ceb06ad.js} +17 -17
  137. package/build/esm/{index-acf2009f.js → index-2558c570.js} +21 -21
  138. package/build/esm/{index-4f111f60.js → index-26e8d911.js} +3 -3
  139. package/build/esm/{index-55e275b4.js → index-2ae580f5.js} +3 -3
  140. package/build/esm/{index-c35929d1.js → index-2bb815c5.js} +16 -16
  141. package/build/esm/{index-75266933.js → index-3b93e008.js} +4 -4
  142. package/build/esm/{index-67a5426d.js → index-422884df.js} +13 -13
  143. package/build/esm/{index-9789a5bb.js → index-44f5e5cf.js} +2 -2
  144. package/build/esm/{index-b2316ee2.js → index-471a841a.js} +16 -16
  145. package/build/esm/{index-6cebc2c8.js → index-4d01e48b.js} +16 -16
  146. package/build/esm/{index-68571fd9.js → index-55ce293c.js} +6 -6
  147. package/build/esm/{index-13c0ea70.js → index-57194fd1.js} +6 -6
  148. package/build/esm/{index-4497323a.js → index-58377f2b.js} +1 -1
  149. package/build/esm/{index-c612c756.js → index-5a9867b1.js} +42 -69
  150. package/build/esm/{index-b6908538.js → index-5f1f3f5f.js} +2 -2
  151. package/build/esm/{index-a94fc823.js → index-62203eec.js} +5 -5
  152. package/build/esm/{index-4eabf61b.js → index-68732b1b.js} +1 -1
  153. package/build/esm/{index-aefd2493.js → index-6dc9d3fa.js} +2 -2
  154. package/build/esm/{index-5acde2d7.js → index-704b8298.js} +17 -17
  155. package/build/esm/{index-1c22d4f9.js → index-79aefe3c.js} +22 -22
  156. package/build/esm/{index-6037be86.js → index-7bcbf42f.js} +1 -1
  157. package/build/esm/{index-b501a228.js → index-7c22971a.js} +1 -1
  158. package/build/esm/{index-5307e0c6.js → index-7fd3d15b.js} +25 -25
  159. package/build/esm/{index-84ca8d60.js → index-811f50c4.js} +2 -2
  160. package/build/esm/{index-ef63171d.js → index-82924f86.js} +2 -2
  161. package/build/esm/{index-ed465943.js → index-82a29730.js} +15 -15
  162. package/build/esm/{index-3c3a3102.js → index-8ec28ca3.js} +7 -7
  163. package/build/esm/{index-fe975ba7.js → index-9830378f.js} +1 -1
  164. package/build/esm/{index-597bbb57.js → index-9d34d99d.js} +18 -18
  165. package/build/esm/{index-18c8dcde.js → index-9f3ed58a.js} +3 -3
  166. package/build/esm/{index-a111eead.js → index-b01f63b0.js} +1 -1
  167. package/build/esm/{index-50027e5c.js → index-b04d8adb.js} +13 -13
  168. package/build/esm/{index-fec30d54.js → index-b22de55c.js} +3 -3
  169. package/build/esm/{index-8ee9610b.js → index-b4c229c1.js} +18 -18
  170. package/build/esm/{index-3af42a84.js → index-b52a02c5.js} +2 -2
  171. package/build/esm/{index-aa3201b9.js → index-b593eb5c.js} +2 -2
  172. package/build/esm/index-b9f8a7e6.js +689 -0
  173. package/build/esm/{index-447cd8a4.js → index-baa819d7.js} +6 -6
  174. package/build/esm/{index-5a86d9b0.js → index-bbff4c7c.js} +5 -5
  175. package/build/esm/{index-6bf4911c.js → index-be50c797.js} +2 -2
  176. package/build/esm/{index-6f3bed52.js → index-c266e7a6.js} +3 -3
  177. package/build/esm/{index-a0f010bf.js → index-cd1f8612.js} +1 -1
  178. package/build/esm/{index-19f99de5.js → index-cfa5e713.js} +16 -16
  179. package/build/esm/{index-432abb58.js → index-d2d014d3.js} +1 -1
  180. package/build/esm/{index-5451485b.js → index-d726d444.js} +11 -11
  181. package/build/esm/{index-1913a930.js → index-d861805b.js} +3 -3
  182. package/build/esm/{index-2c4ea8ae.js → index-db58dd4b.js} +1 -1
  183. package/build/esm/{index-61322bbf.js → index-ddc34776.js} +6 -6
  184. package/build/esm/{index-63e8911e.js → index-e15b042f.js} +2 -2
  185. package/build/esm/{index-da8fae13.js → index-e552116f.js} +32 -32
  186. package/build/esm/{index-84a00e3b.js → index-e66bfe8b.js} +2 -2
  187. package/build/esm/{index-ab2833d5.js → index-e967ea94.js} +31 -31
  188. package/build/esm/{index-db34c7f8.js → index-f48611da.js} +2 -2
  189. package/build/esm/{index-2bcab30b.js → index-f512a76f.js} +11 -18
  190. package/build/esm/{index-3672b72f.js → index-f5f35249.js} +52 -17
  191. package/build/esm/{index-55ce4171.js → index-f7422fbe.js} +17 -17
  192. package/build/esm/{index-2305e665.js → index-fc20b65c.js} +24 -24
  193. package/build/esm/{index-9fe435c1.js → index-fed32673.js} +13 -13
  194. package/build/esm/index.js +117 -117
  195. package/build/esm/{labelSorting-df818f96.js → labelSorting-850f342c.js} +4 -4
  196. package/build/esm/lead.js +25 -25
  197. package/build/esm/{logoIcon-bcab45ec.js → logoIcon-448886b3.js} +2 -2
  198. package/build/esm/mantine.js +25 -25
  199. package/build/esm/misc.js +17 -17
  200. package/build/esm/miscGetDynamicHealthTool.js +4 -4
  201. package/build/esm/miscGetSocialList.js +8 -8
  202. package/build/esm/miscScreenSizeContext.js +1 -1
  203. package/build/esm/mobileBottomNavigation.js +5 -5
  204. package/build/esm/mobileBottomNavigationIcon.js +5 -5
  205. package/build/esm/molecules.js +73 -73
  206. package/build/esm/moleculesArticleCard.js +6 -6
  207. package/build/esm/moleculesArticleCardV2.js +16 -16
  208. package/build/esm/navigation.js +45 -45
  209. package/build/esm/navigationLogoutPopup.js +9 -9
  210. package/build/esm/navigationProfileButton.js +23 -23
  211. package/build/esm/onboardingV2.js +29 -29
  212. package/build/esm/organisms.js +49 -49
  213. package/build/esm/{post-12899078.js → post-7e429fcb.js} +2 -2
  214. package/build/esm/profileNavigation.js +19 -19
  215. package/build/esm/progressBar.js +1 -1
  216. package/build/esm/pwg.js +22 -22
  217. package/build/esm/ssoV2.js +29 -29
  218. package/build/esm/{store-74598ce1.js → store-a629d91c.js} +4 -4
  219. package/build/esm/subot.js +35 -35
  220. package/build/esm/surveyOrPremiumBanner.js +32 -32
  221. package/build/esm/surveyQuestionCard.js +10 -10
  222. package/build/esm/{surveyThankyouCard-a99f3769.js → surveyThankyouCard-bb71c6af.js} +5 -5
  223. package/build/esm/together.js +55 -55
  224. package/build/esm/togetherApiUtils.js +4 -4
  225. package/build/esm/togetherAtoms.js +30 -30
  226. package/build/esm/togetherComponentGlobalContext.js +4 -4
  227. package/build/esm/togetherMolecules.js +50 -50
  228. package/build/esm/togetherMoleculesCardAuthor.js +28 -28
  229. package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
  230. package/build/esm/togetherMoleculesProfileDetail.js +38 -38
  231. package/build/esm/togetherOrganisms.js +49 -49
  232. package/build/esm/togetherRichTextEditor.js +17 -17
  233. package/build/esm/togetherShareBox.js +10 -10
  234. package/build/esm/{treePopoverMenu-10382802.js → treePopoverMenu-1ffbd0b8.js} +19 -19
  235. package/build/esm/{types-cb3acc26.js → types-99a6362e.js} +2 -2
  236. package/build/esm/types.js +2 -2
  237. package/build/esm/{useCategory-d4b1c5f2.js → useCategory-4dfad20e.js} +5 -5
  238. package/build/esm/{useHealthToolCache-54d80f8c.js → useHealthToolCache-a3910645.js} +1 -1
  239. package/build/esm/{useMantineLocale-2c267cf1.js → useMantineLocale-92d62305.js} +6 -6
  240. package/build/esm/{usePlacesAutocomplete-23dbc6fa.js → usePlacesAutocomplete-ca4f8ae6.js} +1 -1
  241. package/build/esm/{useScreenSize-db569e75.js → useScreenSize-fcf1880e.js} +2 -2
  242. package/build/esm/useTogetherAuthRequiredAction.js +9 -9
  243. package/build/esm/{utils-cdd60699.js → utils-09119f47.js} +2 -2
  244. package/build/esm/{utils-30ed34b7.js → utils-43a91eb4.js} +4 -4
  245. package/build/esm/{utils-3c0e208c.js → utils-d42c1a54.js} +2 -2
  246. package/build/esm/{utils-09f8e5fd.js → utils-eeed2977.js} +3 -3
  247. package/build/esm/vaccination.js +21 -21
  248. package/build/footer.js +21 -21
  249. package/build/gAssets.js +2 -2
  250. package/build/{healthTools-77fca866.js → healthTools-cc8ec3e2.js} +1 -1
  251. package/build/healthToolsCardWrapper.js +18 -18
  252. package/build/healthToolsForm.js +34 -34
  253. package/build/hooks/useCSSFocusPopupHelper.d.ts +0 -1
  254. package/build/hooks.js +13 -13
  255. package/build/i18n/translationKeys.d.ts +1 -1
  256. package/build/i18n-values/en-PH.js +9 -0
  257. package/build/i18n-values/hi-IN.js +9 -0
  258. package/build/i18n-values/id-ID.js +9 -0
  259. package/build/i18n-values/km-KH.js +9 -0
  260. package/build/i18n-values/ms-MY.js +9 -0
  261. package/build/i18n-values/my-MM.js +9 -0
  262. package/build/i18n-values/th-TH.js +9 -0
  263. package/build/i18n-values/tl-PH.js +9 -0
  264. package/build/i18n-values/vi-VN.js +9 -0
  265. package/build/i18n-values/vi-VN_MB.js +10 -1
  266. package/build/i18n-values/zh-TW.js +9 -0
  267. package/build/i18n.js +1 -1
  268. package/build/i18nV2.js +1 -1
  269. package/build/{index-346b78ed.js → index-063c6179.js} +3 -3
  270. package/build/{index-7573e047.js → index-07aaa87c.js} +17 -17
  271. package/build/{index-3a188a9b.js → index-09af4967.js} +16 -16
  272. package/build/index-0c670ed7.js +696 -0
  273. package/build/{index-d13230c8.js → index-0c89d671.js} +11 -11
  274. package/build/{index-9abf5c76.js → index-0e252273.js} +2 -2
  275. package/build/{index-09b30ecf.js → index-0f865702.js} +31 -31
  276. package/build/{index-a1b50a50.js → index-1e7cf475.js} +2 -2
  277. package/build/{index-f7c0987b.js → index-22f7bd29.js} +2 -2
  278. package/build/{index-1ce8cebb.js → index-2a4bfbf6.js} +13 -13
  279. package/build/{index-0976cf3a.js → index-2b813bf4.js} +1 -1
  280. package/build/{index-94fedc8f.js → index-2c90c478.js} +2 -2
  281. package/build/{index-fdfddf00.js → index-2d4248ac.js} +6 -6
  282. package/build/{index-fd81e3fa.js → index-30873b89.js} +1 -1
  283. package/build/{index-b3798ae1.js → index-320b1b1c.js} +2 -2
  284. package/build/{index-eff9de5a.js → index-351bcd09.js} +7 -7
  285. package/build/{index-37a4d328.js → index-3c7ce144.js} +15 -15
  286. package/build/{index-69f88dca.js → index-3ddea1a8.js} +3 -3
  287. package/build/{index-67ac5c04.js → index-406d6d1a.js} +16 -16
  288. package/build/{index-abb4fe75.js → index-4753689e.js} +3 -3
  289. package/build/{index-2888aa0d.js → index-47d1bf56.js} +16 -16
  290. package/build/{index-7d212a91.js → index-52f9c36f.js} +17 -17
  291. package/build/{index-61b188dc.js → index-5e66be57.js} +42 -69
  292. package/build/{index-ed8e4b3a.js → index-6476a831.js} +32 -32
  293. package/build/{index-bcab6d5c.js → index-64adb34f.js} +18 -18
  294. package/build/{index-45f52a74.js → index-65b346fc.js} +17 -17
  295. package/build/{index-7056279d.js → index-69bf99a3.js} +1 -1
  296. package/build/{index-64e3c3d3.js → index-6a7c5038.js} +1 -1
  297. package/build/{index-f927abb8.js → index-6b79a3d5.js} +3 -3
  298. package/build/{index-a0d42537.js → index-6eda1ed3.js} +3 -3
  299. package/build/{index-4c8fa66a.js → index-74770d3c.js} +7 -7
  300. package/build/{index-c1a20b50.js → index-75dc9b6d.js} +13 -13
  301. package/build/{index-90e07d5d.js → index-7e053e4f.js} +22 -22
  302. package/build/{index-c2a0a243.js → index-88f0b514.js} +6 -6
  303. package/build/{index-d52875ca.js → index-896e7124.js} +25 -25
  304. package/build/{index-d04d8bc2.js → index-8cd37160.js} +11 -18
  305. package/build/{index-6570d852.js → index-8d8ca341.js} +2 -2
  306. package/build/{index-3cd97c88.js → index-8f23513c.js} +6 -6
  307. package/build/{index-37ef911f.js → index-92b7a0ad.js} +1 -1
  308. package/build/{index-a6e60b9e.js → index-9c8694cd.js} +21 -21
  309. package/build/{index-c6e943df.js → index-9ee01aba.js} +10 -10
  310. package/build/{index-fbb15ec3.js → index-ab467745.js} +16 -16
  311. package/build/{index-ca55e97e.js → index-b1735e47.js} +2 -2
  312. package/build/{index-d38b9f49.js → index-b74ea419.js} +3 -3
  313. package/build/{index-2bfcacaa.js → index-b98b75b9.js} +2 -2
  314. package/build/{index-6816ad79.js → index-b9b672e4.js} +18 -18
  315. package/build/{index-0b773c57.js → index-be2ab020.js} +2 -2
  316. package/build/{index-6e4f9b56.js → index-bf26c12c.js} +1 -1
  317. package/build/{index-40486d40.js → index-bf7c717f.js} +5 -5
  318. package/build/{index-16e88760.js → index-c18aaa45.js} +2 -2
  319. package/build/{index-f8bea6f7.js → index-c540b87b.js} +1 -1
  320. package/build/{index-d4fcd1d3.js → index-c67287fb.js} +2 -2
  321. package/build/{index-5ead853f.js → index-c9fd2346.js} +6 -6
  322. package/build/{index-c9ef25e1.js → index-cf6a6344.js} +13 -13
  323. package/build/{index-aae5daa6.js → index-d214ffbf.js} +1 -1
  324. package/build/{index-d90027a5.js → index-d92177f4.js} +4 -4
  325. package/build/{index-2862f470.js → index-df5932c5.js} +5 -5
  326. package/build/{index-3ff902b7.js → index-e5cb07b8.js} +51 -16
  327. package/build/{index-9f69e8f2.js → index-e8aa1fbe.js} +1 -1
  328. package/build/{index-124981ac.js → index-ebc3b15b.js} +2 -2
  329. package/build/{index-474499d7.js → index-ee8122a6.js} +24 -24
  330. package/build/{index-da263b8c.js → index-f06dcefd.js} +2 -2
  331. package/build/{index-a2e166cb.js → index-f5fb2850.js} +2 -2
  332. package/build/{index-da3d5bf5.js → index-fc3523dc.js} +6 -6
  333. package/build/index.js +117 -117
  334. package/build/{labelSorting-91beddf9.js → labelSorting-7878e8fb.js} +4 -4
  335. package/build/lead.js +25 -25
  336. package/build/{logoIcon-f214edfa.js → logoIcon-def5eb91.js} +2 -2
  337. package/build/mantine.js +22 -22
  338. package/build/misc.js +17 -17
  339. package/build/miscGetDynamicHealthTool.js +4 -4
  340. package/build/miscGetSocialList.js +8 -8
  341. package/build/miscScreenSizeContext.js +1 -1
  342. package/build/mobileBottomNavigation.js +5 -5
  343. package/build/mobileBottomNavigationIcon.js +5 -5
  344. package/build/molecules.js +73 -73
  345. package/build/moleculesArticleCard.js +6 -6
  346. package/build/moleculesArticleCardV2.js +16 -16
  347. package/build/navigation.js +45 -45
  348. package/build/navigationLogoutPopup.js +9 -9
  349. package/build/navigationProfileButton.js +23 -23
  350. package/build/onboardingV2.js +28 -28
  351. package/build/organisms.js +49 -49
  352. package/build/{post-71039d7e.js → post-486572ec.js} +2 -2
  353. package/build/profileNavigation.js +19 -19
  354. package/build/progressBar.js +1 -1
  355. package/build/pwg.js +22 -22
  356. package/build/ssoV2.js +27 -27
  357. package/build/{store-c8fa067a.js → store-5b30b600.js} +4 -4
  358. package/build/subot.js +34 -34
  359. package/build/surveyOrPremiumBanner.js +32 -32
  360. package/build/surveyQuestionCard.js +10 -10
  361. package/build/{surveyThankyouCard-7b2781bc.js → surveyThankyouCard-e27d73e1.js} +5 -5
  362. package/build/together.js +55 -55
  363. package/build/togetherApiUtils.js +4 -4
  364. package/build/togetherAtoms.js +30 -30
  365. package/build/togetherComponentGlobalContext.js +4 -4
  366. package/build/togetherMolecules.js +50 -50
  367. package/build/togetherMoleculesCardAuthor.js +28 -28
  368. package/build/togetherMoleculesPostImagePreview.js +11 -11
  369. package/build/togetherMoleculesProfileDetail.js +38 -38
  370. package/build/togetherOrganisms.js +49 -49
  371. package/build/togetherRichTextEditor.js +17 -17
  372. package/build/togetherShareBox.js +10 -10
  373. package/build/{treePopoverMenu-ef9818ce.js → treePopoverMenu-4c2fe441.js} +19 -19
  374. package/build/{types-95e861df.js → types-a1acd4dd.js} +2 -2
  375. package/build/types.js +2 -2
  376. package/build/{useCategory-dcc735eb.js → useCategory-50062e9e.js} +5 -5
  377. package/build/{useHealthToolCache-ab042676.js → useHealthToolCache-060b5d7d.js} +1 -1
  378. package/build/{useMantineLocale-bfaf810c.js → useMantineLocale-5c517e30.js} +6 -6
  379. package/build/{usePlacesAutocomplete-db5d0254.js → usePlacesAutocomplete-bf93aa2b.js} +1 -1
  380. package/build/{useScreenSize-53337b39.js → useScreenSize-91e41fbf.js} +2 -2
  381. package/build/useTogetherAuthRequiredAction.js +9 -9
  382. package/build/{utils-665877d3.js → utils-13998c67.js} +2 -2
  383. package/build/{utils-fe6c5f1f.js → utils-51cc484b.js} +2 -2
  384. package/build/{utils-d8a37749.js → utils-ad28c860.js} +3 -3
  385. package/build/{utils-92bf9062.js → utils-ec031b53.js} +4 -4
  386. package/build/vaccination.js +21 -21
  387. package/package.json +1 -1
  388. package/build/esm/index-d1c3d3f8.js +0 -372
  389. package/build/index-500d59e0.js +0 -379
  390. /package/build/{BMI_BOYS.percentile.monthly-77d32ede.js → BMI_BOYS.percentile.monthly-4574bde2.js} +0 -0
  391. /package/build/{BMI_BOYS.percentile.weekly-34068a3d.js → BMI_BOYS.percentile.weekly-376636de.js} +0 -0
  392. /package/build/{BMI_BOYS.percentile.yearly-3b87566c.js → BMI_BOYS.percentile.yearly-d902537f.js} +0 -0
  393. /package/build/{BMI_BOYS.zscore.monthly-fd248b60.js → BMI_BOYS.zscore.monthly-8e8361d9.js} +0 -0
  394. /package/build/{BMI_BOYS.zscore.weekly-70ffc0ea.js → BMI_BOYS.zscore.weekly-334d167a.js} +0 -0
  395. /package/build/{BMI_BOYS.zscore.yearly-9d8fb3b3.js → BMI_BOYS.zscore.yearly-80d209fc.js} +0 -0
  396. /package/build/{BMI_GIRLS.percentile.monthly-be3ccc40.js → BMI_GIRLS.percentile.monthly-47cb9480.js} +0 -0
  397. /package/build/{BMI_GIRLS.percentile.weekly-318e81d5.js → BMI_GIRLS.percentile.weekly-77457e97.js} +0 -0
  398. /package/build/{BMI_GIRLS.percentile.yearly-8cff53b7.js → BMI_GIRLS.percentile.yearly-917be447.js} +0 -0
  399. /package/build/{BMI_GIRLS.zscore.monthly-eae04f1f.js → BMI_GIRLS.zscore.monthly-89da2e04.js} +0 -0
  400. /package/build/{BMI_GIRLS.zscore.weekly-f2f829e5.js → BMI_GIRLS.zscore.weekly-bac14c29.js} +0 -0
  401. /package/build/{BMI_GIRLS.zscore.yearly-0516fac2.js → BMI_GIRLS.zscore.yearly-611d673e.js} +0 -0
  402. /package/build/{ChevronDown-df85dca7.js → ChevronDown-591c6c01.js} +0 -0
  403. /package/build/{Close-c4c272a5.js → Close-017f0198.js} +0 -0
  404. /package/build/{Google-60d29b65.js → Google-428ef9f0.js} +0 -0
  405. /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-bf4b9347.js → HEAD CIRCUM_BOYS.percentile.monthly-b1279c40.js} +0 -0
  406. /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-bdedbbe6.js → HEAD CIRCUM_BOYS.percentile.weekly-ab517f9f.js} +0 -0
  407. /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-e3f79ff0.js → HEAD CIRCUM_BOYS.percentile.yearly-7491ee4a.js} +0 -0
  408. /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-69264ee8.js → HEAD CIRCUM_BOYS.zscore.monthly-1cb16d5b.js} +0 -0
  409. /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-231eed82.js → HEAD CIRCUM_BOYS.zscore.weekly-c484687e.js} +0 -0
  410. /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-79f0540f.js → HEAD CIRCUM_BOYS.zscore.yearly-584db1b3.js} +0 -0
  411. /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-89357b63.js → HEAD CIRCUM_GIRLS.percentile.monthly-17d14f65.js} +0 -0
  412. /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-5a40c0ea.js → HEAD CIRCUM_GIRLS.percentile.weekly-547a1f21.js} +0 -0
  413. /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-b57a585c.js → HEAD CIRCUM_GIRLS.percentile.yearly-16c6281c.js} +0 -0
  414. /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-6f40c001.js → HEAD CIRCUM_GIRLS.zscore.monthly-50d780c2.js} +0 -0
  415. /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-c4d1a3dc.js → HEAD CIRCUM_GIRLS.zscore.weekly-1d000c76.js} +0 -0
  416. /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-0d13cc51.js → HEAD CIRCUM_GIRLS.zscore.yearly-af3fad99.js} +0 -0
  417. /package/build/{HEIGHT_BOYS.percentile.monthly-4923dfb7.js → HEIGHT_BOYS.percentile.monthly-4b63d4f9.js} +0 -0
  418. /package/build/{HEIGHT_BOYS.percentile.weekly-8f73dc29.js → HEIGHT_BOYS.percentile.weekly-1a931833.js} +0 -0
  419. /package/build/{HEIGHT_BOYS.percentile.yearly-e170e80e.js → HEIGHT_BOYS.percentile.yearly-90eef67f.js} +0 -0
  420. /package/build/{HEIGHT_BOYS.zscore.monthly-fefc9c1b.js → HEIGHT_BOYS.zscore.monthly-42f4eb35.js} +0 -0
  421. /package/build/{HEIGHT_BOYS.zscore.weekly-ada5533a.js → HEIGHT_BOYS.zscore.weekly-64d61ad0.js} +0 -0
  422. /package/build/{HEIGHT_BOYS.zscore.yearly-d4e83504.js → HEIGHT_BOYS.zscore.yearly-a66e2d1a.js} +0 -0
  423. /package/build/{HEIGHT_GIRLS.percentile.monthly-1c3fb2cf.js → HEIGHT_GIRLS.percentile.monthly-29626e7b.js} +0 -0
  424. /package/build/{HEIGHT_GIRLS.percentile.weekly-632d45d3.js → HEIGHT_GIRLS.percentile.weekly-37839bdf.js} +0 -0
  425. /package/build/{HEIGHT_GIRLS.percentile.yearly-51eae518.js → HEIGHT_GIRLS.percentile.yearly-d9bf5fde.js} +0 -0
  426. /package/build/{HEIGHT_GIRLS.zscore.monthly-05d5dbc9.js → HEIGHT_GIRLS.zscore.monthly-94c2de66.js} +0 -0
  427. /package/build/{HEIGHT_GIRLS.zscore.weekly-e42ffddc.js → HEIGHT_GIRLS.zscore.weekly-06a3c6d9.js} +0 -0
  428. /package/build/{HEIGHT_GIRLS.zscore.yearly-7aa691cb.js → HEIGHT_GIRLS.zscore.yearly-edcb96e5.js} +0 -0
  429. /package/build/{Locale-bc11b358.js → Locale-d0ae500b.js} +0 -0
  430. /package/build/{Visible-b7757afc.js → Visible-a8cd7abb.js} +0 -0
  431. /package/build/{WEIGHT_BOYS.percentile.monthly-2ac98cf5.js → WEIGHT_BOYS.percentile.monthly-6d2c9ebf.js} +0 -0
  432. /package/build/{WEIGHT_BOYS.percentile.weekly-a3651c26.js → WEIGHT_BOYS.percentile.weekly-3a89bec4.js} +0 -0
  433. /package/build/{WEIGHT_BOYS.percentile.yearly-2e4b61bc.js → WEIGHT_BOYS.percentile.yearly-7c3d7c6d.js} +0 -0
  434. /package/build/{WEIGHT_BOYS.zscore.monthly-9a264811.js → WEIGHT_BOYS.zscore.monthly-2ee3dcc9.js} +0 -0
  435. /package/build/{WEIGHT_BOYS.zscore.weekly-1af2c797.js → WEIGHT_BOYS.zscore.weekly-c327c6ff.js} +0 -0
  436. /package/build/{WEIGHT_BOYS.zscore.yearly-b04f8ded.js → WEIGHT_BOYS.zscore.yearly-fdb16e01.js} +0 -0
  437. /package/build/{WEIGHT_GIRLS.percentile.monthly-7848ad4d.js → WEIGHT_GIRLS.percentile.monthly-fd46a0db.js} +0 -0
  438. /package/build/{WEIGHT_GIRLS.percentile.weekly-007eb8de.js → WEIGHT_GIRLS.percentile.weekly-01063408.js} +0 -0
  439. /package/build/{WEIGHT_GIRLS.percentile.yearly-d73c397d.js → WEIGHT_GIRLS.percentile.yearly-49f6c5e0.js} +0 -0
  440. /package/build/{WEIGHT_GIRLS.zscore.monthly-0919302e.js → WEIGHT_GIRLS.zscore.monthly-053d9fd7.js} +0 -0
  441. /package/build/{WEIGHT_GIRLS.zscore.weekly-c23338a0.js → WEIGHT_GIRLS.zscore.weekly-875b2bbc.js} +0 -0
  442. /package/build/{WEIGHT_GIRLS.zscore.yearly-77e13b21.js → WEIGHT_GIRLS.zscore.yearly-55d684c3.js} +0 -0
  443. /package/build/{animation-13a568d8.js → animation-45a2a965.js} +0 -0
  444. /package/build/{constants-1c1df5a8.js → constants-9fb7b5aa.js} +0 -0
  445. /package/build/{constants-2905564a.js → constants-adeff632.js} +0 -0
  446. /package/build/{constants-800a381c.js → constants-b2194632.js} +0 -0
  447. /package/build/{dataTransform-6e9cbf45.js → dataTransform-c4755036.js} +0 -0
  448. /package/build/{doctor-9a0f4b6a.js → doctor-02cd37e8.js} +0 -0
  449. /package/build/esm/{BMI_BOYS.percentile.monthly-eef6a636.js → BMI_BOYS.percentile.monthly-edfac58a.js} +0 -0
  450. /package/build/esm/{BMI_BOYS.percentile.weekly-ceb85dca.js → BMI_BOYS.percentile.weekly-0673910e.js} +0 -0
  451. /package/build/esm/{BMI_BOYS.percentile.yearly-4ed4b90e.js → BMI_BOYS.percentile.yearly-0231c752.js} +0 -0
  452. /package/build/esm/{BMI_BOYS.zscore.monthly-e55e9afb.js → BMI_BOYS.zscore.monthly-616f3b6e.js} +0 -0
  453. /package/build/esm/{BMI_BOYS.zscore.weekly-4073dca9.js → BMI_BOYS.zscore.weekly-b627e271.js} +0 -0
  454. /package/build/esm/{BMI_BOYS.zscore.yearly-0a2d322b.js → BMI_BOYS.zscore.yearly-7eedec1b.js} +0 -0
  455. /package/build/esm/{BMI_GIRLS.percentile.monthly-a1a82ce8.js → BMI_GIRLS.percentile.monthly-20516443.js} +0 -0
  456. /package/build/esm/{BMI_GIRLS.percentile.weekly-d9f484ed.js → BMI_GIRLS.percentile.weekly-60a4d238.js} +0 -0
  457. /package/build/esm/{BMI_GIRLS.percentile.yearly-02e0b5c6.js → BMI_GIRLS.percentile.yearly-66f2c92d.js} +0 -0
  458. /package/build/esm/{BMI_GIRLS.zscore.monthly-3086a4eb.js → BMI_GIRLS.zscore.monthly-fb3f5f09.js} +0 -0
  459. /package/build/esm/{BMI_GIRLS.zscore.weekly-18b946b1.js → BMI_GIRLS.zscore.weekly-40a4df1e.js} +0 -0
  460. /package/build/esm/{BMI_GIRLS.zscore.yearly-4b41195a.js → BMI_GIRLS.zscore.yearly-bf498e99.js} +0 -0
  461. /package/build/esm/{ChevronDown-75af5663.js → ChevronDown-aa4fe44c.js} +0 -0
  462. /package/build/esm/{Close-755f3cd6.js → Close-66566245.js} +0 -0
  463. /package/build/esm/{Google-f94ba2eb.js → Google-d679c426.js} +0 -0
  464. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-ccf35c97.js → HEAD CIRCUM_BOYS.percentile.monthly-09f37efb.js} +0 -0
  465. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-35cabdd6.js → HEAD CIRCUM_BOYS.percentile.weekly-ee67f3f6.js} +0 -0
  466. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-f1a8bfd6.js → HEAD CIRCUM_BOYS.percentile.yearly-46986ae2.js} +0 -0
  467. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-f62449ec.js → HEAD CIRCUM_BOYS.zscore.monthly-6c9f0ba8.js} +0 -0
  468. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-555e72ad.js → HEAD CIRCUM_BOYS.zscore.weekly-9e896d1b.js} +0 -0
  469. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-ffb64461.js → HEAD CIRCUM_BOYS.zscore.yearly-91c0b53f.js} +0 -0
  470. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-dbb73d21.js → HEAD CIRCUM_GIRLS.percentile.monthly-2539efcc.js} +0 -0
  471. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-93516e21.js → HEAD CIRCUM_GIRLS.percentile.weekly-557f3f52.js} +0 -0
  472. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-6ae63168.js → HEAD CIRCUM_GIRLS.percentile.yearly-f26ee32d.js} +0 -0
  473. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-ee2360c6.js → HEAD CIRCUM_GIRLS.zscore.monthly-59481a15.js} +0 -0
  474. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-e6aabacc.js → HEAD CIRCUM_GIRLS.zscore.weekly-5f7316fc.js} +0 -0
  475. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-ea540ad7.js → HEAD CIRCUM_GIRLS.zscore.yearly-f9c0cbf5.js} +0 -0
  476. /package/build/esm/{HEIGHT_BOYS.percentile.monthly-67ae92c3.js → HEIGHT_BOYS.percentile.monthly-7490dcfd.js} +0 -0
  477. /package/build/esm/{HEIGHT_BOYS.percentile.weekly-c388098c.js → HEIGHT_BOYS.percentile.weekly-7e05808b.js} +0 -0
  478. /package/build/esm/{HEIGHT_BOYS.percentile.yearly-43abdda4.js → HEIGHT_BOYS.percentile.yearly-0a2eec9c.js} +0 -0
  479. /package/build/esm/{HEIGHT_BOYS.zscore.monthly-7cbd36eb.js → HEIGHT_BOYS.zscore.monthly-4b996845.js} +0 -0
  480. /package/build/esm/{HEIGHT_BOYS.zscore.weekly-dba453b8.js → HEIGHT_BOYS.zscore.weekly-6dece1b3.js} +0 -0
  481. /package/build/esm/{HEIGHT_BOYS.zscore.yearly-2a9d7648.js → HEIGHT_BOYS.zscore.yearly-62235bc1.js} +0 -0
  482. /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-59ab9a32.js → HEIGHT_GIRLS.percentile.monthly-59fc6034.js} +0 -0
  483. /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-c2840739.js → HEIGHT_GIRLS.percentile.weekly-f739235f.js} +0 -0
  484. /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-0d408b89.js → HEIGHT_GIRLS.percentile.yearly-a6b041f2.js} +0 -0
  485. /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-ed32bcd7.js → HEIGHT_GIRLS.zscore.monthly-d314a685.js} +0 -0
  486. /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-7ffdfcbf.js → HEIGHT_GIRLS.zscore.weekly-08952302.js} +0 -0
  487. /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-b994474b.js → HEIGHT_GIRLS.zscore.yearly-058a7051.js} +0 -0
  488. /package/build/esm/{Locale-f131de60.js → Locale-e4426af7.js} +0 -0
  489. /package/build/esm/{Visible-973ad72f.js → Visible-6eafb32d.js} +0 -0
  490. /package/build/esm/{WEIGHT_BOYS.percentile.monthly-fa452031.js → WEIGHT_BOYS.percentile.monthly-6ac07fb3.js} +0 -0
  491. /package/build/esm/{WEIGHT_BOYS.percentile.weekly-4d484b6a.js → WEIGHT_BOYS.percentile.weekly-92fe1ea5.js} +0 -0
  492. /package/build/esm/{WEIGHT_BOYS.percentile.yearly-640c5c38.js → WEIGHT_BOYS.percentile.yearly-2fa4e730.js} +0 -0
  493. /package/build/esm/{WEIGHT_BOYS.zscore.monthly-4d3b328d.js → WEIGHT_BOYS.zscore.monthly-ea7dce1c.js} +0 -0
  494. /package/build/esm/{WEIGHT_BOYS.zscore.weekly-33bd4dd5.js → WEIGHT_BOYS.zscore.weekly-4f22dc35.js} +0 -0
  495. /package/build/esm/{WEIGHT_BOYS.zscore.yearly-c61fc388.js → WEIGHT_BOYS.zscore.yearly-aad8c6b9.js} +0 -0
  496. /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-27706de0.js → WEIGHT_GIRLS.percentile.monthly-3a36616f.js} +0 -0
  497. /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-910e041a.js → WEIGHT_GIRLS.percentile.weekly-daeda9a0.js} +0 -0
  498. /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-19634be2.js → WEIGHT_GIRLS.percentile.yearly-b08373b3.js} +0 -0
  499. /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-32cd08c3.js → WEIGHT_GIRLS.zscore.monthly-41a74022.js} +0 -0
  500. /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-e4568c26.js → WEIGHT_GIRLS.zscore.weekly-44bf9759.js} +0 -0
  501. /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-f6e304b9.js → WEIGHT_GIRLS.zscore.yearly-ec2e62d5.js} +0 -0
  502. /package/build/esm/{animation-03accc76.js → animation-c7656568.js} +0 -0
  503. /package/build/esm/{constants-78ddad2e.js → constants-18947394.js} +0 -0
  504. /package/build/esm/{constants-bf29e0f0.js → constants-34c6fce0.js} +0 -0
  505. /package/build/esm/{constants-fb73e3ef.js → constants-8fb68445.js} +0 -0
  506. /package/build/esm/{dataTransform-e22fb4f9.js → dataTransform-cb2b1cdf.js} +0 -0
  507. /package/build/esm/{doctor-33c9e25e.js → doctor-1952d08b.js} +0 -0
  508. /package/build/esm/{index-b3528a2f.js → index-09e7173d.js} +0 -0
  509. /package/build/esm/{index-25586182.js → index-0efe76fa.js} +0 -0
  510. /package/build/esm/{index-cf541b45.js → index-16ec52cf.js} +0 -0
  511. /package/build/esm/{index-ddbcb091.js → index-1e8b095e.js} +0 -0
  512. /package/build/esm/{index-87d7e39b.js → index-27a230dc.js} +0 -0
  513. /package/build/esm/{index-2097a507.js → index-46cd25fc.js} +0 -0
  514. /package/build/esm/{index-8d7c8364.js → index-7344ec0b.js} +0 -0
  515. /package/build/esm/{index-49054ff9.js → index-e08b436a.js} +0 -0
  516. /package/build/esm/{index.styles-3b4cb44d.js → index.styles-ec940ea1.js} +0 -0
  517. /package/build/esm/{localizeNumberFormat-2063f26d.js → localizeNumberFormat-64b40d02.js} +0 -0
  518. /package/build/esm/{normalizeLink-8a2a5d71.js → normalizeLink-b8cb6cd2.js} +0 -0
  519. /package/build/esm/{number-b8f051b4.js → number-f332b46b.js} +0 -0
  520. /package/build/esm/{other-6869ae5e.js → other-2dbc1309.js} +0 -0
  521. /package/build/esm/{paths-bbb40f27.js → paths-7a9fcbca.js} +0 -0
  522. /package/build/esm/{translationsContext-3e444dde.js → translationsContext-83438307.js} +0 -0
  523. /package/build/esm/{tslib.es6-666e3cd6.js → tslib.es6-f621d9e0.js} +0 -0
  524. /package/build/esm/{types-1ba72a05.js → types-e8e8791c.js} +0 -0
  525. /package/build/esm/{useIsInit-b49e83d5.js → useIsInit-5c4213d3.js} +0 -0
  526. /package/build/esm/{useOutsideClick-040db14c.js → useOutsideClick-078a8829.js} +0 -0
  527. /package/build/esm/{useScrollbarSize-241f3dd8.js → useScrollbarSize-f95d15d1.js} +0 -0
  528. /package/build/esm/{useUniqueId-62c78e84.js → useUniqueId-974c0fe0.js} +0 -0
  529. /package/build/esm/{utils-2cba8675.js → utils-d8e17ea6.js} +0 -0
  530. /package/build/{index-f40549f7.js → index-0d914719.js} +0 -0
  531. /package/build/{index-f446d5f6.js → index-470f9a5a.js} +0 -0
  532. /package/build/{index-cf9f60a1.js → index-9a4627ab.js} +0 -0
  533. /package/build/{index-cb081b49.js → index-af057ce6.js} +0 -0
  534. /package/build/{index-30cceb74.js → index-af98e8f7.js} +0 -0
  535. /package/build/{index-82f9a77b.js → index-b4666df3.js} +0 -0
  536. /package/build/{index-1eda14d7.js → index-c60f3be0.js} +0 -0
  537. /package/build/{index-471f7ea9.js → index-cfdebd4a.js} +0 -0
  538. /package/build/{index.styles-d77f7530.js → index.styles-0f9b69bd.js} +0 -0
  539. /package/build/{localizeNumberFormat-64398792.js → localizeNumberFormat-b2361d8d.js} +0 -0
  540. /package/build/{normalizeLink-bbd9a1a4.js → normalizeLink-924b4898.js} +0 -0
  541. /package/build/{number-e99f35d4.js → number-7f7fb60d.js} +0 -0
  542. /package/build/{other-0f1056c9.js → other-73c628df.js} +0 -0
  543. /package/build/{paths-64d1e0f4.js → paths-1474d332.js} +0 -0
  544. /package/build/{translationsContext-13d01c64.js → translationsContext-4732f155.js} +0 -0
  545. /package/build/{tslib.es6-ac3885bf.js → tslib.es6-f3ffda09.js} +0 -0
  546. /package/build/{types-4ac2b84e.js → types-0dee4492.js} +0 -0
  547. /package/build/{useIsInit-b6cb0157.js → useIsInit-59dc6297.js} +0 -0
  548. /package/build/{useOutsideClick-03282050.js → useOutsideClick-97c19666.js} +0 -0
  549. /package/build/{useScrollbarSize-3b28fc7f.js → useScrollbarSize-e216fd21.js} +0 -0
  550. /package/build/{useUniqueId-ff573dd2.js → useUniqueId-48045049.js} +0 -0
  551. /package/build/{utils-855dca0f.js → utils-aeae706b.js} +0 -0
@@ -1,56 +1,56 @@
1
- export { D as DueDateForm } from './index-d1c3d3f8.js';
2
- export { B as BmiForm } from './index-55ce4171.js';
3
- export { B as BabyPoopForm } from './index-9fe435c1.js';
4
- export { T as ThrForm } from './index-8ee9610b.js';
5
- export { O as OvulationForm } from './index-19f99de5.js';
6
- export { B as BabyVaccineForm } from './index-6cebc2c8.js';
7
- export { P as PWGForm } from './index-5acde2d7.js';
8
- import './tslib.es6-666e3cd6.js';
1
+ export { D as DueDateForm } from './index-b9f8a7e6.js';
2
+ export { B as BmiForm } from './index-f7422fbe.js';
3
+ export { B as BabyPoopForm } from './index-fed32673.js';
4
+ export { T as ThrForm } from './index-b4c229c1.js';
5
+ export { O as OvulationForm } from './index-cfa5e713.js';
6
+ export { B as BabyVaccineForm } from './index-4d01e48b.js';
7
+ export { P as PWGForm } from './index-704b8298.js';
8
+ import './tslib.es6-f621d9e0.js';
9
9
  import 'react';
10
- import './LastPeriod-dac3ccfb.js';
11
- import 'date-fns';
12
10
  import '@mantine/core';
11
+ import './LastPeriod-2dc25d67.js';
12
+ import 'date-fns';
13
13
  import '@mantine/form';
14
14
  import 'dayjs';
15
- import './index-5451485b.js';
15
+ import './index-d726d444.js';
16
16
  import '@hhgtech/icons/other';
17
17
  import '@mantine/hooks';
18
- import './index-8d7c8364.js';
18
+ import './index-7344ec0b.js';
19
19
  import './constantsDomainLocales.js';
20
- import './Locale-f131de60.js';
20
+ import './Locale-e4426af7.js';
21
21
  import './constantsIsProduction.js';
22
- import './useScreenSize-db569e75.js';
22
+ import './useScreenSize-fcf1880e.js';
23
23
  import '@emotion/styled';
24
- import './utils-2cba8675.js';
24
+ import './utils-d8e17ea6.js';
25
25
  import '@mantine/carousel';
26
- import './index-0d4e612e.js';
27
- import './other-6869ae5e.js';
28
- import './index-b501a228.js';
26
+ import './index-1a616926.js';
27
+ import './other-2dbc1309.js';
28
+ import './index-7c22971a.js';
29
29
  import './miscTheme.js';
30
- import './useMantineLocale-2c267cf1.js';
30
+ import './useMantineLocale-92d62305.js';
31
31
  import '@mantine/notifications';
32
- import './index-ef63171d.js';
32
+ import './index-82924f86.js';
33
33
  import 'date-fns/locale';
34
34
  import './constantsSite.js';
35
35
  import './constantsRiskScreener.js';
36
- import './index-a0f010bf.js';
36
+ import './index-cd1f8612.js';
37
37
  import 'classnames';
38
- import './useUniqueId-62c78e84.js';
38
+ import './useUniqueId-974c0fe0.js';
39
39
  import '@hhgtech/icons/core';
40
- import './index-447cd8a4.js';
40
+ import './index-baa819d7.js';
41
41
  import '@mantine/dates';
42
- import './index.styles-3b4cb44d.js';
43
- import './index-2c4ea8ae.js';
44
- import './translationsContext-3e444dde.js';
45
- import './index-18c8dcde.js';
46
- import './index-75266933.js';
42
+ import './index.styles-ec940ea1.js';
43
+ import './index-db58dd4b.js';
44
+ import './translationsContext-83438307.js';
45
+ import './index-9f3ed58a.js';
46
+ import './index-3b93e008.js';
47
47
  import 'react-keyed-flatten-children';
48
48
  import 'react-hook-form';
49
- import './useHealthToolCache-54d80f8c.js';
49
+ import './useHealthToolCache-a3910645.js';
50
50
  import './miscGetDynamicHealthTool.js';
51
- import './normalizeLink-8a2a5d71.js';
52
- import './core-d9c0671e.js';
53
- import './constants-fb73e3ef.js';
54
- import './index-50027e5c.js';
51
+ import './normalizeLink-b8cb6cd2.js';
52
+ import './core-13fa163f.js';
53
+ import './constants-8fb68445.js';
54
+ import './index-b04d8adb.js';
55
55
  import './embeddedHeathToolCards_helpers.js';
56
- import './constants-bf29e0f0.js';
56
+ import './constants-34c6fce0.js';
@@ -1,7 +1,6 @@
1
1
  import { MouseEvent } from 'react';
2
2
  export declare const useCSSFocusPopupHelper: <T = HTMLDivElement, ButtonType = HTMLDivElement>(configs?: {
3
3
  allowBgScroll?: boolean;
4
- enableNavTarotGame?: boolean;
5
4
  }) => {
6
5
  containerRef: import("react").MutableRefObject<T & HTMLElement>;
7
6
  onContainerFocus: () => void;
@@ -1,19 +1,19 @@
1
- export { u as useTranslations } from './index-2c4ea8ae.js';
2
- export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-241f3dd8.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-d4b1c5f2.js';
4
- export { u as useHealthToolsCache } from './useHealthToolCache-54d80f8c.js';
5
- export { u as useIsInit } from './useIsInit-b49e83d5.js';
6
- export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-040db14c.js';
7
- export { u as useInitialMount, a as useUniqueId } from './useUniqueId-62c78e84.js';
1
+ export { u as useTranslations } from './index-db58dd4b.js';
2
+ export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-f95d15d1.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-4dfad20e.js';
4
+ export { u as useHealthToolsCache } from './useHealthToolCache-a3910645.js';
5
+ export { u as useIsInit } from './useIsInit-5c4213d3.js';
6
+ export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-078a8829.js';
7
+ export { u as useInitialMount, a as useUniqueId } from './useUniqueId-974c0fe0.js';
8
8
  import 'react';
9
- import './translationsContext-3e444dde.js';
9
+ import './translationsContext-83438307.js';
10
10
  import 'lodash/debounce';
11
- import './tslib.es6-666e3cd6.js';
11
+ import './tslib.es6-f621d9e0.js';
12
12
  import './miscCookieHelper.js';
13
- import './index-b501a228.js';
14
- import './Locale-f131de60.js';
13
+ import './index-7c22971a.js';
14
+ import './Locale-e4426af7.js';
15
15
  import './miscGetDynamicHealthTool.js';
16
- import './normalizeLink-8a2a5d71.js';
16
+ import './normalizeLink-b8cb6cd2.js';
17
17
  import './constantsDomainLocales.js';
18
18
  import './constantsIsProduction.js';
19
- import './core-d9c0671e.js';
19
+ import './core-13fa163f.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.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';
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.IUI' | 'dueDatePage.calculationMethod' | 'dueDatePage.conceptionDate' | 'dueDatePage.date_of_IUI_procedure' | 'dueDatePage.date_of_ultrasound' | 'dueDatePage.daysText' | 'dueDatePage.introduce.description' | 'dueDatePage.ivf' | 'dueDatePage.ivf.transferDate' | 'dueDatePage.ivf.transferDateRadio' | 'dueDatePage.lastPeriod' | 'dueDatePage.lastPeriod.calculate' | 'dueDatePage.lastPeriod.lastPeriodLabel' | 'dueDatePage.lastPeriod.periodLengthLabel' | 'dueDatePage.ultrasound' | 'dueDatePage.ultrasound.tooltip' | 'dueDatePage.validation.crl' | 'dueDatePage.validation.one_is_required' | 'dueDatePage.validation.record_not_valid' | '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';
@@ -282,9 +282,13 @@ var defaultTranslations = {
282
282
  "createPost.urlText": "Text",
283
283
  "createPost.video": "Video",
284
284
  "createPost.videoOrLink": "Video or link",
285
+ "dueDatePage.IUI": "Intrauterine insemination (IUI)",
285
286
  "dueDatePage.calculationMethod": "Calculation Method",
286
287
  "dueDatePage.conceptionDate": "Conception Date",
288
+ "dueDatePage.date_of_IUI_procedure": "Date of IUI procedure",
289
+ "dueDatePage.date_of_ultrasound": "Date of Ultrasound",
287
290
  "dueDatePage.daysText": "{number} days",
291
+ "dueDatePage.introduce.description": "Use this calculator to find your due date. This is just an estimate – not a guarantee! Most women, but not all, will deliver their babies within a week before or after this date range.",
288
292
  "dueDatePage.ivf": "IVF",
289
293
  "dueDatePage.ivf.transferDate": "IVF Transfer Date",
290
294
  "dueDatePage.ivf.transferDateRadio": "{number}-Day Transfer",
@@ -292,6 +296,11 @@ var defaultTranslations = {
292
296
  "dueDatePage.lastPeriod.calculate": "Calculate",
293
297
  "dueDatePage.lastPeriod.lastPeriodLabel": "The first day of your last period",
294
298
  "dueDatePage.lastPeriod.periodLengthLabel": "Cycle Length",
299
+ "dueDatePage.ultrasound": "Ultrasound",
300
+ "dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
301
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
302
+ "dueDatePage.validation.one_is_required": "At least one is required",
303
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
295
304
  "editor.addSocialLink.addLink": "Add",
296
305
  "editor.addSocialLink.warningDomain": "Only allowing sources from Youtube, Facebook, and Tiktok",
297
306
  "expert.content.description": "Expert's Profile",
@@ -282,9 +282,13 @@ var hiTranslations = {
282
282
  "createPost.urlText": "Text",
283
283
  "createPost.video": "Video",
284
284
  "createPost.videoOrLink": "Video or link",
285
+ "dueDatePage.IUI": "Intrauterine insemination (IUI)",
285
286
  "dueDatePage.calculationMethod": "गणना विधि",
286
287
  "dueDatePage.conceptionDate": "कॉन्सेप्शन की तारीख ",
288
+ "dueDatePage.date_of_IUI_procedure": "Date of IUI procedure",
289
+ "dueDatePage.date_of_ultrasound": "Date of Ultrasound",
287
290
  "dueDatePage.daysText": "{number} दिन ",
291
+ "dueDatePage.introduce.description": "Use this calculator to find your due date. This is just an estimate – not a guarantee! Most women, but not all, will deliver their babies within a week before or after this date range.",
288
292
  "dueDatePage.ivf": "आईवीएफ ",
289
293
  "dueDatePage.ivf.transferDate": "आईवीएफ ट्रांसफर की तारीख ",
290
294
  "dueDatePage.ivf.transferDateRadio": "{number} ट्रांसफर का दिन ",
@@ -292,6 +296,11 @@ var hiTranslations = {
292
296
  "dueDatePage.lastPeriod.calculate": "कैलक्युलेट ",
293
297
  "dueDatePage.lastPeriod.lastPeriodLabel": "आपके पिछले पीरियड का पहला दिन ",
294
298
  "dueDatePage.lastPeriod.periodLengthLabel": "सायकल लेंथ ",
299
+ "dueDatePage.ultrasound": "Ultrasound",
300
+ "dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
301
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
302
+ "dueDatePage.validation.one_is_required": "At least one is required",
303
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
295
304
  "editor.addSocialLink.addLink": "Add",
296
305
  "editor.addSocialLink.warningDomain": "Only allowing sources from Youtube, Facebook, and Tiktok",
297
306
  "expert.content.description": "प्रोफाइल ",
@@ -282,9 +282,13 @@ var idTranslations = {
282
282
  "createPost.urlText": "Text",
283
283
  "createPost.video": "Video",
284
284
  "createPost.videoOrLink": "Video atau tautan",
285
+ "dueDatePage.IUI": "Inseminasi Buatan (IUI)",
285
286
  "dueDatePage.calculationMethod": "Metode kalkulasi",
286
287
  "dueDatePage.conceptionDate": "Tanggal Pembuahan",
288
+ "dueDatePage.date_of_IUI_procedure": "Tanggal prosedur IUI",
289
+ "dueDatePage.date_of_ultrasound": "Tanggal USG",
287
290
  "dueDatePage.daysText": "{number} days",
291
+ "dueDatePage.introduce.description": "Gunakan kalkulator ini untuk menghitung hari perkiraan lahir (HPL) Anda. Ini hanyalah prediksi, bukan sebuah jaminan pasti. Pada umumnya, hari melahirkan sebenarnya akan maju atau mundur seminggu dari HPL.",
288
292
  "dueDatePage.ivf": "Program Bayi Tabung",
289
293
  "dueDatePage.ivf.transferDate": "Tanggal Pemindahan Bayi Tabung",
290
294
  "dueDatePage.ivf.transferDateRadio": "{number} Hari Pemindahan",
@@ -292,6 +296,11 @@ var idTranslations = {
292
296
  "dueDatePage.lastPeriod.calculate": "Hitung",
293
297
  "dueDatePage.lastPeriod.lastPeriodLabel": "Hari Pertama dari Haid Terakhir Anda",
294
298
  "dueDatePage.lastPeriod.periodLengthLabel": "Durasi siklus haid",
299
+ "dueDatePage.ultrasound": "Ultrasound",
300
+ "dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
301
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
302
+ "dueDatePage.validation.one_is_required": "Setidaknya satu harus diisi",
303
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
295
304
  "editor.addSocialLink.addLink": "Tambah",
296
305
  "editor.addSocialLink.warningDomain": "Hanya memperbolehkan sumber dari Youtube, Facebook, dan Tiktok",
297
306
  "expert.content.description": "Profil Pakar",
@@ -282,9 +282,13 @@ var kmTranslations = {
282
282
  "createPost.urlText": "Text",
283
283
  "createPost.video": "វីដេអូ",
284
284
  "createPost.videoOrLink": "វីដេអូ ឬ តំណភ្ជាប់",
285
+ "dueDatePage.IUI": "ការបញ្ចូលទឹកកាមក្នុងស្បូន (IUI)",
285
286
  "dueDatePage.calculationMethod": "វិធីសាស្ត្រគណនា",
286
287
  "dueDatePage.conceptionDate": "ថ្ងៃ​បង្ក​កំណើត",
288
+ "dueDatePage.date_of_IUI_procedure": "កាលបរិច្ឆេទនៃនីតិវិធី IUI",
289
+ "dueDatePage.date_of_ultrasound": "កាលបរិច្ឆេទនៃអ៊ុលត្រាសោន",
287
290
  "dueDatePage.daysText": "{number} ចំំនួន​ថ្ងៃ​",
291
+ "dueDatePage.introduce.description": "ប្រើម៉ាស៊ីនគណនានេះដើម្បីស្វែងរកកាលបរិច្ឆេទគ្រប់ខែរបស់អ្នក។ នេះគ្រាន់តែជាការប៉ាន់ស្មានប៉ុណ្ណោះ – មិនមែនជាការធានាទេ! ស្ត្រីភាគច្រើន ប៉ុន្តែមិនមែនទាំងអស់ទេ នឹងសម្រាលកូនរបស់ពួកគេក្នុងរយៈពេលមួយសប្តាហ៍មុន ឬក្រោយជួរកាលបរិច្ឆេទនេះ។",
288
292
  "dueDatePage.ivf": "ការ​បង្កកំណើត​ក្នុង​កែវ(IVF)",
289
293
  "dueDatePage.ivf.transferDate": "កាលបរិច្ឆេទនៃការផ្សាំអំប្រ៊ីយ៉ុង",
290
294
  "dueDatePage.ivf.transferDateRadio": "{number} ថ្ងៃផ្សាំអំប្រ៊ីយ៉ុង",
@@ -292,6 +296,11 @@ var kmTranslations = {
292
296
  "dueDatePage.lastPeriod.calculate": "គណនា",
293
297
  "dueDatePage.lastPeriod.lastPeriodLabel": "ថ្ងៃដំបូង​បំផុត​នៃ​ការ​មក​រដូវចុងក្រោយ",
294
298
  "dueDatePage.lastPeriod.periodLengthLabel": "រយៈពេល​វដ្ដរដូវ",
299
+ "dueDatePage.ultrasound": "Ultrasound",
300
+ "dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
301
+ "dueDatePage.validation.crl": "តម្លៃ MSD មិនត្រឹមត្រូវទេ។ សូមបញ្ចូលសន្ទស្សន៍ CRL ដើម្បីបន្ត។",
302
+ "dueDatePage.validation.one_is_required": "យ៉ាងហោចណាស់តម្រូវឱ្យមានមួយ",
303
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
295
304
  "editor.addSocialLink.addLink": "បន្ថែម",
296
305
  "editor.addSocialLink.warningDomain": "អនុញ្ញាតតែប្រភពពី Youtube, Facebook, និង Tiktok",
297
306
  "expert.content.description": "អំពី​គ្រូពេទ្យឯកទេស",
@@ -282,9 +282,13 @@ var msTranslations = {
282
282
  "createPost.urlText": "Teks",
283
283
  "createPost.video": "Video",
284
284
  "createPost.videoOrLink": "Video atau pautan",
285
+ "dueDatePage.IUI": "Intrauterine insemination (IUI)",
285
286
  "dueDatePage.calculationMethod": "Kaedah Pengiraan",
286
287
  "dueDatePage.conceptionDate": "Tarikh Konsepsi",
288
+ "dueDatePage.date_of_IUI_procedure": "Date of IUI procedure",
289
+ "dueDatePage.date_of_ultrasound": "Date of Ultrasound",
287
290
  "dueDatePage.daysText": "{number} hari",
291
+ "dueDatePage.introduce.description": "Use this calculator to find your due date. This is just an estimate – not a guarantee! Most women, but not all, will deliver their babies within a week before or after this date range.",
288
292
  "dueDatePage.ivf": "IVF",
289
293
  "dueDatePage.ivf.transferDate": "Tarikh Pemindahan IVF",
290
294
  "dueDatePage.ivf.transferDateRadio": "{number} Hari Dipindah",
@@ -292,6 +296,11 @@ var msTranslations = {
292
296
  "dueDatePage.lastPeriod.calculate": "Kira",
293
297
  "dueDatePage.lastPeriod.lastPeriodLabel": "Hari pertama haid terakhir anda",
294
298
  "dueDatePage.lastPeriod.periodLengthLabel": "Panjang Kitaran",
299
+ "dueDatePage.ultrasound": "Ultrasound",
300
+ "dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
301
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
302
+ "dueDatePage.validation.one_is_required": "At least one is required",
303
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
295
304
  "editor.addSocialLink.addLink": "Tambah",
296
305
  "editor.addSocialLink.warningDomain": "Hanya membenarkan sumber dari Youtube, Facebook, dan Tiktok",
297
306
  "expert.content.description": "Profil",
@@ -282,9 +282,13 @@ var myTranslations = {
282
282
  "createPost.urlText": "စာသား",
283
283
  "createPost.video": "ဗီဒီယို",
284
284
  "createPost.videoOrLink": "ဗီဒီယို သို့မဟုတ် link",
285
+ "dueDatePage.IUI": "သားအိမ်အတွင်းသုက်ထိုးခြင်း (IUI)",
285
286
  "dueDatePage.calculationMethod": "တွက်ချက်နည်း",
286
287
  "dueDatePage.conceptionDate": "ကိုယ်ဝန်ရရှိသည့် ရက်စွဲ",
288
+ "dueDatePage.date_of_IUI_procedure": "IUI လုပ်ထုံးလုပ်နည်းရက်",
289
+ "dueDatePage.date_of_ultrasound": "အလ်ထရာဆောင်းရက်",
287
290
  "dueDatePage.daysText": "{number} ရက်",
291
+ "dueDatePage.introduce.description": "ဤကလေးမွေးမည့်ရက်တွက်စက်ကိုအသုံးပြု၍ မင်းရဲ့မွေးမည့်ရက်ကိုရှာပါ။ ဒါဟာခန့်မှန်းချက်သာဖြစ်ပြီး အာမခံချက်မဟုတ်ပါ။ အမျိုးသမီးအများစု (အားလုံးမဟုတ်) သည် ဤရက်အပိုင်းအခြားမတိုင်မီ သို့မဟုတ် နောက်တစ်ပတ်အတွင်း ကလေးမွေးဖွားလေ့ရှိသည်။",
288
292
  "dueDatePage.ivf": "ဖန်ပြွန်သန္ဓေသား",
289
293
  "dueDatePage.ivf.transferDate": "သန္ဓေသား ပြောင်းထည့်သည့်ရက်",
290
294
  "dueDatePage.ivf.transferDateRadio": "{number}-ပြောင်းထည့်သည့်ရက်",
@@ -292,6 +296,11 @@ var myTranslations = {
292
296
  "dueDatePage.lastPeriod.calculate": "တွက်ချက်မည်",
293
297
  "dueDatePage.lastPeriod.lastPeriodLabel": "နောက်ဆုံးရာသီစက်ဝန်းရဲ့ ပထမရက်",
294
298
  "dueDatePage.lastPeriod.periodLengthLabel": "ရာသီစက်ဝန်း ကြာချိန်",
299
+ "dueDatePage.ultrasound": "Ultrasound",
300
+ "dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
301
+ "dueDatePage.validation.crl": "MSD တန်ဖိုးမမှန်ကန်ပါ။ ဆက်လက်လုပ်ဆောင်ရန် CRL အညွှန်းကို ထည့်ပါ။",
302
+ "dueDatePage.validation.one_is_required": "အနည်းဆုံးတစ်ခုလိုအပ်သည်",
303
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
295
304
  "editor.addSocialLink.addLink": "ထည့်ပါ",
296
305
  "editor.addSocialLink.warningDomain": "Youtube, Facebook နှင့် Tiktok မှ ရင်းမြစ်များကိုသာခွင့်ပြုသည်",
297
306
  "expert.content.description": "ကျွမ်းကျင်သူ ကိုယ်ရေးအကျဉ်း",
@@ -282,9 +282,13 @@ var thTranslations = {
282
282
  "createPost.urlText": "ข้อความ",
283
283
  "createPost.video": "วิดีโอ",
284
284
  "createPost.videoOrLink": "วิดีโอหรือลิงก์",
285
+ "dueDatePage.IUI": "การผสมเทียม (IUI)",
285
286
  "dueDatePage.calculationMethod": "วิธีการคำนวณ",
286
287
  "dueDatePage.conceptionDate": "วันที่ปฏิสนธิ",
288
+ "dueDatePage.date_of_IUI_procedure": "วันที่ทำการผสมเทียม IUI",
289
+ "dueDatePage.date_of_ultrasound": "วันที่ทำอัลตราซาวด์",
287
290
  "dueDatePage.daysText": "{number} วัน",
291
+ "dueDatePage.introduce.description": "เครื่องมือนี้ใช้เพื่อคำนวณกำหนดคลอดของคุณ เครื่องมือนี้ใช้เพียงเพื่อประเมินเท่านั้น ไม่สามารถรับประกันได้ 100% ผู้หญิงส่วนใหญ่มักจะคลอดบุตรภายในหนึ่งสัปดาห์ก่อนหรือหลังจากช่วงเวลาที่ประเมินนี้",
288
292
  "dueDatePage.ivf": "เด็กหลอดแก้ว (IVF)",
289
293
  "dueDatePage.ivf.transferDate": "วันที่ฝังตัวอ่อน",
290
294
  "dueDatePage.ivf.transferDateRadio": "ระยะเวลาที่ใช้ฝังตัวอ่อน {number} วัน",
@@ -292,6 +296,11 @@ var thTranslations = {
292
296
  "dueDatePage.lastPeriod.calculate": "คำนวณ",
293
297
  "dueDatePage.lastPeriod.lastPeriodLabel": "วันแรกของการมีประจำเดือนครั้งล่าสุด",
294
298
  "dueDatePage.lastPeriod.periodLengthLabel": "ระยะเวลารอบเดือน",
299
+ "dueDatePage.ultrasound": "Ultrasound",
300
+ "dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
301
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
302
+ "dueDatePage.validation.one_is_required": "กรุณาระบุอย่างน้อย 1 ข้อ",
303
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
295
304
  "editor.addSocialLink.addLink": "เพิ่ม",
296
305
  "editor.addSocialLink.warningDomain": "อนุญาตแหล่งที่มาจาก Youtube, Facebook และ Tiktok เท่านั้น",
297
306
  "expert.content.description": "ประวัติผู้เชี่ยวชาญ",
@@ -282,9 +282,13 @@ var tlTranslations = {
282
282
  "createPost.urlText": "Text",
283
283
  "createPost.video": "Video",
284
284
  "createPost.videoOrLink": "Video o link",
285
+ "dueDatePage.IUI": "Intrauterine insemination (IUI)",
285
286
  "dueDatePage.calculationMethod": "Calculation Method",
286
287
  "dueDatePage.conceptionDate": "Petsa ng Conception",
288
+ "dueDatePage.date_of_IUI_procedure": "Araw ng IUI procedure",
289
+ "dueDatePage.date_of_ultrasound": "Araw ng Ultrasound",
287
290
  "dueDatePage.daysText": "{number} mga araw",
291
+ "dueDatePage.introduce.description": "Gamitin ang calculator na ito upang malaman ang iyong due date. Ito ay estimate lamang at hindi panigurado! Karamihan ng mga nanay ay magde-deliver ng kanilang mga baby sa loob ng isang linggo bago o pagkatapos ng due date na ito.",
288
292
  "dueDatePage.ivf": "IVF",
289
293
  "dueDatePage.ivf.transferDate": "Petsa ng Paglipat ng IVF",
290
294
  "dueDatePage.ivf.transferDateRadio": "{number}-Araw ng Paglipat",
@@ -292,6 +296,11 @@ var tlTranslations = {
292
296
  "dueDatePage.lastPeriod.calculate": "Kalkulahin",
293
297
  "dueDatePage.lastPeriod.lastPeriodLabel": "Ang unang araw ng iyong huling regla",
294
298
  "dueDatePage.lastPeriod.periodLengthLabel": "Haba ng Siklo",
299
+ "dueDatePage.ultrasound": "Ultrasound",
300
+ "dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
301
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
302
+ "dueDatePage.validation.one_is_required": "Kahit isa ay kinakailangan",
303
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
295
304
  "editor.addSocialLink.addLink": "Magdagdag",
296
305
  "editor.addSocialLink.warningDomain": "Pinapayagan lamang ang mga source mula sa Youtube, Facebook, at Tiktok",
297
306
  "expert.content.description": "Propayl ng Eksperto",
@@ -282,9 +282,13 @@ var viTranslations = {
282
282
  "createPost.urlText": "Nội dung",
283
283
  "createPost.video": "Video",
284
284
  "createPost.videoOrLink": "Video hoặc liên kết",
285
+ "dueDatePage.IUI": "Thụ tinh nhân tạo (IUI)",
285
286
  "dueDatePage.calculationMethod": "Phương pháp tính toán",
286
287
  "dueDatePage.conceptionDate": "Ngày thụ thai",
288
+ "dueDatePage.date_of_IUI_procedure": "Ngày bơm tinh trùng",
289
+ "dueDatePage.date_of_ultrasound": "Ngày siêu âm",
287
290
  "dueDatePage.daysText": "{number} ngày",
291
+ "dueDatePage.introduce.description": "Công cụ giúp bạn xác định ngày dự sinh. Lưu ý, kết quả chỉ mang tính dự đoán, tham khảo. Mẹ bầu có thể sinh sớm hơn hoặc muộn hơn trong khoảng vài ngày đến một tuần so với ngày dự sinh.",
288
292
  "dueDatePage.ivf": "Thụ tinh trong ống nghiệm IVF",
289
293
  "dueDatePage.ivf.transferDate": "Ngày chuyển phôi",
290
294
  "dueDatePage.ivf.transferDateRadio": "{number} - Ngày chuyển phôi",
@@ -292,6 +296,11 @@ var viTranslations = {
292
296
  "dueDatePage.lastPeriod.calculate": "Tính ngay",
293
297
  "dueDatePage.lastPeriod.lastPeriodLabel": "Ngày đầu tiên của chu kỳ gần nhất",
294
298
  "dueDatePage.lastPeriod.periodLengthLabel": "Độ dài chu kỳ kinh nguyệt",
299
+ "dueDatePage.ultrasound": "Siêu âm",
300
+ "dueDatePage.ultrasound.tooltip": "Chỉ số Đường kính trung bình túi thai (MSD) ít chính xác hơn Chiều dài đầu mông (CRL) trong tính toán chỉ số thai kỳ. Nó chỉ được áp dụng cho giai đoạn mang thai rất sớm, từ 4 - 6 tuần.",
301
+ "dueDatePage.validation.crl": "Giá trị MSD không hợp lệ. Vui lòng nhập chỉ số CRL để tiếp tục.",
302
+ "dueDatePage.validation.one_is_required": "Ít nhất một trường thông tin cần điền",
303
+ "dueDatePage.validation.record_not_valid": "Thông tin nhập chưa hợp lệ!",
295
304
  "editor.addSocialLink.addLink": "Thêm",
296
305
  "editor.addSocialLink.warningDomain": "Chỉ cho phép các nguồn từ Youtube, Facebook, và Tiktok",
297
306
  "expert.content.description": "Hồ sơ chuyên gia",
@@ -282,9 +282,13 @@ var mbTranslations = {
282
282
  "createPost.urlText": "Nội dung",
283
283
  "createPost.video": "Video",
284
284
  "createPost.videoOrLink": "Video hoặc liên kết",
285
+ "dueDatePage.IUI": "Thụ tinh nhân tạo (IUI)",
285
286
  "dueDatePage.calculationMethod": "Phương pháp tính toán",
286
287
  "dueDatePage.conceptionDate": "Ngày thụ thai",
288
+ "dueDatePage.date_of_IUI_procedure": "Ngày bơm tinh trùng",
289
+ "dueDatePage.date_of_ultrasound": "Ngày siêu âm",
287
290
  "dueDatePage.daysText": "{number} ngày",
291
+ "dueDatePage.introduce.description": "Công cụ giúp bạn xác định ngày dự sinh. Lưu ý, kết quả chỉ mang tính dự đoán, tham khảo. Mẹ bầu có thể sinh sớm hơn hoặc muộn hơn trong khoảng vài ngày đến một tuần so với ngày dự sinh.",
288
292
  "dueDatePage.ivf": "Thụ tinh trong ống nghiệm IVF",
289
293
  "dueDatePage.ivf.transferDate": "Ngày chuyển phôi",
290
294
  "dueDatePage.ivf.transferDateRadio": "{number} - Ngày chuyển phôi",
@@ -292,6 +296,11 @@ var mbTranslations = {
292
296
  "dueDatePage.lastPeriod.calculate": "Tính ngay",
293
297
  "dueDatePage.lastPeriod.lastPeriodLabel": "Ngày đầu tiên của chu kỳ gần nhất",
294
298
  "dueDatePage.lastPeriod.periodLengthLabel": "Độ dài chu kỳ kinh nguyệt",
299
+ "dueDatePage.ultrasound": "Siêu âm",
300
+ "dueDatePage.ultrasound.tooltip": "Chỉ số Đường kính trung bình túi thai (MSD) ít chính xác hơn Chiều dài đầu mông (CRL) trong tính toán chỉ số thai kỳ. Nó chỉ được áp dụng cho giai đoạn mang thai rất sớm, từ 4 - 6 tuần.",
301
+ "dueDatePage.validation.crl": "Giá trị MSD không hợp lệ. Vui lòng nhập chỉ số CRL để tiếp tục.",
302
+ "dueDatePage.validation.one_is_required": "Ít nhất một trường thông tin cần điền",
303
+ "dueDatePage.validation.record_not_valid": "Thông tin nhập chưa hợp lệ!",
295
304
  "editor.addSocialLink.addLink": "Thêm",
296
305
  "editor.addSocialLink.warningDomain": "Chỉ cho phép các nguồn từ Youtube, Facebook, và Tiktok",
297
306
  "expert.content.description": "Hồ sơ chuyên gia",
@@ -803,7 +812,7 @@ var mbTranslations = {
803
812
  "tools.checkYrs": "Bạn đang tính chỉ số cho chính mình?",
804
813
  "tools.heading.on": "ngày",
805
814
  "tools.heartRateRangeErr": "Vui lòng nhập giá trị trong khoảng {min} - {max} bmp",
806
- "tools.inputPlaceholder": "Ví dụ: {nội dung}",
815
+ "tools.inputPlaceholder": "Ví dụ: {content}",
807
816
  "tools.requiredErrorMess.age": "Vui lòng nhập số tuổi chính xác",
808
817
  "tools.requiredErrorMess.gender": "Vui lòng chọn giới tính",
809
818
  "tools.selectBabyGender": "Giới tính của trẻ là gì?",
@@ -282,9 +282,13 @@ var zhTranslations = {
282
282
  "createPost.urlText": "Text",
283
283
  "createPost.video": "社群與主題",
284
284
  "createPost.videoOrLink": "向我們的專家諮詢",
285
+ "dueDatePage.IUI": "人工授精(IUI)",
285
286
  "dueDatePage.calculationMethod": "計算方法",
286
287
  "dueDatePage.conceptionDate": "受孕日期",
288
+ "dueDatePage.date_of_IUI_procedure": "打破卵針日期",
289
+ "dueDatePage.date_of_ultrasound": "超音波檢查日期",
287
290
  "dueDatePage.daysText": "{number} 日",
291
+ "dueDatePage.introduce.description": "使用此計算工具來推算您的預產期。請注意,這僅為預測結果,並非絕對準確!大多數孕婦會在預產期前後一週內分娩,但每位媽媽的情況都不同。",
288
292
  "dueDatePage.ivf": "試管嬰兒(IVF,體外受精)",
289
293
  "dueDatePage.ivf.transferDate": "植入日",
290
294
  "dueDatePage.ivf.transferDateRadio": "第 {number} 日胚胎植入",
@@ -292,6 +296,11 @@ var zhTranslations = {
292
296
  "dueDatePage.lastPeriod.calculate": "計算",
293
297
  "dueDatePage.lastPeriod.lastPeriodLabel": "最後一次月經的第一天",
294
298
  "dueDatePage.lastPeriod.periodLengthLabel": "月經週期",
299
+ "dueDatePage.ultrasound": "Ultrasound",
300
+ "dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
301
+ "dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
302
+ "dueDatePage.validation.one_is_required": "請至少輸入一項資訊",
303
+ "dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
295
304
  "editor.addSocialLink.addLink": "Add",
296
305
  "editor.addSocialLink.warningDomain": "添加",
297
306
  "expert.content.description": "個人檔案",