@hhgtech/hhg-components 1.29.37 → 1.29.39

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-7a67a5f6.js → WhatsApp-7c990a33.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-98c8325c.js → constants-341e3655.js} +2 -2
  53. package/build/{constants-def9eb29.js → constants-e7f8b0d2.js} +2 -2
  54. package/build/constants.js +3 -3
  55. package/build/{core-72af88cc.js → core-624d9eef.js} +2 -2
  56. package/build/{dataTransform-bf44d91c.js → dataTransform-4724625a.js} +1 -1
  57. package/build/ecom.js +6 -6
  58. package/build/esm/{WhatsApp-25882f30.js → WhatsApp-4464ab6c.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-a7e3ca35.js → constants-661c1d64.js} +2 -2
  112. package/build/esm/{constants-d6930e5e.js → constants-ac51ae89.js} +2 -2
  113. package/build/esm/constants.js +3 -3
  114. package/build/esm/{core-f736ab2d.js → core-f226ac0f.js} +2 -2
  115. package/build/esm/{dataTransform-b764f5bd.js → dataTransform-e5035d56.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-7c15a910.js → getDynamicHealthTool-4d8eeb51.js} +4 -4
  120. package/build/esm/{getSocialList-ff360236.js → getSocialList-25eb0ec3.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 +6 -0
  124. package/build/esm/i18n-values/hi-IN.js +6 -0
  125. package/build/esm/i18n-values/id-ID.js +6 -0
  126. package/build/esm/i18n-values/km-KH.js +6 -0
  127. package/build/esm/i18n-values/ms-MY.js +6 -0
  128. package/build/esm/i18n-values/my-MM.js +6 -0
  129. package/build/esm/i18n-values/th-TH.js +6 -0
  130. package/build/esm/i18n-values/tl-PH.js +6 -0
  131. package/build/esm/i18n-values/vi-VN.js +6 -0
  132. package/build/esm/i18n-values/vi-VN_MB.js +6 -0
  133. package/build/esm/i18n-values/zh-TW.js +6 -0
  134. package/build/esm/i18n.js +2 -2
  135. package/build/esm/i18nV2.js +2 -2
  136. package/build/esm/{index-ad6fe8ec.js → index-1b1be502.js} +3 -3
  137. package/build/esm/{index-052975c5.js → index-1d8204a9.js} +4 -4
  138. package/build/esm/{index-9abfd2bf.js → index-2761f711.js} +4 -4
  139. package/build/esm/{index-57bf1cd7.js → index-3aca5854.js} +2 -2
  140. package/build/esm/{index-1037b8f8.js → index-454b515d.js} +12 -12
  141. package/build/esm/{index-b81d2c55.js → index-489dd441.js} +2 -2
  142. package/build/esm/{index-612cce87.js → index-5a0f027e.js} +10 -10
  143. package/build/esm/{index-df110edc.js → index-66d10b21.js} +446 -1357
  144. package/build/esm/{index-acb975fb.js → index-68fab995.js} +10 -10
  145. package/build/esm/{index-b42bac7a.js → index-7305fc5d.js} +2 -2
  146. package/build/esm/{index-9c28c6d3.js → index-7c16ac20.js} +2 -2
  147. package/build/esm/{index-b80db1c1.js → index-84a52876.js} +2 -2
  148. package/build/esm/{index-a28d6769.js → index-8625e8d8.js} +2 -2
  149. package/build/esm/{index-73ef9a35.js → index-922e3c54.js} +6 -6
  150. package/build/esm/{index-dcccb898.js → index-a3f3a71d.js} +11 -11
  151. package/build/esm/{index-30a00409.js → index-c3d30585.js} +2 -2
  152. package/build/esm/{index-bd555bac.js → index-c82b58c7.js} +1 -1
  153. package/build/esm/{index-d232b0dc.js → index-cbda4cc1.js} +2 -2
  154. package/build/esm/{index-f3129141.js → index-d4626ff6.js} +9 -9
  155. package/build/esm/{index-4597632e.js → index-db047eda.js} +33 -32
  156. package/build/esm/{index-ae90e211.js → index-de4b6341.js} +2 -2
  157. package/build/esm/{index-fef007d1.js → index-e86bff41.js} +2 -2
  158. package/build/esm/index-eb9b684f.js +1047 -0
  159. package/build/esm/{index-7b90d518.js → index-f06883d8.js} +9 -7
  160. package/build/esm/{index-8f8e8b42.js → index-f7bf305d.js} +4 -4
  161. package/build/esm/index.js +68 -68
  162. package/build/esm/{index.styled-23ecaf98.js → index.styled-0bdbe990.js} +2 -2
  163. package/build/esm/{index.styles-1b7c0626.js → index.styles-e1757115.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-c564d6de.js → routing-0e8aa97d.js} +2 -2
  172. package/build/esm/subot.js +22 -22
  173. package/build/esm/together.js +34 -34
  174. package/build/esm/{types-7887d2c5.js → types-d1a0466d.js} +13 -13
  175. package/build/esm/{types-65ea7a29.js → types-d54aac73.js} +30 -30
  176. package/build/esm/types.js +1 -1
  177. package/build/esm/{useCategory-24375501.js → useCategory-d97a0eaf.js} +5 -5
  178. package/build/esm/{useHealthToolCache-84f0e6a2.js → useHealthToolCache-33752ed2.js} +2 -2
  179. package/build/esm/{useMantineLocale-55d6c3f7.js → useMantineLocale-c9152268.js} +3 -3
  180. package/build/esm/{usePlacesAutocomplete-30d9515c.js → usePlacesAutocomplete-664fd91f.js} +1 -1
  181. package/build/esm/{useTranslations-e09488cf.js → useTranslations-cdea23ca.js} +1 -1
  182. package/build/esm/{utils-d42f36c5.js → utils-7a0b602b.js} +1 -1
  183. package/build/esm/{utils-c4d6d3b1.js → utils-e621db45.js} +4 -4
  184. package/build/esm/{utils-3faf426d.js → utils-e93e4c81.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-cf56bdf9.js → getDynamicHealthTool-d6db1d7f.js} +4 -4
  189. package/build/{getSocialList-7e9f1ce8.js → getSocialList-64b3658e.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 +6 -0
  193. package/build/i18n-values/hi-IN.js +6 -0
  194. package/build/i18n-values/id-ID.js +6 -0
  195. package/build/i18n-values/km-KH.js +6 -0
  196. package/build/i18n-values/ms-MY.js +6 -0
  197. package/build/i18n-values/my-MM.js +6 -0
  198. package/build/i18n-values/th-TH.js +6 -0
  199. package/build/i18n-values/tl-PH.js +6 -0
  200. package/build/i18n-values/vi-VN.js +6 -0
  201. package/build/i18n-values/vi-VN_MB.js +6 -0
  202. package/build/i18n-values/zh-TW.js +6 -0
  203. package/build/i18n.js +1 -1
  204. package/build/i18nV2.js +1 -1
  205. package/build/{index-4e67ecb9.js → index-0a0b5799.js} +2 -2
  206. package/build/{index-94f76457.js → index-0be68def.js} +10 -10
  207. package/build/{index-7856390e.js → index-16865f4f.js} +566 -1476
  208. package/build/{index-e09708c1.js → index-2ed6b546.js} +1 -1
  209. package/build/{index-e7c5a18f.js → index-30b8b836.js} +4 -4
  210. package/build/{index-16214b40.js → index-317d0c1c.js} +4 -4
  211. package/build/{index-d80b0a5b.js → index-31d3a0cd.js} +2 -2
  212. package/build/{index-a33345ec.js → index-38ffe95c.js} +2 -2
  213. package/build/{index-d1a16fdd.js → index-3ee0bbab.js} +2 -2
  214. package/build/index-49e98004.js +1066 -0
  215. package/build/{index-db53bc1b.js → index-4d5f141c.js} +2 -2
  216. package/build/{index-d3e350af.js → index-5d5594a7.js} +33 -32
  217. package/build/{index-8e2df083.js → index-65ed0de1.js} +8 -6
  218. package/build/{index-697f7bce.js → index-7c76f198.js} +2 -2
  219. package/build/{index-73b4b2d1.js → index-885e1cdd.js} +3 -3
  220. package/build/{index-f0ccd2dd.js → index-9c99495d.js} +6 -6
  221. package/build/{index-d6405ebe.js → index-a5aa5d5c.js} +9 -9
  222. package/build/{index-4c9bc001.js → index-a9805dbb.js} +2 -2
  223. package/build/{index-ab470b05.js → index-b57d6d78.js} +12 -12
  224. package/build/{index-f6d5f98f.js → index-d976a27c.js} +2 -2
  225. package/build/{index-d782e0a0.js → index-deae37ab.js} +4 -4
  226. package/build/{index-25b1fd88.js → index-e1bfc5cd.js} +10 -10
  227. package/build/{index-e609294e.js → index-e81b428d.js} +11 -11
  228. package/build/{index-7e51acf9.js → index-f91097ba.js} +2 -2
  229. package/build/{index-d553d9e2.js → index-fbb66d3d.js} +2 -2
  230. package/build/index.js +71 -69
  231. package/build/{index.styled-e91d7f7f.js → index.styled-02090cfc.js} +2 -2
  232. package/build/{index.styles-b47359f2.js → index.styles-157337bd.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-662b9ed3.js → routing-a06d4f70.js} +2 -2
  241. package/build/subot.js +22 -22
  242. package/build/together.js +34 -34
  243. package/build/{types-a6b93fe5.js → types-4dbda9a8.js} +13 -13
  244. package/build/{types-3a5fff72.js → types-56f05054.js} +30 -30
  245. package/build/types.js +1 -1
  246. package/build/{useCategory-5977ede5.js → useCategory-69284fce.js} +5 -5
  247. package/build/{useHealthToolCache-5890c8bb.js → useHealthToolCache-75252b30.js} +2 -2
  248. package/build/{useMantineLocale-c2dd66b5.js → useMantineLocale-5f5000f2.js} +3 -3
  249. package/build/{usePlacesAutocomplete-942ee1fd.js → usePlacesAutocomplete-ae8c4f01.js} +1 -1
  250. package/build/{useTranslations-a9eb9fc7.js → useTranslations-e5a4e00e.js} +1 -1
  251. package/build/{utils-9aaa3c05.js → utils-29574e04.js} +5 -5
  252. package/build/{utils-fb70e135.js → utils-3c665430.js} +1 -1
  253. package/build/{utils-6370d1da.js → utils-a7153a3d.js} +4 -4
  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-084aee3a.js +0 -370
  275. package/build/index-d8c16366.js +0 -380
  276. /package/build/{BMI_BOYS.percentile.monthly-8fed7ba1.js → BMI_BOYS.percentile.monthly-3dc46630.js} +0 -0
  277. /package/build/{BMI_BOYS.percentile.weekly-eb7961bc.js → BMI_BOYS.percentile.weekly-33a7a76d.js} +0 -0
  278. /package/build/{BMI_BOYS.percentile.yearly-2ad05a2a.js → BMI_BOYS.percentile.yearly-7e23ad15.js} +0 -0
  279. /package/build/{BMI_BOYS.zscore.monthly-a9a0abc6.js → BMI_BOYS.zscore.monthly-2ce61257.js} +0 -0
  280. /package/build/{BMI_BOYS.zscore.weekly-064497fe.js → BMI_BOYS.zscore.weekly-b7ad99e4.js} +0 -0
  281. /package/build/{BMI_BOYS.zscore.yearly-0e88b67c.js → BMI_BOYS.zscore.yearly-18e3796a.js} +0 -0
  282. /package/build/{BMI_GIRLS.percentile.monthly-7d2f4062.js → BMI_GIRLS.percentile.monthly-659ecfd5.js} +0 -0
  283. /package/build/{BMI_GIRLS.percentile.weekly-a763105a.js → BMI_GIRLS.percentile.weekly-ae56f36e.js} +0 -0
  284. /package/build/{BMI_GIRLS.percentile.yearly-6bbdee0d.js → BMI_GIRLS.percentile.yearly-231d8484.js} +0 -0
  285. /package/build/{BMI_GIRLS.zscore.monthly-d8a5cbd8.js → BMI_GIRLS.zscore.monthly-b3fd34cc.js} +0 -0
  286. /package/build/{BMI_GIRLS.zscore.weekly-0c7a8c9c.js → BMI_GIRLS.zscore.weekly-ba14b60f.js} +0 -0
  287. /package/build/{BMI_GIRLS.zscore.yearly-5644743f.js → BMI_GIRLS.zscore.yearly-9aa7154b.js} +0 -0
  288. /package/build/{ChevronDown-079dc4be.js → ChevronDown-bdc5f8bf.js} +0 -0
  289. /package/build/{Close-db604756.js → Close-37ec8443.js} +0 -0
  290. /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-c41d42ff.js → HEAD CIRCUM_BOYS.percentile.monthly-c14e93fe.js} +0 -0
  291. /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-afc76045.js → HEAD CIRCUM_BOYS.percentile.weekly-6d94ea66.js} +0 -0
  292. /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-dbde5248.js → HEAD CIRCUM_BOYS.percentile.yearly-e88fc611.js} +0 -0
  293. /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-4df52a81.js → HEAD CIRCUM_BOYS.zscore.monthly-d7428860.js} +0 -0
  294. /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-60761b9a.js → HEAD CIRCUM_BOYS.zscore.weekly-9f78d9e2.js} +0 -0
  295. /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-1d970b3c.js → HEAD CIRCUM_BOYS.zscore.yearly-0b878fa3.js} +0 -0
  296. /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-04d36ee5.js → HEAD CIRCUM_GIRLS.percentile.monthly-12513ad5.js} +0 -0
  297. /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-dde4e6c9.js → HEAD CIRCUM_GIRLS.percentile.weekly-7accdda4.js} +0 -0
  298. /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-9f686033.js → HEAD CIRCUM_GIRLS.percentile.yearly-43b2cb53.js} +0 -0
  299. /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-8265853b.js → HEAD CIRCUM_GIRLS.zscore.monthly-2bd1125e.js} +0 -0
  300. /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-28744f9c.js → HEAD CIRCUM_GIRLS.zscore.weekly-11352a99.js} +0 -0
  301. /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-c5b9857c.js → HEAD CIRCUM_GIRLS.zscore.yearly-a5d1fc49.js} +0 -0
  302. /package/build/{HEIGHT_BOYS.percentile.monthly-296fca5b.js → HEIGHT_BOYS.percentile.monthly-47159e6b.js} +0 -0
  303. /package/build/{HEIGHT_BOYS.percentile.weekly-5e16e885.js → HEIGHT_BOYS.percentile.weekly-77a168eb.js} +0 -0
  304. /package/build/{HEIGHT_BOYS.percentile.yearly-b4d4d8fc.js → HEIGHT_BOYS.percentile.yearly-ffe077bb.js} +0 -0
  305. /package/build/{HEIGHT_BOYS.zscore.monthly-ccf0441a.js → HEIGHT_BOYS.zscore.monthly-22afc4de.js} +0 -0
  306. /package/build/{HEIGHT_BOYS.zscore.weekly-b748980d.js → HEIGHT_BOYS.zscore.weekly-d9ef3e8c.js} +0 -0
  307. /package/build/{HEIGHT_BOYS.zscore.yearly-eece620a.js → HEIGHT_BOYS.zscore.yearly-eaa9c646.js} +0 -0
  308. /package/build/{HEIGHT_GIRLS.percentile.monthly-12d10530.js → HEIGHT_GIRLS.percentile.monthly-f4b44713.js} +0 -0
  309. /package/build/{HEIGHT_GIRLS.percentile.weekly-32273298.js → HEIGHT_GIRLS.percentile.weekly-59699856.js} +0 -0
  310. /package/build/{HEIGHT_GIRLS.percentile.yearly-72816dcf.js → HEIGHT_GIRLS.percentile.yearly-2ebb26e5.js} +0 -0
  311. /package/build/{HEIGHT_GIRLS.zscore.monthly-5b4c8f81.js → HEIGHT_GIRLS.zscore.monthly-ecaab89e.js} +0 -0
  312. /package/build/{HEIGHT_GIRLS.zscore.weekly-8d325bb3.js → HEIGHT_GIRLS.zscore.weekly-457d47df.js} +0 -0
  313. /package/build/{HEIGHT_GIRLS.zscore.yearly-912d50eb.js → HEIGHT_GIRLS.zscore.yearly-2e6f58f9.js} +0 -0
  314. /package/build/{Visible-0823566a.js → Visible-5815765d.js} +0 -0
  315. /package/build/{WEIGHT_BOYS.percentile.monthly-dfad04d7.js → WEIGHT_BOYS.percentile.monthly-5adfba39.js} +0 -0
  316. /package/build/{WEIGHT_BOYS.percentile.weekly-9bd038b1.js → WEIGHT_BOYS.percentile.weekly-df51ea10.js} +0 -0
  317. /package/build/{WEIGHT_BOYS.percentile.yearly-59904174.js → WEIGHT_BOYS.percentile.yearly-7e7a945c.js} +0 -0
  318. /package/build/{WEIGHT_BOYS.zscore.monthly-b767505a.js → WEIGHT_BOYS.zscore.monthly-409ef959.js} +0 -0
  319. /package/build/{WEIGHT_BOYS.zscore.weekly-475f3ff9.js → WEIGHT_BOYS.zscore.weekly-51f7b2ca.js} +0 -0
  320. /package/build/{WEIGHT_BOYS.zscore.yearly-cc1b1d4b.js → WEIGHT_BOYS.zscore.yearly-249b9a56.js} +0 -0
  321. /package/build/{WEIGHT_GIRLS.percentile.monthly-1e7a5e77.js → WEIGHT_GIRLS.percentile.monthly-e96c3379.js} +0 -0
  322. /package/build/{WEIGHT_GIRLS.percentile.weekly-a15a69fc.js → WEIGHT_GIRLS.percentile.weekly-9e4aac96.js} +0 -0
  323. /package/build/{WEIGHT_GIRLS.percentile.yearly-2d24ab47.js → WEIGHT_GIRLS.percentile.yearly-aa6ee172.js} +0 -0
  324. /package/build/{WEIGHT_GIRLS.zscore.monthly-c2fbc8e5.js → WEIGHT_GIRLS.zscore.monthly-41cd2243.js} +0 -0
  325. /package/build/{WEIGHT_GIRLS.zscore.weekly-23f80f98.js → WEIGHT_GIRLS.zscore.weekly-a78795a5.js} +0 -0
  326. /package/build/{WEIGHT_GIRLS.zscore.yearly-56c3796f.js → WEIGHT_GIRLS.zscore.yearly-f85d3d67.js} +0 -0
  327. /package/build/{animation-177869c0.js → animation-7c2163d6.js} +0 -0
  328. /package/build/{cart-09276b58.js → cart-7225f4ea.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-d81861d8.js → cookieHelper-cdee4e84.js} +0 -0
  333. /package/build/{doctor-f39a19fd.js → doctor-770ff1ba.js} +0 -0
  334. /package/build/esm/{BMI_BOYS.percentile.monthly-b93ffbf0.js → BMI_BOYS.percentile.monthly-42b05262.js} +0 -0
  335. /package/build/esm/{BMI_BOYS.percentile.weekly-f9994b33.js → BMI_BOYS.percentile.weekly-51c5c77e.js} +0 -0
  336. /package/build/esm/{BMI_BOYS.percentile.yearly-c65e6ed2.js → BMI_BOYS.percentile.yearly-f496de0a.js} +0 -0
  337. /package/build/esm/{BMI_BOYS.zscore.monthly-48c07471.js → BMI_BOYS.zscore.monthly-14f694fa.js} +0 -0
  338. /package/build/esm/{BMI_BOYS.zscore.weekly-71daeeb3.js → BMI_BOYS.zscore.weekly-3db6bc0c.js} +0 -0
  339. /package/build/esm/{BMI_BOYS.zscore.yearly-440048be.js → BMI_BOYS.zscore.yearly-8509d0ae.js} +0 -0
  340. /package/build/esm/{BMI_GIRLS.percentile.monthly-57f1b984.js → BMI_GIRLS.percentile.monthly-d9a21889.js} +0 -0
  341. /package/build/esm/{BMI_GIRLS.percentile.weekly-0914f917.js → BMI_GIRLS.percentile.weekly-575bac9c.js} +0 -0
  342. /package/build/esm/{BMI_GIRLS.percentile.yearly-bdfe7a69.js → BMI_GIRLS.percentile.yearly-04508fbe.js} +0 -0
  343. /package/build/esm/{BMI_GIRLS.zscore.monthly-42e0b4f6.js → BMI_GIRLS.zscore.monthly-5cdf6175.js} +0 -0
  344. /package/build/esm/{BMI_GIRLS.zscore.weekly-07ab1287.js → BMI_GIRLS.zscore.weekly-e616dee6.js} +0 -0
  345. /package/build/esm/{BMI_GIRLS.zscore.yearly-517a7ff2.js → BMI_GIRLS.zscore.yearly-f04c1bc5.js} +0 -0
  346. /package/build/esm/{ChevronDown-ec64ac22.js → ChevronDown-5de6880b.js} +0 -0
  347. /package/build/esm/{Close-3b975982.js → Close-9352706a.js} +0 -0
  348. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-506387d9.js → HEAD CIRCUM_BOYS.percentile.monthly-96d66e11.js} +0 -0
  349. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-2652584c.js → HEAD CIRCUM_BOYS.percentile.weekly-f5554984.js} +0 -0
  350. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-c2a98a5d.js → HEAD CIRCUM_BOYS.percentile.yearly-557fb130.js} +0 -0
  351. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-4edbec1f.js → HEAD CIRCUM_BOYS.zscore.monthly-c3fdcb0b.js} +0 -0
  352. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-56338503.js → HEAD CIRCUM_BOYS.zscore.weekly-b3ea066c.js} +0 -0
  353. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-3c720a9e.js → HEAD CIRCUM_BOYS.zscore.yearly-451d74b9.js} +0 -0
  354. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-e1f1f6be.js → HEAD CIRCUM_GIRLS.percentile.monthly-1ef5b735.js} +0 -0
  355. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-227d31bd.js → HEAD CIRCUM_GIRLS.percentile.weekly-b7fd90a5.js} +0 -0
  356. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-7fc35787.js → HEAD CIRCUM_GIRLS.percentile.yearly-680b7cff.js} +0 -0
  357. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-9b0fd5eb.js → HEAD CIRCUM_GIRLS.zscore.monthly-a21a8585.js} +0 -0
  358. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-9988f989.js → HEAD CIRCUM_GIRLS.zscore.weekly-c3c76d7d.js} +0 -0
  359. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-20107811.js → HEAD CIRCUM_GIRLS.zscore.yearly-cc7be510.js} +0 -0
  360. /package/build/esm/{HEIGHT_BOYS.percentile.monthly-e8203033.js → HEIGHT_BOYS.percentile.monthly-d165ef46.js} +0 -0
  361. /package/build/esm/{HEIGHT_BOYS.percentile.weekly-5fa852c6.js → HEIGHT_BOYS.percentile.weekly-afa23b20.js} +0 -0
  362. /package/build/esm/{HEIGHT_BOYS.percentile.yearly-f6615394.js → HEIGHT_BOYS.percentile.yearly-d10f86c1.js} +0 -0
  363. /package/build/esm/{HEIGHT_BOYS.zscore.monthly-9594d1ef.js → HEIGHT_BOYS.zscore.monthly-d0e97976.js} +0 -0
  364. /package/build/esm/{HEIGHT_BOYS.zscore.weekly-f70d3362.js → HEIGHT_BOYS.zscore.weekly-0695da19.js} +0 -0
  365. /package/build/esm/{HEIGHT_BOYS.zscore.yearly-d7601de0.js → HEIGHT_BOYS.zscore.yearly-a373542e.js} +0 -0
  366. /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-d219f16e.js → HEIGHT_GIRLS.percentile.monthly-4658cd2c.js} +0 -0
  367. /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-eeac6400.js → HEIGHT_GIRLS.percentile.weekly-7b663bc7.js} +0 -0
  368. /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-94932719.js → HEIGHT_GIRLS.percentile.yearly-bbabb1a1.js} +0 -0
  369. /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-6ebee401.js → HEIGHT_GIRLS.zscore.monthly-f9e44117.js} +0 -0
  370. /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-60839770.js → HEIGHT_GIRLS.zscore.weekly-5e6f1243.js} +0 -0
  371. /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-b1cb5127.js → HEIGHT_GIRLS.zscore.yearly-cd2dcc67.js} +0 -0
  372. /package/build/esm/{Visible-28a1e0b5.js → Visible-1ea9e5cd.js} +0 -0
  373. /package/build/esm/{WEIGHT_BOYS.percentile.monthly-5d0bc2ec.js → WEIGHT_BOYS.percentile.monthly-1dc4d7f8.js} +0 -0
  374. /package/build/esm/{WEIGHT_BOYS.percentile.weekly-a11608ad.js → WEIGHT_BOYS.percentile.weekly-9d34b61c.js} +0 -0
  375. /package/build/esm/{WEIGHT_BOYS.percentile.yearly-e0aa6a04.js → WEIGHT_BOYS.percentile.yearly-88c743b3.js} +0 -0
  376. /package/build/esm/{WEIGHT_BOYS.zscore.monthly-13556e7a.js → WEIGHT_BOYS.zscore.monthly-c56a6907.js} +0 -0
  377. /package/build/esm/{WEIGHT_BOYS.zscore.weekly-5d43562f.js → WEIGHT_BOYS.zscore.weekly-f5d09a10.js} +0 -0
  378. /package/build/esm/{WEIGHT_BOYS.zscore.yearly-37a1e6f8.js → WEIGHT_BOYS.zscore.yearly-e4eadd64.js} +0 -0
  379. /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-7d2fbbba.js → WEIGHT_GIRLS.percentile.monthly-d10b7f03.js} +0 -0
  380. /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-e8d83d22.js → WEIGHT_GIRLS.percentile.weekly-fd9b6664.js} +0 -0
  381. /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-9f9cb1ba.js → WEIGHT_GIRLS.percentile.yearly-a199dcfd.js} +0 -0
  382. /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-cf729188.js → WEIGHT_GIRLS.zscore.monthly-88f2ceaa.js} +0 -0
  383. /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-232159a5.js → WEIGHT_GIRLS.zscore.weekly-82d56465.js} +0 -0
  384. /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-75e3f65b.js → WEIGHT_GIRLS.zscore.yearly-7ba197df.js} +0 -0
  385. /package/build/esm/{animation-8d9166c4.js → animation-a85e3de7.js} +0 -0
  386. /package/build/esm/{cart-3149095e.js → cart-887831b6.js} +0 -0
  387. /package/build/esm/components/babyGrowth/babyGrowthForm/layout/{vertical → default}/index.styled.d.ts +0 -0
  388. /package/build/esm/{cookieHelper-22b746f0.js → cookieHelper-3d07347b.js} +0 -0
  389. /package/build/esm/{doctor-697376a2.js → doctor-799a9bd3.js} +0 -0
  390. /package/build/esm/{index-0d6f4be3.js → index-0ed4c22b.js} +0 -0
  391. /package/build/esm/{index-8360ce3a.js → index-43343cbf.js} +0 -0
  392. /package/build/esm/{index-791aacd3.js → index-4599e5b0.js} +0 -0
  393. /package/build/esm/{index-de5f4b77.js → index-56e460c6.js} +0 -0
  394. /package/build/esm/{isProduction-883d53b1.js → isProduction-434d302d.js} +0 -0
  395. /package/build/esm/{localizeNumberFormat-2e0ff46a.js → localizeNumberFormat-c85786d3.js} +0 -0
  396. /package/build/esm/{normalizeLink-0a2787bd.js → normalizeLink-3d1f20d1.js} +0 -0
  397. /package/build/esm/{number-f94edd46.js → number-299bd96f.js} +0 -0
  398. /package/build/esm/{paths-5c0fa637.js → paths-56c3587b.js} +0 -0
  399. /package/build/esm/{theme-f0b6c550.js → theme-970b90f0.js} +0 -0
  400. /package/build/esm/{translationsContext-82b6afe9.js → translationsContext-494ae681.js} +0 -0
  401. /package/build/esm/{tslib.es6-9d7cffa1.js → tslib.es6-64d6b81e.js} +0 -0
  402. /package/build/esm/{types-503d982f.js → types-39d5f930.js} +0 -0
  403. /package/build/esm/{useIsInit-5091414d.js → useIsInit-4ae94a4f.js} +0 -0
  404. /package/build/esm/{useOutsideClick-92d0bbf4.js → useOutsideClick-dc7a904e.js} +0 -0
  405. /package/build/esm/{useScrollbarSize-65681faf.js → useScrollbarSize-c5f52065.js} +0 -0
  406. /package/build/esm/{useUniqueId-26127495.js → useUniqueId-c297b004.js} +0 -0
  407. /package/build/esm/{utils-528dc7d6.js → utils-f7a8a1ca.js} +0 -0
  408. /package/build/{index-264070a1.js → index-0161f9b8.js} +0 -0
  409. /package/build/{index-e354e9f6.js → index-ccb48ca2.js} +0 -0
  410. /package/build/{index-c0282d78.js → index-d9e9dcc3.js} +0 -0
  411. /package/build/{index-2977b2dd.js → index-f1979569.js} +0 -0
  412. /package/build/{isProduction-4ebb0b9f.js → isProduction-34667756.js} +0 -0
  413. /package/build/{localizeNumberFormat-57cbe103.js → localizeNumberFormat-fd3a0469.js} +0 -0
  414. /package/build/{normalizeLink-fbc07120.js → normalizeLink-75a55356.js} +0 -0
  415. /package/build/{number-82ab659f.js → number-81819869.js} +0 -0
  416. /package/build/{paths-73c476b6.js → paths-782003f7.js} +0 -0
  417. /package/build/{theme-df11f346.js → theme-986ab943.js} +0 -0
  418. /package/build/{translationsContext-23006995.js → translationsContext-5c637723.js} +0 -0
  419. /package/build/{tslib.es6-a0b7089c.js → tslib.es6-cda3ff06.js} +0 -0
  420. /package/build/{types-fd0dc0bb.js → types-351db239.js} +0 -0
  421. /package/build/{useIsInit-a50a6a72.js → useIsInit-751a5d5b.js} +0 -0
  422. /package/build/{useOutsideClick-995c17a0.js → useOutsideClick-75a9127e.js} +0 -0
  423. /package/build/{useScrollbarSize-7b1dd961.js → useScrollbarSize-c03e70df.js} +0 -0
  424. /package/build/{useUniqueId-cd9b224a.js → useUniqueId-6dae5baf.js} +0 -0
  425. /package/build/{utils-fcdda30d.js → utils-e385ce42.js} +0 -0
@@ -1,30 +1,30 @@
1
- export { F as Footer } from './index-1037b8f8.js';
1
+ export { F as Footer } from './index-454b515d.js';
2
2
  import 'react';
3
- import './index-0d6f4be3.js';
3
+ import './index-0ed4c22b.js';
4
4
  import 'dayjs';
5
- import './index-9c28c6d3.js';
5
+ import './index-7c16ac20.js';
6
6
  import 'date-fns/locale';
7
- import './index-de5f4b77.js';
8
- import './isProduction-883d53b1.js';
9
- import './index-acb975fb.js';
10
- import './tslib.es6-9d7cffa1.js';
7
+ import './index-56e460c6.js';
8
+ import './isProduction-434d302d.js';
9
+ import './index-68fab995.js';
10
+ import './tslib.es6-64d6b81e.js';
11
11
  import '@hhgtech/icons/other';
12
12
  import '@mantine/core';
13
13
  import '@mantine/hooks';
14
- import './index-d232b0dc.js';
15
- import './utils-528dc7d6.js';
14
+ import './index-cbda4cc1.js';
15
+ import './utils-f7a8a1ca.js';
16
16
  import '@emotion/styled';
17
17
  import '@mantine/carousel';
18
- import './index-b80db1c1.js';
19
- import './theme-f0b6c550.js';
20
- import './useMantineLocale-55d6c3f7.js';
18
+ import './index-84a52876.js';
19
+ import './theme-970b90f0.js';
20
+ import './useMantineLocale-c9152268.js';
21
21
  import 'classnames';
22
- import './useUniqueId-26127495.js';
22
+ import './useUniqueId-c297b004.js';
23
23
  import '@hhgtech/icons/core';
24
24
  import '@mantine/dates';
25
- import './translationsContext-82b6afe9.js';
25
+ import './translationsContext-494ae681.js';
26
26
  import 'string-format';
27
- import './index-9abfd2bf.js';
28
- import './utils-c4d6d3b1.js';
29
- import './index-b81d2c55.js';
30
- import './index.styled-23ecaf98.js';
27
+ import './index-2761f711.js';
28
+ import './utils-e621db45.js';
29
+ import './index-489dd441.js';
30
+ import './index.styled-0bdbe990.js';
@@ -1,5 +1,5 @@
1
- export { C as CommonGAssets, G as GAssets } from './index-d232b0dc.js';
2
- import './index-9c28c6d3.js';
1
+ export { C as CommonGAssets, G as GAssets } from './index-cbda4cc1.js';
2
+ import './index-7c16ac20.js';
3
3
  import 'date-fns/locale';
4
- import './index-de5f4b77.js';
5
- import './isProduction-883d53b1.js';
4
+ import './index-56e460c6.js';
5
+ import './isProduction-434d302d.js';
@@ -1,7 +1,7 @@
1
- import { a as __awaiter } from './tslib.es6-9d7cffa1.js';
2
- import { n as normalizeLinkSlash } from './normalizeLink-0a2787bd.js';
3
- import { c as getDiscoverApiDomain } from './routing-c564d6de.js';
4
- import { g as getDataWithCache } from './core-f736ab2d.js';
1
+ import { a as __awaiter } from './tslib.es6-64d6b81e.js';
2
+ import { n as normalizeLinkSlash } from './normalizeLink-3d1f20d1.js';
3
+ import { c as getDiscoverApiDomain } from './routing-0e8aa97d.js';
4
+ import { g as getDataWithCache } from './core-f226ac0f.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-9d7cffa1.js';
3
- import { W as WhatsApp, I as Instagram } from './WhatsApp-25882f30.js';
4
- import { S as SocialType, L as LOCALE } from './index-de5f4b77.js';
5
- import { C as CommonGAssets } from './index-d232b0dc.js';
2
+ import { _ as __rest } from './tslib.es6-64d6b81e.js';
3
+ import { W as WhatsApp, I as Instagram } from './WhatsApp-4464ab6c.js';
4
+ import { S as SocialType, L as LOCALE } from './index-56e460c6.js';
5
+ import { C as CommonGAssets } from './index-cbda4cc1.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-e09488cf.js';
2
- export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-65681faf.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-24375501.js';
4
- export { u as useHealthToolsCache } from './useHealthToolCache-84f0e6a2.js';
5
- export { u as useIsInit } from './useIsInit-5091414d.js';
6
- export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-92d0bbf4.js';
7
- export { u as useInitialMount, a as useUniqueId } from './useUniqueId-26127495.js';
1
+ export { u as useTranslations } from './useTranslations-cdea23ca.js';
2
+ export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-c5f52065.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-d97a0eaf.js';
4
+ export { u as useHealthToolsCache } from './useHealthToolCache-33752ed2.js';
5
+ export { u as useIsInit } from './useIsInit-4ae94a4f.js';
6
+ export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-dc7a904e.js';
7
+ export { u as useInitialMount, a as useUniqueId } from './useUniqueId-c297b004.js';
8
8
  import 'react';
9
- import './translationsContext-82b6afe9.js';
9
+ import './translationsContext-494ae681.js';
10
10
  import 'string-format';
11
11
  import 'lodash/debounce';
12
- import './tslib.es6-9d7cffa1.js';
13
- import './cookieHelper-22b746f0.js';
14
- import './index-de5f4b77.js';
15
- import './getDynamicHealthTool-7c15a910.js';
16
- import './normalizeLink-0a2787bd.js';
17
- import './routing-c564d6de.js';
18
- import './index-9c28c6d3.js';
12
+ import './tslib.es6-64d6b81e.js';
13
+ import './cookieHelper-3d07347b.js';
14
+ import './index-56e460c6.js';
15
+ import './getDynamicHealthTool-4d8eeb51.js';
16
+ import './normalizeLink-3d1f20d1.js';
17
+ import './routing-0e8aa97d.js';
18
+ import './index-7c16ac20.js';
19
19
  import 'date-fns/locale';
20
- import './isProduction-883d53b1.js';
21
- import './core-f736ab2d.js';
20
+ import './isProduction-434d302d.js';
21
+ import './core-f226ac0f.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';
@@ -564,10 +564,16 @@ var defaultTranslations = {
564
564
  "tool.selectPerson.other": "Other",
565
565
  "tool.selectPerson.yourSelf": "Your self",
566
566
  "toolPage.toolReviewer": "Medically Reviewed by {expert_name} on {date}",
567
+ "tools.checkYourKidsInput.label": "Are you checking for your kid?",
567
568
  "tools.checkYrs": "Are you checking for yourself?",
568
569
  "tools.heading.on": "on",
570
+ "tools.heartRateRangeErr": "Vui lòng nhập giá trị trong khoảng {min} - {max} bmp",
571
+ "tools.inputPlaceholder": "Ex: {content}",
572
+ "tools.requiredErrorMess.age": "Please enter a valid age",
573
+ "tools.requiredErrorMess.gender": "Please enter a gender",
569
574
  "tools.selectBabyGender": "What is your child's gender?",
570
575
  "tools.selectGender": "What is your gender?",
576
+ "tools.yearsOld": "years old",
571
577
  "userProfile.nav.card.eCom": "eShop",
572
578
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
579
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -564,10 +564,16 @@ var hiTranslations = {
564
564
  "tool.selectPerson.other": "किसी और के लिए",
565
565
  "tool.selectPerson.yourSelf": "खुद के लिए ",
566
566
  "toolPage.toolReviewer": "{date} पर {expert_name} के द्वारा मेडिकली रिव्यू किया गया ",
567
+ "tools.checkYourKidsInput.label": "Are you checking for your kid?",
567
568
  "tools.checkYrs": "Are you checking for yourself?",
568
569
  "tools.heading.on": "पर",
570
+ "tools.heartRateRangeErr": "Vui lòng nhập giá trị trong khoảng {min} - {max} bmp",
571
+ "tools.inputPlaceholder": "Ex: {content}",
572
+ "tools.requiredErrorMess.age": "कृपया सही उम्र लिखें ",
573
+ "tools.requiredErrorMess.gender": "Please enter a gender",
569
574
  "tools.selectBabyGender": "आपके बेबी का जेंडर क्या है?",
570
575
  "tools.selectGender": "आपका जेंडर किया है? ",
576
+ "tools.yearsOld": "years old",
571
577
  "userProfile.nav.card.eCom": "eShop",
572
578
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
579
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -564,10 +564,16 @@ var idTranslations = {
564
564
  "tool.selectPerson.other": "Orang lain",
565
565
  "tool.selectPerson.yourSelf": "Diri sendiri",
566
566
  "toolPage.toolReviewer": "Ditinjau oleh {expert_name} pada {date}",
567
+ "tools.checkYourKidsInput.label": "Anda sedang mengecek untuk anak Anda?",
567
568
  "tools.checkYrs": "Apakah Anda memeriksa untuk diri Anda sendiri?",
568
569
  "tools.heading.on": "pada",
570
+ "tools.heartRateRangeErr": "Silakan masukkan nilai antara {min} - {max} bpm",
571
+ "tools.inputPlaceholder": "Contoh: {konten}",
572
+ "tools.requiredErrorMess.age": "Masukkan usia yang valid.",
573
+ "tools.requiredErrorMess.gender": "Silakan masukkan jenis kelamin",
569
574
  "tools.selectBabyGender": "Apa jenis kelamin anak Anda?",
570
575
  "tools.selectGender": "Apa jenis kelamin Anda?",
576
+ "tools.yearsOld": "tahun",
571
577
  "userProfile.nav.card.eCom": "eShop",
572
578
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
579
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -564,10 +564,16 @@ var kmTranslations = {
564
564
  "tool.selectPerson.other": "អ្នកផ្សេង",
565
565
  "tool.selectPerson.yourSelf": "ខ្លួនឯង",
566
566
  "toolPage.toolReviewer": "ត្រួតពិនិត្យដោយ {expert_name} នៅ​ {date}",
567
+ "tools.checkYourKidsInput.label": "តើអ្នកកំពុងពិនិត្យសម្រាប់កូនរបស់អ្នកឬ?",
567
568
  "tools.checkYrs": "តើ​អ្នក​កំពុង​ពិនិត្យ​សម្រាប់​អ្នក​ខ្លះ​ឫ?",
568
569
  "tools.heading.on": "នៅលើ",
570
+ "tools.heartRateRangeErr": "សូមបញ្ចូលតម្លៃក្នុងចន្លោះ {min} - {max} bpm",
571
+ "tools.inputPlaceholder": "ឧទាហរណ៍: {មាតិកា}",
572
+ "tools.requiredErrorMess.age": "សូមបញ្ចូលអាយុឲ្យបានត្រឹមត្រូវ",
573
+ "tools.requiredErrorMess.gender": "សូមបញ្ចូលភេទ",
569
574
  "tools.selectBabyGender": "កូនប្រុសឬស្រី?",
570
575
  "tools.selectGender": "អ្នកភេទអ្វីដែរ?",
576
+ "tools.yearsOld": "ឆ្នាំ",
571
577
  "userProfile.nav.card.eCom": "eShop",
572
578
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
579
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -564,10 +564,16 @@ var msTranslations = {
564
564
  "tool.selectPerson.other": "Orang lain",
565
565
  "tool.selectPerson.yourSelf": "Diri sendiri",
566
566
  "toolPage.toolReviewer": "Disemak secara perubatan oleh {expert_name} pada {date}",
567
+ "tools.checkYourKidsInput.label": "Adakah anda memeriksa untuk anak anda?",
567
568
  "tools.checkYrs": "Adakah anda kira BMI untuk diri sendiri? ",
568
569
  "tools.heading.on": "pada",
570
+ "tools.heartRateRangeErr": "Sila masukkan nilai antara {min} - {max} bpm",
571
+ "tools.inputPlaceholder": "Contoh: {kandungan}",
572
+ "tools.requiredErrorMess.age": "Masukkan umur yang sah.",
573
+ "tools.requiredErrorMess.gender": "Sila masukkan jantina",
569
574
  "tools.selectBabyGender": "Apa jantina anak anda?",
570
575
  "tools.selectGender": "Apakah jantina anda?",
576
+ "tools.yearsOld": "tahun",
571
577
  "userProfile.nav.card.eCom": "E-dagang",
572
578
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
579
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -564,10 +564,16 @@ var myTranslations = {
564
564
  "tool.selectPerson.other": "အခြားတစ်ယောက်",
565
565
  "tool.selectPerson.yourSelf": "ကိုယ်တိုင်",
566
566
  "toolPage.toolReviewer": "ဆေးပညာပိုင်းဆိုင်ရာ တည်းဖြတ်သူ {expert_name} on {date}",
567
+ "tools.checkYourKidsInput.label": "သင့်ကလေးအတွက် စစ်ဆေးလိုပါသလား",
567
568
  "tools.checkYrs": "သင့်အတွက် သင့်ကိုစစ်ဆေးနေပါသလား။",
568
569
  "tools.heading.on": "အပေါ်",
570
+ "tools.heartRateRangeErr": "ကျေးဇူးပြု၍ {min} - {max} bpm အတွင်းတန်ဖိုးကို ထည့်ပါ",
571
+ "tools.inputPlaceholder": "ဥပမာ: {အကြောင်းအရာ} ",
572
+ "tools.requiredErrorMess.age": "လက်ရှိအသက်ကို ဖြည့်သွင်းပါ",
573
+ "tools.requiredErrorMess.gender": "ကျေးဇူးပြု၍ လိင်အမျိုးအစားကို ထည့်ပါ",
569
574
  "tools.selectBabyGender": "ကလေးက ယောက်ျားလေးလား၊ မိန်းကလေးလား",
570
575
  "tools.selectGender": "ကျား / မ",
576
+ "tools.yearsOld": "နှစ်",
571
577
  "userProfile.nav.card.eCom": "eShop",
572
578
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
579
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -564,10 +564,16 @@ var thTranslations = {
564
564
  "tool.selectPerson.other": "คนอื่น",
565
565
  "tool.selectPerson.yourSelf": "ตัวเอง",
566
566
  "toolPage.toolReviewer": "ตรวจสอบข้อมูลทางการแพทย์โดย {expert_name} เมื่อ {date}",
567
+ "tools.checkYourKidsInput.label": "ตรวจให้ลูกของคุณใช่หรือไม่?",
567
568
  "tools.checkYrs": "คำนวณให้ตัวเองใช่หรือไม่",
568
569
  "tools.heading.on": "บน",
570
+ "tools.heartRateRangeErr": "กรุณากรอกค่าระหว่าง {min} - {max} bpm",
571
+ "tools.inputPlaceholder": "ตัวอย่าง: {เนื้อหา}",
572
+ "tools.requiredErrorMess.age": "โปรดกรอกอายุให้ถูกต้อง",
573
+ "tools.requiredErrorMess.gender": "กรุณากรอกเพศ",
569
574
  "tools.selectBabyGender": "ลูกของคุณมีเพศอะไร",
570
575
  "tools.selectGender": "เพศ",
576
+ "tools.yearsOld": "ปี",
571
577
  "userProfile.nav.card.eCom": "eShop",
572
578
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
579
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -564,10 +564,16 @@ var tlTranslations = {
564
564
  "tool.selectPerson.other": "Iba pa",
565
565
  "tool.selectPerson.yourSelf": "Sarili",
566
566
  "toolPage.toolReviewer": "Narebyung medical ni {expert_name} sa {date}",
567
+ "tools.checkYourKidsInput.label": "Ikaw ba ay nagche-check para sa iyong anak?",
567
568
  "tools.checkYrs": "Ikaw ba ang nagche-check para sa sarili mo?",
568
569
  "tools.heading.on": "sa",
570
+ "tools.heartRateRangeErr": "Pakilagay ang halaga sa pagitan ng {min} - {max} bpm",
571
+ "tools.inputPlaceholder": "Halimbawa: {nilalaman}",
572
+ "tools.requiredErrorMess.age": "Mangyaring ilagay ang wastong edad",
573
+ "tools.requiredErrorMess.gender": "Paki-enter ang kasarian",
569
574
  "tools.selectBabyGender": "Ano ang kasarian ng iyong sanggol?",
570
575
  "tools.selectGender": "Ano ang iyong kasarian?",
576
+ "tools.yearsOld": "taong gulang",
571
577
  "userProfile.nav.card.eCom": "eShop",
572
578
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
579
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
@@ -564,10 +564,16 @@ var viTranslations = {
564
564
  "tool.selectPerson.other": "Người khác",
565
565
  "tool.selectPerson.yourSelf": "Bản thân",
566
566
  "toolPage.toolReviewer": "Tham vấn y khoa: {expert_name} ngày {date}",
567
+ "tools.checkYourKidsInput.label": "Bạn làm kiểm tra cho con bạn?",
567
568
  "tools.checkYrs": "Bạn đang tính chỉ số cho chính mình?",
568
569
  "tools.heading.on": "ngày",
570
+ "tools.heartRateRangeErr": "Vui lòng nhập giá trị trong khoảng {min} - {max} bmp",
571
+ "tools.inputPlaceholder": "Ví dụ: {nội dung}",
572
+ "tools.requiredErrorMess.age": "Vui lòng nhập số tuổi chính xác",
573
+ "tools.requiredErrorMess.gender": "Vui lòng chọn giới tính",
569
574
  "tools.selectBabyGender": "Giới tính của trẻ là gì?",
570
575
  "tools.selectGender": "Giới tính của bạn",
576
+ "tools.yearsOld": "tuổi",
571
577
  "userProfile.nav.card.eCom": "Cửa hàng",
572
578
  "userProfile.nav.card.ecom.DeliveryAddress": "Địa chỉ giao hàng",
573
579
  "userProfile.nav.card.ecom.manageOrders": "Quản lý đơn hàng",
@@ -564,10 +564,16 @@ var mbTranslations = {
564
564
  "tool.selectPerson.other": "Người khác",
565
565
  "tool.selectPerson.yourSelf": "Bản thân",
566
566
  "toolPage.toolReviewer": "Tham vấn y khoa: {expert_name} ngày {date}",
567
+ "tools.checkYourKidsInput.label": "Bạn làm kiểm tra cho con bạn?",
567
568
  "tools.checkYrs": "Bạn đang tính chỉ số cho chính mình?",
568
569
  "tools.heading.on": "ngày",
570
+ "tools.heartRateRangeErr": "Vui lòng nhập giá trị trong khoảng {min} - {max} bmp",
571
+ "tools.inputPlaceholder": "Ví dụ: {nội dung}",
572
+ "tools.requiredErrorMess.age": "Vui lòng nhập số tuổi chính xác",
573
+ "tools.requiredErrorMess.gender": "Vui lòng chọn giới tính",
569
574
  "tools.selectBabyGender": "Giới tính của trẻ là gì?",
570
575
  "tools.selectGender": "Giới tính của bạn",
576
+ "tools.yearsOld": "tuổi",
571
577
  "userProfile.nav.card.eCom": "Cửa hàng",
572
578
  "userProfile.nav.card.ecom.DeliveryAddress": "Địa chỉ giao hàng",
573
579
  "userProfile.nav.card.ecom.manageOrders": "Quản lý đơn hàng",
@@ -564,10 +564,16 @@ var zhTranslations = {
564
564
  "tool.selectPerson.other": "其他人",
565
565
  "tool.selectPerson.yourSelf": "自己",
566
566
  "toolPage.toolReviewer": "{expert_name}於{date}審閱",
567
+ "tools.checkYourKidsInput.label": "您在檢視自己孩子的情況嗎?",
567
568
  "tools.checkYrs": "你正在為自己檢查嗎?",
568
569
  "tools.heading.on": "on",
570
+ "tools.heartRateRangeErr": "請輸入 {min} - {max} bpm 的數值",
571
+ "tools.inputPlaceholder": "例: {內容}",
572
+ "tools.requiredErrorMess.age": "請輸入合理的數值",
573
+ "tools.requiredErrorMess.gender": "請輸入性別",
569
574
  "tools.selectBabyGender": "請問您孩子的性別是?",
570
575
  "tools.selectGender": "你的性別",
576
+ "tools.yearsOld": "歲",
571
577
  "userProfile.nav.card.eCom": "eShop",
572
578
  "userProfile.nav.card.ecom.DeliveryAddress": "Manage addresses",
573
579
  "userProfile.nav.card.ecom.manageOrders": "Manage orders",
package/build/esm/i18n.js CHANGED
@@ -1,5 +1,5 @@
1
- import { T as TranslationsContext } from './translationsContext-82b6afe9.js';
2
- export { T as TranslationsContext } from './translationsContext-82b6afe9.js';
1
+ import { T as TranslationsContext } from './translationsContext-494ae681.js';
2
+ export { T as TranslationsContext } from './translationsContext-494ae681.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-82b6afe9.js';
2
- export { T as TranslationsContext } from './translationsContext-82b6afe9.js';
1
+ import { T as TranslationsContext } from './translationsContext-494ae681.js';
2
+ export { T as TranslationsContext } from './translationsContext-494ae681.js';
3
3
  import React__default, { useMemo } from 'react';
4
4
 
5
5
  const TranslationsProvider = ({ locale = 'en-PH', values, children, }) => {
@@ -1,10 +1,10 @@
1
1
  import React__default, { useRef, useState, useEffect } from 'react';
2
- import { I as Icon } from './index-8f8e8b42.js';
3
- import { u as useTranslations } from './useTranslations-e09488cf.js';
2
+ import { I as Icon } from './index-f7bf305d.js';
3
+ import { u as useTranslations } from './useTranslations-cdea23ca.js';
4
4
  import { format } from 'date-fns';
5
5
  import DayPickerInput from 'react-day-picker/DayPickerInput';
6
6
  import styled from '@emotion/styled';
7
- import { t as theme } from './theme-f0b6c550.js';
7
+ import { t as theme } from './theme-970b90f0.js';
8
8
 
9
9
  var styles = {"loading":"tliWyii"};
10
10
 
@@ -1,9 +1,9 @@
1
1
  import React__default, { useContext, useState } from 'react';
2
2
  import styled from '@emotion/styled';
3
- import { M as MediaQueries } from './utils-528dc7d6.js';
4
- import { t as theme } from './theme-f0b6c550.js';
5
- import { _ as __rest } from './tslib.es6-9d7cffa1.js';
6
- import { T as TogetherComponentGlobalContext } from './utils-3faf426d.js';
3
+ import { M as MediaQueries } from './utils-f7a8a1ca.js';
4
+ import { t as theme } from './theme-970b90f0.js';
5
+ import { _ as __rest } from './tslib.es6-64d6b81e.js';
6
+ import { T as TogetherComponentGlobalContext } from './utils-e93e4c81.js';
7
7
 
8
8
  const StyledPopup = styled.div `
9
9
  position: fixed;
@@ -1,8 +1,8 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
- import { L as LOCALE } from './index-de5f4b77.js';
3
- import { C as CommonGAssets } from './index-d232b0dc.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-c4d6d3b1.js';
5
- import { I as ImageWrap } from './index-acb975fb.js';
2
+ import { L as LOCALE } from './index-56e460c6.js';
3
+ import { C as CommonGAssets } from './index-cbda4cc1.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-e621db45.js';
5
+ import { I as ImageWrap } from './index-68fab995.js';
6
6
 
7
7
  const Logo = ({ type, className, style, isLightLogo, customSize, badge, locale, dateForSeasonal, isPro, }) => {
8
8
  const [seasonalChecks, setSeasonalChecks] = useState({
@@ -1,7 +1,7 @@
1
- import { _ as __rest } from './tslib.es6-9d7cffa1.js';
1
+ import { _ as __rest } from './tslib.es6-64d6b81e.js';
2
2
  import React__default from 'react';
3
3
  import { Modal as Modal$1 } from '@mantine/core';
4
- import { i as useStyles } from './index-acb975fb.js';
4
+ import { g as useStyles } from './index-68fab995.js';
5
5
 
6
6
  const Modal = (_a) => {
7
7
  var { styles, classNames, transitionProps } = _a, rest = __rest(_a, ["styles", "classNames", "transitionProps"]);
@@ -1,22 +1,22 @@
1
1
  import React__default from 'react';
2
- import { C as Container } from './index-0d6f4be3.js';
2
+ import { C as Container } from './index-0ed4c22b.js';
3
3
  import dayjs from 'dayjs';
4
- import { d as domainLocales } from './index-9c28c6d3.js';
5
- import { u as useScreenSize } from './index-acb975fb.js';
4
+ import { d as domainLocales } from './index-7c16ac20.js';
5
+ import { u as useScreenSize } from './index-68fab995.js';
6
6
  import { Flex, Stack, Box } from '@mantine/core';
7
7
  import '@mantine/dates';
8
- import './index-de5f4b77.js';
9
- import './index-d232b0dc.js';
10
- import './useMantineLocale-55d6c3f7.js';
11
- import { T as Text } from './index-b80db1c1.js';
12
- import { t as theme } from './theme-f0b6c550.js';
13
- import './translationsContext-82b6afe9.js';
8
+ import './index-56e460c6.js';
9
+ import './index-cbda4cc1.js';
10
+ import './useMantineLocale-c9152268.js';
11
+ import { T as Text } from './index-84a52876.js';
12
+ import { t as theme } from './theme-970b90f0.js';
13
+ import './translationsContext-494ae681.js';
14
14
  import 'string-format';
15
15
  import '@mantine/hooks';
16
- import { M as MediaQueries } from './utils-528dc7d6.js';
16
+ import { M as MediaQueries } from './utils-f7a8a1ca.js';
17
17
  import styled from '@emotion/styled';
18
- import { L as Logo } from './index-9abfd2bf.js';
19
- import { M as MarryBabyText } from './index-b81d2c55.js';
18
+ import { L as Logo } from './index-2761f711.js';
19
+ import { M as MarryBabyText } from './index-489dd441.js';
20
20
 
21
21
  const StyledFooter = styled.footer `
22
22
  background-color: #1b3250;
@@ -1,6 +1,6 @@
1
- import { _ as __rest } from './tslib.es6-9d7cffa1.js';
1
+ import { _ as __rest } from './tslib.es6-64d6b81e.js';
2
2
  import React__default from 'react';
3
- import { S as StyledHeading, a as StyledText } from './index.styled-23ecaf98.js';
3
+ import { S as StyledHeading, a as StyledText } from './index.styled-0bdbe990.js';
4
4
 
5
5
  const MarryBabyHeading = (_a) => {
6
6
  var { type, color, style } = _a, props = __rest(_a, ["type", "color", "style"]);
@@ -1,18 +1,18 @@
1
- import { _ as __rest } from './tslib.es6-9d7cffa1.js';
1
+ import { _ as __rest } from './tslib.es6-64d6b81e.js';
2
2
  import React__default from 'react';
3
- import './index-acb975fb.js';
3
+ import './index-68fab995.js';
4
4
  import '@mantine/core';
5
5
  import '@mantine/dates';
6
- import './index-9c28c6d3.js';
7
- import './index-de5f4b77.js';
8
- import './index-d232b0dc.js';
9
- import './useMantineLocale-55d6c3f7.js';
10
- import { T as Text$1 } from './index-b80db1c1.js';
11
- import './theme-f0b6c550.js';
12
- import './translationsContext-82b6afe9.js';
6
+ import './index-7c16ac20.js';
7
+ import './index-56e460c6.js';
8
+ import './index-cbda4cc1.js';
9
+ import './useMantineLocale-c9152268.js';
10
+ import { T as Text$1 } from './index-84a52876.js';
11
+ import './theme-970b90f0.js';
12
+ import './translationsContext-494ae681.js';
13
13
  import 'string-format';
14
14
  import '@mantine/hooks';
15
- import './utils-528dc7d6.js';
15
+ import './utils-f7a8a1ca.js';
16
16
 
17
17
  /**
18
18
  * @deprecated Consider to use import { Text } from '@hhgtech/hhg-components/mantine'