@hhgtech/hhg-components 1.29.38 → 1.29.40

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 (425) hide show
  1. package/build/{WhatsApp-d99c7df1.js → WhatsApp-dc0de42a.js} +1 -1
  2. package/build/adapters.js +15 -15
  3. package/build/babyGrowth.js +204 -147
  4. package/build/cache.js +3 -3
  5. package/build/care.js +17 -17
  6. package/build/components/atoms/genderOptionControl/index.d.ts +8 -4
  7. package/build/components/atoms/genderOptionControl/index.styles.d.ts +5 -1
  8. package/build/components/babyGrowth/babyGrowthForm/context.d.ts +0 -1
  9. package/build/components/babyGrowth/babyGrowthForm/index.d.ts +4 -7
  10. package/build/components/babyGrowth/babyGrowthForm/layout/default/index.d.ts +3 -0
  11. package/build/components/babyGrowth/babyGrowthForm/layout/inline/index.d.ts +3 -0
  12. package/build/components/babyGrowth/babyGrowthForm/layout/inline/index.styles.d.ts +11 -0
  13. package/build/components/babyGrowth/index.d.ts +1 -0
  14. package/build/components/molecules/embeddedHeathToolCards/baby-growth/index.d.ts +8 -10
  15. package/build/components/molecules/embeddedHeathToolCards/bmi/bmi.d.ts +1 -6
  16. package/build/components/molecules/embeddedHeathToolCards/bmi/context.d.ts +2 -1
  17. package/build/components/molecules/embeddedHeathToolCards/bmr/bmr.d.ts +5 -10
  18. package/build/components/molecules/embeddedHeathToolCards/helpers.d.ts +5 -5
  19. package/build/components/molecules/embeddedHeathToolCards/target-heart-rate/index.d.ts +6 -13
  20. package/build/components/molecules/healthTools/cardWrapper/banner/index.d.ts +4 -0
  21. package/build/components/molecules/healthTools/cardWrapper/body/index.d.ts +3 -0
  22. package/build/components/molecules/healthTools/cardWrapper/context.d.ts +5 -0
  23. package/build/components/molecules/healthTools/cardWrapper/index.d.ts +12 -0
  24. package/build/components/{babyGrowth/babyGrowthForm/layout/horizonal → molecules/healthTools/cardWrapper}/index.styles.d.ts +3 -1
  25. package/build/components/molecules/healthTools/components/borderBoxControl/error.d.ts +3 -0
  26. package/build/components/molecules/healthTools/components/borderBoxControl/index.d.ts +8 -0
  27. package/build/{esm/components/molecules/thrForm → components/molecules/healthTools/components/borderBoxControl}/index.styled.d.ts +12 -9
  28. package/build/components/molecules/healthTools/components/borderBoxControl/index.styles.d.ts +14 -0
  29. package/build/components/molecules/healthTools/components/borderInlineControl/error.d.ts +3 -0
  30. package/build/components/molecules/healthTools/components/borderInlineControl/index.d.ts +8 -0
  31. package/build/components/molecules/healthTools/components/borderInlineControl/index.styles.d.ts +14 -0
  32. package/build/components/molecules/healthTools/components/control/index.d.ts +5 -0
  33. package/build/components/molecules/healthTools/components/control/index.styles.d.ts +8 -0
  34. package/build/components/molecules/healthTools/form/bmiForm/context.d.ts +15 -0
  35. package/build/components/molecules/healthTools/form/bmiForm/defaultLayout.d.ts +3 -0
  36. package/build/components/molecules/healthTools/form/bmiForm/index.d.ts +4 -0
  37. package/build/components/molecules/healthTools/form/bmiForm/inlineLayout.d.ts +3 -0
  38. package/build/components/molecules/healthTools/form/thrForm/context.d.ts +16 -0
  39. package/build/components/molecules/healthTools/form/thrForm/defaultLayout.d.ts +3 -0
  40. package/build/components/molecules/healthTools/form/thrForm/index.d.ts +15 -0
  41. package/build/components/molecules/healthTools/form/thrForm/inlineLayout.d.ts +3 -0
  42. package/build/components/molecules/healthTools/formWrapper/context.d.ts +5 -0
  43. package/build/components/molecules/healthTools/formWrapper/formRow.d.ts +3 -0
  44. package/build/components/molecules/healthTools/formWrapper/index.d.ts +22 -0
  45. package/build/components/molecules/healthTools/formWrapper/index.styles.d.ts +13 -0
  46. package/build/components/molecules/healthTools/formWrapper/submitBtn.d.ts +3 -0
  47. package/build/components/molecules/healthTools/formWrapper/unit.d.ts +3 -0
  48. package/build/components/molecules/index.d.ts +3 -0
  49. package/build/components/molecules/toolBannerCard/index.d.ts +2 -3
  50. package/build/components/molecules/toolBannerCard/index.styled.d.ts +0 -14
  51. package/build/components.js +63 -61
  52. package/build/{constants-5feace15.js → constants-2e11d25e.js} +2 -2
  53. package/build/{constants-d8bb5755.js → constants-fe047be7.js} +2 -2
  54. package/build/constants.js +3 -3
  55. package/build/{core-85607b32.js → core-dad2e6b2.js} +2 -2
  56. package/build/{dataTransform-bace0dd7.js → dataTransform-1f18c2e0.js} +1 -1
  57. package/build/ecom.js +6 -6
  58. package/build/esm/{WhatsApp-9029e044.js → WhatsApp-fc67cdc3.js} +1 -1
  59. package/build/esm/adapters.js +15 -15
  60. package/build/esm/babyGrowth.js +140 -84
  61. package/build/esm/cache.js +3 -3
  62. package/build/esm/care.js +17 -17
  63. package/build/esm/components/atoms/genderOptionControl/index.d.ts +8 -4
  64. package/build/esm/components/atoms/genderOptionControl/index.styles.d.ts +5 -1
  65. package/build/esm/components/babyGrowth/babyGrowthForm/context.d.ts +0 -1
  66. package/build/esm/components/babyGrowth/babyGrowthForm/index.d.ts +4 -7
  67. package/build/esm/components/babyGrowth/babyGrowthForm/layout/default/index.d.ts +3 -0
  68. package/build/esm/components/babyGrowth/babyGrowthForm/layout/inline/index.d.ts +3 -0
  69. package/build/esm/components/babyGrowth/babyGrowthForm/layout/inline/index.styles.d.ts +11 -0
  70. package/build/esm/components/babyGrowth/index.d.ts +1 -0
  71. package/build/esm/components/molecules/embeddedHeathToolCards/baby-growth/index.d.ts +8 -10
  72. package/build/esm/components/molecules/embeddedHeathToolCards/bmi/bmi.d.ts +1 -6
  73. package/build/esm/components/molecules/embeddedHeathToolCards/bmi/context.d.ts +2 -1
  74. package/build/esm/components/molecules/embeddedHeathToolCards/bmr/bmr.d.ts +5 -10
  75. package/build/esm/components/molecules/embeddedHeathToolCards/helpers.d.ts +5 -5
  76. package/build/esm/components/molecules/embeddedHeathToolCards/target-heart-rate/index.d.ts +6 -13
  77. package/build/esm/components/molecules/healthTools/cardWrapper/banner/index.d.ts +4 -0
  78. package/build/esm/components/molecules/healthTools/cardWrapper/banner/index.styles.d.ts +8 -0
  79. package/build/esm/components/molecules/healthTools/cardWrapper/body/index.d.ts +3 -0
  80. package/build/esm/components/molecules/healthTools/cardWrapper/body/index.styles.d.ts +8 -0
  81. package/build/esm/components/molecules/healthTools/cardWrapper/context.d.ts +5 -0
  82. package/build/esm/components/molecules/healthTools/cardWrapper/index.d.ts +12 -0
  83. package/build/esm/components/{babyGrowth/babyGrowthForm/layout/horizonal → molecules/healthTools/cardWrapper}/index.styles.d.ts +3 -1
  84. package/build/esm/components/molecules/healthTools/components/borderBoxControl/error.d.ts +3 -0
  85. package/build/esm/components/molecules/healthTools/components/borderBoxControl/index.d.ts +8 -0
  86. package/build/{components/molecules/thrForm → esm/components/molecules/healthTools/components/borderBoxControl}/index.styled.d.ts +12 -9
  87. package/build/esm/components/molecules/healthTools/components/borderBoxControl/index.styles.d.ts +14 -0
  88. package/build/esm/components/molecules/healthTools/components/borderInlineControl/error.d.ts +3 -0
  89. package/build/esm/components/molecules/healthTools/components/borderInlineControl/index.d.ts +8 -0
  90. package/build/esm/components/molecules/healthTools/components/borderInlineControl/index.styles.d.ts +14 -0
  91. package/build/esm/components/molecules/healthTools/components/control/index.d.ts +5 -0
  92. package/build/esm/components/molecules/healthTools/components/control/index.styles.d.ts +8 -0
  93. package/build/esm/components/molecules/healthTools/form/bmiForm/context.d.ts +15 -0
  94. package/build/esm/components/molecules/healthTools/form/bmiForm/defaultLayout.d.ts +3 -0
  95. package/build/esm/components/molecules/healthTools/form/bmiForm/index.d.ts +4 -0
  96. package/build/esm/components/molecules/healthTools/form/bmiForm/inlineLayout.d.ts +3 -0
  97. package/build/esm/components/molecules/healthTools/form/thrForm/context.d.ts +16 -0
  98. package/build/esm/components/molecules/healthTools/form/thrForm/defaultLayout.d.ts +3 -0
  99. package/build/esm/components/molecules/healthTools/form/thrForm/index.d.ts +15 -0
  100. package/build/esm/components/molecules/healthTools/form/thrForm/inlineLayout.d.ts +3 -0
  101. package/build/esm/components/molecules/healthTools/formWrapper/context.d.ts +5 -0
  102. package/build/esm/components/molecules/healthTools/formWrapper/formRow.d.ts +3 -0
  103. package/build/esm/components/molecules/healthTools/formWrapper/index.d.ts +22 -0
  104. package/build/esm/components/molecules/healthTools/formWrapper/index.styles.d.ts +13 -0
  105. package/build/esm/components/molecules/healthTools/formWrapper/submitBtn.d.ts +3 -0
  106. package/build/esm/components/molecules/healthTools/formWrapper/unit.d.ts +3 -0
  107. package/build/esm/components/molecules/index.d.ts +3 -0
  108. package/build/esm/components/molecules/toolBannerCard/index.d.ts +2 -3
  109. package/build/esm/components/molecules/toolBannerCard/index.styled.d.ts +0 -14
  110. package/build/esm/components.js +60 -60
  111. package/build/esm/{constants-97ddb11b.js → constants-64cacd08.js} +2 -2
  112. package/build/esm/{constants-9b5802d2.js → constants-b94846fb.js} +2 -2
  113. package/build/esm/constants.js +3 -3
  114. package/build/esm/{core-ce928c66.js → core-a67155a1.js} +2 -2
  115. package/build/esm/{dataTransform-ccf7fc2f.js → dataTransform-e1f0fc66.js} +1 -1
  116. package/build/esm/ecom.js +6 -6
  117. package/build/esm/footer.js +18 -18
  118. package/build/esm/gAssets.js +4 -4
  119. package/build/esm/{getDynamicHealthTool-8464e866.js → getDynamicHealthTool-aa203db5.js} +4 -4
  120. package/build/esm/{getSocialList-5feda209.js → getSocialList-5d60e8ce.js} +4 -4
  121. package/build/esm/hooks.js +17 -17
  122. package/build/esm/i18n/translationKeys.d.ts +1 -1
  123. package/build/esm/i18n-values/en-PH.js +7 -0
  124. package/build/esm/i18n-values/hi-IN.js +7 -0
  125. package/build/esm/i18n-values/id-ID.js +7 -0
  126. package/build/esm/i18n-values/km-KH.js +7 -0
  127. package/build/esm/i18n-values/ms-MY.js +12 -5
  128. package/build/esm/i18n-values/my-MM.js +7 -0
  129. package/build/esm/i18n-values/th-TH.js +7 -0
  130. package/build/esm/i18n-values/tl-PH.js +7 -0
  131. package/build/esm/i18n-values/vi-VN.js +7 -0
  132. package/build/esm/i18n-values/vi-VN_MB.js +7 -0
  133. package/build/esm/i18n-values/zh-TW.js +7 -0
  134. package/build/esm/i18n.js +2 -2
  135. package/build/esm/i18nV2.js +2 -2
  136. package/build/esm/{index-122290a6.js → index-0362293f.js} +4 -4
  137. package/build/esm/{index-df0ff85e.js → index-0e15dd6d.js} +9 -7
  138. package/build/esm/index-1c975526.js +1047 -0
  139. package/build/esm/{index-a94fad35.js → index-1e1f90ed.js} +4 -4
  140. package/build/esm/{index-1191e333.js → index-36342c41.js} +2 -2
  141. package/build/esm/{index-8272466a.js → index-492fe11c.js} +2 -2
  142. package/build/esm/{index-698ba1fc.js → index-4c09a376.js} +2 -2
  143. package/build/esm/{index-da78c403.js → index-4d313b0f.js} +3 -3
  144. package/build/esm/{index-8448ca14.js → index-51a0b5c5.js} +2 -2
  145. package/build/esm/{index-5f675e1c.js → index-557728ba.js} +2 -2
  146. package/build/esm/{index-f48d3a5e.js → index-571f73b3.js} +446 -1358
  147. package/build/esm/{index-866e1e59.js → index-589afc7b.js} +10 -10
  148. package/build/esm/{index-c1e81587.js → index-58a0d75f.js} +2 -2
  149. package/build/esm/{index-293feeaa.js → index-648e9712.js} +2 -2
  150. package/build/esm/{index-23e39ae7.js → index-773f8ce7.js} +12 -12
  151. package/build/esm/{index-95a9d5a5.js → index-781f6a01.js} +9 -9
  152. package/build/esm/{index-6ec7a4c8.js → index-82a3b9a1.js} +11 -11
  153. package/build/esm/{index-aa06ff69.js → index-c3978730.js} +1 -1
  154. package/build/esm/{index-7f868691.js → index-c681e2c0.js} +2 -2
  155. package/build/esm/{index-b06391df.js → index-e36e186e.js} +33 -32
  156. package/build/esm/{index-ce5fd5ed.js → index-e39c6686.js} +10 -10
  157. package/build/esm/{index-6e0f2380.js → index-e95beac7.js} +2 -2
  158. package/build/esm/{index-635f511c.js → index-ed6114ab.js} +6 -6
  159. package/build/esm/{index-d7b8c2f4.js → index-f1eabf8c.js} +4 -4
  160. package/build/esm/{index-5caba3a3.js → index-f56289e3.js} +2 -2
  161. package/build/esm/index.js +68 -68
  162. package/build/esm/{index.styled-34d5c912.js → index.styled-c6fc8599.js} +2 -2
  163. package/build/esm/{index.styles-6b051705.js → index.styles-9bda1064.js} +51 -36
  164. package/build/esm/lead/components/close.d.ts +2 -2
  165. package/build/esm/lead.js +29 -29
  166. package/build/esm/mantine.js +21 -21
  167. package/build/esm/misc.js +19 -19
  168. package/build/esm/navigation.js +35 -35
  169. package/build/esm/onboardingV2.js +32 -32
  170. package/build/esm/pwg.js +19 -19
  171. package/build/esm/{routing-ce281ad0.js → routing-1f4885ef.js} +2 -2
  172. package/build/esm/subot.js +22 -22
  173. package/build/esm/together.js +34 -34
  174. package/build/esm/{types-0e393278.js → types-34946c67.js} +14 -14
  175. package/build/esm/{types-4355fc77.js → types-e2779143.js} +30 -30
  176. package/build/esm/types.js +1 -1
  177. package/build/esm/{useCategory-4d8c9a39.js → useCategory-cb3ec433.js} +5 -5
  178. package/build/esm/{useHealthToolCache-b64f14d8.js → useHealthToolCache-d96a3f7b.js} +2 -2
  179. package/build/esm/{useMantineLocale-dbec4e01.js → useMantineLocale-2e410077.js} +3 -3
  180. package/build/esm/{usePlacesAutocomplete-20e94035.js → usePlacesAutocomplete-2949735c.js} +1 -1
  181. package/build/esm/{useTranslations-182b98b0.js → useTranslations-60d9d240.js} +1 -1
  182. package/build/esm/{utils-d6c3851b.js → utils-696c2277.js} +4 -4
  183. package/build/esm/{utils-ac69ad7d.js → utils-7ae98d89.js} +1 -1
  184. package/build/esm/{utils-6a097926.js → utils-c3b7b2c3.js} +5 -5
  185. package/build/esm/vaccination.js +26 -26
  186. package/build/footer.js +18 -18
  187. package/build/gAssets.js +4 -4
  188. package/build/{getDynamicHealthTool-6e714117.js → getDynamicHealthTool-9b916593.js} +4 -4
  189. package/build/{getSocialList-d48ed635.js → getSocialList-8d52c739.js} +4 -4
  190. package/build/hooks.js +17 -17
  191. package/build/i18n/translationKeys.d.ts +1 -1
  192. package/build/i18n-values/en-PH.js +7 -0
  193. package/build/i18n-values/hi-IN.js +7 -0
  194. package/build/i18n-values/id-ID.js +7 -0
  195. package/build/i18n-values/km-KH.js +7 -0
  196. package/build/i18n-values/ms-MY.js +12 -5
  197. package/build/i18n-values/my-MM.js +7 -0
  198. package/build/i18n-values/th-TH.js +7 -0
  199. package/build/i18n-values/tl-PH.js +7 -0
  200. package/build/i18n-values/vi-VN.js +7 -0
  201. package/build/i18n-values/vi-VN_MB.js +7 -0
  202. package/build/i18n-values/zh-TW.js +7 -0
  203. package/build/i18n.js +1 -1
  204. package/build/i18nV2.js +1 -1
  205. package/build/{index-56c06c8a.js → index-1728a0fb.js} +566 -1477
  206. package/build/{index-8907f43d.js → index-175fae83.js} +3 -3
  207. package/build/{index-94897f2e.js → index-1d60012a.js} +33 -32
  208. package/build/{index-0df51825.js → index-2efaec1c.js} +2 -2
  209. package/build/{index-de163db7.js → index-43a2ec42.js} +4 -4
  210. package/build/{index-ef52fcb6.js → index-48d11d50.js} +12 -12
  211. package/build/{index-8a895fa3.js → index-6f5cea2e.js} +4 -4
  212. package/build/{index-9624b24c.js → index-7333ef6e.js} +2 -2
  213. package/build/{index-dfa0a536.js → index-7dca68ed.js} +4 -4
  214. package/build/{index-8448e097.js → index-7fde5628.js} +8 -6
  215. package/build/{index-549b661c.js → index-801dacb5.js} +2 -2
  216. package/build/{index-41fb9b9e.js → index-82df9f09.js} +1 -1
  217. package/build/{index-e82cb100.js → index-882711da.js} +10 -10
  218. package/build/{index-791f5136.js → index-8f850804.js} +6 -6
  219. package/build/index-92605c56.js +1066 -0
  220. package/build/{index-ecdd422d.js → index-a9b9b4a2.js} +10 -10
  221. package/build/{index-4b9c6b05.js → index-b5a57c58.js} +2 -2
  222. package/build/{index-5cb50f4e.js → index-bdcac4a3.js} +2 -2
  223. package/build/{index-98501021.js → index-c8cb61d0.js} +9 -9
  224. package/build/{index-df6a14e3.js → index-d3ce3b3d.js} +11 -11
  225. package/build/{index-d26020a5.js → index-db2f7705.js} +2 -2
  226. package/build/{index-94ac3eb7.js → index-e613f454.js} +2 -2
  227. package/build/{index-3274ae34.js → index-e9c98a34.js} +2 -2
  228. package/build/{index-113434f0.js → index-f0139f08.js} +2 -2
  229. package/build/{index-0bcbb4c0.js → index-fa9f22c1.js} +2 -2
  230. package/build/index.js +71 -69
  231. package/build/{index.styled-50cdab30.js → index.styled-91aafd59.js} +2 -2
  232. package/build/{index.styles-1b468115.js → index.styles-072537b8.js} +52 -37
  233. package/build/lead/components/close.d.ts +2 -2
  234. package/build/lead.js +29 -29
  235. package/build/mantine.js +18 -18
  236. package/build/misc.js +19 -19
  237. package/build/navigation.js +35 -35
  238. package/build/onboardingV2.js +31 -31
  239. package/build/pwg.js +19 -19
  240. package/build/{routing-30c0c0cc.js → routing-32087004.js} +2 -2
  241. package/build/subot.js +22 -22
  242. package/build/together.js +34 -34
  243. package/build/{types-e26017f6.js → types-0c86e9c7.js} +14 -14
  244. package/build/{types-50b24c04.js → types-b78db9c2.js} +30 -30
  245. package/build/types.js +1 -1
  246. package/build/{useCategory-2e85f16e.js → useCategory-2bf203c5.js} +5 -5
  247. package/build/{useHealthToolCache-07ed2426.js → useHealthToolCache-c7d8a697.js} +2 -2
  248. package/build/{useMantineLocale-ce50b703.js → useMantineLocale-aaac90cf.js} +3 -3
  249. package/build/{usePlacesAutocomplete-cd1fbe0f.js → usePlacesAutocomplete-e42ca065.js} +1 -1
  250. package/build/{useTranslations-f93487c0.js → useTranslations-4b7bc620.js} +1 -1
  251. package/build/{utils-715f6b2e.js → utils-05da370d.js} +4 -4
  252. package/build/{utils-bcf0929c.js → utils-29b6e250.js} +1 -1
  253. package/build/{utils-bff8f8a5.js → utils-f9790657.js} +5 -5
  254. package/build/vaccination.js +26 -26
  255. package/package.json +1 -1
  256. package/build/components/babyGrowth/babyGrowthForm/layout/horizonal/index.d.ts +0 -3
  257. package/build/components/babyGrowth/babyGrowthForm/layout/vertical/index.d.ts +0 -2
  258. package/build/components/molecules/bmiForm/index.d.ts +0 -4
  259. package/build/components/molecules/bmiForm/index.styled.d.ts +0 -23
  260. package/build/components/molecules/embeddedHeathToolCards/baby-growth/context.d.ts +0 -12
  261. package/build/components/molecules/embeddedHeathToolCards/baby-growth/form.d.ts +0 -3
  262. package/build/components/molecules/embeddedHeathToolCards/baby-growth/index.styled.d.ts +0 -17
  263. package/build/components/molecules/embeddedHeathToolCards/bmi/form.d.ts +0 -2
  264. package/build/components/molecules/thrForm/index.d.ts +0 -15
  265. package/build/esm/components/babyGrowth/babyGrowthForm/layout/horizonal/index.d.ts +0 -3
  266. package/build/esm/components/babyGrowth/babyGrowthForm/layout/vertical/index.d.ts +0 -2
  267. package/build/esm/components/molecules/bmiForm/index.d.ts +0 -4
  268. package/build/esm/components/molecules/bmiForm/index.styled.d.ts +0 -23
  269. package/build/esm/components/molecules/embeddedHeathToolCards/baby-growth/context.d.ts +0 -12
  270. package/build/esm/components/molecules/embeddedHeathToolCards/baby-growth/form.d.ts +0 -3
  271. package/build/esm/components/molecules/embeddedHeathToolCards/baby-growth/index.styled.d.ts +0 -17
  272. package/build/esm/components/molecules/embeddedHeathToolCards/bmi/form.d.ts +0 -2
  273. package/build/esm/components/molecules/thrForm/index.d.ts +0 -15
  274. package/build/esm/index-a83b3eb1.js +0 -370
  275. package/build/index-efa41cd3.js +0 -380
  276. /package/build/{BMI_BOYS.percentile.monthly-dcd3084a.js → BMI_BOYS.percentile.monthly-10cecf79.js} +0 -0
  277. /package/build/{BMI_BOYS.percentile.weekly-a6f782f3.js → BMI_BOYS.percentile.weekly-11b2ffc2.js} +0 -0
  278. /package/build/{BMI_BOYS.percentile.yearly-e429bfed.js → BMI_BOYS.percentile.yearly-e6fd9caf.js} +0 -0
  279. /package/build/{BMI_BOYS.zscore.monthly-f4bbfcb6.js → BMI_BOYS.zscore.monthly-c64fdf22.js} +0 -0
  280. /package/build/{BMI_BOYS.zscore.weekly-20a38240.js → BMI_BOYS.zscore.weekly-76ad20d9.js} +0 -0
  281. /package/build/{BMI_BOYS.zscore.yearly-6dcaf111.js → BMI_BOYS.zscore.yearly-48cd940e.js} +0 -0
  282. /package/build/{BMI_GIRLS.percentile.monthly-8e969202.js → BMI_GIRLS.percentile.monthly-c740c3b8.js} +0 -0
  283. /package/build/{BMI_GIRLS.percentile.weekly-b1170d1d.js → BMI_GIRLS.percentile.weekly-8eb0387d.js} +0 -0
  284. /package/build/{BMI_GIRLS.percentile.yearly-9489f889.js → BMI_GIRLS.percentile.yearly-60f5e7f3.js} +0 -0
  285. /package/build/{BMI_GIRLS.zscore.monthly-e8e08d44.js → BMI_GIRLS.zscore.monthly-b29ee95b.js} +0 -0
  286. /package/build/{BMI_GIRLS.zscore.weekly-64cb4f0d.js → BMI_GIRLS.zscore.weekly-c3966c17.js} +0 -0
  287. /package/build/{BMI_GIRLS.zscore.yearly-b135827f.js → BMI_GIRLS.zscore.yearly-1782b20b.js} +0 -0
  288. /package/build/{ChevronDown-82bb0d63.js → ChevronDown-3fa3b02e.js} +0 -0
  289. /package/build/{Close-f3430e52.js → Close-e8faece3.js} +0 -0
  290. /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-a8ca64b7.js → HEAD CIRCUM_BOYS.percentile.monthly-040402b6.js} +0 -0
  291. /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-e8d1782b.js → HEAD CIRCUM_BOYS.percentile.weekly-91756039.js} +0 -0
  292. /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-f68eb2a7.js → HEAD CIRCUM_BOYS.percentile.yearly-f241d4d7.js} +0 -0
  293. /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-52fb2c4b.js → HEAD CIRCUM_BOYS.zscore.monthly-262ca0eb.js} +0 -0
  294. /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-5694f8a3.js → HEAD CIRCUM_BOYS.zscore.weekly-7350a7ec.js} +0 -0
  295. /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-867a9bd9.js → HEAD CIRCUM_BOYS.zscore.yearly-f4072ef3.js} +0 -0
  296. /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-2207ee26.js → HEAD CIRCUM_GIRLS.percentile.monthly-791954bd.js} +0 -0
  297. /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-6736e2ee.js → HEAD CIRCUM_GIRLS.percentile.weekly-ab0d7571.js} +0 -0
  298. /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-76d25dc8.js → HEAD CIRCUM_GIRLS.percentile.yearly-75693bbb.js} +0 -0
  299. /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-08523a75.js → HEAD CIRCUM_GIRLS.zscore.monthly-20959fa0.js} +0 -0
  300. /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-2b70d82b.js → HEAD CIRCUM_GIRLS.zscore.weekly-28d1a7e7.js} +0 -0
  301. /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-552055e8.js → HEAD CIRCUM_GIRLS.zscore.yearly-b895759b.js} +0 -0
  302. /package/build/{HEIGHT_BOYS.percentile.monthly-5ab92c81.js → HEIGHT_BOYS.percentile.monthly-84fa447e.js} +0 -0
  303. /package/build/{HEIGHT_BOYS.percentile.weekly-91719547.js → HEIGHT_BOYS.percentile.weekly-3118aabf.js} +0 -0
  304. /package/build/{HEIGHT_BOYS.percentile.yearly-f37750e0.js → HEIGHT_BOYS.percentile.yearly-eceb972e.js} +0 -0
  305. /package/build/{HEIGHT_BOYS.zscore.monthly-dde2d0dd.js → HEIGHT_BOYS.zscore.monthly-1d873a8f.js} +0 -0
  306. /package/build/{HEIGHT_BOYS.zscore.weekly-92a4aff3.js → HEIGHT_BOYS.zscore.weekly-a5ce553a.js} +0 -0
  307. /package/build/{HEIGHT_BOYS.zscore.yearly-a15ba129.js → HEIGHT_BOYS.zscore.yearly-908882ae.js} +0 -0
  308. /package/build/{HEIGHT_GIRLS.percentile.monthly-6f87db85.js → HEIGHT_GIRLS.percentile.monthly-87aadcf5.js} +0 -0
  309. /package/build/{HEIGHT_GIRLS.percentile.weekly-48d71e86.js → HEIGHT_GIRLS.percentile.weekly-d2fc5e48.js} +0 -0
  310. /package/build/{HEIGHT_GIRLS.percentile.yearly-aad587aa.js → HEIGHT_GIRLS.percentile.yearly-aa64cb4d.js} +0 -0
  311. /package/build/{HEIGHT_GIRLS.zscore.monthly-15f6136f.js → HEIGHT_GIRLS.zscore.monthly-a1cfb679.js} +0 -0
  312. /package/build/{HEIGHT_GIRLS.zscore.weekly-3ff8860a.js → HEIGHT_GIRLS.zscore.weekly-ef516886.js} +0 -0
  313. /package/build/{HEIGHT_GIRLS.zscore.yearly-b7ec938c.js → HEIGHT_GIRLS.zscore.yearly-849374b2.js} +0 -0
  314. /package/build/{Visible-bb6e9ef6.js → Visible-35d62e19.js} +0 -0
  315. /package/build/{WEIGHT_BOYS.percentile.monthly-1aba5bbb.js → WEIGHT_BOYS.percentile.monthly-8e534868.js} +0 -0
  316. /package/build/{WEIGHT_BOYS.percentile.weekly-54cdedc5.js → WEIGHT_BOYS.percentile.weekly-15591e59.js} +0 -0
  317. /package/build/{WEIGHT_BOYS.percentile.yearly-0c0990e7.js → WEIGHT_BOYS.percentile.yearly-845bb7f1.js} +0 -0
  318. /package/build/{WEIGHT_BOYS.zscore.monthly-cedabde8.js → WEIGHT_BOYS.zscore.monthly-bc767cb2.js} +0 -0
  319. /package/build/{WEIGHT_BOYS.zscore.weekly-4bbffbf9.js → WEIGHT_BOYS.zscore.weekly-d3b6c3e4.js} +0 -0
  320. /package/build/{WEIGHT_BOYS.zscore.yearly-21de5d1c.js → WEIGHT_BOYS.zscore.yearly-1dba4dd4.js} +0 -0
  321. /package/build/{WEIGHT_GIRLS.percentile.monthly-f23e1bb9.js → WEIGHT_GIRLS.percentile.monthly-d3289c03.js} +0 -0
  322. /package/build/{WEIGHT_GIRLS.percentile.weekly-a204fb02.js → WEIGHT_GIRLS.percentile.weekly-e891cc6f.js} +0 -0
  323. /package/build/{WEIGHT_GIRLS.percentile.yearly-fae5efe1.js → WEIGHT_GIRLS.percentile.yearly-deb1e4d7.js} +0 -0
  324. /package/build/{WEIGHT_GIRLS.zscore.monthly-4237f532.js → WEIGHT_GIRLS.zscore.monthly-809dc701.js} +0 -0
  325. /package/build/{WEIGHT_GIRLS.zscore.weekly-19bd31dd.js → WEIGHT_GIRLS.zscore.weekly-02c5ecc4.js} +0 -0
  326. /package/build/{WEIGHT_GIRLS.zscore.yearly-5f38cdaf.js → WEIGHT_GIRLS.zscore.yearly-5f5b27dc.js} +0 -0
  327. /package/build/{animation-a5076c5c.js → animation-5e0f6868.js} +0 -0
  328. /package/build/{cart-e93f4b8f.js → cart-e100ef1a.js} +0 -0
  329. /package/build/components/babyGrowth/babyGrowthForm/layout/{vertical → default}/index.styled.d.ts +0 -0
  330. /package/build/components/{babyGrowth/babyGrowthForm → molecules/healthTools/cardWrapper/banner}/index.styles.d.ts +0 -0
  331. /package/build/{esm/components/babyGrowth/babyGrowthForm → components/molecules/healthTools/cardWrapper/body}/index.styles.d.ts +0 -0
  332. /package/build/{cookieHelper-74cb509b.js → cookieHelper-460f0a2e.js} +0 -0
  333. /package/build/{doctor-f279ce40.js → doctor-9537820e.js} +0 -0
  334. /package/build/esm/{BMI_BOYS.percentile.monthly-d01dee28.js → BMI_BOYS.percentile.monthly-54d075c4.js} +0 -0
  335. /package/build/esm/{BMI_BOYS.percentile.weekly-591dcd44.js → BMI_BOYS.percentile.weekly-5ceb02fb.js} +0 -0
  336. /package/build/esm/{BMI_BOYS.percentile.yearly-84c2ff2c.js → BMI_BOYS.percentile.yearly-13e3460c.js} +0 -0
  337. /package/build/esm/{BMI_BOYS.zscore.monthly-c60f2b8a.js → BMI_BOYS.zscore.monthly-776d180e.js} +0 -0
  338. /package/build/esm/{BMI_BOYS.zscore.weekly-234a53d2.js → BMI_BOYS.zscore.weekly-9ffdec3b.js} +0 -0
  339. /package/build/esm/{BMI_BOYS.zscore.yearly-a226f2ef.js → BMI_BOYS.zscore.yearly-a00f0b6c.js} +0 -0
  340. /package/build/esm/{BMI_GIRLS.percentile.monthly-a51033e1.js → BMI_GIRLS.percentile.monthly-ee83265c.js} +0 -0
  341. /package/build/esm/{BMI_GIRLS.percentile.weekly-c9878aec.js → BMI_GIRLS.percentile.weekly-ca3cce68.js} +0 -0
  342. /package/build/esm/{BMI_GIRLS.percentile.yearly-f9440fbc.js → BMI_GIRLS.percentile.yearly-e036f6ab.js} +0 -0
  343. /package/build/esm/{BMI_GIRLS.zscore.monthly-ede0906b.js → BMI_GIRLS.zscore.monthly-5af108cd.js} +0 -0
  344. /package/build/esm/{BMI_GIRLS.zscore.weekly-d1705304.js → BMI_GIRLS.zscore.weekly-0ecc2200.js} +0 -0
  345. /package/build/esm/{BMI_GIRLS.zscore.yearly-b16db81c.js → BMI_GIRLS.zscore.yearly-55f05a1c.js} +0 -0
  346. /package/build/esm/{ChevronDown-11483d36.js → ChevronDown-cc1d5ce7.js} +0 -0
  347. /package/build/esm/{Close-4de58d34.js → Close-dca7dac0.js} +0 -0
  348. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-8de688d1.js → HEAD CIRCUM_BOYS.percentile.monthly-3e730199.js} +0 -0
  349. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-f8f3f13d.js → HEAD CIRCUM_BOYS.percentile.weekly-548609a1.js} +0 -0
  350. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-4c8c407c.js → HEAD CIRCUM_BOYS.percentile.yearly-bb785e35.js} +0 -0
  351. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-0b4aa3f6.js → HEAD CIRCUM_BOYS.zscore.monthly-9a2bcaad.js} +0 -0
  352. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-18a43769.js → HEAD CIRCUM_BOYS.zscore.weekly-80b7ad24.js} +0 -0
  353. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-9f6b7910.js → HEAD CIRCUM_BOYS.zscore.yearly-f9284c20.js} +0 -0
  354. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-718cc0d3.js → HEAD CIRCUM_GIRLS.percentile.monthly-c9df5e68.js} +0 -0
  355. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-8a83f48b.js → HEAD CIRCUM_GIRLS.percentile.weekly-7adf8466.js} +0 -0
  356. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-52856089.js → HEAD CIRCUM_GIRLS.percentile.yearly-dc185880.js} +0 -0
  357. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-e3600c49.js → HEAD CIRCUM_GIRLS.zscore.monthly-a38ecb84.js} +0 -0
  358. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-79f6f5cb.js → HEAD CIRCUM_GIRLS.zscore.weekly-93f5d76a.js} +0 -0
  359. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-af14607e.js → HEAD CIRCUM_GIRLS.zscore.yearly-f187e395.js} +0 -0
  360. /package/build/esm/{HEIGHT_BOYS.percentile.monthly-53adf68c.js → HEIGHT_BOYS.percentile.monthly-a92436d0.js} +0 -0
  361. /package/build/esm/{HEIGHT_BOYS.percentile.weekly-96c96901.js → HEIGHT_BOYS.percentile.weekly-6b6c78d3.js} +0 -0
  362. /package/build/esm/{HEIGHT_BOYS.percentile.yearly-92fac142.js → HEIGHT_BOYS.percentile.yearly-ba3da901.js} +0 -0
  363. /package/build/esm/{HEIGHT_BOYS.zscore.monthly-a8ae1335.js → HEIGHT_BOYS.zscore.monthly-acd64dd3.js} +0 -0
  364. /package/build/esm/{HEIGHT_BOYS.zscore.weekly-fbb0fdc9.js → HEIGHT_BOYS.zscore.weekly-1a285c6d.js} +0 -0
  365. /package/build/esm/{HEIGHT_BOYS.zscore.yearly-9b483c0e.js → HEIGHT_BOYS.zscore.yearly-de1e0782.js} +0 -0
  366. /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-34982fd3.js → HEIGHT_GIRLS.percentile.monthly-eb2cdec5.js} +0 -0
  367. /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-29c0db88.js → HEIGHT_GIRLS.percentile.weekly-43dbe71c.js} +0 -0
  368. /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-c56a2b85.js → HEIGHT_GIRLS.percentile.yearly-e4ca6843.js} +0 -0
  369. /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-54e7c91a.js → HEIGHT_GIRLS.zscore.monthly-4378a35a.js} +0 -0
  370. /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-7ee17f47.js → HEIGHT_GIRLS.zscore.weekly-37c6db9b.js} +0 -0
  371. /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-2703cbc0.js → HEIGHT_GIRLS.zscore.yearly-4c937296.js} +0 -0
  372. /package/build/esm/{Visible-764c3f20.js → Visible-3c9a41fd.js} +0 -0
  373. /package/build/esm/{WEIGHT_BOYS.percentile.monthly-4fa8e732.js → WEIGHT_BOYS.percentile.monthly-6a3e5ebb.js} +0 -0
  374. /package/build/esm/{WEIGHT_BOYS.percentile.weekly-9c4083bd.js → WEIGHT_BOYS.percentile.weekly-b442dea5.js} +0 -0
  375. /package/build/esm/{WEIGHT_BOYS.percentile.yearly-16f24d04.js → WEIGHT_BOYS.percentile.yearly-5b775029.js} +0 -0
  376. /package/build/esm/{WEIGHT_BOYS.zscore.monthly-2f83fe06.js → WEIGHT_BOYS.zscore.monthly-b8b10877.js} +0 -0
  377. /package/build/esm/{WEIGHT_BOYS.zscore.weekly-50cc1af5.js → WEIGHT_BOYS.zscore.weekly-97f53c53.js} +0 -0
  378. /package/build/esm/{WEIGHT_BOYS.zscore.yearly-8f90b025.js → WEIGHT_BOYS.zscore.yearly-cf9acc40.js} +0 -0
  379. /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-e37853d5.js → WEIGHT_GIRLS.percentile.monthly-3da157fb.js} +0 -0
  380. /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-bd34beb7.js → WEIGHT_GIRLS.percentile.weekly-3b7bc0f8.js} +0 -0
  381. /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-e5b561b3.js → WEIGHT_GIRLS.percentile.yearly-5ca3351d.js} +0 -0
  382. /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-fc495d36.js → WEIGHT_GIRLS.zscore.monthly-595e1047.js} +0 -0
  383. /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-393e2b93.js → WEIGHT_GIRLS.zscore.weekly-4b7b68df.js} +0 -0
  384. /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-08062bc8.js → WEIGHT_GIRLS.zscore.yearly-fc16d78f.js} +0 -0
  385. /package/build/esm/{animation-8547e091.js → animation-349f7e53.js} +0 -0
  386. /package/build/esm/{cart-0bba17ab.js → cart-f74016c6.js} +0 -0
  387. /package/build/esm/components/babyGrowth/babyGrowthForm/layout/{vertical → default}/index.styled.d.ts +0 -0
  388. /package/build/esm/{cookieHelper-36dd27eb.js → cookieHelper-c1546cbf.js} +0 -0
  389. /package/build/esm/{doctor-3c5327a9.js → doctor-e5fb9fc4.js} +0 -0
  390. /package/build/esm/{index-219ed8dd.js → index-109297bc.js} +0 -0
  391. /package/build/esm/{index-1d94ce29.js → index-1b9ffbd6.js} +0 -0
  392. /package/build/esm/{index-65b852a2.js → index-1d2f64a3.js} +0 -0
  393. /package/build/esm/{index-79a8b4ef.js → index-64244973.js} +0 -0
  394. /package/build/esm/{isProduction-0e6640c6.js → isProduction-c6b1d6af.js} +0 -0
  395. /package/build/esm/{localizeNumberFormat-dc4e3255.js → localizeNumberFormat-ec90c96a.js} +0 -0
  396. /package/build/esm/{normalizeLink-7581bee1.js → normalizeLink-5209a012.js} +0 -0
  397. /package/build/esm/{number-46eeabc4.js → number-56f5ed86.js} +0 -0
  398. /package/build/esm/{paths-6d282f7b.js → paths-61537810.js} +0 -0
  399. /package/build/esm/{theme-42c08fa1.js → theme-6f62cbb9.js} +0 -0
  400. /package/build/esm/{translationsContext-abfd0776.js → translationsContext-cd062415.js} +0 -0
  401. /package/build/esm/{tslib.es6-85c9ab93.js → tslib.es6-3bef2a97.js} +0 -0
  402. /package/build/esm/{types-7b4f784b.js → types-593cf336.js} +0 -0
  403. /package/build/esm/{useIsInit-cf12a2c1.js → useIsInit-4d619d80.js} +0 -0
  404. /package/build/esm/{useOutsideClick-eb15471a.js → useOutsideClick-e4786bd1.js} +0 -0
  405. /package/build/esm/{useScrollbarSize-98f36cd2.js → useScrollbarSize-45238b20.js} +0 -0
  406. /package/build/esm/{useUniqueId-04125311.js → useUniqueId-99121793.js} +0 -0
  407. /package/build/esm/{utils-878fd685.js → utils-bee16635.js} +0 -0
  408. /package/build/{index-91525876.js → index-6a30d0e7.js} +0 -0
  409. /package/build/{index-dc672229.js → index-e4d74572.js} +0 -0
  410. /package/build/{index-d731f94b.js → index-f4ef77a5.js} +0 -0
  411. /package/build/{index-904c8b18.js → index-fcbf000b.js} +0 -0
  412. /package/build/{isProduction-ed69b5df.js → isProduction-900d7e58.js} +0 -0
  413. /package/build/{localizeNumberFormat-9cae69c0.js → localizeNumberFormat-192c7df7.js} +0 -0
  414. /package/build/{normalizeLink-ca17c715.js → normalizeLink-9d0e5628.js} +0 -0
  415. /package/build/{number-47e84257.js → number-5c5e1246.js} +0 -0
  416. /package/build/{paths-c5dd4274.js → paths-3086512a.js} +0 -0
  417. /package/build/{theme-8dd065df.js → theme-0098376a.js} +0 -0
  418. /package/build/{translationsContext-5f2a4595.js → translationsContext-6800f8c7.js} +0 -0
  419. /package/build/{tslib.es6-37852941.js → tslib.es6-8a4cd7af.js} +0 -0
  420. /package/build/{types-ad40ba6a.js → types-e5279ba1.js} +0 -0
  421. /package/build/{useIsInit-29b3c929.js → useIsInit-a0acf846.js} +0 -0
  422. /package/build/{useOutsideClick-89a3e499.js → useOutsideClick-39132b1e.js} +0 -0
  423. /package/build/{useScrollbarSize-484a243b.js → useScrollbarSize-f2a8c5cd.js} +0 -0
  424. /package/build/{useUniqueId-4e027c4d.js → useUniqueId-cb5c26cf.js} +0 -0
  425. /package/build/{utils-2627ae1b.js → utils-52e23ae9.js} +0 -0
@@ -1,30 +1,30 @@
1
- export { F as Footer } from './index-23e39ae7.js';
1
+ export { F as Footer } from './index-773f8ce7.js';
2
2
  import 'react';
3
- import './index-219ed8dd.js';
3
+ import './index-109297bc.js';
4
4
  import 'dayjs';
5
- import './index-1191e333.js';
5
+ import './index-36342c41.js';
6
6
  import 'date-fns/locale';
7
- import './index-79a8b4ef.js';
8
- import './isProduction-0e6640c6.js';
9
- import './index-866e1e59.js';
10
- import './tslib.es6-85c9ab93.js';
7
+ import './index-64244973.js';
8
+ import './isProduction-c6b1d6af.js';
9
+ import './index-589afc7b.js';
10
+ import './tslib.es6-3bef2a97.js';
11
11
  import '@hhgtech/icons/other';
12
12
  import '@mantine/core';
13
13
  import '@mantine/hooks';
14
- import './index-5f675e1c.js';
15
- import './utils-878fd685.js';
14
+ import './index-557728ba.js';
15
+ import './utils-bee16635.js';
16
16
  import '@emotion/styled';
17
17
  import '@mantine/carousel';
18
- import './index-6e0f2380.js';
19
- import './theme-42c08fa1.js';
20
- import './useMantineLocale-dbec4e01.js';
18
+ import './index-e95beac7.js';
19
+ import './theme-6f62cbb9.js';
20
+ import './useMantineLocale-2e410077.js';
21
21
  import 'classnames';
22
- import './useUniqueId-04125311.js';
22
+ import './useUniqueId-99121793.js';
23
23
  import '@hhgtech/icons/core';
24
24
  import '@mantine/dates';
25
- import './translationsContext-abfd0776.js';
25
+ import './translationsContext-cd062415.js';
26
26
  import 'string-format';
27
- import './index-122290a6.js';
28
- import './utils-d6c3851b.js';
29
- import './index-7f868691.js';
30
- import './index.styled-34d5c912.js';
27
+ import './index-0362293f.js';
28
+ import './utils-696c2277.js';
29
+ import './index-c681e2c0.js';
30
+ import './index.styled-c6fc8599.js';
@@ -1,5 +1,5 @@
1
- export { C as CommonGAssets, G as GAssets } from './index-5f675e1c.js';
2
- import './index-1191e333.js';
1
+ export { C as CommonGAssets, G as GAssets } from './index-557728ba.js';
2
+ import './index-36342c41.js';
3
3
  import 'date-fns/locale';
4
- import './index-79a8b4ef.js';
5
- import './isProduction-0e6640c6.js';
4
+ import './index-64244973.js';
5
+ import './isProduction-c6b1d6af.js';
@@ -1,7 +1,7 @@
1
- import { a as __awaiter } from './tslib.es6-85c9ab93.js';
2
- import { n as normalizeLinkSlash } from './normalizeLink-7581bee1.js';
3
- import { c as getDiscoverApiDomain } from './routing-ce281ad0.js';
4
- import { g as getDataWithCache } from './core-ce928c66.js';
1
+ import { a as __awaiter } from './tslib.es6-3bef2a97.js';
2
+ import { n as normalizeLinkSlash } from './normalizeLink-5209a012.js';
3
+ import { c as getDiscoverApiDomain } from './routing-1f4885ef.js';
4
+ import { g as getDataWithCache } from './core-a67155a1.js';
5
5
 
6
6
  const formatHealthTool = (healthTool, locale) => {
7
7
  var _a, _b;
@@ -1,8 +1,8 @@
1
1
  import React__default from 'react';
2
- import { _ as __rest } from './tslib.es6-85c9ab93.js';
3
- import { W as WhatsApp, I as Instagram } from './WhatsApp-9029e044.js';
4
- import { S as SocialType, L as LOCALE } from './index-79a8b4ef.js';
5
- import { C as CommonGAssets } from './index-5f675e1c.js';
2
+ import { _ as __rest } from './tslib.es6-3bef2a97.js';
3
+ import { W as WhatsApp, I as Instagram } from './WhatsApp-fc67cdc3.js';
4
+ import { S as SocialType, L as LOCALE } from './index-64244973.js';
5
+ import { C as CommonGAssets } from './index-557728ba.js';
6
6
 
7
7
  const Facebook = (_a) => {
8
8
  var { size } = _a, rest = __rest(_a, ["size"]);
@@ -1,21 +1,21 @@
1
- export { u as useTranslations } from './useTranslations-182b98b0.js';
2
- export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-98f36cd2.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-4d8c9a39.js';
4
- export { u as useHealthToolsCache } from './useHealthToolCache-b64f14d8.js';
5
- export { u as useIsInit } from './useIsInit-cf12a2c1.js';
6
- export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-eb15471a.js';
7
- export { u as useInitialMount, a as useUniqueId } from './useUniqueId-04125311.js';
1
+ export { u as useTranslations } from './useTranslations-60d9d240.js';
2
+ export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-45238b20.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-cb3ec433.js';
4
+ export { u as useHealthToolsCache } from './useHealthToolCache-d96a3f7b.js';
5
+ export { u as useIsInit } from './useIsInit-4d619d80.js';
6
+ export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-e4786bd1.js';
7
+ export { u as useInitialMount, a as useUniqueId } from './useUniqueId-99121793.js';
8
8
  import 'react';
9
- import './translationsContext-abfd0776.js';
9
+ import './translationsContext-cd062415.js';
10
10
  import 'string-format';
11
11
  import 'lodash/debounce';
12
- import './tslib.es6-85c9ab93.js';
13
- import './cookieHelper-36dd27eb.js';
14
- import './index-79a8b4ef.js';
15
- import './getDynamicHealthTool-8464e866.js';
16
- import './normalizeLink-7581bee1.js';
17
- import './routing-ce281ad0.js';
18
- import './index-1191e333.js';
12
+ import './tslib.es6-3bef2a97.js';
13
+ import './cookieHelper-c1546cbf.js';
14
+ import './index-64244973.js';
15
+ import './getDynamicHealthTool-aa203db5.js';
16
+ import './normalizeLink-5209a012.js';
17
+ import './routing-1f4885ef.js';
18
+ import './index-36342c41.js';
19
19
  import 'date-fns/locale';
20
- import './isProduction-0e6640c6.js';
21
- import './core-ce928c66.js';
20
+ import './isProduction-c6b1d6af.js';
21
+ import './core-a67155a1.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.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' | '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' | 'cardReactions.comment' | 'cardReactions.repliesCount' | 'cardReactions.reply' | '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' | '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' | 'chooseBaby.button' | 'chooseBaby.new' | 'chooseBaby.placeholder' | 'chooseBaby.title' | 'comment.count' | 'comment.seeMoreComments' | 'comment.seeMoreReplies' | 'commentPopup.warning.newPost' | 'common.profileNavigator.newsletterSubscription' | 'community.choose' | 'community.notification.joined' | 'community.notification.left' | 'copied' | 'copy' | 'createPost.askDoctor' | 'createPost.askDoctorChoice.no' | 'createPost.askDoctorChoice.yes' | 'createPost.message.askDoctorRequire' | '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.postAnonymous' | 'createPost.title' | 'createPost.urlText' | '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' | '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.menu.category.view' | 'home.navigator.menu.care.homeButton' | 'home.navigator.menu.care.noDatas.cta' | 'home.navigator.menu.care.noDatas.description' | 'home.navigator.menu.care.noDatas.title' | 'home.navigator.menu.category.noDatas.cta' | 'home.navigator.menu.category.noDatas.description' | 'home.navigator.menu.category.noDatas.title' | 'home.navigator.menu.healthTools.noDatas.cta' | 'home.navigator.menu.healthTools.noDatas.description' | 'home.navigator.menu.healthTools.noDatas.title' | 'home.navigator.menu.spotlightEcom' | 'home.navigator.menu.spotlightHospitals' | 'home.navigator.menu.spotlightTools' | 'home.navigator.menu.spotlights' | 'home.navigator.menu.spotlights.seeAll' | 'home.navigator.menu.together.noPosts.cta' | 'home.navigator.menu.together.noPosts.description' | 'home.navigator.menu.together.noPosts.title' | 'home.navigator.menu.trendingPosts' | 'home.navigator.menu.trendingPosts.seeMore' | 'home.navigator.menuItem.allCategories' | 'home.navigator.menuItem.allCommunities' | 'home.navigator.menuItem.allCommunitiesheadingTitle' | 'home.navigator.menuItem.allHealthTools' | 'home.navigator.menuItem.allSpecialties' | 'home.navigator.menuItem.allSpotlight' | 'home.navigator.menuItem.discover' | 'home.navigator.menuItem.healthCategories' | 'home.navigator.menuItem.healthTools' | 'home.navigator.menuItem.healthToolsList' | 'home.navigator.menuItem.helloCare' | 'home.navigator.menuItem.helloEcom' | 'home.navigator.menuItem.helloTogether' | 'home.navigator.menuItem.language' | 'home.navigator.menuItem.new' | 'home.navigator.menuItem.specialties' | 'home.navigator.menuItem.spotlights' | 'home.search' | 'home.seeAll' | 'home.seeAllCategories' | 'home.seeExpert' | 'home.seeHospital' | 'home.seeMore' | 'home.seeMoreExperts' | 'hospital.content.description' | 'inputComment.replyTo' | 'insert' | 'label.latestPost' | 'label.pinnedPost' | '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.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.similac.term.error' | '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.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' | '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' | 'sensitiveMask.blur' | 'sensitiveMask.contentWarningDescription' | 'sensitiveMask.contentWarningMessage' | 'sensitiveMask.unblur' | 'share.copyLink' | 'share.letsJoinCommunity' | 'share.letsJoinTopic' | 'share.linkCopied' | 'share.linkShared' | 'share.title' | 'shareContainer.title' | 'similac.thankYou.done' | '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.checkYrs' | 'tools.heading.on' | 'tools.selectBabyGender' | 'tools.selectGender' | '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.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' | 'verifyBotAnswer.confirmEndorse.accept' | 'verifyBotAnswer.confirmEndorse.cancel' | 'verifyBotAnswer.confirmEndorse.description' | 'verifyBotAnswer.confirmEndorse.heading' | 'lead.otp.phoneLabel' | 'lead.otp.phonePlaceholder';
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.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' | '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' | 'cardReactions.comment' | 'cardReactions.repliesCount' | 'cardReactions.reply' | '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' | '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' | 'chooseBaby.button' | 'chooseBaby.new' | 'chooseBaby.placeholder' | 'chooseBaby.title' | 'comment.count' | 'comment.seeMoreComments' | 'comment.seeMoreReplies' | 'commentPopup.warning.newPost' | 'common.profileNavigator.newsletterSubscription' | 'community.choose' | 'community.notification.joined' | 'community.notification.left' | 'copied' | 'copy' | 'createPost.askDoctor' | 'createPost.askDoctorChoice.no' | 'createPost.askDoctorChoice.yes' | 'createPost.message.askDoctorRequire' | '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.postAnonymous' | 'createPost.title' | 'createPost.urlText' | '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' | '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.menu.category.view' | 'home.navigator.menu.care.homeButton' | 'home.navigator.menu.care.noDatas.cta' | 'home.navigator.menu.care.noDatas.description' | 'home.navigator.menu.care.noDatas.title' | 'home.navigator.menu.category.noDatas.cta' | 'home.navigator.menu.category.noDatas.description' | 'home.navigator.menu.category.noDatas.title' | 'home.navigator.menu.healthTools.noDatas.cta' | 'home.navigator.menu.healthTools.noDatas.description' | 'home.navigator.menu.healthTools.noDatas.title' | 'home.navigator.menu.spotlightEcom' | 'home.navigator.menu.spotlightHospitals' | 'home.navigator.menu.spotlightTools' | 'home.navigator.menu.spotlights' | 'home.navigator.menu.spotlights.seeAll' | 'home.navigator.menu.together.noPosts.cta' | 'home.navigator.menu.together.noPosts.description' | 'home.navigator.menu.together.noPosts.title' | 'home.navigator.menu.trendingPosts' | 'home.navigator.menu.trendingPosts.seeMore' | 'home.navigator.menuItem.allCategories' | 'home.navigator.menuItem.allCommunities' | 'home.navigator.menuItem.allCommunitiesheadingTitle' | 'home.navigator.menuItem.allHealthTools' | 'home.navigator.menuItem.allSpecialties' | 'home.navigator.menuItem.allSpotlight' | 'home.navigator.menuItem.discover' | 'home.navigator.menuItem.healthCategories' | 'home.navigator.menuItem.healthTools' | 'home.navigator.menuItem.healthToolsList' | 'home.navigator.menuItem.helloCare' | 'home.navigator.menuItem.helloEcom' | 'home.navigator.menuItem.helloTogether' | 'home.navigator.menuItem.language' | 'home.navigator.menuItem.new' | 'home.navigator.menuItem.specialties' | 'home.navigator.menuItem.spotlights' | 'home.search' | 'home.seeAll' | 'home.seeAllCategories' | 'home.seeExpert' | 'home.seeHospital' | 'home.seeMore' | 'home.seeMoreExperts' | 'hospital.content.description' | 'inputComment.replyTo' | 'insert' | 'label.latestPost' | 'label.pinnedPost' | '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.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.similac.term.error' | '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.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' | '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' | 'sensitiveMask.blur' | 'sensitiveMask.contentWarningDescription' | 'sensitiveMask.contentWarningMessage' | 'sensitiveMask.unblur' | 'share.copyLink' | 'share.letsJoinCommunity' | 'share.letsJoinTopic' | 'share.linkCopied' | 'share.linkShared' | 'share.title' | 'shareContainer.title' | 'similac.thankYou.done' | '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' | '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.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' | 'verifyBotAnswer.confirmEndorse.accept' | 'verifyBotAnswer.confirmEndorse.cancel' | 'verifyBotAnswer.confirmEndorse.description' | 'verifyBotAnswer.confirmEndorse.heading' | 'lead.otp.phoneLabel' | 'lead.otp.phonePlaceholder';
@@ -222,6 +222,7 @@ var defaultTranslations = {
222
222
  "comment.seeMoreReplies": "See {count} more replies",
223
223
  "commentPopup.warning.newPost": "Your question will be public",
224
224
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
225
+ "common.sponsoredBy": "Sponsored By",
225
226
  "community.choose": "Choose a community",
226
227
  "community.notification.joined": "You joined {name} community",
227
228
  "community.notification.left": "You left {name} community",
@@ -564,10 +565,16 @@ var defaultTranslations = {
564
565
  "tool.selectPerson.other": "Other",
565
566
  "tool.selectPerson.yourSelf": "Your self",
566
567
  "toolPage.toolReviewer": "Medically Reviewed by {expert_name} on {date}",
568
+ "tools.checkYourKidsInput.label": "Are you checking for your kid?",
567
569
  "tools.checkYrs": "Are you checking for yourself?",
568
570
  "tools.heading.on": "on",
571
+ "tools.heartRateRangeErr": "Vui lòng nhập giá trị trong khoảng {min} - {max} bmp",
572
+ "tools.inputPlaceholder": "Ex: {content}",
573
+ "tools.requiredErrorMess.age": "Please enter a valid age",
574
+ "tools.requiredErrorMess.gender": "Please enter a gender",
569
575
  "tools.selectBabyGender": "What is your child's gender?",
570
576
  "tools.selectGender": "What is your gender?",
577
+ "tools.yearsOld": "years old",
571
578
  "userProfile.nav.card.eCom": "eShop",
572
579
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
580
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -222,6 +222,7 @@ var hiTranslations = {
222
222
  "comment.seeMoreReplies": "See {count} more replies",
223
223
  "commentPopup.warning.newPost": "आपका कमेंट सभी के लिए प्रकाशित किया जाएगा।",
224
224
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
225
+ "common.sponsoredBy": "द्वारा प्रायोजित",
225
226
  "community.choose": "Choose a community",
226
227
  "community.notification.joined": "You joined {name} community",
227
228
  "community.notification.left": "You left {name} community",
@@ -564,10 +565,16 @@ var hiTranslations = {
564
565
  "tool.selectPerson.other": "किसी और के लिए",
565
566
  "tool.selectPerson.yourSelf": "खुद के लिए ",
566
567
  "toolPage.toolReviewer": "{date} पर {expert_name} के द्वारा मेडिकली रिव्यू किया गया ",
568
+ "tools.checkYourKidsInput.label": "Are you checking for your kid?",
567
569
  "tools.checkYrs": "Are you checking for yourself?",
568
570
  "tools.heading.on": "पर",
571
+ "tools.heartRateRangeErr": "Vui lòng nhập giá trị trong khoảng {min} - {max} bmp",
572
+ "tools.inputPlaceholder": "Ex: {content}",
573
+ "tools.requiredErrorMess.age": "कृपया सही उम्र लिखें ",
574
+ "tools.requiredErrorMess.gender": "Please enter a gender",
569
575
  "tools.selectBabyGender": "आपके बेबी का जेंडर क्या है?",
570
576
  "tools.selectGender": "आपका जेंडर किया है? ",
577
+ "tools.yearsOld": "years old",
571
578
  "userProfile.nav.card.eCom": "eShop",
572
579
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
580
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -222,6 +222,7 @@ var idTranslations = {
222
222
  "comment.seeMoreReplies": "Lihat {count} balasan untuk Anda",
223
223
  "commentPopup.warning.newPost": "Semua orang bisa melihat pertanyaanmu",
224
224
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
225
+ "common.sponsoredBy": "Disponsori Oleh",
225
226
  "community.choose": "Pilih komunitas",
226
227
  "community.notification.joined": "Anda bergabung di komunitas {name}",
227
228
  "community.notification.left": "Anda keluar dari komunitas {name}",
@@ -564,10 +565,16 @@ var idTranslations = {
564
565
  "tool.selectPerson.other": "Orang lain",
565
566
  "tool.selectPerson.yourSelf": "Diri sendiri",
566
567
  "toolPage.toolReviewer": "Ditinjau oleh {expert_name} pada {date}",
568
+ "tools.checkYourKidsInput.label": "Anda sedang mengecek untuk anak Anda?",
567
569
  "tools.checkYrs": "Apakah Anda memeriksa untuk diri Anda sendiri?",
568
570
  "tools.heading.on": "pada",
571
+ "tools.heartRateRangeErr": "Silakan masukkan nilai antara {min} - {max} bpm",
572
+ "tools.inputPlaceholder": "Contoh: {konten}",
573
+ "tools.requiredErrorMess.age": "Masukkan usia yang valid.",
574
+ "tools.requiredErrorMess.gender": "Silakan masukkan jenis kelamin",
569
575
  "tools.selectBabyGender": "Apa jenis kelamin anak Anda?",
570
576
  "tools.selectGender": "Apa jenis kelamin Anda?",
577
+ "tools.yearsOld": "tahun",
571
578
  "userProfile.nav.card.eCom": "eShop",
572
579
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
580
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -222,6 +222,7 @@ var kmTranslations = {
222
222
  "comment.seeMoreReplies": "See {count} more replies",
223
223
  "commentPopup.warning.newPost": "មតិរបស់អ្នកនឹងបង្ហាញជាសាធារណៈ",
224
224
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
225
+ "common.sponsoredBy": "គាំទ្រដោយ",
225
226
  "community.choose": "Choose a community",
226
227
  "community.notification.joined": "You joined {name} community",
227
228
  "community.notification.left": "You left {name} community",
@@ -564,10 +565,16 @@ var kmTranslations = {
564
565
  "tool.selectPerson.other": "អ្នកផ្សេង",
565
566
  "tool.selectPerson.yourSelf": "ខ្លួនឯង",
566
567
  "toolPage.toolReviewer": "ត្រួតពិនិត្យដោយ {expert_name} នៅ​ {date}",
568
+ "tools.checkYourKidsInput.label": "តើអ្នកកំពុងពិនិត្យសម្រាប់កូនរបស់អ្នកឬ?",
567
569
  "tools.checkYrs": "តើ​អ្នក​កំពុង​ពិនិត្យ​សម្រាប់​អ្នក​ខ្លះ​ឫ?",
568
570
  "tools.heading.on": "នៅលើ",
571
+ "tools.heartRateRangeErr": "សូមបញ្ចូលតម្លៃក្នុងចន្លោះ {min} - {max} bpm",
572
+ "tools.inputPlaceholder": "ឧទាហរណ៍: {មាតិកា}",
573
+ "tools.requiredErrorMess.age": "សូមបញ្ចូលអាយុឲ្យបានត្រឹមត្រូវ",
574
+ "tools.requiredErrorMess.gender": "សូមបញ្ចូលភេទ",
569
575
  "tools.selectBabyGender": "កូនប្រុសឬស្រី?",
570
576
  "tools.selectGender": "អ្នកភេទអ្វីដែរ?",
577
+ "tools.yearsOld": "ឆ្នាំ",
571
578
  "userProfile.nav.card.eCom": "eShop",
572
579
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
580
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -142,16 +142,16 @@ var msTranslations = {
142
142
  "booking.searchBar.locationPlaceholder": "Enter city",
143
143
  "booking.searchBar.noResults": "No Results",
144
144
  "booking.searchBar.placeholder.doctor": "Search by doctor name",
145
- "booking.searchBar.placeholder.hospital": "Search by hospital name",
145
+ "booking.searchBar.placeholder.hospital": "Cari mengikut nama hospital",
146
146
  "booking.searchBar.placeholder.service": "Search by service",
147
- "booking.searchBar.placeholder.specialty": "Search by specialty",
147
+ "booking.searchBar.placeholder.specialty": "Cari mengikut kepakaran",
148
148
  "booking.searchBar.popularKey": "Carian Kunci Popular",
149
- "booking.searchBar.searchButton": "Search",
149
+ "booking.searchBar.searchButton": "Cari",
150
150
  "booking.searchBar.searchInput.placeholder": "Search by Specialty or Clinic...",
151
151
  "booking.searchBar.useCurrentLocation": "Use my current location",
152
152
  "booking.searchBar.viewAll": "Lihat Semua",
153
153
  "booking.searchPopup.doctors": "Doctors",
154
- "booking.searchPopup.hospitals": "Hospitals & Clinics",
154
+ "booking.searchPopup.hospitals": "Hospital & Klinik",
155
155
  "booking.searchPopup.searchIn.doctors": "Search \"{name}\" in Doctors",
156
156
  "booking.searchPopup.searchIn.hospitals": "Search \"{name}\" in Hospitals",
157
157
  "booking.searchPopup.searchIn.services": "See \"{name}\" in Services",
@@ -160,7 +160,7 @@ var msTranslations = {
160
160
  "booking.searchPopup.seeLessSpecialties": "See less specialties",
161
161
  "booking.searchPopup.seeMoreSpecialties": "See more specialties",
162
162
  "booking.searchPopup.services": "Services",
163
- "booking.searchPopup.specialties": "Specialties",
163
+ "booking.searchPopup.specialties": "Kepakaran",
164
164
  "booking.searchResult.description": "{search_type} di {search_location}",
165
165
  "bottomBar.share": "Kongsi",
166
166
  "cardAuthor.admin": "Admin",
@@ -222,6 +222,7 @@ var msTranslations = {
222
222
  "comment.seeMoreReplies": "Lihat {count} lagi balasan",
223
223
  "commentPopup.warning.newPost": "Soalan anda adalah publik",
224
224
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
225
+ "common.sponsoredBy": "Ditaja Oleh",
225
226
  "community.choose": "Pilih komuniti",
226
227
  "community.notification.joined": "Anda sudah sertai komuniti {name}",
227
228
  "community.notification.left": "Anda sudah keluar komuniti {name}",
@@ -564,10 +565,16 @@ var msTranslations = {
564
565
  "tool.selectPerson.other": "Orang lain",
565
566
  "tool.selectPerson.yourSelf": "Diri sendiri",
566
567
  "toolPage.toolReviewer": "Disemak secara perubatan oleh {expert_name} pada {date}",
568
+ "tools.checkYourKidsInput.label": "Adakah anda memeriksa untuk anak anda?",
567
569
  "tools.checkYrs": "Adakah anda kira BMI untuk diri sendiri? ",
568
570
  "tools.heading.on": "pada",
571
+ "tools.heartRateRangeErr": "Sila masukkan nilai antara {min} - {max} bpm",
572
+ "tools.inputPlaceholder": "Contoh: {kandungan}",
573
+ "tools.requiredErrorMess.age": "Masukkan umur yang sah.",
574
+ "tools.requiredErrorMess.gender": "Sila masukkan jantina",
569
575
  "tools.selectBabyGender": "Apa jantina anak anda?",
570
576
  "tools.selectGender": "Apakah jantina anda?",
577
+ "tools.yearsOld": "tahun",
571
578
  "userProfile.nav.card.eCom": "E-dagang",
572
579
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
580
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -222,6 +222,7 @@ var myTranslations = {
222
222
  "comment.seeMoreReplies": "ပြန်လည်ဖြေကြားချက် {count}ခုကို ဆက်ကြည့်မယ်။",
223
223
  "commentPopup.warning.newPost": "သင့်မှတ်ချက်ကို လူတိုင်းက မြင်တွေ့နိုင်မည်။",
224
224
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
225
+ "common.sponsoredBy": "အားဖြည့်ကူညီပေးသူ",
225
226
  "community.choose": "အဖွဲ့အစည်းတစ်ခုကို ရွေးပါ။",
226
227
  "community.notification.joined": "သင် {name} အဖွဲ့အစည်းတွင် ပါဝင်ပြီးပါပြီ။",
227
228
  "community.notification.left": "သင် {name} အဖွဲ့အစည်းမှ ထွက်လိုက်ပါပြီ။",
@@ -564,10 +565,16 @@ var myTranslations = {
564
565
  "tool.selectPerson.other": "အခြားတစ်ယောက်",
565
566
  "tool.selectPerson.yourSelf": "ကိုယ်တိုင်",
566
567
  "toolPage.toolReviewer": "ဆေးပညာပိုင်းဆိုင်ရာ တည်းဖြတ်သူ {expert_name} on {date}",
568
+ "tools.checkYourKidsInput.label": "သင့်ကလေးအတွက် စစ်ဆေးလိုပါသလား",
567
569
  "tools.checkYrs": "သင့်အတွက် သင့်ကိုစစ်ဆေးနေပါသလား။",
568
570
  "tools.heading.on": "အပေါ်",
571
+ "tools.heartRateRangeErr": "ကျေးဇူးပြု၍ {min} - {max} bpm အတွင်းတန်ဖိုးကို ထည့်ပါ",
572
+ "tools.inputPlaceholder": "ဥပမာ: {အကြောင်းအရာ} ",
573
+ "tools.requiredErrorMess.age": "လက်ရှိအသက်ကို ဖြည့်သွင်းပါ",
574
+ "tools.requiredErrorMess.gender": "ကျေးဇူးပြု၍ လိင်အမျိုးအစားကို ထည့်ပါ",
569
575
  "tools.selectBabyGender": "ကလေးက ယောက်ျားလေးလား၊ မိန်းကလေးလား",
570
576
  "tools.selectGender": "ကျား / မ",
577
+ "tools.yearsOld": "နှစ်",
571
578
  "userProfile.nav.card.eCom": "eShop",
572
579
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
580
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -222,6 +222,7 @@ var thTranslations = {
222
222
  "comment.seeMoreReplies": "ดู {count} ตอบกลับเพิ่มเติม",
223
223
  "commentPopup.warning.newPost": "คำถามของคุณจะเป็นสาธารณะ",
224
224
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
225
+ "common.sponsoredBy": "สนับสนุนโดย",
225
226
  "community.choose": "เลือกชุมชน",
226
227
  "community.notification.joined": "คุณเข้าร่วมชุมชน {name} แล้ว",
227
228
  "community.notification.left": "คุณออกจากชุมชน {name} แล้ว",
@@ -564,10 +565,16 @@ var thTranslations = {
564
565
  "tool.selectPerson.other": "คนอื่น",
565
566
  "tool.selectPerson.yourSelf": "ตัวเอง",
566
567
  "toolPage.toolReviewer": "ตรวจสอบข้อมูลทางการแพทย์โดย {expert_name} เมื่อ {date}",
568
+ "tools.checkYourKidsInput.label": "ตรวจให้ลูกของคุณใช่หรือไม่?",
567
569
  "tools.checkYrs": "คำนวณให้ตัวเองใช่หรือไม่",
568
570
  "tools.heading.on": "บน",
571
+ "tools.heartRateRangeErr": "กรุณากรอกค่าระหว่าง {min} - {max} bpm",
572
+ "tools.inputPlaceholder": "ตัวอย่าง: {เนื้อหา}",
573
+ "tools.requiredErrorMess.age": "โปรดกรอกอายุให้ถูกต้อง",
574
+ "tools.requiredErrorMess.gender": "กรุณากรอกเพศ",
569
575
  "tools.selectBabyGender": "ลูกของคุณมีเพศอะไร",
570
576
  "tools.selectGender": "เพศ",
577
+ "tools.yearsOld": "ปี",
571
578
  "userProfile.nav.card.eCom": "eShop",
572
579
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
580
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -222,6 +222,7 @@ var tlTranslations = {
222
222
  "comment.seeMoreReplies": "See {count} more replies",
223
223
  "commentPopup.warning.newPost": "Ang iyong comment ay makikita ng lahat.",
224
224
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
225
+ "common.sponsoredBy": "Ini-sponsor ng",
225
226
  "community.choose": "Choose a community",
226
227
  "community.notification.joined": "You joined {name} community",
227
228
  "community.notification.left": "You left {name} community",
@@ -564,10 +565,16 @@ var tlTranslations = {
564
565
  "tool.selectPerson.other": "Iba pa",
565
566
  "tool.selectPerson.yourSelf": "Sarili",
566
567
  "toolPage.toolReviewer": "Narebyung medical ni {expert_name} sa {date}",
568
+ "tools.checkYourKidsInput.label": "Ikaw ba ay nagche-check para sa iyong anak?",
567
569
  "tools.checkYrs": "Ikaw ba ang nagche-check para sa sarili mo?",
568
570
  "tools.heading.on": "sa",
571
+ "tools.heartRateRangeErr": "Pakilagay ang halaga sa pagitan ng {min} - {max} bpm",
572
+ "tools.inputPlaceholder": "Halimbawa: {nilalaman}",
573
+ "tools.requiredErrorMess.age": "Mangyaring ilagay ang wastong edad",
574
+ "tools.requiredErrorMess.gender": "Paki-enter ang kasarian",
569
575
  "tools.selectBabyGender": "Ano ang kasarian ng iyong sanggol?",
570
576
  "tools.selectGender": "Ano ang iyong kasarian?",
577
+ "tools.yearsOld": "taong gulang",
571
578
  "userProfile.nav.card.eCom": "eShop",
572
579
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
580
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -222,6 +222,7 @@ var viTranslations = {
222
222
  "comment.seeMoreReplies": "Xem thêm {count} phản hồi",
223
223
  "commentPopup.warning.newPost": "Câu hỏi của bạn sẽ được hiển thị công khai",
224
224
  "common.profileNavigator.newsletterSubscription": "Đăng ký bản tin sức khỏe",
225
+ "common.sponsoredBy": "Tài trợ bởi",
225
226
  "community.choose": "Chọn một cộng đồng",
226
227
  "community.notification.joined": "Bạn đã tham gia cộng đồng {name}",
227
228
  "community.notification.left": "Bạn đã rời khỏi cộng đồng {name}",
@@ -564,10 +565,16 @@ var viTranslations = {
564
565
  "tool.selectPerson.other": "Người khác",
565
566
  "tool.selectPerson.yourSelf": "Bản thân",
566
567
  "toolPage.toolReviewer": "Tham vấn y khoa: {expert_name} ngày {date}",
568
+ "tools.checkYourKidsInput.label": "Bạn làm kiểm tra cho con bạn?",
567
569
  "tools.checkYrs": "Bạn đang tính chỉ số cho chính mình?",
568
570
  "tools.heading.on": "ngày",
571
+ "tools.heartRateRangeErr": "Vui lòng nhập giá trị trong khoảng {min} - {max} bmp",
572
+ "tools.inputPlaceholder": "Ví dụ: {nội dung}",
573
+ "tools.requiredErrorMess.age": "Vui lòng nhập số tuổi chính xác",
574
+ "tools.requiredErrorMess.gender": "Vui lòng chọn giới tính",
569
575
  "tools.selectBabyGender": "Giới tính của trẻ là gì?",
570
576
  "tools.selectGender": "Giới tính của bạn",
577
+ "tools.yearsOld": "tuổi",
571
578
  "userProfile.nav.card.eCom": "Cửa hàng",
572
579
  "userProfile.nav.card.ecom.DeliveryAddress": "Địa chỉ giao hàng",
573
580
  "userProfile.nav.card.ecom.manageOrders": "Quản lý đơn hàng",
@@ -222,6 +222,7 @@ var mbTranslations = {
222
222
  "comment.seeMoreReplies": "Xem thêm {count} phản hồi",
223
223
  "commentPopup.warning.newPost": "Câu hỏi của bạn sẽ được hiển thị công khai",
224
224
  "common.profileNavigator.newsletterSubscription": "Đăng ký bản tin sức khỏe",
225
+ "common.sponsoredBy": "Tài trợ bởi",
225
226
  "community.choose": "Chọn một cộng đồng",
226
227
  "community.notification.joined": "Bạn đã tham gia cộng đồng {name}",
227
228
  "community.notification.left": "Bạn đã rời khỏi cộng đồng {name}",
@@ -564,10 +565,16 @@ var mbTranslations = {
564
565
  "tool.selectPerson.other": "Người khác",
565
566
  "tool.selectPerson.yourSelf": "Bản thân",
566
567
  "toolPage.toolReviewer": "Tham vấn y khoa: {expert_name} ngày {date}",
568
+ "tools.checkYourKidsInput.label": "Bạn làm kiểm tra cho con bạn?",
567
569
  "tools.checkYrs": "Bạn đang tính chỉ số cho chính mình?",
568
570
  "tools.heading.on": "ngày",
571
+ "tools.heartRateRangeErr": "Vui lòng nhập giá trị trong khoảng {min} - {max} bmp",
572
+ "tools.inputPlaceholder": "Ví dụ: {nội dung}",
573
+ "tools.requiredErrorMess.age": "Vui lòng nhập số tuổi chính xác",
574
+ "tools.requiredErrorMess.gender": "Vui lòng chọn giới tính",
569
575
  "tools.selectBabyGender": "Giới tính của trẻ là gì?",
570
576
  "tools.selectGender": "Giới tính của bạn",
577
+ "tools.yearsOld": "tuổi",
571
578
  "userProfile.nav.card.eCom": "Cửa hàng",
572
579
  "userProfile.nav.card.ecom.DeliveryAddress": "Địa chỉ giao hàng",
573
580
  "userProfile.nav.card.ecom.manageOrders": "Quản lý đơn hàng",
@@ -222,6 +222,7 @@ var zhTranslations = {
222
222
  "comment.seeMoreReplies": "See {count} more replies",
223
223
  "commentPopup.warning.newPost": "Your question will be public",
224
224
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
225
+ "common.sponsoredBy": "HELLO 醫師 x",
225
226
  "community.choose": "Choose a community",
226
227
  "community.notification.joined": "You joined {name} community",
227
228
  "community.notification.left": "You left {name} community",
@@ -564,10 +565,16 @@ var zhTranslations = {
564
565
  "tool.selectPerson.other": "其他人",
565
566
  "tool.selectPerson.yourSelf": "自己",
566
567
  "toolPage.toolReviewer": "{expert_name}於{date}審閱",
568
+ "tools.checkYourKidsInput.label": "您在檢視自己孩子的情況嗎?",
567
569
  "tools.checkYrs": "你正在為自己檢查嗎?",
568
570
  "tools.heading.on": "on",
571
+ "tools.heartRateRangeErr": "請輸入 {min} - {max} bpm 的數值",
572
+ "tools.inputPlaceholder": "例: {內容}",
573
+ "tools.requiredErrorMess.age": "請輸入合理的數值",
574
+ "tools.requiredErrorMess.gender": "請輸入性別",
569
575
  "tools.selectBabyGender": "請問您孩子的性別是?",
570
576
  "tools.selectGender": "你的性別",
577
+ "tools.yearsOld": "歲",
571
578
  "userProfile.nav.card.eCom": "eShop",
572
579
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
580
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
package/build/esm/i18n.js CHANGED
@@ -1,5 +1,5 @@
1
- import { T as TranslationsContext } from './translationsContext-abfd0776.js';
2
- export { T as TranslationsContext } from './translationsContext-abfd0776.js';
1
+ import { T as TranslationsContext } from './translationsContext-cd062415.js';
2
+ export { T as TranslationsContext } from './translationsContext-cd062415.js';
3
3
  import React__default, { useState, useEffect, useMemo } from 'react';
4
4
  import defaultTranslations from './i18n-values/en-PH.js';
5
5
  import hiTranslations from './i18n-values/hi-IN.js';
@@ -1,5 +1,5 @@
1
- import { T as TranslationsContext } from './translationsContext-abfd0776.js';
2
- export { T as TranslationsContext } from './translationsContext-abfd0776.js';
1
+ import { T as TranslationsContext } from './translationsContext-cd062415.js';
2
+ export { T as TranslationsContext } from './translationsContext-cd062415.js';
3
3
  import React__default, { useMemo } from 'react';
4
4
 
5
5
  const TranslationsProvider = ({ locale = 'en-PH', values, children, }) => {
@@ -1,8 +1,8 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
- import { L as LOCALE } from './index-79a8b4ef.js';
3
- import { C as CommonGAssets } from './index-5f675e1c.js';
4
- import { i as isChristmas, a as LunarNewYearLocale, b as isLunarNewYear, c as isNewYear, d as isRamadan, e as isVNHungKing, f as isVN3004, g as isLabourDay, S as StyledLogo, L as LogoIcon, h as StyledProLogo } from './utils-d6c3851b.js';
5
- import { I as ImageWrap } from './index-866e1e59.js';
2
+ import { L as LOCALE } from './index-64244973.js';
3
+ import { C as CommonGAssets } from './index-557728ba.js';
4
+ import { i as isChristmas, a as LunarNewYearLocale, b as isLunarNewYear, c as isNewYear, d as isRamadan, e as isVNHungKing, f as isVN3004, g as isLabourDay, S as StyledLogo, L as LogoIcon, h as StyledProLogo } from './utils-696c2277.js';
5
+ import { I as ImageWrap } from './index-589afc7b.js';
6
6
 
7
7
  const Logo = ({ type, className, style, isLightLogo, customSize, badge, locale, dateForSeasonal, isPro, }) => {
8
8
  const [seasonalChecks, setSeasonalChecks] = useState({