@hhgtech/hhg-components 1.29.435 → 1.29.437

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 (667) hide show
  1. package/build/{InputDate-5eea89d0.js → InputDate-97892cbc.js} +5 -5
  2. package/build/{LastPeriod-787184d9.js → LastPeriod-7be8b307.js} +1 -1
  3. package/build/{MobileBottomNavigationIcon-4ce34c28.js → MobileBottomNavigationIcon-8c7a4642.js} +3 -3
  4. package/build/RatingStarsInput-69075fd9.js +5664 -0
  5. package/build/{Spinner-af23165e.js → Spinner-73e7c623.js} +1 -1
  6. package/build/{WhatsApp-b7fa7cee.js → WhatsApp-03c909d7.js} +1 -1
  7. package/build/adapters.js +21 -20
  8. package/build/atoms.js +105 -414
  9. package/build/babyGrowth.js +86 -86
  10. package/build/cache.js +2 -2
  11. package/build/care/components/organisms/bookingSearchBar/mobileTopbar/index.styled.d.ts +1 -1
  12. package/build/care/components/organisms/bookingSearchBar/resultSection/index.styled.d.ts +1 -1
  13. package/build/care/components/organisms/bookingSearchBar/resultSectionItem/index.styled.d.ts +1 -1
  14. package/build/care/interfaces/types.d.ts +2 -0
  15. package/build/care.js +18 -18
  16. package/build/careBookingSearchBar.js +14 -14
  17. package/build/careBookingSearchBarV2.js +15 -15
  18. package/build/components/atoms/DragFreeCarousel/index.d.ts +9 -0
  19. package/build/components/atoms/DragFreeCarousel/index.style.d.ts +3 -0
  20. package/build/components/atoms/cardCollapse/index.d.ts +3 -2
  21. package/build/components/atoms/drawerComponent/index.d.ts +1 -0
  22. package/build/components/atoms/imageUpload/index.d.ts +1 -1
  23. package/build/components/atoms/index.d.ts +3 -0
  24. package/build/components/mantine/errorLabel/index.d.ts +6 -0
  25. package/build/components/mantine/floatingLabelControl/context.d.ts +10 -0
  26. package/build/components/mantine/floatingLabelControl/index.d.ts +33 -0
  27. package/build/components/mantine/floatingLabelControl/index.styled.d.ts +15 -0
  28. package/build/components/mantine/index.d.ts +2 -0
  29. package/build/components/mantine/input/index.d.ts +2 -0
  30. package/build/components/mantine/input/index.styles.d.ts +8 -0
  31. package/build/components/mantine/phone/index.d.ts +4 -0
  32. package/build/components/mantine/phoneInput/PhoneInput.d.ts +4 -0
  33. package/build/components/mantine/provider/index.d.ts +2 -1
  34. package/build/components/mantine/select/index.styles.d.ts +8 -0
  35. package/build/components/mantine/text/index.d.ts +2 -2
  36. package/build/components/mantine/textArea/index.d.ts +1 -1
  37. package/build/components/mantine/textArea/index.styles.d.ts +8 -0
  38. package/build/components/mantine/theme/text.d.ts +6 -2
  39. package/build/components/molecules/cardListItem/index.d.ts +4 -1
  40. package/build/components/molecules/cardListItem/index.styled.d.ts +6 -3
  41. package/build/components/molecules/certificateItem/index.d.ts +9 -0
  42. package/build/components/molecules/certificateItem/index.styled.d.ts +9 -0
  43. package/build/components/molecules/doctorInfoExpertise/index.d.ts +9 -0
  44. package/build/components/molecules/doctorInfoExpertise/index.styled.d.ts +9 -0
  45. package/build/components/molecules/doctorInfoItem/index.d.ts +8 -0
  46. package/build/components/molecules/doctorInfoItem/index.styled.d.ts +12 -0
  47. package/build/components/molecules/hpvScreener/index.d.ts +8 -0
  48. package/build/components/molecules/hpvScreener/index.styled.d.ts +78 -0
  49. package/build/components/molecules/index.d.ts +7 -0
  50. package/build/components/molecules/list/ListQuickFilterWrapline.d.ts +8 -0
  51. package/build/components/molecules/list/index.d.ts +2 -0
  52. package/build/components/molecules/list/type.d.ts +2 -1
  53. package/build/components/molecules/list/useList.d.ts +1 -1
  54. package/build/components/molecules/quickFilterWrapLine/index.d.ts +10 -0
  55. package/build/components/molecules/quickFilterWrapLine/index.helper.d.ts +2 -0
  56. package/build/components/molecules/quickFilterWrapLine/index.styled.d.ts +17 -0
  57. package/build/components/molecules/summaryInfo/index.d.ts +16 -0
  58. package/build/components/molecules/summaryInfo/index.styled.d.ts +23 -0
  59. package/build/components/molecules/voucherItem/index.d.ts +12 -0
  60. package/build/components/molecules/voucherItem/index.style.d.ts +33 -0
  61. package/build/components/navigationV2/components/atoms/searchInput/index.styled.d.ts +1 -0
  62. package/build/components/organisms/clinicInfo/index.styled.d.ts +7 -0
  63. package/build/components/organisms/doctorExpertise/index.d.ts +28 -0
  64. package/build/components/organisms/doctorExpertise/index.helper.d.ts +9 -0
  65. package/build/components/organisms/doctorExpertise/index.styled.d.ts +20 -0
  66. package/build/components/organisms/index.d.ts +1 -0
  67. package/build/components.js +194 -182
  68. package/build/{constants-2d30eb62.js → constants-3daee137.js} +1 -1
  69. package/build/constants.js +7 -3
  70. package/build/constantsDomainLocales.js +1 -1
  71. package/build/constantsRiskScreener.js +2 -2
  72. package/build/constantsSite.js +2 -2
  73. package/build/{core-63491f63.js → core-3649e38e.js} +1 -1
  74. package/build/{dataTransform-4f2bf661.js → dataTransform-a1c8f5f0.js} +1 -1
  75. package/build/ecom.js +5 -5
  76. package/build/{editor-770f90e1.js → editor-5d000c58.js} +11 -11
  77. package/build/embeddedHeathToolCards_babyGrowth.js +25 -24
  78. package/build/embeddedHeathToolCards_babyPoop.js +21 -20
  79. package/build/embeddedHeathToolCards_babyVaccine.js +24 -23
  80. package/build/embeddedHeathToolCards_bmi_bmi.js +27 -26
  81. package/build/embeddedHeathToolCards_bmrBmr.js +27 -26
  82. package/build/embeddedHeathToolCards_dueDate_dueDate.js +24 -23
  83. package/build/embeddedHeathToolCards_ovulation_ovulation.js +24 -23
  84. package/build/embeddedHeathToolCards_pwg_pwg.js +28 -27
  85. package/build/embeddedHeathToolCards_targetHeartRate.js +29 -28
  86. package/build/esm/{InputDate-cdea635b.js → InputDate-47cb79ec.js} +5 -5
  87. package/build/esm/{LastPeriod-a87b2d37.js → LastPeriod-a762cc5c.js} +1 -1
  88. package/build/esm/{MobileBottomNavigationIcon-fc1d77c8.js → MobileBottomNavigationIcon-6d1902fd.js} +3 -3
  89. package/build/esm/RatingStarsInput-6b4ba806.js +5594 -0
  90. package/build/esm/{Spinner-6f8ff0b0.js → Spinner-53d2c889.js} +1 -1
  91. package/build/esm/{WhatsApp-9cad2c64.js → WhatsApp-96c5ba5b.js} +1 -1
  92. package/build/esm/adapters.js +21 -20
  93. package/build/esm/atoms.js +57 -367
  94. package/build/esm/babyGrowth.js +86 -86
  95. package/build/esm/cache.js +2 -2
  96. package/build/esm/care/components/organisms/bookingSearchBar/mobileTopbar/index.styled.d.ts +1 -1
  97. package/build/esm/care/components/organisms/bookingSearchBar/resultSection/index.styled.d.ts +1 -1
  98. package/build/esm/care/components/organisms/bookingSearchBar/resultSectionItem/index.styled.d.ts +1 -1
  99. package/build/esm/care/interfaces/types.d.ts +2 -0
  100. package/build/esm/care.js +18 -18
  101. package/build/esm/careBookingSearchBar.js +14 -14
  102. package/build/esm/careBookingSearchBarV2.js +15 -15
  103. package/build/esm/components/atoms/DragFreeCarousel/index.d.ts +9 -0
  104. package/build/esm/components/atoms/DragFreeCarousel/index.style.d.ts +3 -0
  105. package/build/esm/components/atoms/cardCollapse/index.d.ts +3 -2
  106. package/build/esm/components/atoms/drawerComponent/index.d.ts +1 -0
  107. package/build/esm/components/atoms/imageUpload/index.d.ts +1 -1
  108. package/build/esm/components/atoms/index.d.ts +3 -0
  109. package/build/esm/components/mantine/errorLabel/index.d.ts +6 -0
  110. package/build/esm/components/mantine/floatingLabelControl/context.d.ts +10 -0
  111. package/build/esm/components/mantine/floatingLabelControl/index.d.ts +33 -0
  112. package/build/esm/components/mantine/floatingLabelControl/index.styled.d.ts +15 -0
  113. package/build/esm/components/mantine/index.d.ts +2 -0
  114. package/build/esm/components/mantine/input/index.d.ts +2 -0
  115. package/build/esm/components/mantine/input/index.styles.d.ts +8 -0
  116. package/build/esm/components/mantine/phone/index.d.ts +4 -0
  117. package/build/esm/components/mantine/phoneInput/PhoneInput.d.ts +4 -0
  118. package/build/esm/components/mantine/provider/index.d.ts +2 -1
  119. package/build/esm/components/mantine/select/index.styles.d.ts +8 -0
  120. package/build/esm/components/mantine/text/index.d.ts +2 -2
  121. package/build/esm/components/mantine/textArea/index.d.ts +1 -1
  122. package/build/esm/components/mantine/textArea/index.styles.d.ts +8 -0
  123. package/build/esm/components/mantine/theme/text.d.ts +6 -2
  124. package/build/esm/components/molecules/cardListItem/index.d.ts +4 -1
  125. package/build/esm/components/molecules/cardListItem/index.styled.d.ts +6 -3
  126. package/build/esm/components/molecules/certificateItem/index.d.ts +9 -0
  127. package/build/esm/components/molecules/certificateItem/index.styled.d.ts +9 -0
  128. package/build/esm/components/molecules/doctorInfoExpertise/index.d.ts +9 -0
  129. package/build/esm/components/molecules/doctorInfoExpertise/index.styled.d.ts +9 -0
  130. package/build/esm/components/molecules/doctorInfoItem/index.d.ts +8 -0
  131. package/build/esm/components/molecules/doctorInfoItem/index.styled.d.ts +12 -0
  132. package/build/esm/components/molecules/hpvScreener/index.d.ts +8 -0
  133. package/build/esm/components/molecules/hpvScreener/index.styled.d.ts +78 -0
  134. package/build/esm/components/molecules/index.d.ts +7 -0
  135. package/build/esm/components/molecules/list/ListQuickFilterWrapline.d.ts +8 -0
  136. package/build/esm/components/molecules/list/index.d.ts +2 -0
  137. package/build/esm/components/molecules/list/type.d.ts +2 -1
  138. package/build/esm/components/molecules/list/useList.d.ts +1 -1
  139. package/build/esm/components/molecules/quickFilterWrapLine/index.d.ts +10 -0
  140. package/build/esm/components/molecules/quickFilterWrapLine/index.helper.d.ts +2 -0
  141. package/build/esm/components/molecules/quickFilterWrapLine/index.styled.d.ts +17 -0
  142. package/build/esm/components/molecules/summaryInfo/index.d.ts +16 -0
  143. package/build/esm/components/molecules/summaryInfo/index.styled.d.ts +23 -0
  144. package/build/esm/components/molecules/voucherItem/index.d.ts +12 -0
  145. package/build/esm/components/molecules/voucherItem/index.style.d.ts +33 -0
  146. package/build/esm/components/navigationV2/components/atoms/searchInput/index.styled.d.ts +1 -0
  147. package/build/esm/components/organisms/clinicInfo/index.styled.d.ts +7 -0
  148. package/build/esm/components/organisms/doctorExpertise/index.d.ts +28 -0
  149. package/build/esm/components/organisms/doctorExpertise/index.helper.d.ts +9 -0
  150. package/build/esm/components/organisms/doctorExpertise/index.styled.d.ts +20 -0
  151. package/build/esm/components/organisms/index.d.ts +1 -0
  152. package/build/esm/components.js +106 -105
  153. package/build/esm/{constants-5b3aef51.js → constants-3ad81354.js} +1 -1
  154. package/build/esm/constants.js +3 -3
  155. package/build/esm/constantsDomainLocales.js +1 -1
  156. package/build/esm/constantsRiskScreener.js +2 -2
  157. package/build/esm/constantsSite.js +2 -2
  158. package/build/esm/{core-b5022560.js → core-b0677079.js} +1 -1
  159. package/build/esm/{dataTransform-b34a4eb5.js → dataTransform-b90fc6bd.js} +1 -1
  160. package/build/esm/ecom.js +5 -5
  161. package/build/esm/{editor-8da7b653.js → editor-986ead54.js} +11 -11
  162. package/build/esm/embeddedHeathToolCards_babyGrowth.js +25 -24
  163. package/build/esm/embeddedHeathToolCards_babyPoop.js +21 -20
  164. package/build/esm/embeddedHeathToolCards_babyVaccine.js +24 -23
  165. package/build/esm/embeddedHeathToolCards_bmi_bmi.js +27 -26
  166. package/build/esm/embeddedHeathToolCards_bmrBmr.js +27 -26
  167. package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +24 -23
  168. package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +24 -23
  169. package/build/esm/embeddedHeathToolCards_pwg_pwg.js +28 -27
  170. package/build/esm/embeddedHeathToolCards_targetHeartRate.js +29 -28
  171. package/build/esm/footer.js +23 -22
  172. package/build/esm/gAssets.js +2 -2
  173. package/build/esm/{healthTools-9534d760.js → healthTools-d286906c.js} +1 -1
  174. package/build/esm/healthToolsCardWrapper.js +20 -19
  175. package/build/esm/healthToolsForm.js +35 -34
  176. package/build/esm/hooks/index.d.ts +1 -0
  177. package/build/esm/hooks/usePhoneValidator.d.ts +3 -0
  178. package/build/esm/hooks.js +13 -13
  179. package/build/esm/i18n/translationKeys.d.ts +1 -1
  180. package/build/esm/i18n-values/en-PH.js +10 -0
  181. package/build/esm/i18n-values/hi-IN.js +10 -0
  182. package/build/esm/i18n-values/id-ID.js +10 -0
  183. package/build/esm/i18n-values/km-KH.js +10 -0
  184. package/build/esm/i18n-values/ms-MY.js +10 -0
  185. package/build/esm/i18n-values/my-MM.js +10 -0
  186. package/build/esm/i18n-values/th-TH.js +14 -4
  187. package/build/esm/i18n-values/tl-PH.js +10 -0
  188. package/build/esm/i18n-values/vi-VN.js +15 -5
  189. package/build/esm/i18n-values/vi-VN_MB.js +15 -5
  190. package/build/esm/i18n-values/zh-SG.js +10 -0
  191. package/build/esm/i18n-values/zh-TW.js +10 -0
  192. package/build/esm/i18n.js +2 -2
  193. package/build/esm/i18nV2.js +2 -2
  194. package/build/esm/icons/ArrowRightBlue.d.ts +4 -0
  195. package/build/esm/icons/Clinic.d.ts +4 -0
  196. package/build/esm/icons/Credential.d.ts +4 -0
  197. package/build/esm/icons/Education.d.ts +4 -0
  198. package/build/esm/icons/Email.d.ts +4 -0
  199. package/build/esm/icons/HPV.d.ts +4 -0
  200. package/build/esm/icons/Highlight.d.ts +4 -0
  201. package/build/esm/icons/StarUpgrade.d.ts +4 -0
  202. package/build/esm/{index-9316837d.js → index-00325f14.js} +2 -2
  203. package/build/esm/{index-5c71ffdd.js → index-06704f5d.js} +11 -4
  204. package/build/esm/{index-8b41ee67.js → index-06a891f9.js} +6 -6
  205. package/build/esm/index-0df44c73.js +160 -0
  206. package/build/esm/{index-09ca7467.js → index-0ee5415b.js} +2 -2
  207. package/build/esm/{index-cb6bed3b.js → index-123dcb1c.js} +13 -13
  208. package/build/esm/{index-905c007e.js → index-1c4b3f9f.js} +13 -13
  209. package/build/esm/{index-64a23bd8.js → index-1d41c996.js} +3 -3
  210. package/build/esm/{index-c50bc401.js → index-1e20c106.js} +3 -3
  211. package/build/esm/{index-1c4642d7.js → index-1e6e0be5.js} +3 -3
  212. package/build/esm/{index-fe927d80.js → index-2411f109.js} +2 -2
  213. package/build/esm/{index-522fa528.js → index-24403dbc.js} +13 -13
  214. package/build/esm/{index-78637af8.js → index-2774ec7b.js} +17 -17
  215. package/build/esm/{index-66867721.js → index-2787bb80.js} +4 -4
  216. package/build/esm/{index-9e8c02dd.js → index-319f2448.js} +3 -3
  217. package/build/esm/{index-2ab6597f.js → index-32949595.js} +2 -2
  218. package/build/esm/{index-9aef1899.js → index-32955a2c.js} +1 -1
  219. package/build/esm/{ImageUpload.types-8c2d3fed.js → index-3e0b5966.js} +352 -19
  220. package/build/esm/{index-660c931a.js → index-3ed3f460.js} +5 -5
  221. package/build/esm/{index-85838d3b.js → index-3f7c7f68.js} +15 -15
  222. package/build/esm/{index-f643c9df.js → index-3fcf44ef.js} +15 -15
  223. package/build/esm/{index-f8c2b8fe.js → index-44dfc8cf.js} +1 -1
  224. package/build/esm/{index-16bb1e69.js → index-45937041.js} +7 -7
  225. package/build/esm/{index-91e1b524.js → index-4dd76347.js} +15 -15
  226. package/build/esm/{index-092b1699.js → index-51e6bae4.js} +105 -2
  227. package/build/esm/{index-4bade475.js → index-51e9b7f2.js} +13 -13
  228. package/build/esm/{index-eb59ab36.js → index-55fc401e.js} +470 -34
  229. package/build/esm/{index-c118b3d8.js → index-561af028.js} +1 -1
  230. package/build/esm/{index-cfba4d9a.js → index-5760e773.js} +16 -16
  231. package/build/esm/{index-b7fb741d.js → index-58efd96a.js} +2 -2
  232. package/build/esm/{index-d4d1258a.js → index-5d4cdb6b.js} +6 -6
  233. package/build/esm/{index-80dca832.js → index-647ccefa.js} +30 -30
  234. package/build/esm/{index-c21d919c.js → index-6804ef60.js} +11 -11
  235. package/build/esm/{index-e91f34af.js → index-68ab47c0.js} +16 -16
  236. package/build/esm/{index-77136d7c.js → index-6af00a0b.js} +4 -4
  237. package/build/esm/index-735c4c40.js +15 -0
  238. package/build/esm/{index-877884e8.js → index-75ab2cdb.js} +2 -2
  239. package/build/esm/{index-7f77a9f8.js → index-75d15f8c.js} +2 -2
  240. package/build/esm/{index-99689e8f.js → index-775f606b.js} +2 -2
  241. package/build/esm/{index-0624e3a3.js → index-799cdf55.js} +10 -10
  242. package/build/esm/{index-feea2aba.js → index-79cafb7b.js} +21 -21
  243. package/build/esm/{index-bfc36d93.js → index-7a2a59db.js} +1 -1
  244. package/build/esm/{index-0bd8c367.js → index-7b120296.js} +2 -2
  245. package/build/esm/{index-825d30b4.js → index-7f26d1da.js} +32 -32
  246. package/build/esm/{index-f32ab4f6.js → index-7f4a4485.js} +3 -3
  247. package/build/esm/{index-d97d8f55.js → index-8288a91e.js} +32 -32
  248. package/build/esm/{index-4d62d29e.js → index-8423e824.js} +17 -17
  249. package/build/esm/{index-971eb8ab.js → index-8d34a66d.js} +2 -2
  250. package/build/esm/{index-d2239834.js → index-9231ae4f.js} +1 -1
  251. package/build/esm/{index-0977e7a2.js → index-93c2e243.js} +2 -2
  252. package/build/esm/{index-6c2f46d4.js → index-9c0b8003.js} +1 -1
  253. package/build/esm/{index-7a650035.js → index-a4f7bf15.js} +1 -1
  254. package/build/esm/{index-b1ed3158.js → index-b58d0b00.js} +14 -14
  255. package/build/esm/{index-5ccb32d4.js → index-bb498123.js} +2 -2
  256. package/build/esm/{index-5675385e.js → index-bd2b6a70.js} +3 -3
  257. package/build/esm/{index-bc5a3fc2.js → index-bdd14548.js} +2 -2
  258. package/build/esm/{index-0291c973.js → index-c3570e1b.js} +6 -6
  259. package/build/esm/{index-3779f98b.js → index-d3c6eee2.js} +17 -17
  260. package/build/esm/{index-b81418da.js → index-d5c7f488.js} +3 -3
  261. package/build/esm/{index-910a2e45.js → index-d645c0de.js} +4 -4
  262. package/build/esm/{index-c9d25309.js → index-dc56355a.js} +8 -8
  263. package/build/esm/{index-83deb264.js → index-e58ee2ca.js} +7 -7
  264. package/build/esm/{index-6f0cf5fe.js → index-e67353a7.js} +6 -6
  265. package/build/esm/{index-dadf649f.js → index-e8f482d0.js} +13 -13
  266. package/build/esm/{index-5d42aec2.js → index-ea86b63f.js} +191 -144
  267. package/build/esm/{index-3a7d8d77.js → index-ebe7bb2a.js} +13 -13
  268. package/build/esm/{index-525e4cd9.js → index-f83821e0.js} +25 -25
  269. package/build/esm/{index-670b805c.js → index-f8595455.js} +22 -22
  270. package/build/esm/{index-2df6f3a8.js → index-ff0b19b8.js} +17 -17
  271. package/build/esm/{index-05f7c12d.js → index-ff508e1f.js} +4 -16
  272. package/build/esm/index.css +1 -1
  273. package/build/esm/index.js +124 -125
  274. package/build/esm/interfaces/constants/index.d.ts +5 -0
  275. package/build/esm/{labelSorting-b51e2743.js → labelSorting-ebf0f7b2.js} +4 -4
  276. package/build/esm/lead/components/close.d.ts +1 -1
  277. package/build/esm/lead/layouts/inlineFreebie/InlineFreebie.styled.d.ts +1 -1
  278. package/build/esm/lead.js +50 -72
  279. package/build/esm/{logoIcon-4b7699f9.js → logoIcon-e686b9de.js} +2 -2
  280. package/build/esm/mantine.js +34 -29
  281. package/build/esm/misc.js +19 -19
  282. package/build/esm/miscGetDynamicHealthTool.js +4 -4
  283. package/build/esm/miscGetSocialList.js +8 -8
  284. package/build/esm/miscScreenSizeContext.js +1 -1
  285. package/build/esm/mobileBottomNavigation.js +5 -5
  286. package/build/esm/mobileBottomNavigationIcon.js +5 -5
  287. package/build/esm/molecules.js +78 -78
  288. package/build/esm/moleculesArticleCard.js +6 -6
  289. package/build/esm/moleculesArticleCardV2.js +18 -17
  290. package/build/esm/navigation.js +48 -48
  291. package/build/esm/navigationLogoutPopup.js +11 -11
  292. package/build/esm/navigationProfileButton.js +28 -28
  293. package/build/esm/onboardingV2.js +31 -30
  294. package/build/esm/organisms.js +59 -59
  295. package/build/esm/{post-946ccd83.js → post-94e82db7.js} +2 -2
  296. package/build/esm/profileNavigation.js +20 -20
  297. package/build/esm/progressBar.js +1 -1
  298. package/build/esm/pwg.js +24 -23
  299. package/build/esm/ssoV2.js +32 -31
  300. package/build/esm/{store-ec0da21e.js → store-4d40e7f4.js} +3 -3
  301. package/build/esm/subot.js +38 -38
  302. package/build/esm/surveyOrPremiumBanner.js +35 -34
  303. package/build/esm/surveyQuestionCard.js +11 -11
  304. package/build/esm/{surveyThankyouCard-3a060c84.js → surveyThankyouCard-b854964e.js} +5 -5
  305. package/build/esm/{text-a80dbecb.js → text-5624a2fe.js} +6 -2
  306. package/build/esm/together/components/molecules/createPostVideo/socialLinkPopup/index.styled.d.ts +1 -0
  307. package/build/esm/together.js +58 -58
  308. package/build/esm/togetherApiUtils.js +4 -4
  309. package/build/esm/togetherAtoms.js +32 -31
  310. package/build/esm/togetherComponentGlobalContext.js +4 -4
  311. package/build/esm/togetherMolecules.js +52 -52
  312. package/build/esm/togetherMoleculesCardAuthor.js +29 -29
  313. package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
  314. package/build/esm/togetherMoleculesProfileDetail.js +41 -41
  315. package/build/esm/togetherOrganisms.js +51 -51
  316. package/build/esm/togetherRichTextEditor.js +18 -18
  317. package/build/esm/togetherShareBox.js +10 -10
  318. package/build/esm/{translationsProvider-c7d6859f.js → translationsProvider-28c43973.js} +1 -1
  319. package/build/esm/{treePopoverMenu-4381980e.js → treePopoverMenu-087b75ff.js} +19 -19
  320. package/build/esm/types.js +2 -2
  321. package/build/esm/{useHealthToolCache-7e237eaf.js → useHealthToolCache-2cf73720.js} +1 -1
  322. package/build/esm/{useCategory-76c5c34e.js → usePhoneValidator-e3c1d9bf.js} +47 -6
  323. package/build/esm/{usePlacesAutocomplete-a8f65a1a.js → usePlacesAutocomplete-159053ad.js} +1 -1
  324. package/build/esm/useTogetherAuthRequiredAction.js +10 -10
  325. package/build/esm/{utils-282597b9.js → utils-455f56f9.js} +3 -3
  326. package/build/esm/{utils-d6df7822.js → utils-6028933f.js} +1 -1
  327. package/build/esm/{utils-894dd10f.js → utils-67d5f284.js} +2 -2
  328. package/build/esm/{utils-9cac371a.js → utils-b5cd6aa6.js} +2 -2
  329. package/build/esm/{utils-92339672.js → utils-ddf3da46.js} +5 -5
  330. package/build/esm/vaccination.js +23 -22
  331. package/build/footer.js +23 -22
  332. package/build/gAssets.js +2 -2
  333. package/build/{healthTools-8c5349e8.js → healthTools-749cf523.js} +1 -1
  334. package/build/healthToolsCardWrapper.js +20 -19
  335. package/build/healthToolsForm.js +35 -34
  336. package/build/hooks/index.d.ts +1 -0
  337. package/build/hooks/usePhoneValidator.d.ts +3 -0
  338. package/build/hooks.js +20 -19
  339. package/build/i18n/translationKeys.d.ts +1 -1
  340. package/build/i18n-values/en-PH.js +10 -0
  341. package/build/i18n-values/hi-IN.js +10 -0
  342. package/build/i18n-values/id-ID.js +10 -0
  343. package/build/i18n-values/km-KH.js +10 -0
  344. package/build/i18n-values/ms-MY.js +10 -0
  345. package/build/i18n-values/my-MM.js +10 -0
  346. package/build/i18n-values/th-TH.js +14 -4
  347. package/build/i18n-values/tl-PH.js +10 -0
  348. package/build/i18n-values/vi-VN.js +15 -5
  349. package/build/i18n-values/vi-VN_MB.js +15 -5
  350. package/build/i18n-values/zh-SG.js +10 -0
  351. package/build/i18n-values/zh-TW.js +10 -0
  352. package/build/i18n.js +2 -2
  353. package/build/i18nV2.js +1 -1
  354. package/build/icons/ArrowRightBlue.d.ts +4 -0
  355. package/build/icons/Clinic.d.ts +4 -0
  356. package/build/icons/Credential.d.ts +4 -0
  357. package/build/icons/Education.d.ts +4 -0
  358. package/build/icons/Email.d.ts +4 -0
  359. package/build/icons/HPV.d.ts +4 -0
  360. package/build/icons/Highlight.d.ts +4 -0
  361. package/build/icons/StarUpgrade.d.ts +4 -0
  362. package/build/{index-2ad921db.js → index-00a903ba.js} +1 -1
  363. package/build/{index-d4f1d468.js → index-060eeecd.js} +2 -2
  364. package/build/{index-7e0ec06b.js → index-071b08a3.js} +4 -4
  365. package/build/{index-8b8d97cf.js → index-07a27a1c.js} +13 -13
  366. package/build/{index-c7d4bc04.js → index-0b903e12.js} +1 -1
  367. package/build/{index-393f5a40.js → index-12b6c926.js} +7 -7
  368. package/build/{index-fa0bfabd.js → index-1570db71.js} +17 -17
  369. package/build/{index-6fe3211e.js → index-1a5ddaac.js} +3 -3
  370. package/build/{index-9a707c35.js → index-1ebaafe3.js} +32 -32
  371. package/build/{index-cea20383.js → index-2497f0fe.js} +14 -14
  372. package/build/{index-6df3b043.js → index-25197f1b.js} +16 -16
  373. package/build/{index-0894db0f.js → index-2a376a50.js} +15 -15
  374. package/build/{index-00838770.js → index-2af05b8b.js} +17 -17
  375. package/build/{index-9fe4bf6b.js → index-2e13b3fb.js} +2 -2
  376. package/build/index-305506fa.js +1175 -0
  377. package/build/{index-ae4a89a3.js → index-3d2aec3e.js} +6 -6
  378. package/build/{index-c7705a55.js → index-4df0e54d.js} +1 -1
  379. package/build/{index-10587394.js → index-50085974.js} +3 -3
  380. package/build/{index-c96f8955.js → index-520222d5.js} +3 -3
  381. package/build/{index-8bf215b8.js → index-522a3516.js} +32 -32
  382. package/build/index-58d2452f.js +189 -0
  383. package/build/{index-4c43df73.js → index-5b2d0ad9.js} +16 -16
  384. package/build/{index-c061d666.js → index-5f26f5d9.js} +25 -25
  385. package/build/{index-2500c25e.js → index-67dfb424.js} +2 -2
  386. package/build/{index-bf56ac75.js → index-71bcb68f.js} +13 -13
  387. package/build/{index-80a25724.js → index-72be0e6f.js} +4 -4
  388. package/build/{index-85c47a18.js → index-73e397b6.js} +22 -22
  389. package/build/{index-1f0940df.js → index-7d0d2893.js} +13 -13
  390. package/build/{index-a71d1ad5.js → index-802246a7.js} +3 -16
  391. package/build/{index-d4681366.js → index-811a0acc.js} +3 -3
  392. package/build/{index-54374f05.js → index-84a30ea1.js} +6 -6
  393. package/build/{index-feb676d3.js → index-87712b71.js} +2 -2
  394. package/build/{index-f9dc9698.js → index-88ad4475.js} +7 -7
  395. package/build/{index-09474261.js → index-89db9843.js} +17 -17
  396. package/build/{index-068abcaa.js → index-8ac55acb.js} +6 -6
  397. package/build/{index-db78eb88.js → index-8bf51bd3.js} +2 -2
  398. package/build/{index-7d502705.js → index-8c0664a2.js} +2 -2
  399. package/build/{index-a6ba8171.js → index-9717e3be.js} +21 -21
  400. package/build/{index-32fdb86b.js → index-9eb6f9ff.js} +13 -13
  401. package/build/{index-09520ee3.js → index-a37d7ba2.js} +11 -11
  402. package/build/{index-9586f08f.js → index-a3dfbcc0.js} +3 -3
  403. package/build/{index-aa0a87d2.js → index-ad157406.js} +10 -3
  404. package/build/{index-879c5d61.js → index-b18d0105.js} +3 -3
  405. package/build/{index-9624f9df.js → index-b45b1d6e.js} +2 -2
  406. package/build/{index-11a7e8de.js → index-b46c6c20.js} +1 -1
  407. package/build/{index-4771346b.js → index-b4fd1ed7.js} +105 -1
  408. package/build/{index-57cc8018.js → index-b5b8a182.js} +17 -17
  409. package/build/{index-38ce5602.js → index-b85d922f.js} +15 -15
  410. package/build/{index-db135d8b.js → index-b85f4b1f.js} +10 -10
  411. package/build/{index-d8b7dd5c.js → index-b97a7202.js} +203 -155
  412. package/build/{index-6455223c.js → index-c1700332.js} +2 -2
  413. package/build/{index-43c3255f.js → index-ccf55c3e.js} +1 -1
  414. package/build/{index-3ffee0ec.js → index-d2363e3b.js} +5 -5
  415. package/build/{index-2e102279.js → index-d2e44876.js} +30 -30
  416. package/build/{index-8c86696d.js → index-d3d30815.js} +2 -2
  417. package/build/{index-4cb4d8cd.js → index-dc0021df.js} +6 -6
  418. package/build/{index-533e3f04.js → index-dd4d99bd.js} +2 -2
  419. package/build/{index-b13b990e.js → index-de48a9d4.js} +2 -2
  420. package/build/{index-af07d94c.js → index-e34dbd10.js} +13 -13
  421. package/build/{index-500da725.js → index-e3b65af5.js} +1 -1
  422. package/build/{index-322f18d9.js → index-e5edc6fb.js} +4 -4
  423. package/build/{index-75af4c7c.js → index-e65dc228.js} +5 -5
  424. package/build/{index-6da02f6c.js → index-f3314e92.js} +8 -8
  425. package/build/{index-05035da6.js → index-f4117fce.js} +2 -2
  426. package/build/{index-ce043481.js → index-f61983ed.js} +13 -13
  427. package/build/{index-ecb51cb3.js → index-f65a5e45.js} +3 -3
  428. package/build/{index-37396d86.js → index-f77a7f8a.js} +15 -15
  429. package/build/{index-1446268a.js → index-fb596259.js} +2 -2
  430. package/build/{index-ca81f400.js → index-fbb36137.js} +1 -1
  431. package/build/{index-e9f494fb.js → index-fd36a696.js} +470 -32
  432. package/build/index.css +1 -1
  433. package/build/index.js +254 -243
  434. package/build/interfaces/constants/index.d.ts +5 -0
  435. package/build/{labelSorting-e0c09f8c.js → labelSorting-fb147c47.js} +4 -4
  436. package/build/lead/components/close.d.ts +1 -1
  437. package/build/lead/layouts/inlineFreebie/InlineFreebie.styled.d.ts +1 -1
  438. package/build/lead.js +55 -77
  439. package/build/{logoIcon-cf0e4ea3.js → logoIcon-6bb650f4.js} +2 -2
  440. package/build/mantine.js +32 -26
  441. package/build/misc.js +19 -19
  442. package/build/miscGetDynamicHealthTool.js +4 -4
  443. package/build/miscGetSocialList.js +8 -8
  444. package/build/miscScreenSizeContext.js +1 -1
  445. package/build/mobileBottomNavigation.js +5 -5
  446. package/build/mobileBottomNavigationIcon.js +5 -5
  447. package/build/molecules.js +85 -78
  448. package/build/moleculesArticleCard.js +6 -6
  449. package/build/moleculesArticleCardV2.js +18 -17
  450. package/build/navigation.js +48 -48
  451. package/build/navigationLogoutPopup.js +11 -11
  452. package/build/navigationProfileButton.js +28 -28
  453. package/build/onboardingV2.js +30 -29
  454. package/build/organisms.js +60 -59
  455. package/build/{post-af35daa0.js → post-2e26f477.js} +2 -2
  456. package/build/profileNavigation.js +20 -20
  457. package/build/progressBar.js +1 -1
  458. package/build/pwg.js +24 -23
  459. package/build/ssoV2.js +30 -29
  460. package/build/{store-bfd8a95b.js → store-4634075f.js} +3 -3
  461. package/build/subot.js +37 -37
  462. package/build/surveyOrPremiumBanner.js +35 -34
  463. package/build/surveyQuestionCard.js +11 -11
  464. package/build/{surveyThankyouCard-c44f77bd.js → surveyThankyouCard-ebc3b9af.js} +5 -5
  465. package/build/{text-e045e4ff.js → text-48fdfd68.js} +6 -2
  466. package/build/together/components/molecules/createPostVideo/socialLinkPopup/index.styled.d.ts +1 -0
  467. package/build/together.js +58 -58
  468. package/build/togetherApiUtils.js +4 -4
  469. package/build/togetherAtoms.js +32 -31
  470. package/build/togetherComponentGlobalContext.js +4 -4
  471. package/build/togetherMolecules.js +52 -52
  472. package/build/togetherMoleculesCardAuthor.js +29 -29
  473. package/build/togetherMoleculesPostImagePreview.js +11 -11
  474. package/build/togetherMoleculesProfileDetail.js +41 -41
  475. package/build/togetherOrganisms.js +51 -51
  476. package/build/togetherRichTextEditor.js +18 -18
  477. package/build/togetherShareBox.js +10 -10
  478. package/build/{translationsProvider-9aeb4c95.js → translationsProvider-a6f02645.js} +1 -1
  479. package/build/{treePopoverMenu-fb562b9d.js → treePopoverMenu-b8abb704.js} +19 -19
  480. package/build/types.js +2 -2
  481. package/build/{useHealthToolCache-f17d9087.js → useHealthToolCache-f241b79f.js} +1 -1
  482. package/build/{useCategory-c5259e8c.js → usePhoneValidator-8c994d38.js} +65 -5
  483. package/build/{usePlacesAutocomplete-4ebfd69e.js → usePlacesAutocomplete-f87a851f.js} +1 -1
  484. package/build/useTogetherAuthRequiredAction.js +10 -10
  485. package/build/{utils-721d0afa.js → utils-0be8f1c1.js} +2 -2
  486. package/build/{utils-e415ae7d.js → utils-375f649f.js} +1 -1
  487. package/build/{utils-38097896.js → utils-384b0df5.js} +5 -5
  488. package/build/{utils-6e08da38.js → utils-758da7f9.js} +3 -3
  489. package/build/{utils-06b60885.js → utils-e492d4fd.js} +2 -2
  490. package/build/vaccination.js +23 -22
  491. package/package.json +2 -1
  492. package/build/ImageUpload.types-740802a9.js +0 -822
  493. package/build/RatingStarsInput-b6088374.js +0 -5241
  494. package/build/Upload-cf3a4995.js +0 -29
  495. package/build/components/mantine/input/inputLabelFloat.d.ts +0 -4
  496. package/build/components/mantine/textArea/index.styled.d.ts +0 -4
  497. package/build/esm/RatingStarsInput-3dca5760.js +0 -5176
  498. package/build/esm/Upload-6030acb2.js +0 -7
  499. package/build/esm/components/mantine/input/inputLabelFloat.d.ts +0 -4
  500. package/build/esm/components/mantine/textArea/index.styled.d.ts +0 -4
  501. package/build/esm/index-b6260c00.js +0 -81
  502. package/build/esm/index-e71f7d21.js +0 -15
  503. package/build/index-b4701138.js +0 -89
  504. /package/build/{BMI_BOYS.percentile.monthly-989d9c49.js → BMI_BOYS.percentile.monthly-090d77da.js} +0 -0
  505. /package/build/{BMI_BOYS.percentile.weekly-945aa68a.js → BMI_BOYS.percentile.weekly-8b3da6d2.js} +0 -0
  506. /package/build/{BMI_BOYS.percentile.yearly-fdd82266.js → BMI_BOYS.percentile.yearly-d9d25225.js} +0 -0
  507. /package/build/{BMI_BOYS.zscore.monthly-de3f3923.js → BMI_BOYS.zscore.monthly-cb2573a5.js} +0 -0
  508. /package/build/{BMI_BOYS.zscore.weekly-8a02be54.js → BMI_BOYS.zscore.weekly-b5ad50a6.js} +0 -0
  509. /package/build/{BMI_BOYS.zscore.yearly-fdcce479.js → BMI_BOYS.zscore.yearly-39004f3f.js} +0 -0
  510. /package/build/{BMI_GIRLS.percentile.monthly-c3d2acb8.js → BMI_GIRLS.percentile.monthly-c205ac2c.js} +0 -0
  511. /package/build/{BMI_GIRLS.percentile.weekly-6baeaa38.js → BMI_GIRLS.percentile.weekly-212c3200.js} +0 -0
  512. /package/build/{BMI_GIRLS.percentile.yearly-23d08647.js → BMI_GIRLS.percentile.yearly-0c011bc9.js} +0 -0
  513. /package/build/{BMI_GIRLS.zscore.monthly-0f2cbd4e.js → BMI_GIRLS.zscore.monthly-7f5dc0c4.js} +0 -0
  514. /package/build/{BMI_GIRLS.zscore.weekly-ccff4a9e.js → BMI_GIRLS.zscore.weekly-a8f0bc70.js} +0 -0
  515. /package/build/{BMI_GIRLS.zscore.yearly-acae85d9.js → BMI_GIRLS.zscore.yearly-af9edc90.js} +0 -0
  516. /package/build/{ChevronDown-960fd474.js → ChevronDown-7f9371af.js} +0 -0
  517. /package/build/{Close-64cf7bf9.js → Close-d90d9b71.js} +0 -0
  518. /package/build/{Google-02add450.js → Google-04c54d4a.js} +0 -0
  519. /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-08e083ab.js → HEAD CIRCUM_BOYS.percentile.monthly-b0fb865c.js} +0 -0
  520. /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-d9105b74.js → HEAD CIRCUM_BOYS.percentile.weekly-4fc0e739.js} +0 -0
  521. /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-ce20ed31.js → HEAD CIRCUM_BOYS.percentile.yearly-1171763b.js} +0 -0
  522. /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-64d99381.js → HEAD CIRCUM_BOYS.zscore.monthly-b1c6aa15.js} +0 -0
  523. /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-cf605cc5.js → HEAD CIRCUM_BOYS.zscore.weekly-2f6a5cc2.js} +0 -0
  524. /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-39f20c10.js → HEAD CIRCUM_BOYS.zscore.yearly-226f9291.js} +0 -0
  525. /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-e2952187.js → HEAD CIRCUM_GIRLS.percentile.monthly-8893171c.js} +0 -0
  526. /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-40a09dbe.js → HEAD CIRCUM_GIRLS.percentile.weekly-1b4e4790.js} +0 -0
  527. /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-fe760025.js → HEAD CIRCUM_GIRLS.percentile.yearly-a2b7c398.js} +0 -0
  528. /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-068f8ea6.js → HEAD CIRCUM_GIRLS.zscore.monthly-c9d1f173.js} +0 -0
  529. /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-d60e9756.js → HEAD CIRCUM_GIRLS.zscore.weekly-e7612415.js} +0 -0
  530. /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-cfe7d979.js → HEAD CIRCUM_GIRLS.zscore.yearly-6c8ea03e.js} +0 -0
  531. /package/build/{HEIGHT_BOYS.percentile.monthly-2224295d.js → HEIGHT_BOYS.percentile.monthly-727e5cbc.js} +0 -0
  532. /package/build/{HEIGHT_BOYS.percentile.weekly-1445c4fe.js → HEIGHT_BOYS.percentile.weekly-6487d246.js} +0 -0
  533. /package/build/{HEIGHT_BOYS.percentile.yearly-888afab6.js → HEIGHT_BOYS.percentile.yearly-e0706231.js} +0 -0
  534. /package/build/{HEIGHT_BOYS.zscore.monthly-454bfbc4.js → HEIGHT_BOYS.zscore.monthly-bf0564f7.js} +0 -0
  535. /package/build/{HEIGHT_BOYS.zscore.weekly-6ec2eac0.js → HEIGHT_BOYS.zscore.weekly-929fae4f.js} +0 -0
  536. /package/build/{HEIGHT_BOYS.zscore.yearly-500157b3.js → HEIGHT_BOYS.zscore.yearly-6ed2a833.js} +0 -0
  537. /package/build/{HEIGHT_GIRLS.percentile.monthly-eff642ea.js → HEIGHT_GIRLS.percentile.monthly-2a59b9ff.js} +0 -0
  538. /package/build/{HEIGHT_GIRLS.percentile.weekly-e5790bb2.js → HEIGHT_GIRLS.percentile.weekly-116db617.js} +0 -0
  539. /package/build/{HEIGHT_GIRLS.percentile.yearly-079b83f9.js → HEIGHT_GIRLS.percentile.yearly-492104b2.js} +0 -0
  540. /package/build/{HEIGHT_GIRLS.zscore.monthly-24cce6a2.js → HEIGHT_GIRLS.zscore.monthly-6fee2347.js} +0 -0
  541. /package/build/{HEIGHT_GIRLS.zscore.weekly-0e35cf35.js → HEIGHT_GIRLS.zscore.weekly-a5fc6d9c.js} +0 -0
  542. /package/build/{HEIGHT_GIRLS.zscore.yearly-d4c07fa6.js → HEIGHT_GIRLS.zscore.yearly-2ea55e4a.js} +0 -0
  543. /package/build/{Locale-3d460ee9.js → Locale-05c16ecc.js} +0 -0
  544. /package/build/{Visible-6f5effc6.js → Visible-4c0d98b9.js} +0 -0
  545. /package/build/{WEIGHT_BOYS.percentile.monthly-673092c3.js → WEIGHT_BOYS.percentile.monthly-c9838d19.js} +0 -0
  546. /package/build/{WEIGHT_BOYS.percentile.weekly-281c2f13.js → WEIGHT_BOYS.percentile.weekly-080830a1.js} +0 -0
  547. /package/build/{WEIGHT_BOYS.percentile.yearly-94f08d5e.js → WEIGHT_BOYS.percentile.yearly-02deb482.js} +0 -0
  548. /package/build/{WEIGHT_BOYS.zscore.monthly-ff20087c.js → WEIGHT_BOYS.zscore.monthly-7874fdf3.js} +0 -0
  549. /package/build/{WEIGHT_BOYS.zscore.weekly-ef97b154.js → WEIGHT_BOYS.zscore.weekly-d0a2aaa6.js} +0 -0
  550. /package/build/{WEIGHT_BOYS.zscore.yearly-e5f601ef.js → WEIGHT_BOYS.zscore.yearly-c0e2a0df.js} +0 -0
  551. /package/build/{WEIGHT_GIRLS.percentile.monthly-4b8eaa13.js → WEIGHT_GIRLS.percentile.monthly-e5d986ad.js} +0 -0
  552. /package/build/{WEIGHT_GIRLS.percentile.weekly-23d30670.js → WEIGHT_GIRLS.percentile.weekly-ff464b01.js} +0 -0
  553. /package/build/{WEIGHT_GIRLS.percentile.yearly-77f52dc4.js → WEIGHT_GIRLS.percentile.yearly-662551ff.js} +0 -0
  554. /package/build/{WEIGHT_GIRLS.zscore.monthly-553baa95.js → WEIGHT_GIRLS.zscore.monthly-85a88d35.js} +0 -0
  555. /package/build/{WEIGHT_GIRLS.zscore.weekly-5c70343b.js → WEIGHT_GIRLS.zscore.weekly-39fe52a6.js} +0 -0
  556. /package/build/{WEIGHT_GIRLS.zscore.yearly-6cc853eb.js → WEIGHT_GIRLS.zscore.yearly-d1be40fe.js} +0 -0
  557. /package/build/{ageGenerate-9e6980be.js → ageGenerate-47d8880b.js} +0 -0
  558. /package/build/{animation-4e3c0898.js → animation-60e064cf.js} +0 -0
  559. /package/build/{constants-2cd1cd00.js → constants-1cb01fbe.js} +0 -0
  560. /package/build/{constants-3ef0b6fb.js → constants-405367d9.js} +0 -0
  561. /package/build/{constants-c63d956c.js → constants-dae99e92.js} +0 -0
  562. /package/build/{dataTransform-a6d30152.js → dataTransform-bb1a89d6.js} +0 -0
  563. /package/build/esm/{BMI_BOYS.percentile.monthly-4e211cf8.js → BMI_BOYS.percentile.monthly-6635965b.js} +0 -0
  564. /package/build/esm/{BMI_BOYS.percentile.weekly-04cd2c16.js → BMI_BOYS.percentile.weekly-aa46257d.js} +0 -0
  565. /package/build/esm/{BMI_BOYS.percentile.yearly-5f2b5b3b.js → BMI_BOYS.percentile.yearly-d5915ebb.js} +0 -0
  566. /package/build/esm/{BMI_BOYS.zscore.monthly-0778e683.js → BMI_BOYS.zscore.monthly-51b97a24.js} +0 -0
  567. /package/build/esm/{BMI_BOYS.zscore.weekly-64b5689c.js → BMI_BOYS.zscore.weekly-556b2e6b.js} +0 -0
  568. /package/build/esm/{BMI_BOYS.zscore.yearly-cda7868e.js → BMI_BOYS.zscore.yearly-ec896b67.js} +0 -0
  569. /package/build/esm/{BMI_GIRLS.percentile.monthly-9721bfc4.js → BMI_GIRLS.percentile.monthly-f64c722a.js} +0 -0
  570. /package/build/esm/{BMI_GIRLS.percentile.weekly-9fa36029.js → BMI_GIRLS.percentile.weekly-97a87a3e.js} +0 -0
  571. /package/build/esm/{BMI_GIRLS.percentile.yearly-bd7b525d.js → BMI_GIRLS.percentile.yearly-86e991b5.js} +0 -0
  572. /package/build/esm/{BMI_GIRLS.zscore.monthly-77d79b13.js → BMI_GIRLS.zscore.monthly-cc5d9e9d.js} +0 -0
  573. /package/build/esm/{BMI_GIRLS.zscore.weekly-4c477d1d.js → BMI_GIRLS.zscore.weekly-880c9df4.js} +0 -0
  574. /package/build/esm/{BMI_GIRLS.zscore.yearly-c2087421.js → BMI_GIRLS.zscore.yearly-4280c5e7.js} +0 -0
  575. /package/build/esm/{ChevronDown-b262c71e.js → ChevronDown-e431777d.js} +0 -0
  576. /package/build/esm/{Close-1e6903ec.js → Close-1f9edcdc.js} +0 -0
  577. /package/build/esm/{Google-a65b3574.js → Google-692e0336.js} +0 -0
  578. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-e3a8224c.js → HEAD CIRCUM_BOYS.percentile.monthly-6a59b74e.js} +0 -0
  579. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-2b4592ad.js → HEAD CIRCUM_BOYS.percentile.weekly-a083418a.js} +0 -0
  580. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-e74f6298.js → HEAD CIRCUM_BOYS.percentile.yearly-96b81c42.js} +0 -0
  581. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-083b11ee.js → HEAD CIRCUM_BOYS.zscore.monthly-8699c470.js} +0 -0
  582. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-9752587c.js → HEAD CIRCUM_BOYS.zscore.weekly-911b8b8f.js} +0 -0
  583. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-0357d137.js → HEAD CIRCUM_BOYS.zscore.yearly-8a9e39a8.js} +0 -0
  584. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-67584f0a.js → HEAD CIRCUM_GIRLS.percentile.monthly-aa156ed4.js} +0 -0
  585. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-3a970eb7.js → HEAD CIRCUM_GIRLS.percentile.weekly-b64acde7.js} +0 -0
  586. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-113c890b.js → HEAD CIRCUM_GIRLS.percentile.yearly-43234fb1.js} +0 -0
  587. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-9a1f6372.js → HEAD CIRCUM_GIRLS.zscore.monthly-53577b12.js} +0 -0
  588. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-1683c53e.js → HEAD CIRCUM_GIRLS.zscore.weekly-d0b683ef.js} +0 -0
  589. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-19f4dd2b.js → HEAD CIRCUM_GIRLS.zscore.yearly-3945706a.js} +0 -0
  590. /package/build/esm/{HEIGHT_BOYS.percentile.monthly-d9d33f47.js → HEIGHT_BOYS.percentile.monthly-b69521cb.js} +0 -0
  591. /package/build/esm/{HEIGHT_BOYS.percentile.weekly-8d06f30a.js → HEIGHT_BOYS.percentile.weekly-9ea93c66.js} +0 -0
  592. /package/build/esm/{HEIGHT_BOYS.percentile.yearly-8fb770b6.js → HEIGHT_BOYS.percentile.yearly-d50b3ca0.js} +0 -0
  593. /package/build/esm/{HEIGHT_BOYS.zscore.monthly-3ced610e.js → HEIGHT_BOYS.zscore.monthly-0ee02707.js} +0 -0
  594. /package/build/esm/{HEIGHT_BOYS.zscore.weekly-bb385c5b.js → HEIGHT_BOYS.zscore.weekly-09732106.js} +0 -0
  595. /package/build/esm/{HEIGHT_BOYS.zscore.yearly-510aa8bc.js → HEIGHT_BOYS.zscore.yearly-3de3e92c.js} +0 -0
  596. /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-5fcee8f5.js → HEIGHT_GIRLS.percentile.monthly-0ebb1b69.js} +0 -0
  597. /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-033159be.js → HEIGHT_GIRLS.percentile.weekly-ff13fcc3.js} +0 -0
  598. /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-dc8be025.js → HEIGHT_GIRLS.percentile.yearly-c42e940f.js} +0 -0
  599. /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-309f17a5.js → HEIGHT_GIRLS.zscore.monthly-ff4c3160.js} +0 -0
  600. /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-b6c27c6d.js → HEIGHT_GIRLS.zscore.weekly-beb9e52e.js} +0 -0
  601. /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-26c07648.js → HEIGHT_GIRLS.zscore.yearly-85d79097.js} +0 -0
  602. /package/build/esm/{Locale-04ca1b16.js → Locale-244139ef.js} +0 -0
  603. /package/build/esm/{Visible-4b834030.js → Visible-bfa57899.js} +0 -0
  604. /package/build/esm/{WEIGHT_BOYS.percentile.monthly-9200d840.js → WEIGHT_BOYS.percentile.monthly-a19e8a81.js} +0 -0
  605. /package/build/esm/{WEIGHT_BOYS.percentile.weekly-edfc1500.js → WEIGHT_BOYS.percentile.weekly-b36e6871.js} +0 -0
  606. /package/build/esm/{WEIGHT_BOYS.percentile.yearly-c73b41d5.js → WEIGHT_BOYS.percentile.yearly-e78b3d9d.js} +0 -0
  607. /package/build/esm/{WEIGHT_BOYS.zscore.monthly-b78672e0.js → WEIGHT_BOYS.zscore.monthly-7520800c.js} +0 -0
  608. /package/build/esm/{WEIGHT_BOYS.zscore.weekly-1694dd5b.js → WEIGHT_BOYS.zscore.weekly-1ea3a042.js} +0 -0
  609. /package/build/esm/{WEIGHT_BOYS.zscore.yearly-ae1ac873.js → WEIGHT_BOYS.zscore.yearly-a828db54.js} +0 -0
  610. /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-b3b99029.js → WEIGHT_GIRLS.percentile.monthly-c6c12228.js} +0 -0
  611. /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-d654061d.js → WEIGHT_GIRLS.percentile.weekly-8218ce3e.js} +0 -0
  612. /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-24895066.js → WEIGHT_GIRLS.percentile.yearly-5dee49f7.js} +0 -0
  613. /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-49ab6fcc.js → WEIGHT_GIRLS.zscore.monthly-747b4cf0.js} +0 -0
  614. /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-e9a0f105.js → WEIGHT_GIRLS.zscore.weekly-4ee73d01.js} +0 -0
  615. /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-9822ac4d.js → WEIGHT_GIRLS.zscore.yearly-df93f500.js} +0 -0
  616. /package/build/esm/{ageGenerate-d0cfbbaa.js → ageGenerate-fa1fadb5.js} +0 -0
  617. /package/build/esm/{animation-7de6ad2a.js → animation-df95518a.js} +0 -0
  618. /package/build/esm/{constants-c08c8dfd.js → constants-552a36d0.js} +0 -0
  619. /package/build/esm/{constants-2541bb54.js → constants-63ffae26.js} +0 -0
  620. /package/build/esm/{constants-a40532fa.js → constants-844cd57a.js} +0 -0
  621. /package/build/esm/{dataTransform-fad453cf.js → dataTransform-24feb7fc.js} +0 -0
  622. /package/build/esm/{index-15b9848b.js → index-0fd6ebb1.js} +0 -0
  623. /package/build/esm/{index-38792a1f.js → index-16acf86f.js} +0 -0
  624. /package/build/esm/{index-535dba58.js → index-4549cd76.js} +0 -0
  625. /package/build/esm/{index-7e11e0d5.js → index-6721c6cf.js} +0 -0
  626. /package/build/esm/{index-550ee200.js → index-684659b6.js} +0 -0
  627. /package/build/esm/{index-abb549a6.js → index-715550d9.js} +0 -0
  628. /package/build/esm/{index-d0effa4c.js → index-f20ff36f.js} +0 -0
  629. /package/build/esm/{index-82b9d674.js → index-fac265a6.js} +0 -0
  630. /package/build/esm/{index.styles-8250af6c.js → index.styles-4a719f52.js} +0 -0
  631. /package/build/esm/{localizeNumberFormat-80b3381d.js → localizeNumberFormat-ce5cbc43.js} +0 -0
  632. /package/build/esm/{normalizeLink-7d484272.js → normalizeLink-43f28f61.js} +0 -0
  633. /package/build/esm/{number-315063b9.js → number-f3008595.js} +0 -0
  634. /package/build/esm/{paths-2f050a4d.js → paths-80be12d6.js} +0 -0
  635. /package/build/esm/{shared-0d9eb362.js → shared-5b0ae1a6.js} +0 -0
  636. /package/build/esm/{translationsContext-698920d1.js → translationsContext-f6267534.js} +0 -0
  637. /package/build/esm/{tslib.es6-cad4c87b.js → tslib.es6-06a681af.js} +0 -0
  638. /package/build/esm/{types-c7d99179.js → types-4a42a266.js} +0 -0
  639. /package/build/esm/{types-571b48a5.js → types-bfd1baac.js} +0 -0
  640. /package/build/esm/{useIsInit-4d341334.js → useIsInit-7993963e.js} +0 -0
  641. /package/build/esm/{useOutsideClick-56520ea9.js → useOutsideClick-2221bade.js} +0 -0
  642. /package/build/esm/{useScrollbarSize-6eb40f9c.js → useScrollbarSize-7049fd43.js} +0 -0
  643. /package/build/esm/{useUniqueId-5d947d77.js → useUniqueId-8078ebaa.js} +0 -0
  644. /package/build/esm/{utils-ef5b252f.js → utils-4c7298c8.js} +0 -0
  645. /package/build/{index-92e5bd77.js → index-01d8e748.js} +0 -0
  646. /package/build/{index-14b13f06.js → index-027b0e6b.js} +0 -0
  647. /package/build/{index-afce1028.js → index-29d55edb.js} +0 -0
  648. /package/build/{index-5c029047.js → index-308e32a2.js} +0 -0
  649. /package/build/{index-4a50075a.js → index-4a6e0e9e.js} +0 -0
  650. /package/build/{index-ef9886ab.js → index-54d2207b.js} +0 -0
  651. /package/build/{index-71a4241b.js → index-b19668bf.js} +0 -0
  652. /package/build/{index-bb1d6c5b.js → index-beff5683.js} +0 -0
  653. /package/build/{index.styles-ec2b0e3a.js → index.styles-e371537c.js} +0 -0
  654. /package/build/{localizeNumberFormat-42e93bfc.js → localizeNumberFormat-0c2bf5df.js} +0 -0
  655. /package/build/{normalizeLink-c0393bc6.js → normalizeLink-bd1b5e86.js} +0 -0
  656. /package/build/{number-a1c91819.js → number-d6fcda7d.js} +0 -0
  657. /package/build/{paths-a0ef9275.js → paths-0a97b7b7.js} +0 -0
  658. /package/build/{shared-239f13fe.js → shared-1c42421a.js} +0 -0
  659. /package/build/{translationsContext-b6a3a848.js → translationsContext-5cba21f4.js} +0 -0
  660. /package/build/{tslib.es6-b33ba902.js → tslib.es6-5348b8bf.js} +0 -0
  661. /package/build/{types-e56b6fb2.js → types-1eb1561b.js} +0 -0
  662. /package/build/{types-d90d353b.js → types-a312d6ee.js} +0 -0
  663. /package/build/{useIsInit-ff9d0443.js → useIsInit-2cfe5508.js} +0 -0
  664. /package/build/{useOutsideClick-51e52af5.js → useOutsideClick-c3c5747a.js} +0 -0
  665. /package/build/{useScrollbarSize-81372cf0.js → useScrollbarSize-6cde6309.js} +0 -0
  666. /package/build/{useUniqueId-a8bec4a2.js → useUniqueId-f88ba275.js} +0 -0
  667. /package/build/{utils-62c243a8.js → utils-fbbabdc2.js} +0 -0
package/build/footer.js CHANGED
@@ -2,46 +2,47 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var index = require('./index-4c43df73.js');
5
+ var index = require('./index-5b2d0ad9.js');
6
6
  require('react');
7
- require('./index-71a4241b.js');
7
+ require('./index-b19668bf.js');
8
8
  require('dayjs');
9
- require('./index-aa0a87d2.js');
9
+ require('./index-ad157406.js');
10
10
  require('date-fns/locale');
11
- require('./index-c7705a55.js');
12
- require('./Locale-3d460ee9.js');
11
+ require('./index-4df0e54d.js');
12
+ require('./Locale-05c16ecc.js');
13
13
  require('./constantsSite.js');
14
14
  require('./constantsDomainLocales.js');
15
15
  require('./constantsRiskScreener.js');
16
16
  require('./constantsIsProduction.js');
17
- require('./index-e9f494fb.js');
18
- require('./tslib.es6-b33ba902.js');
17
+ require('./index-fd36a696.js');
18
+ require('./tslib.es6-5348b8bf.js');
19
19
  require('@hhgtech/icons/other');
20
20
  require('@mantine/core');
21
21
  require('@mantine/hooks');
22
- require('./index-92e5bd77.js');
23
- require('./index-db78eb88.js');
24
- require('./utils-62c243a8.js');
22
+ require('./index-01d8e748.js');
23
+ require('./text-48fdfd68.js');
24
+ require('./index-8bf51bd3.js');
25
+ require('./utils-fbbabdc2.js');
25
26
  require('@emotion/styled');
26
27
  require('@mantine/carousel');
27
- require('./index-c96f8955.js');
28
- require('./text-e045e4ff.js');
29
- require('./index-6da02f6c.js');
28
+ require('./index-520222d5.js');
29
+ require('./index-f3314e92.js');
30
30
  require('@mantine/notifications');
31
31
  require('./miscTheme.js');
32
- require('./shared-239f13fe.js');
32
+ require('./shared-1c42421a.js');
33
33
  require('classnames');
34
34
  require('uuid');
35
- require('./useUniqueId-a8bec4a2.js');
35
+ require('./useUniqueId-f88ba275.js');
36
+ require('@emotion/react');
36
37
  require('@hhgtech/icons/core');
37
- require('./index-ecb51cb3.js');
38
+ require('./index-f65a5e45.js');
38
39
  require('@mantine/dates');
39
- require('./index.styles-ec2b0e3a.js');
40
- require('./translationsContext-b6a3a848.js');
41
- require('./index-6fe3211e.js');
42
- require('./index-4cb4d8cd.js');
43
- require('./logoIcon-cf0e4ea3.js');
44
- require('./index-500da725.js');
40
+ require('./index.styles-e371537c.js');
41
+ require('./translationsContext-5cba21f4.js');
42
+ require('./index-1a5ddaac.js');
43
+ require('./index-dc0021df.js');
44
+ require('./logoIcon-6bb650f4.js');
45
+ require('./index-e3b65af5.js');
45
46
 
46
47
 
47
48
 
package/build/gAssets.js CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var index = require('./index-92e5bd77.js');
5
+ var index = require('./index-01d8e748.js');
6
6
  require('./constantsDomainLocales.js');
7
- require('./Locale-3d460ee9.js');
7
+ require('./Locale-05c16ecc.js');
8
8
  require('./constantsIsProduction.js');
9
9
 
10
10
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-92e5bd77.js');
3
+ var index = require('./index-01d8e748.js');
4
4
 
5
5
  var HEALTH_TOOL_NAME;
6
6
  (function (HEALTH_TOOL_NAME) {
@@ -2,43 +2,44 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-b33ba902.js');
5
+ require('./tslib.es6-5348b8bf.js');
6
6
  require('react');
7
7
  require('@mantine/core');
8
- var healthToolsCardWrapper = require('./index-bf56ac75.js');
8
+ var healthToolsCardWrapper = require('./index-71bcb68f.js');
9
9
  require('@hhgtech/icons/other');
10
- require('./index-e9f494fb.js');
10
+ require('./index-fd36a696.js');
11
11
  require('@mantine/hooks');
12
- require('./index-92e5bd77.js');
12
+ require('./index-01d8e748.js');
13
13
  require('./constantsDomainLocales.js');
14
- require('./Locale-3d460ee9.js');
14
+ require('./Locale-05c16ecc.js');
15
15
  require('./constantsIsProduction.js');
16
- require('./index-db78eb88.js');
17
- require('./utils-62c243a8.js');
16
+ require('./text-48fdfd68.js');
17
+ require('./index-8bf51bd3.js');
18
+ require('./utils-fbbabdc2.js');
18
19
  require('@emotion/styled');
19
20
  require('@mantine/carousel');
20
- require('./index-c96f8955.js');
21
- require('./text-e045e4ff.js');
22
- require('./index-6da02f6c.js');
21
+ require('./index-520222d5.js');
22
+ require('./index-f3314e92.js');
23
23
  require('dayjs');
24
- require('./index-c7705a55.js');
24
+ require('./index-4df0e54d.js');
25
25
  require('@mantine/notifications');
26
- require('./index-aa0a87d2.js');
26
+ require('./index-ad157406.js');
27
27
  require('date-fns/locale');
28
28
  require('./constantsSite.js');
29
29
  require('./constantsRiskScreener.js');
30
30
  require('./miscTheme.js');
31
- require('./shared-239f13fe.js');
31
+ require('./shared-1c42421a.js');
32
32
  require('classnames');
33
33
  require('uuid');
34
- require('./useUniqueId-a8bec4a2.js');
34
+ require('./useUniqueId-f88ba275.js');
35
+ require('@emotion/react');
35
36
  require('@hhgtech/icons/core');
36
- require('./index-ecb51cb3.js');
37
+ require('./index-f65a5e45.js');
37
38
  require('@mantine/dates');
38
- require('./index.styles-ec2b0e3a.js');
39
- require('./index-c7d4bc04.js');
40
- require('./translationsContext-b6a3a848.js');
41
- require('./index-6fe3211e.js');
39
+ require('./index.styles-e371537c.js');
40
+ require('./index-0b903e12.js');
41
+ require('./translationsContext-5cba21f4.js');
42
+ require('./index-1a5ddaac.js');
42
43
  require('./miscDefaultClassWrapper.js');
43
44
 
44
45
 
@@ -2,64 +2,65 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var index = require('./index-0894db0f.js');
6
- var index$1 = require('./index-00838770.js');
7
- var index$2 = require('./index-ce043481.js');
8
- var index$3 = require('./index-09474261.js');
9
- var index$4 = require('./index-1f0940df.js');
10
- var index$5 = require('./index-32fdb86b.js');
11
- var index$6 = require('./index-fa0bfabd.js');
12
- require('./tslib.es6-b33ba902.js');
5
+ var index = require('./index-2a376a50.js');
6
+ var index$1 = require('./index-2af05b8b.js');
7
+ var index$2 = require('./index-f61983ed.js');
8
+ var index$3 = require('./index-89db9843.js');
9
+ var index$4 = require('./index-7d0d2893.js');
10
+ var index$5 = require('./index-9eb6f9ff.js');
11
+ var index$6 = require('./index-1570db71.js');
12
+ require('./tslib.es6-5348b8bf.js');
13
13
  require('react');
14
14
  require('@mantine/core');
15
15
  require('date-fns');
16
- require('./LastPeriod-787184d9.js');
17
- require('./Locale-3d460ee9.js');
16
+ require('./LastPeriod-7be8b307.js');
17
+ require('./Locale-05c16ecc.js');
18
18
  require('@mantine/form');
19
19
  require('dayjs');
20
- require('./index-e9f494fb.js');
20
+ require('./index-fd36a696.js');
21
21
  require('@hhgtech/icons/other');
22
22
  require('@mantine/hooks');
23
- require('./index-92e5bd77.js');
23
+ require('./index-01d8e748.js');
24
24
  require('./constantsDomainLocales.js');
25
25
  require('./constantsIsProduction.js');
26
- require('./index-db78eb88.js');
27
- require('./utils-62c243a8.js');
26
+ require('./text-48fdfd68.js');
27
+ require('./index-8bf51bd3.js');
28
+ require('./utils-fbbabdc2.js');
28
29
  require('@emotion/styled');
29
30
  require('@mantine/carousel');
30
- require('./index-c96f8955.js');
31
- require('./text-e045e4ff.js');
32
- require('./index-6da02f6c.js');
33
- require('./index-c7705a55.js');
31
+ require('./index-520222d5.js');
32
+ require('./index-f3314e92.js');
33
+ require('./index-4df0e54d.js');
34
34
  require('@mantine/notifications');
35
- require('./index-aa0a87d2.js');
35
+ require('./index-ad157406.js');
36
36
  require('date-fns/locale');
37
37
  require('./constantsSite.js');
38
38
  require('./constantsRiskScreener.js');
39
39
  require('./miscTheme.js');
40
- require('./shared-239f13fe.js');
40
+ require('./shared-1c42421a.js');
41
41
  require('classnames');
42
42
  require('uuid');
43
- require('./useUniqueId-a8bec4a2.js');
43
+ require('./useUniqueId-f88ba275.js');
44
+ require('@emotion/react');
44
45
  require('@hhgtech/icons/core');
45
- require('./index-ecb51cb3.js');
46
- require('./index-068abcaa.js');
46
+ require('./index-f65a5e45.js');
47
+ require('./index-8ac55acb.js');
47
48
  require('@mantine/dates');
48
- require('./index.styles-ec2b0e3a.js');
49
- require('./index-c7d4bc04.js');
50
- require('./translationsContext-b6a3a848.js');
51
- require('./index-6fe3211e.js');
52
- require('./index-80a25724.js');
49
+ require('./index.styles-e371537c.js');
50
+ require('./index-0b903e12.js');
51
+ require('./translationsContext-5cba21f4.js');
52
+ require('./index-1a5ddaac.js');
53
+ require('./index-72be0e6f.js');
53
54
  require('react-keyed-flatten-children');
54
55
  require('react-hook-form');
55
- require('./useHealthToolCache-f17d9087.js');
56
+ require('./useHealthToolCache-f241b79f.js');
56
57
  require('./miscGetDynamicHealthTool.js');
57
- require('./normalizeLink-c0393bc6.js');
58
- require('./core-63491f63.js');
59
- require('./constants-2cd1cd00.js');
60
- require('./index-af07d94c.js');
58
+ require('./normalizeLink-bd1b5e86.js');
59
+ require('./core-3649e38e.js');
60
+ require('./constants-1cb01fbe.js');
61
+ require('./index-e34dbd10.js');
61
62
  require('./embeddedHeathToolCards_helpers.js');
62
- require('./constants-3ef0b6fb.js');
63
+ require('./constants-405367d9.js');
63
64
 
64
65
 
65
66
 
@@ -10,3 +10,4 @@ export * from "./usePrevious";
10
10
  export * from "./useUniqueId";
11
11
  export * from "./useRafState";
12
12
  export * from "./useCategory";
13
+ export * from "./usePhoneValidator";
@@ -0,0 +1,3 @@
1
+ type ValidatorFn = (value: string, countryCode: string) => boolean;
2
+ export declare function usePhoneValidator(): ValidatorFn | null;
3
+ export {};
package/build/hooks.js CHANGED
@@ -2,37 +2,38 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var index = require('./index-c7d4bc04.js');
6
- var useScrollbarSize = require('./useScrollbarSize-81372cf0.js');
7
- var useCategory = require('./useCategory-c5259e8c.js');
8
- var useHealthToolCache = require('./useHealthToolCache-f17d9087.js');
9
- var useIsInit = require('./useIsInit-ff9d0443.js');
10
- var useOutsideClick = require('./useOutsideClick-51e52af5.js');
11
- var useUniqueId = require('./useUniqueId-a8bec4a2.js');
5
+ var index = require('./index-0b903e12.js');
6
+ var useScrollbarSize = require('./useScrollbarSize-6cde6309.js');
7
+ var usePhoneValidator = require('./usePhoneValidator-8c994d38.js');
8
+ var useHealthToolCache = require('./useHealthToolCache-f241b79f.js');
9
+ var useIsInit = require('./useIsInit-2cfe5508.js');
10
+ var useOutsideClick = require('./useOutsideClick-c3c5747a.js');
11
+ var useUniqueId = require('./useUniqueId-f88ba275.js');
12
12
  require('react');
13
- require('./translationsContext-b6a3a848.js');
13
+ require('./translationsContext-5cba21f4.js');
14
14
  require('lodash/debounce');
15
- require('./tslib.es6-b33ba902.js');
15
+ require('./tslib.es6-5348b8bf.js');
16
16
  require('./miscCookieHelper.js');
17
- require('./index-c7705a55.js');
18
- require('./Locale-3d460ee9.js');
17
+ require('./index-4df0e54d.js');
18
+ require('./Locale-05c16ecc.js');
19
19
  require('./miscGetDynamicHealthTool.js');
20
- require('./normalizeLink-c0393bc6.js');
20
+ require('./normalizeLink-bd1b5e86.js');
21
21
  require('./constantsDomainLocales.js');
22
22
  require('./constantsIsProduction.js');
23
- require('./core-63491f63.js');
23
+ require('./core-3649e38e.js');
24
24
 
25
25
 
26
26
 
27
27
  exports.useTranslations = index.useTranslations;
28
28
  exports.MEASURE_ELEMENT_CLASS = useScrollbarSize.MEASURE_ELEMENT_CLASS;
29
29
  exports.useScrollbarSize = useScrollbarSize.useScrollbarSize;
30
- exports.MAPPED_CATEGORY_SLUGS = useCategory.MAPPED_CATEGORY_SLUGS;
31
- exports.PREGNANCY_SLUG = useCategory.PREGNANCY_SLUG;
32
- exports.useCategory = useCategory.useCategory;
33
- exports.useFbDataLayer = useCategory.useFbDataLayer;
34
- exports.usePrevious = useCategory.usePrevious;
35
- exports.useRafState = useCategory.useRafState;
30
+ exports.MAPPED_CATEGORY_SLUGS = usePhoneValidator.MAPPED_CATEGORY_SLUGS;
31
+ exports.PREGNANCY_SLUG = usePhoneValidator.PREGNANCY_SLUG;
32
+ exports.useCategory = usePhoneValidator.useCategory;
33
+ exports.useFbDataLayer = usePhoneValidator.useFbDataLayer;
34
+ exports.usePhoneValidator = usePhoneValidator.usePhoneValidator;
35
+ exports.usePrevious = usePhoneValidator.usePrevious;
36
+ exports.useRafState = usePhoneValidator.useRafState;
36
37
  exports.useHealthToolsCache = useHealthToolCache.useHealthToolsCache;
37
38
  exports.useIsInit = useIsInit.useIsInit;
38
39
  exports.initSharedOutSideClickListener = useOutsideClick.initSharedOutSideClickListener;
@@ -1 +1 @@
1
- export type TranslationKeys = 'actionPopover.delete' | 'actionPopover.deleteNotification' | 'actionPopover.edit' | 'actionPopover.inviteShareCommunity' | 'actionPopover.joinCommunity' | 'actionPopover.leaveCommunit' | 'actionPopover.leaveCommunity' | 'actionPopover.leaveCommunity.accept' | 'actionPopover.leaveCommunity.cancel' | 'actionPopover.leaveCommunity.description' | 'actionPopover.leaveCommunity.title' | 'actionPopover.report' | 'actionPopover.turnOffNotification' | 'actionPopover.turnOffNotificationAbout' | 'actionPopover.turnOnNotification' | 'adBanner.title' | 'admin.comments' | 'admin.communities' | 'admin.community' | 'article.shareOn' | 'articleAuthor.title.expert' | 'articleAuthor.title.fact-check' | 'articleAuthor.title.medical' | 'articleAuthor.title.written-by' | 'articlePage.articleReviewerBy' | 'articlePage.readMore' | 'articlePage.showLess' | 'babyGrowth.alert.bmi' | 'babyGrowth.alert.head' | 'babyGrowth.alert.weight' | 'babyGrowth.babyInfo' | 'babyGrowth.chartTitle' | 'babyGrowth.chartTitle.noName' | 'babyGrowth.cm' | 'babyGrowth.drawer.addMeasurement' | 'babyGrowth.drawer.createBaby' | 'babyGrowth.drawer.switchProfile' | 'babyGrowth.emptyName' | 'babyGrowth.error.atLeastOneOf' | 'babyGrowth.error.birthdayRequired' | 'babyGrowth.error.invalidAge' | 'babyGrowth.error.invalidMeasurementDate' | 'babyGrowth.error.invalidValue' | 'babyGrowth.error.measurementDateLowerThanBirthday' | 'babyGrowth.error.outOfRange' | 'babyGrowth.error.title' | 'babyGrowth.head' | 'babyGrowth.headCircumference' | 'babyGrowth.height' | 'babyGrowth.input.babyName' | 'babyGrowth.input.birthday' | 'babyGrowth.input.bmi' | 'babyGrowth.input.bodyMass' | 'babyGrowth.input.checkSubmit' | 'babyGrowth.input.measurementDate' | 'babyGrowth.input.submit' | 'babyGrowth.kg' | 'babyGrowth.kg.m2' | 'babyGrowth.monthly' | 'babyGrowth.nickname' | 'babyGrowth.optional' | 'babyGrowth.pageTitle' | 'babyGrowth.percentiles' | 'babyGrowth.placeholder.babyName' | 'babyGrowth.popup.heading' | 'babyGrowth.reCalculate' | 'babyGrowth.record' | 'babyGrowth.save' | 'babyGrowth.save.loggedIn' | 'babyGrowth.weekly' | 'babyGrowth.weight' | 'babyGrowth.xLabel' | 'babyGrowth.yearly' | 'babyPoop.findOut' | 'babyPoopTool.name' | 'babyVaccine.banner.readmore' | 'babyVaccine.detail.benifit' | 'babyVaccine.detail.contraindication' | 'babyVaccine.detail.definition' | 'babyVaccine.detail.relatedArticles' | 'babyVaccine.immunization.vaccineName' | 'babyVaccine.immunization.warning' | 'babyVaccine.popup.button' | 'babyVaccine.popup.button.submit' | 'babyVaccine.popup.checkbox.suggestedDate' | 'babyVaccine.popup.confirm.close' | 'babyVaccine.popup.confirm.description' | 'babyVaccine.popup.confirm.ok' | 'babyVaccine.popup.confirm.title' | 'babyVaccine.popup.input.suggestedDate' | 'babyVaccine.popup.label.doses' | 'babyVaccine.popup.tab.benefits' | 'babyVaccine.popup.tab.contraindication' | 'babyVaccine.popup.tab.detail' | 'babyVaccine.popup.tab.schedule' | 'babyVaccine.popup.title' | 'babyVaccine.status.all' | 'babyVaccine.status.missed' | 'babyVaccine.status.next' | 'babyVaccine.status.upcoming' | 'babyVaccine.status.vaccinated' | 'babyVaccine.timeline.antigen' | 'babyVaccine.timeline.atBirth' | 'babyVaccine.timeline.total' | 'babyVaccine.timeline.totalNext' | 'babyVaccine.timeline.totalPast' | 'babyVaccine.vaccineCard.injected' | 'babyVaccine.vaccineCard.markAsInjected' | 'babyVaccine.vaccineInfo.dose' | 'babyVaccine.vaccineInfo.injectedDate' | 'babyVaccine.vaccineInfo.mandatory' | 'babyVaccine.vaccineInfo.optional' | 'babyVaccine.vaccineInfo.suggested' | 'babyVaccineTool.heading' | 'bmi.ageInput' | 'bmi.ageInput.desc' | 'bmi.ageInput.error' | 'bmi.heading' | 'bmi.heightInput' | 'bmi.heightInput.desc' | 'bmi.heightInput.error' | 'bmi.objective' | 'bmi.objective.gainWeight' | 'bmi.objective.loseWeight' | 'bmi.objective.maintainWeight' | 'bmi.result.healthy' | 'bmi.result.overweight' | 'bmi.result.underweight' | 'bmi.selectGender' | 'bmi.submit' | 'bmi.weightInput' | 'bmi.weightInput.desc' | 'bmi.weightInput.error' | 'bmr.heading' | 'booking.searchBar.allLocations' | 'booking.searchBar.allSpecialties' | 'booking.searchBar.currentLocation' | 'booking.searchBar.grantLocation' | 'booking.searchBar.locationPlaceholder' | 'booking.searchBar.noResults' | 'booking.searchBar.placeholder.doctor' | 'booking.searchBar.placeholder.hospital' | 'booking.searchBar.placeholder.service' | 'booking.searchBar.placeholder.specialty' | 'booking.searchBar.popularKey' | 'booking.searchBar.searchButton' | 'booking.searchBar.searchInput.placeholder' | 'booking.searchBar.useCurrentLocation' | 'booking.searchBar.viewAll' | 'booking.searchPopup.doctors' | 'booking.searchPopup.hospitals' | 'booking.searchPopup.searchIn.doctors' | 'booking.searchPopup.searchIn.hospitals' | 'booking.searchPopup.searchIn.services' | 'booking.searchPopup.searchIn.specialties' | 'booking.searchPopup.seeAll' | 'booking.searchPopup.seeLessSpecialties' | 'booking.searchPopup.seeMoreSpecialties' | 'booking.searchPopup.services' | 'booking.searchPopup.specialties' | 'booking.searchResult.description' | 'bottomBar.share' | 'cardAuthor.admin' | 'cardAuthor.ambassador' | 'cardAuthor.expert' | 'cardAuthor.guide' | 'cardAuthor.influencer' | 'cardAuthor.localAdmin' | 'cardAuthor.moderator' | 'cardAuthor.sponsor' | 'cardPost.anonymous' | 'cardPost.option.anonymous' | 'cardPost.public' | 'cardReactions.comment' | 'cardReactions.like' | 'cardReactions.repliesCount' | 'cardReactions.reply' | 'cardReactions.save' | 'cardReactions.unSave' | 'cardReply.disclaimer' | 'cardReply.endorse' | 'cardReply.opposePopup.content' | 'cardReply.opposePopup.submit' | 'cardReply.pppose' | 'cardReply.recommentCategories.heading' | 'cardReply.source' | 'cardReply.verifyBy' | 'careBooking.bookAnAppointment' | 'categoryPage.info.reviewed' | 'categoryPage.onDate' | 'character' | 'chatbot.with.me' | 'childCard.age.months' | 'childCard.age.oneMonth' | 'childCard.age.oneWeek' | 'childCard.age.oneYear' | 'childCard.age.oneYearMonth' | 'childCard.age.oneYearOneMonth' | 'childCard.age.week' | 'childCard.age.yearMonth' | 'childCard.age.yearNoMonth' | 'childCard.age.yearOneMonth' | 'childCard.boy' | 'childCard.girl' | 'childCard.menu.add' | 'childCard.menu.edit' | 'childCard.menu.remove' | 'childCard.menu.switch' | 'childCard.noName' | 'choicePopover.ambassadorPosts' | 'choicePopover.expertPosts' | 'choicePopover.lastestPost' | 'choicePopover.latest' | 'choicePopover.newest' | 'choicePopover.oldest' | 'choicePopover.popular' | 'choicePopover.popularPost' | 'choicePopover.sort' | 'choose.community' | 'choose.other.community' | 'chooseBaby.button' | 'chooseBaby.new' | 'chooseBaby.placeholder' | 'chooseBaby.title' | 'collectPhoneNumber.action' | 'collectPhoneNumber.descriptionSuccess' | 'collectPhoneNumber.inputInvalid' | 'collectPhoneNumber.inputLabel' | 'collectPhoneNumber.phoneRequired' | 'collectPhoneNumber.title' | 'collectPhoneNumber.titleSuccess' | 'comment.count' | 'comment.now' | 'comment.seeMoreComments' | 'comment.seeMoreReplies' | 'commentPopup.warning.newPost' | 'common.action.close' | 'common.insurance' | 'common.insuranceIntro' | 'common.noResult' | 'common.paymentMethods' | 'common.playing' | 'common.profileNavigator.newsletterSubscription' | 'common.rating.bad' | 'common.rating.excellent' | 'common.rating.good' | 'common.rating.meh' | 'common.rating.worse' | 'common.sponsoredBy' | 'common.totalView' | 'community.choose' | 'community.notification.joined' | 'community.notification.left' | 'copied' | 'copy' | 'createPost.askDoctor' | 'createPost.askDoctor.description' | 'createPost.askDoctorChoice.no' | 'createPost.askDoctorChoice.yes' | 'createPost.communityAndTopic' | 'createPost.message.askDoctor' | 'createPost.message.askDoctorRequire' | 'createPost.message.askDoctorRequireMess' | 'createPost.message.lengthDescription' | 'createPost.message.lengthTitle' | 'createPost.message.lengthTitle.characters' | 'createPost.message.photoMaxium' | 'createPost.message.photoSize' | 'createPost.message.requiredDescription' | 'createPost.message.requiredTitle' | 'createPost.message.suggestLoading' | 'createPost.message.suggestResult' | 'createPost.now' | 'createPost.photos' | 'createPost.popup.description' | 'createPost.popup.guideSelectMonthTopics' | 'createPost.popup.guideSelectTopics' | 'createPost.popup.primary' | 'createPost.popup.selectMonthTopicBtn' | 'createPost.popup.specialCharErr' | 'createPost.popup.submit' | 'createPost.popup.success' | 'createPost.popup.warning' | 'createPost.popup.warningImage' | 'createPost.popup.wordCount' | 'createPost.post.askDoctor.description' | 'createPost.post.askDoctor.title' | 'createPost.post.description' | 'createPost.post.title' | 'createPost.postAnonymous' | 'createPost.title' | 'createPost.urlText' | 'createPost.video' | 'createPost.videoOrLink' | 'detail.openHours' | 'doctorInfoComponent.loginToCall' | 'dueDatePage.IUI' | 'dueDatePage.calculationMethod' | 'dueDatePage.conceptionDate' | 'dueDatePage.date_of_IUI_procedure' | 'dueDatePage.date_of_ultrasound' | 'dueDatePage.daysText' | 'dueDatePage.ivf' | 'dueDatePage.ivf.transferDate' | 'dueDatePage.ivf.transferDateRadio' | 'dueDatePage.lastPeriod' | 'dueDatePage.lastPeriod.calculate' | 'dueDatePage.lastPeriod.lastPeriodLabel' | 'dueDatePage.lastPeriod.periodLengthLabel' | 'dueDatePage.ultrasound' | 'dueDatePage.ultrasound.tooltip' | 'dueDatePage.validation.crl' | 'dueDatePage.validation.one_is_required' | 'dueDatePage.validation.record_not_valid' | 'editor.addSocialLink.addLink' | 'editor.addSocialLink.warningDomain' | 'expert.content.description' | 'expert.content.experiences' | 'footer.signUp' | 'gender.boy' | 'gender.female' | 'gender.girl' | 'gender.male' | 'healthToolPNModal.back' | 'healthToolPNModal.findMore.chooseFav' | 'healthToolPNModal.finish' | 'healthToolPNModal.heading' | 'healthToolPNModal.mainForm.requireName' | 'healthToolPNModal.mainForm.tailorTopicsHeading' | 'healthToolPNModal.next' | 'healthToolPNModal.register' | 'healthToolPNModal.yourPre' | 'healthTools.dueDateCalculator' | 'healthTools.ovulationCalculator' | 'healthtool.placeholder.age' | 'home.calcWithApp' | 'home.menu.category.view' | 'home.navigator.app' | 'home.navigator.downloadApp' | 'home.navigator.menu.care.homeButton' | 'home.navigator.menu.care.noDatas.cta' | 'home.navigator.menu.care.noDatas.description' | 'home.navigator.menu.care.noDatas.title' | 'home.navigator.menu.category.noDatas.cta' | 'home.navigator.menu.category.noDatas.description' | 'home.navigator.menu.category.noDatas.title' | 'home.navigator.menu.healthTools.noDatas.cta' | 'home.navigator.menu.healthTools.noDatas.description' | 'home.navigator.menu.healthTools.noDatas.title' | 'home.navigator.menu.lastestVideos' | 'home.navigator.menu.podcasts' | 'home.navigator.menu.shorts' | 'home.navigator.menu.spotlightEcom' | 'home.navigator.menu.spotlightHospitals' | 'home.navigator.menu.spotlightTools' | 'home.navigator.menu.spotlights' | 'home.navigator.menu.spotlights.seeAll' | 'home.navigator.menu.together.noPosts.cta' | 'home.navigator.menu.together.noPosts.description' | 'home.navigator.menu.together.noPosts.title' | 'home.navigator.menu.trendingPosts' | 'home.navigator.menu.trendingPosts.seeMore' | 'home.navigator.menu.videos' | 'home.navigator.menuItem.allCategories' | 'home.navigator.menuItem.allCommunities' | 'home.navigator.menuItem.allCommunitiesheadingTitle' | 'home.navigator.menuItem.allHealthTools' | 'home.navigator.menuItem.allSpecialties' | 'home.navigator.menuItem.allSpotlight' | 'home.navigator.menuItem.allVideos' | 'home.navigator.menuItem.discover' | 'home.navigator.menuItem.healthCategories' | 'home.navigator.menuItem.healthTools' | 'home.navigator.menuItem.healthToolsList' | 'home.navigator.menuItem.helloCare' | 'home.navigator.menuItem.helloEcom' | 'home.navigator.menuItem.helloTogether' | 'home.navigator.menuItem.language' | 'home.navigator.menuItem.new' | 'home.navigator.menuItem.specialties' | 'home.navigator.menuItem.spotlights' | 'home.navigator.menuItem.video' | 'home.navigator.menuItem.videoCategories' | 'home.search' | 'home.seeAll' | 'home.seeAllCategories' | 'home.seeExpert' | 'home.seeHospital' | 'home.seeMore' | 'home.seeMoreExperts' | 'hospital.content.description' | 'hospital.status.closed' | 'hospital.status.opening' | 'inlineFreebie.freeSample.title' | 'inlineFreebie.luckyDrawGift.title' | 'inlineFreebie.value' | 'inputComment.replyTo' | 'insert' | 'label.latestPost' | 'label.pinnedPost' | 'lead.empty.cancel' | 'lead.empty.submitAgain' | 'lead.empty.title' | 'leadgen.message.error.name_required' | 'leadgen.message.error.phone_invalid' | 'loading' | 'login.booking' | 'logout.popup.ask.mb' | 'logout.popup.ask1' | 'logout.popup.ask2' | 'logout.popup.button.cancel' | 'logout.popup.button.logout' | 'menu.care.searchBySpecialties' | 'morePopover.report' | 'morePopover.report.description' | 'morePopover.report.falseNews' | 'morePopover.report.offensive' | 'morePopover.report.other' | 'morePopover.report.prohibited' | 'morePopover.report.scam' | 'morePopover.report.sex' | 'morePopover.report.spam' | 'morePopover.report.title' | 'morePopover.report.violence' | 'morePopover.reportSubmit.description' | 'morePopover.reportSubmit.title' | 'morePopover.savePost' | 'morePopover.share' | 'morePopover.shareOn' | 'morePopover.turnOffNotifications' | 'morePopover.turnOnNotifications' | 'morePopover.unsavePost' | 'navigation.loginJoin' | 'navigation.search.input.placeholder' | 'navigation.signUp' | 'newsletter.error.minCotennt' | 'newsletter.error.minTitle' | 'newsletter.topic.title' | 'newsletter.welcome.description' | 'notification.comment.blocked.message' | 'notification.comment.blocked.title' | 'notification.comment.premod' | 'notification.comment.rejected' | 'notification.comment.reportFailed' | 'notification.comment.reportSuccess' | 'notification.comment.somethingWrong' | 'notification.comment.suspect.message' | 'notification.comment.suspect.title' | 'notification.comment.systemWithheld' | 'notification.failure' | 'notification.limitUrlDomain' | 'notification.post.blocked.message' | 'notification.post.blocked.title' | 'notification.post.delete' | 'notification.post.suspect.message' | 'notification.post.suspect.title' | 'notification.success' | 'notification.suspend.message' | 'notification.urlWrongFormat' | 'onboarding.button.continue' | 'onboarding.button.skip' | 'onboarding.errorMessage.invalidEmail' | 'onboarding.errorMessage.minLength' | 'onboarding.errorMessage.passNotMatch' | 'onboarding.errorMessage.passWithPattern' | 'onboarding.errorMessage.requiredConfirmPassword' | 'onboarding.errorMessage.requiredEmail' | 'onboarding.errorMessage.requiredName' | 'onboarding.errorMessage.requiredPassword' | 'onboarding.formEmail.description' | 'onboarding.formEmail.genderFemale' | 'onboarding.formEmail.genderMale' | 'onboarding.formEmail.heading' | 'onboarding.formEmail.yourBirthday' | 'onboarding.formEmail.yourEmail' | 'onboarding.formEmail.yourName' | 'onboarding.label.fullName' | 'onboarding.otpForm.description' | 'onboarding.otpForm.descriptionEmail' | 'onboarding.otpForm.error' | 'onboarding.otpForm.heading' | 'onboarding.otpForm.notReceiveOTP' | 'onboarding.otpForm.resendCode' | 'onboarding.otpForm.resendCodeWithSeconds' | 'onboarding.otpWhatsapps.description' | 'onboarding.otpWhatsapps.heading' | 'onboarding.similac.address.error' | 'onboarding.similac.input.address' | 'onboarding.similac.input.city' | 'onboarding.similac.input.district' | 'onboarding.similac.input.no' | 'onboarding.similac.input.phone' | 'onboarding.similac.input.ward' | 'onboarding.updatePassword.confirmPassword' | 'onboarding.updatePassword.description' | 'onboarding.updatePassword.heading' | 'onboarding.updatePassword.password' | 'onboarding.updatePasswordResult.description' | 'onboarding.updatePasswordResult.heading' | 'onboarding.updatePhone.description' | 'onboarding.updatePhone.error' | 'onboarding.updatePhone.heading' | 'onboarding.updateWhatsapp.description' | 'onboarding.updateWhatsapp.submitLabel' | 'onboarding.welcomeScreen.content' | 'onboarding.welcomeScreen.heading' | 'orCopyLink' | 'ovulationPage.avoidPregnancy' | 'ovulationPage.conceive' | 'ovulationPage.cycleLength' | 'ovulationPage.dayUnit' | 'ovulationPage.objectives' | 'ovulationPage.periodDuration' | 'ovulationPage.trackPeriod' | 'placeholder.enterTitleHere' | 'placeholder.enterUrlHere' | 'placeholder.enterUrlTextHere' | 'placeholder.newCmt' | 'placeholder.newPost' | 'pnBanner.both' | 'pnBanner.both.desc' | 'pnBanner.both.heading' | 'pnBanner.caclNow' | 'pnBanner.checkNow' | 'pnBanner.dueDateTool.desc' | 'pnBanner.dueDateTool.heading' | 'pnBanner.hpv.desc' | 'pnBanner.hpv.heading' | 'pnBanner.parenting.desc' | 'pnBanner.parenting.heading' | 'pnBanner.pn.btnLabel' | 'pnBanner.pregnancy.desc' | 'pnBanner.pregnancy.heading' | 'pnBanner.submit' | 'pnBanner.teenager' | 'pnBanner.teenager.heading' | 'pnBanner.toddlers' | 'pnBanner.vaccination.desc' | 'pnBanner.vaccination.heading' | 'pnBanner.vaccine.btnLabel' | 'pnModal.disclaimer' | 'pnTopicSection.maxSelectError.desc' | 'pnTopicSection.maxSelectError.detail' | 'pnTopicSection.maxSelectError.title' | 'pnTopicSection.notFound' | 'pnTopicSection.plsEnterFavTopics' | 'pnTopicSection.ppAlsoInterested' | 'pnTopicSection.recentView' | 'pnTopicSection.trending' | 'popup.allTopics' | 'popup.createPost.confirmCloseDescription' | 'popup.createPost.confirmCloseTitle' | 'popup.deleteComment.description' | 'popup.deleteComment.title' | 'popup.deletePost.accept' | 'popup.deletePost.cancel' | 'popup.deletePost.description' | 'popup.deletePost.title' | 'popup.discardPost' | 'popup.discardPostEdit' | 'popup.editPost' | 'popup.keepEditing' | 'popup.startANewPost' | 'post.commentCount' | 'post.likesCount' | 'post.remove.failed' | 'post.remove.success' | 'post.save.failed' | 'post.save.success' | 'post.seeMore' | 'post.shareCount' | 'pregnancy.week' | 'pregnancyTool.description' | 'pregnancyTool.title' | 'pregnancyTool.weightSuggested' | 'pregnancyWeightGain.havingTwins' | 'pregnancyWeightGain.heading' | 'pregnancyWeightGain.heightInput' | 'pregnancyWeightGain.weekInput' | 'pregnancyWeightGain.weightBeforeInput' | 'pregnancyWeightGain.weightInput' | 'pregnancyWeightGain.weightInput.desc' | 'pregnancyWeightGain.weightInput.error' | 'previewPhotos.title' | 'profilePanel.anserwing.viewFull' | 'profilePanel.awards' | 'profilePanel.createPost' | 'profilePanel.education' | 'profilePanel.emptyCareMess.content' | 'profilePanel.emptyPostMess.content' | 'profilePanel.experience' | 'profilePanel.joined' | 'profilePanel.modal.heading' | 'profilePanel.publishcation' | 'profilePanel.publishedArticles' | 'profilePanel.question' | 'profilePanel.questionNotClear' | 'profilePanel.skipQuestion.content' | 'profilePanel.skipQuestion.heading' | 'profilePanel.socialLinks' | 'profilePanel.tabs.care' | 'profilePanel.tabs.expertAnswer' | 'profilePanel.tabs.highlight' | 'profilePanel.tabs.posts' | 'profilePanel.tabs.relevantArticles' | 'pwg.placeholder.height' | 'pwg.placeholder.weight' | 'pwgForm.week' | 'sensitiveMask.blur' | 'sensitiveMask.contentWarningDescription' | 'sensitiveMask.contentWarningDescription.community' | 'sensitiveMask.contentWarningMessage' | 'sensitiveMask.unblur' | 'share.by' | 'share.copyLink' | 'share.letsJoinCommunity' | 'share.letsJoinTopic' | 'share.linkCopied' | 'share.linkShared' | 'share.title' | 'shareContainer.title' | 'similac.thankYou.done' | 'ssov2.abTestingFlowB.description' | 'ssov2.button.cancel' | 'ssov2.button.continue' | 'ssov2.button.continueGoogle' | 'ssov2.button.continueSMS' | 'ssov2.button.continueWhatsApp' | 'ssov2.button.continueZalo' | 'ssov2.button.exitNow' | 'ssov2.button.otp.sms' | 'ssov2.button.otp.whatsapp' | 'ssov2.button.otp.zalo' | 'ssov2.button.save' | 'ssov2.button.setupLater' | 'ssov2.collectInfo.why' | 'ssov2.email.alreadyUsed' | 'ssov2.email.button' | 'ssov2.email.description' | 'ssov2.email.title' | 'ssov2.error.api' | 'ssov2.error.api.000' | 'ssov2.error.api.001' | 'ssov2.error.api.002' | 'ssov2.error.api.003' | 'ssov2.error.api.004' | 'ssov2.error.api.005' | 'ssov2.error.api.006' | 'ssov2.error.api.007' | 'ssov2.error.api.008' | 'ssov2.error.api.009' | 'ssov2.error.api.010' | 'ssov2.error.api.011' | 'ssov2.error.api.012' | 'ssov2.error.api.013' | 'ssov2.error.api.014' | 'ssov2.error.api.015' | 'ssov2.error.api.016' | 'ssov2.error.api.017' | 'ssov2.error.api.018' | 'ssov2.error.api.019' | 'ssov2.error.api.020' | 'ssov2.error.api.021' | 'ssov2.error.api.022' | 'ssov2.error.api.023' | 'ssov2.error.api.024' | 'ssov2.error.api.025' | 'ssov2.error.api.026' | 'ssov2.error.api.027' | 'ssov2.error.api.028' | 'ssov2.error.api.029' | 'ssov2.error.api.030' | 'ssov2.error.api.031' | 'ssov2.error.api.032' | 'ssov2.error.api.033' | 'ssov2.error.api.034' | 'ssov2.error.api.035' | 'ssov2.error.api.036' | 'ssov2.error.api.037' | 'ssov2.error.api.038' | 'ssov2.error.api.039' | 'ssov2.error.api.040' | 'ssov2.error.api.041' | 'ssov2.error.api.042' | 'ssov2.error.api.043' | 'ssov2.error.api.044' | 'ssov2.error.api.045' | 'ssov2.error.api.046' | 'ssov2.error.api.047' | 'ssov2.error.api.048' | 'ssov2.error.api.049' | 'ssov2.error.api.050' | 'ssov2.error.api.051' | 'ssov2.error.api.052' | 'ssov2.error.api.053' | 'ssov2.error.api.054' | 'ssov2.error.api.055' | 'ssov2.error.api.056' | 'ssov2.error.api.057' | 'ssov2.error.api.058' | 'ssov2.error.api.059' | 'ssov2.error.api.060' | 'ssov2.error.api.061' | 'ssov2.error.api.062' | 'ssov2.error.api.063' | 'ssov2.error.api.064' | 'ssov2.error.api.065' | 'ssov2.error.api.066' | 'ssov2.error.api.067' | 'ssov2.error.api.068' | 'ssov2.error.api.069' | 'ssov2.error.api.070' | 'ssov2.error.api.071' | 'ssov2.error.api.072' | 'ssov2.error.api.073' | 'ssov2.error.api.074' | 'ssov2.error.api.075' | 'ssov2.error.api.076' | 'ssov2.error.api.077' | 'ssov2.error.api.078' | 'ssov2.error.api.079' | 'ssov2.error.api.080' | 'ssov2.error.api.082' | 'ssov2.error.api.083' | 'ssov2.error.facebookLogin' | 'ssov2.error.googleLogin' | 'ssov2.first.country.code' | 'ssov2.first.description' | 'ssov2.first.noAccountOrPass' | 'ssov2.first.search.country.all' | 'ssov2.first.search.country.placeholder' | 'ssov2.first.search.country.selected' | 'ssov2.first.title.login' | 'ssov2.first.title.signup' | 'ssov2.orContinueWith' | 'ssov2.otp.email.description' | 'ssov2.otp.email.title' | 'ssov2.otp.phone.description' | 'ssov2.otp.phone.title' | 'ssov2.otp.resendQuestion' | 'ssov2.otp.resendText' | 'ssov2.otp.sendVia' | 'ssov2.password.description' | 'ssov2.password.forgotPassword' | 'ssov2.password.reset' | 'ssov2.password.signIn' | 'ssov2.password.title1' | 'ssov2.password.title2' | 'ssov2.passwordForgotSetup.description' | 'ssov2.passwordForgotSetup.field.password.atLeast8Chars' | 'ssov2.passwordForgotSetup.field.password.atLeastOneUpper' | 'ssov2.passwordForgotSetup.field.password.label' | 'ssov2.passwordForgotSetup.field.password.placeholder' | 'ssov2.passwordForgotSetup.field.passwordConfirm.label' | 'ssov2.passwordForgotSetup.field.passwordConfirm.placeholder' | 'ssov2.passwordForgotSetup.title' | 'ssov2.phone.alreadyUsed' | 'ssov2.phoneVerify.description' | 'ssov2.phoneVerify.title' | 'ssov2.policyText' | 'ssov2.policyText.community' | 'ssov2.policyText.privacy' | 'ssov2.policyText.terms' | 'ssov2.popup.close.description' | 'ssov2.popup.close.title' | 'ssov2.resetPassword.description' | 'ssov2.resetPassword.title' | 'ssov2.setup.button.createAccount' | 'ssov2.setup.button.veriyPhone' | 'ssov2.setup.description' | 'ssov2.setup.field.dob.label' | 'ssov2.setup.field.dob.placeholder' | 'ssov2.setup.field.email.label' | 'ssov2.setup.field.gender.female' | 'ssov2.setup.field.gender.label' | 'ssov2.setup.field.gender.male' | 'ssov2.setup.field.name.label' | 'ssov2.setup.field.name.placeholder' | 'ssov2.setup.field.otp.label' | 'ssov2.setup.field.phone.label' | 'ssov2.setup.title' | 'ssov2.updateEmail.button' | 'ssov2.updateEmail.description' | 'ssov2.updateEmail.title' | 'ssov2.useOtherMethod.email' | 'ssov2.useOtherMethod.phone' | 'ssov2.validate.confirmPassword.match' | 'ssov2.validate.confirmPassword.required' | 'ssov2.validate.dob.required' | 'ssov2.validate.email.invalid' | 'ssov2.validate.email.required' | 'ssov2.validate.gender.oneOf' | 'ssov2.validate.gender.required' | 'ssov2.validate.name.required' | 'ssov2.validate.otp.required' | 'ssov2.validate.password.required' | 'ssov2.validate.phone.required' | 'submit' | 'subscriptionBox.ctaBtn' | 'subscriptionBox.name' | 'subscriptionBox.nameRequire' | 'subscriptionBox.phone' | 'subscriptionBox.phoneRequire' | 'subscriptionBox.thankyou' | 'subscriptionBox.thankyouTitle' | 'switchBtn.no' | 'switchBtn.yes' | 'tab.about' | 'tab.discussion' | 'tab.topic' | 'tagTopic.moreTopics' | 'targetHearRate.heading' | 'targetHeartRate.aerobicZone.note' | 'targetHeartRate.aerobicZone.title' | 'targetHeartRate.ageInput' | 'targetHeartRate.ageInput.desc' | 'targetHeartRate.ageInput.error' | 'targetHeartRate.heartRateInput' | 'targetHeartRate.heartRateInput.desc' | 'targetHeartRate.heartRateInput.error' | 'targetHeartRate.lowIntensity.note' | 'targetHeartRate.lowIntensity.title' | 'targetHeartRate.maximumIntensity.note' | 'targetHeartRate.maximumIntensity.title' | 'targetHeartRate.moderateIntensity.note' | 'targetHeartRate.moderateIntensity.title' | 'targetHeartRate.optional' | 'targetHeartRate.selectActive' | 'targetHeartRate.vigorousIntensity.note' | 'targetHeartRate.vigorousIntensity.title' | 'tool.askChecking' | 'tool.selectPerson' | 'tool.selectPerson.other' | 'tool.selectPerson.yourSelf' | 'toolPage.toolReviewer' | 'tools.checkYourKidsInput.label' | 'tools.checkYrs' | 'tools.heading.on' | 'tools.heartRateRangeErr' | 'tools.inputPlaceholder' | 'tools.requiredErrorMess.age' | 'tools.requiredErrorMess.gender' | 'tools.selectBabyGender' | 'tools.selectGender' | 'tools.yearsOld' | 'updatePost.popup.success' | 'userProfile.nav.card.eCom' | 'userProfile.nav.card.ecom.DeliveryAddress' | 'userProfile.nav.card.ecom.manageOrders' | 'userProfile.nav.card.ecom.voucher' | 'userProfile.nav.card.myBooking' | 'userProfile.nav.card.myCommunity' | 'userProfile.nav.card.myFamily' | 'userProfile.nav.card.myHealth' | 'userProfile.nav.card.mySaved' | 'userProfile.nav.header.count.comments' | 'userProfile.nav.header.count.posts' | 'userProfile.nav.header.count.tools' | 'userProfile.nav.header.points' | 'userProfile.nav.header.viewProfile' | 'userProfile.nav.menu.accountSettings' | 'userProfile.nav.menu.dataPrivacy' | 'userProfile.nav.menu.disableAccount' | 'userProfile.nav.menu.help' | 'userProfile.nav.menu.logout' | 'userProfile.nav.menu.password' | 'userProfile.userRank.ambassador' | 'userProfile.userRank.doctor' | 'userProfile.userRank.expert' | 'userProfile.userRank.influencer' | 'userProfile.userRank.member' | 'validation.error.requiredAgeGroup' | 'validation.error.requiredField' | 'verifyBotAnswer.confirmEndorse.accept' | 'verifyBotAnswer.confirmEndorse.cancel' | 'verifyBotAnswer.confirmEndorse.description' | 'verifyBotAnswer.confirmEndorse.heading' | 'workingDays.fri' | 'workingDays.mon' | 'workingDays.sat' | 'workingDays.sun' | 'workingDays.thu' | 'workingDays.tue' | 'workingDays.wed';
1
+ export type TranslationKeys = 'actionPopover.delete' | 'actionPopover.deleteNotification' | 'actionPopover.edit' | 'actionPopover.inviteShareCommunity' | 'actionPopover.joinCommunity' | 'actionPopover.leaveCommunit' | 'actionPopover.leaveCommunity' | 'actionPopover.leaveCommunity.accept' | 'actionPopover.leaveCommunity.cancel' | 'actionPopover.leaveCommunity.description' | 'actionPopover.leaveCommunity.title' | 'actionPopover.report' | 'actionPopover.turnOffNotification' | 'actionPopover.turnOffNotificationAbout' | 'actionPopover.turnOnNotification' | 'adBanner.title' | 'admin.comments' | 'admin.communities' | 'admin.community' | 'article.shareOn' | 'articleAuthor.title.expert' | 'articleAuthor.title.fact-check' | 'articleAuthor.title.medical' | 'articleAuthor.title.written-by' | 'articlePage.articleReviewerBy' | 'articlePage.readMore' | 'articlePage.showLess' | 'babyGrowth.alert.bmi' | 'babyGrowth.alert.head' | 'babyGrowth.alert.weight' | 'babyGrowth.babyInfo' | 'babyGrowth.chartTitle' | 'babyGrowth.chartTitle.noName' | 'babyGrowth.cm' | 'babyGrowth.drawer.addMeasurement' | 'babyGrowth.drawer.createBaby' | 'babyGrowth.drawer.switchProfile' | 'babyGrowth.emptyName' | 'babyGrowth.error.atLeastOneOf' | 'babyGrowth.error.birthdayRequired' | 'babyGrowth.error.invalidAge' | 'babyGrowth.error.invalidMeasurementDate' | 'babyGrowth.error.invalidValue' | 'babyGrowth.error.measurementDateLowerThanBirthday' | 'babyGrowth.error.outOfRange' | 'babyGrowth.error.title' | 'babyGrowth.head' | 'babyGrowth.headCircumference' | 'babyGrowth.height' | 'babyGrowth.input.babyName' | 'babyGrowth.input.birthday' | 'babyGrowth.input.bmi' | 'babyGrowth.input.bodyMass' | 'babyGrowth.input.checkSubmit' | 'babyGrowth.input.measurementDate' | 'babyGrowth.input.submit' | 'babyGrowth.kg' | 'babyGrowth.kg.m2' | 'babyGrowth.monthly' | 'babyGrowth.nickname' | 'babyGrowth.optional' | 'babyGrowth.pageTitle' | 'babyGrowth.percentiles' | 'babyGrowth.placeholder.babyName' | 'babyGrowth.popup.heading' | 'babyGrowth.reCalculate' | 'babyGrowth.record' | 'babyGrowth.save' | 'babyGrowth.save.loggedIn' | 'babyGrowth.weekly' | 'babyGrowth.weight' | 'babyGrowth.xLabel' | 'babyGrowth.yearly' | 'babyPoop.findOut' | 'babyPoopTool.name' | 'babyVaccine.banner.readmore' | 'babyVaccine.detail.benifit' | 'babyVaccine.detail.contraindication' | 'babyVaccine.detail.definition' | 'babyVaccine.detail.relatedArticles' | 'babyVaccine.immunization.vaccineName' | 'babyVaccine.immunization.warning' | 'babyVaccine.popup.button' | 'babyVaccine.popup.button.submit' | 'babyVaccine.popup.checkbox.suggestedDate' | 'babyVaccine.popup.confirm.close' | 'babyVaccine.popup.confirm.description' | 'babyVaccine.popup.confirm.ok' | 'babyVaccine.popup.confirm.title' | 'babyVaccine.popup.input.suggestedDate' | 'babyVaccine.popup.label.doses' | 'babyVaccine.popup.tab.benefits' | 'babyVaccine.popup.tab.contraindication' | 'babyVaccine.popup.tab.detail' | 'babyVaccine.popup.tab.schedule' | 'babyVaccine.popup.title' | 'babyVaccine.status.all' | 'babyVaccine.status.missed' | 'babyVaccine.status.next' | 'babyVaccine.status.upcoming' | 'babyVaccine.status.vaccinated' | 'babyVaccine.timeline.antigen' | 'babyVaccine.timeline.atBirth' | 'babyVaccine.timeline.total' | 'babyVaccine.timeline.totalNext' | 'babyVaccine.timeline.totalPast' | 'babyVaccine.vaccineCard.injected' | 'babyVaccine.vaccineCard.markAsInjected' | 'babyVaccine.vaccineInfo.dose' | 'babyVaccine.vaccineInfo.injectedDate' | 'babyVaccine.vaccineInfo.mandatory' | 'babyVaccine.vaccineInfo.optional' | 'babyVaccine.vaccineInfo.suggested' | 'babyVaccineTool.heading' | 'bmi.ageInput' | 'bmi.ageInput.desc' | 'bmi.ageInput.error' | 'bmi.heading' | 'bmi.heightInput' | 'bmi.heightInput.desc' | 'bmi.heightInput.error' | 'bmi.objective' | 'bmi.objective.gainWeight' | 'bmi.objective.loseWeight' | 'bmi.objective.maintainWeight' | 'bmi.result.healthy' | 'bmi.result.overweight' | 'bmi.result.underweight' | 'bmi.selectGender' | 'bmi.submit' | 'bmi.weightInput' | 'bmi.weightInput.desc' | 'bmi.weightInput.error' | 'bmr.heading' | 'booking.searchBar.allLocations' | 'booking.searchBar.allSpecialties' | 'booking.searchBar.currentLocation' | 'booking.searchBar.grantLocation' | 'booking.searchBar.locationPlaceholder' | 'booking.searchBar.noResults' | 'booking.searchBar.placeholder.doctor' | 'booking.searchBar.placeholder.hospital' | 'booking.searchBar.placeholder.service' | 'booking.searchBar.placeholder.specialty' | 'booking.searchBar.popularKey' | 'booking.searchBar.searchButton' | 'booking.searchBar.searchInput.placeholder' | 'booking.searchBar.useCurrentLocation' | 'booking.searchBar.viewAll' | 'booking.searchPopup.doctors' | 'booking.searchPopup.hospitals' | 'booking.searchPopup.searchIn.doctors' | 'booking.searchPopup.searchIn.hospitals' | 'booking.searchPopup.searchIn.services' | 'booking.searchPopup.searchIn.specialties' | 'booking.searchPopup.seeAll' | 'booking.searchPopup.seeLessSpecialties' | 'booking.searchPopup.seeMoreSpecialties' | 'booking.searchPopup.services' | 'booking.searchPopup.specialties' | 'booking.searchResult.description' | 'bottomBar.share' | 'cardAuthor.admin' | 'cardAuthor.ambassador' | 'cardAuthor.expert' | 'cardAuthor.guide' | 'cardAuthor.influencer' | 'cardAuthor.localAdmin' | 'cardAuthor.moderator' | 'cardAuthor.sponsor' | 'cardPost.anonymous' | 'cardPost.option.anonymous' | 'cardPost.public' | 'cardReactions.comment' | 'cardReactions.like' | 'cardReactions.repliesCount' | 'cardReactions.reply' | 'cardReactions.save' | 'cardReactions.unSave' | 'cardReply.disclaimer' | 'cardReply.endorse' | 'cardReply.opposePopup.content' | 'cardReply.opposePopup.submit' | 'cardReply.pppose' | 'cardReply.recommentCategories.heading' | 'cardReply.source' | 'cardReply.verifyBy' | 'careBooking.bookAnAppointment' | 'categoryPage.info.reviewed' | 'categoryPage.onDate' | 'character' | 'chatbot.with.me' | 'childCard.age.months' | 'childCard.age.oneMonth' | 'childCard.age.oneWeek' | 'childCard.age.oneYear' | 'childCard.age.oneYearMonth' | 'childCard.age.oneYearOneMonth' | 'childCard.age.week' | 'childCard.age.yearMonth' | 'childCard.age.yearNoMonth' | 'childCard.age.yearOneMonth' | 'childCard.boy' | 'childCard.girl' | 'childCard.menu.add' | 'childCard.menu.edit' | 'childCard.menu.remove' | 'childCard.menu.switch' | 'childCard.noName' | 'choicePopover.ambassadorPosts' | 'choicePopover.expertPosts' | 'choicePopover.lastestPost' | 'choicePopover.latest' | 'choicePopover.newest' | 'choicePopover.oldest' | 'choicePopover.popular' | 'choicePopover.popularPost' | 'choicePopover.sort' | 'choose.community' | 'choose.other.community' | 'chooseBaby.button' | 'chooseBaby.new' | 'chooseBaby.placeholder' | 'chooseBaby.title' | 'collectPhoneNumber.action' | 'collectPhoneNumber.descriptionSuccess' | 'collectPhoneNumber.inputInvalid' | 'collectPhoneNumber.inputLabel' | 'collectPhoneNumber.phoneRequired' | 'collectPhoneNumber.title' | 'collectPhoneNumber.titleSuccess' | 'comment.count' | 'comment.now' | 'comment.seeMoreComments' | 'comment.seeMoreReplies' | 'commentPopup.warning.newPost' | 'common.action.close' | 'common.btn.uploadPhoto' | 'common.clinicHospital' | 'common.education' | 'common.expertiseCredentials' | 'common.insurance' | 'common.insuranceIntro' | 'common.noResult' | 'common.otherHighlights' | 'common.paymentMethods' | 'common.playing' | 'common.profileNavigator.newsletterSubscription' | 'common.rating.bad' | 'common.rating.excellent' | 'common.rating.good' | 'common.rating.meh' | 'common.rating.worse' | 'common.readMore' | 'common.sponsoredBy' | 'common.totalView' | 'community.choose' | 'community.notification.joined' | 'community.notification.left' | 'copied' | 'copy' | 'createPost.askDoctor' | 'createPost.askDoctor.description' | 'createPost.askDoctorChoice.no' | 'createPost.askDoctorChoice.yes' | 'createPost.communityAndTopic' | 'createPost.message.askDoctor' | 'createPost.message.askDoctorRequire' | 'createPost.message.askDoctorRequireMess' | 'createPost.message.lengthDescription' | 'createPost.message.lengthTitle' | 'createPost.message.lengthTitle.characters' | 'createPost.message.photoMaxium' | 'createPost.message.photoSize' | 'createPost.message.requiredDescription' | 'createPost.message.requiredTitle' | 'createPost.message.suggestLoading' | 'createPost.message.suggestResult' | 'createPost.now' | 'createPost.photos' | 'createPost.popup.description' | 'createPost.popup.guideSelectMonthTopics' | 'createPost.popup.guideSelectTopics' | 'createPost.popup.primary' | 'createPost.popup.selectMonthTopicBtn' | 'createPost.popup.specialCharErr' | 'createPost.popup.submit' | 'createPost.popup.success' | 'createPost.popup.warning' | 'createPost.popup.warningImage' | 'createPost.popup.wordCount' | 'createPost.post.askDoctor.description' | 'createPost.post.askDoctor.title' | 'createPost.post.description' | 'createPost.post.title' | 'createPost.postAnonymous' | 'createPost.title' | 'createPost.urlText' | 'createPost.video' | 'createPost.videoOrLink' | 'detail.hpvScreenerButton' | 'detail.hpvScreenerSubtitle' | 'detail.hpvScreenerTitle' | 'detail.openHours' | 'detail.screened' | 'doctorInfoComponent.loginToCall' | 'dueDatePage.IUI' | 'dueDatePage.calculationMethod' | 'dueDatePage.conceptionDate' | 'dueDatePage.date_of_IUI_procedure' | 'dueDatePage.date_of_ultrasound' | 'dueDatePage.daysText' | 'dueDatePage.ivf' | 'dueDatePage.ivf.transferDate' | 'dueDatePage.ivf.transferDateRadio' | 'dueDatePage.lastPeriod' | 'dueDatePage.lastPeriod.calculate' | 'dueDatePage.lastPeriod.lastPeriodLabel' | 'dueDatePage.lastPeriod.periodLengthLabel' | 'dueDatePage.ultrasound' | 'dueDatePage.ultrasound.tooltip' | 'dueDatePage.validation.crl' | 'dueDatePage.validation.one_is_required' | 'dueDatePage.validation.record_not_valid' | 'editor.addSocialLink.addLink' | 'editor.addSocialLink.warningDomain' | 'expert.content.description' | 'expert.content.experiences' | 'footer.signUp' | 'gender.boy' | 'gender.female' | 'gender.girl' | 'gender.male' | 'healthToolPNModal.back' | 'healthToolPNModal.findMore.chooseFav' | 'healthToolPNModal.finish' | 'healthToolPNModal.heading' | 'healthToolPNModal.mainForm.requireName' | 'healthToolPNModal.mainForm.tailorTopicsHeading' | 'healthToolPNModal.next' | 'healthToolPNModal.register' | 'healthToolPNModal.yourPre' | 'healthTools.dueDateCalculator' | 'healthTools.ovulationCalculator' | 'healthtool.placeholder.age' | 'home.calcWithApp' | 'home.menu.category.view' | 'home.navigator.app' | 'home.navigator.downloadApp' | 'home.navigator.menu.care.homeButton' | 'home.navigator.menu.care.noDatas.cta' | 'home.navigator.menu.care.noDatas.description' | 'home.navigator.menu.care.noDatas.title' | 'home.navigator.menu.category.noDatas.cta' | 'home.navigator.menu.category.noDatas.description' | 'home.navigator.menu.category.noDatas.title' | 'home.navigator.menu.healthTools.noDatas.cta' | 'home.navigator.menu.healthTools.noDatas.description' | 'home.navigator.menu.healthTools.noDatas.title' | 'home.navigator.menu.lastestVideos' | 'home.navigator.menu.podcasts' | 'home.navigator.menu.shorts' | 'home.navigator.menu.spotlightEcom' | 'home.navigator.menu.spotlightHospitals' | 'home.navigator.menu.spotlightTools' | 'home.navigator.menu.spotlights' | 'home.navigator.menu.spotlights.seeAll' | 'home.navigator.menu.together.noPosts.cta' | 'home.navigator.menu.together.noPosts.description' | 'home.navigator.menu.together.noPosts.title' | 'home.navigator.menu.trendingPosts' | 'home.navigator.menu.trendingPosts.seeMore' | 'home.navigator.menu.videos' | 'home.navigator.menuItem.allCategories' | 'home.navigator.menuItem.allCommunities' | 'home.navigator.menuItem.allCommunitiesheadingTitle' | 'home.navigator.menuItem.allHealthTools' | 'home.navigator.menuItem.allSpecialties' | 'home.navigator.menuItem.allSpotlight' | 'home.navigator.menuItem.allVideos' | 'home.navigator.menuItem.discover' | 'home.navigator.menuItem.healthCategories' | 'home.navigator.menuItem.healthTools' | 'home.navigator.menuItem.healthToolsList' | 'home.navigator.menuItem.helloCare' | 'home.navigator.menuItem.helloEcom' | 'home.navigator.menuItem.helloTogether' | 'home.navigator.menuItem.language' | 'home.navigator.menuItem.new' | 'home.navigator.menuItem.specialties' | 'home.navigator.menuItem.spotlights' | 'home.navigator.menuItem.video' | 'home.navigator.menuItem.videoCategories' | 'home.search' | 'home.seeAll' | 'home.seeAllCategories' | 'home.seeExpert' | 'home.seeHospital' | 'home.seeMore' | 'home.seeMoreExperts' | 'hospital.content.description' | 'hospital.status.closed' | 'hospital.status.opening' | 'inlineFreebie.freeSample.title' | 'inlineFreebie.luckyDrawGift.title' | 'inlineFreebie.value' | 'inputComment.replyTo' | 'insert' | 'label.latestPost' | 'label.pinnedPost' | 'lead.empty.cancel' | 'lead.empty.submitAgain' | 'lead.empty.title' | 'leadgen.message.error.name_required' | 'leadgen.message.error.phone_invalid' | 'loading' | 'login.booking' | 'logout.popup.ask.mb' | 'logout.popup.ask1' | 'logout.popup.ask2' | 'logout.popup.button.cancel' | 'logout.popup.button.logout' | 'menu.care.searchBySpecialties' | 'morePopover.report' | 'morePopover.report.description' | 'morePopover.report.falseNews' | 'morePopover.report.offensive' | 'morePopover.report.other' | 'morePopover.report.prohibited' | 'morePopover.report.scam' | 'morePopover.report.sex' | 'morePopover.report.spam' | 'morePopover.report.title' | 'morePopover.report.violence' | 'morePopover.reportSubmit.description' | 'morePopover.reportSubmit.title' | 'morePopover.savePost' | 'morePopover.share' | 'morePopover.shareOn' | 'morePopover.turnOffNotifications' | 'morePopover.turnOnNotifications' | 'morePopover.unsavePost' | 'navigation.loginJoin' | 'navigation.search.input.placeholder' | 'navigation.signUp' | 'newsletter.error.minCotennt' | 'newsletter.error.minTitle' | 'newsletter.topic.title' | 'newsletter.welcome.description' | 'notification.comment.blocked.message' | 'notification.comment.blocked.title' | 'notification.comment.premod' | 'notification.comment.rejected' | 'notification.comment.reportFailed' | 'notification.comment.reportSuccess' | 'notification.comment.somethingWrong' | 'notification.comment.suspect.message' | 'notification.comment.suspect.title' | 'notification.comment.systemWithheld' | 'notification.failure' | 'notification.limitUrlDomain' | 'notification.post.blocked.message' | 'notification.post.blocked.title' | 'notification.post.delete' | 'notification.post.suspect.message' | 'notification.post.suspect.title' | 'notification.success' | 'notification.suspend.message' | 'notification.urlWrongFormat' | 'onboarding.button.continue' | 'onboarding.button.skip' | 'onboarding.errorMessage.invalidEmail' | 'onboarding.errorMessage.minLength' | 'onboarding.errorMessage.passNotMatch' | 'onboarding.errorMessage.passWithPattern' | 'onboarding.errorMessage.requiredConfirmPassword' | 'onboarding.errorMessage.requiredEmail' | 'onboarding.errorMessage.requiredName' | 'onboarding.errorMessage.requiredPassword' | 'onboarding.formEmail.description' | 'onboarding.formEmail.genderFemale' | 'onboarding.formEmail.genderMale' | 'onboarding.formEmail.heading' | 'onboarding.formEmail.yourBirthday' | 'onboarding.formEmail.yourEmail' | 'onboarding.formEmail.yourName' | 'onboarding.label.fullName' | 'onboarding.otpForm.description' | 'onboarding.otpForm.descriptionEmail' | 'onboarding.otpForm.error' | 'onboarding.otpForm.heading' | 'onboarding.otpForm.notReceiveOTP' | 'onboarding.otpForm.resendCode' | 'onboarding.otpForm.resendCodeWithSeconds' | 'onboarding.otpWhatsapps.description' | 'onboarding.otpWhatsapps.heading' | 'onboarding.similac.address.error' | 'onboarding.similac.input.address' | 'onboarding.similac.input.city' | 'onboarding.similac.input.district' | 'onboarding.similac.input.no' | 'onboarding.similac.input.phone' | 'onboarding.similac.input.ward' | 'onboarding.updatePassword.confirmPassword' | 'onboarding.updatePassword.description' | 'onboarding.updatePassword.heading' | 'onboarding.updatePassword.password' | 'onboarding.updatePasswordResult.description' | 'onboarding.updatePasswordResult.heading' | 'onboarding.updatePhone.description' | 'onboarding.updatePhone.error' | 'onboarding.updatePhone.heading' | 'onboarding.updateWhatsapp.description' | 'onboarding.updateWhatsapp.submitLabel' | 'onboarding.welcomeScreen.content' | 'onboarding.welcomeScreen.heading' | 'orCopyLink' | 'ovulationPage.avoidPregnancy' | 'ovulationPage.conceive' | 'ovulationPage.cycleLength' | 'ovulationPage.dayUnit' | 'ovulationPage.objectives' | 'ovulationPage.periodDuration' | 'ovulationPage.trackPeriod' | 'placeholder.enterTitleHere' | 'placeholder.enterUrlHere' | 'placeholder.enterUrlTextHere' | 'placeholder.newCmt' | 'placeholder.newPost' | 'pnBanner.both' | 'pnBanner.both.desc' | 'pnBanner.both.heading' | 'pnBanner.caclNow' | 'pnBanner.checkNow' | 'pnBanner.dueDateTool.desc' | 'pnBanner.dueDateTool.heading' | 'pnBanner.hpv.desc' | 'pnBanner.hpv.heading' | 'pnBanner.parenting.desc' | 'pnBanner.parenting.heading' | 'pnBanner.pn.btnLabel' | 'pnBanner.pregnancy.desc' | 'pnBanner.pregnancy.heading' | 'pnBanner.submit' | 'pnBanner.teenager' | 'pnBanner.teenager.heading' | 'pnBanner.toddlers' | 'pnBanner.vaccination.desc' | 'pnBanner.vaccination.heading' | 'pnBanner.vaccine.btnLabel' | 'pnModal.disclaimer' | 'pnTopicSection.maxSelectError.desc' | 'pnTopicSection.maxSelectError.detail' | 'pnTopicSection.maxSelectError.title' | 'pnTopicSection.notFound' | 'pnTopicSection.plsEnterFavTopics' | 'pnTopicSection.ppAlsoInterested' | 'pnTopicSection.recentView' | 'pnTopicSection.trending' | 'popup.allTopics' | 'popup.createPost.confirmCloseDescription' | 'popup.createPost.confirmCloseTitle' | 'popup.deleteComment.description' | 'popup.deleteComment.title' | 'popup.deletePost.accept' | 'popup.deletePost.cancel' | 'popup.deletePost.description' | 'popup.deletePost.title' | 'popup.discardPost' | 'popup.discardPostEdit' | 'popup.editPost' | 'popup.keepEditing' | 'popup.startANewPost' | 'post.commentCount' | 'post.likesCount' | 'post.remove.failed' | 'post.remove.success' | 'post.save.failed' | 'post.save.success' | 'post.seeMore' | 'post.shareCount' | 'pregnancy.week' | 'pregnancyTool.description' | 'pregnancyTool.title' | 'pregnancyTool.weightSuggested' | 'pregnancyWeightGain.havingTwins' | 'pregnancyWeightGain.heading' | 'pregnancyWeightGain.heightInput' | 'pregnancyWeightGain.weekInput' | 'pregnancyWeightGain.weightBeforeInput' | 'pregnancyWeightGain.weightInput' | 'pregnancyWeightGain.weightInput.desc' | 'pregnancyWeightGain.weightInput.error' | 'previewPhotos.title' | 'profilePanel.anserwing.viewFull' | 'profilePanel.awards' | 'profilePanel.createPost' | 'profilePanel.education' | 'profilePanel.emptyCareMess.content' | 'profilePanel.emptyPostMess.content' | 'profilePanel.experience' | 'profilePanel.joined' | 'profilePanel.modal.heading' | 'profilePanel.publishcation' | 'profilePanel.publishedArticles' | 'profilePanel.question' | 'profilePanel.questionNotClear' | 'profilePanel.skipQuestion.content' | 'profilePanel.skipQuestion.heading' | 'profilePanel.socialLinks' | 'profilePanel.tabs.care' | 'profilePanel.tabs.expertAnswer' | 'profilePanel.tabs.highlight' | 'profilePanel.tabs.posts' | 'profilePanel.tabs.relevantArticles' | 'pwg.placeholder.height' | 'pwg.placeholder.weight' | 'pwgForm.week' | 'sensitiveMask.blur' | 'sensitiveMask.contentWarningDescription' | 'sensitiveMask.contentWarningDescription.community' | 'sensitiveMask.contentWarningMessage' | 'sensitiveMask.unblur' | 'share.by' | 'share.copyLink' | 'share.letsJoinCommunity' | 'share.letsJoinTopic' | 'share.linkCopied' | 'share.linkShared' | 'share.title' | 'shareContainer.title' | 'similac.thankYou.done' | 'ssov2.abTestingFlowB.description' | 'ssov2.button.cancel' | 'ssov2.button.continue' | 'ssov2.button.continueGoogle' | 'ssov2.button.continueSMS' | 'ssov2.button.continueWhatsApp' | 'ssov2.button.continueZalo' | 'ssov2.button.exitNow' | 'ssov2.button.otp.sms' | 'ssov2.button.otp.whatsapp' | 'ssov2.button.otp.zalo' | 'ssov2.button.save' | 'ssov2.button.setupLater' | 'ssov2.collectInfo.why' | 'ssov2.email.alreadyUsed' | 'ssov2.email.button' | 'ssov2.email.description' | 'ssov2.email.title' | 'ssov2.error.api' | 'ssov2.error.api.000' | 'ssov2.error.api.001' | 'ssov2.error.api.002' | 'ssov2.error.api.003' | 'ssov2.error.api.004' | 'ssov2.error.api.005' | 'ssov2.error.api.006' | 'ssov2.error.api.007' | 'ssov2.error.api.008' | 'ssov2.error.api.009' | 'ssov2.error.api.010' | 'ssov2.error.api.011' | 'ssov2.error.api.012' | 'ssov2.error.api.013' | 'ssov2.error.api.014' | 'ssov2.error.api.015' | 'ssov2.error.api.016' | 'ssov2.error.api.017' | 'ssov2.error.api.018' | 'ssov2.error.api.019' | 'ssov2.error.api.020' | 'ssov2.error.api.021' | 'ssov2.error.api.022' | 'ssov2.error.api.023' | 'ssov2.error.api.024' | 'ssov2.error.api.025' | 'ssov2.error.api.026' | 'ssov2.error.api.027' | 'ssov2.error.api.028' | 'ssov2.error.api.029' | 'ssov2.error.api.030' | 'ssov2.error.api.031' | 'ssov2.error.api.032' | 'ssov2.error.api.033' | 'ssov2.error.api.034' | 'ssov2.error.api.035' | 'ssov2.error.api.036' | 'ssov2.error.api.037' | 'ssov2.error.api.038' | 'ssov2.error.api.039' | 'ssov2.error.api.040' | 'ssov2.error.api.041' | 'ssov2.error.api.042' | 'ssov2.error.api.043' | 'ssov2.error.api.044' | 'ssov2.error.api.045' | 'ssov2.error.api.046' | 'ssov2.error.api.047' | 'ssov2.error.api.048' | 'ssov2.error.api.049' | 'ssov2.error.api.050' | 'ssov2.error.api.051' | 'ssov2.error.api.052' | 'ssov2.error.api.053' | 'ssov2.error.api.054' | 'ssov2.error.api.055' | 'ssov2.error.api.056' | 'ssov2.error.api.057' | 'ssov2.error.api.058' | 'ssov2.error.api.059' | 'ssov2.error.api.060' | 'ssov2.error.api.061' | 'ssov2.error.api.062' | 'ssov2.error.api.063' | 'ssov2.error.api.064' | 'ssov2.error.api.065' | 'ssov2.error.api.066' | 'ssov2.error.api.067' | 'ssov2.error.api.068' | 'ssov2.error.api.069' | 'ssov2.error.api.070' | 'ssov2.error.api.071' | 'ssov2.error.api.072' | 'ssov2.error.api.073' | 'ssov2.error.api.074' | 'ssov2.error.api.075' | 'ssov2.error.api.076' | 'ssov2.error.api.077' | 'ssov2.error.api.078' | 'ssov2.error.api.079' | 'ssov2.error.api.080' | 'ssov2.error.api.082' | 'ssov2.error.api.083' | 'ssov2.error.facebookLogin' | 'ssov2.error.googleLogin' | 'ssov2.first.country.code' | 'ssov2.first.description' | 'ssov2.first.noAccountOrPass' | 'ssov2.first.search.country.all' | 'ssov2.first.search.country.placeholder' | 'ssov2.first.search.country.selected' | 'ssov2.first.title.login' | 'ssov2.first.title.signup' | 'ssov2.orContinueWith' | 'ssov2.otp.email.description' | 'ssov2.otp.email.title' | 'ssov2.otp.phone.description' | 'ssov2.otp.phone.title' | 'ssov2.otp.resendQuestion' | 'ssov2.otp.resendText' | 'ssov2.otp.sendVia' | 'ssov2.password.description' | 'ssov2.password.forgotPassword' | 'ssov2.password.reset' | 'ssov2.password.signIn' | 'ssov2.password.title1' | 'ssov2.password.title2' | 'ssov2.passwordForgotSetup.description' | 'ssov2.passwordForgotSetup.field.password.atLeast8Chars' | 'ssov2.passwordForgotSetup.field.password.atLeastOneUpper' | 'ssov2.passwordForgotSetup.field.password.label' | 'ssov2.passwordForgotSetup.field.password.placeholder' | 'ssov2.passwordForgotSetup.field.passwordConfirm.label' | 'ssov2.passwordForgotSetup.field.passwordConfirm.placeholder' | 'ssov2.passwordForgotSetup.title' | 'ssov2.phone.alreadyUsed' | 'ssov2.phoneVerify.description' | 'ssov2.phoneVerify.title' | 'ssov2.policyText' | 'ssov2.policyText.community' | 'ssov2.policyText.privacy' | 'ssov2.policyText.terms' | 'ssov2.popup.close.description' | 'ssov2.popup.close.title' | 'ssov2.resetPassword.description' | 'ssov2.resetPassword.title' | 'ssov2.setup.button.createAccount' | 'ssov2.setup.button.veriyPhone' | 'ssov2.setup.description' | 'ssov2.setup.field.dob.label' | 'ssov2.setup.field.dob.placeholder' | 'ssov2.setup.field.email.label' | 'ssov2.setup.field.gender.female' | 'ssov2.setup.field.gender.label' | 'ssov2.setup.field.gender.male' | 'ssov2.setup.field.name.label' | 'ssov2.setup.field.name.placeholder' | 'ssov2.setup.field.otp.label' | 'ssov2.setup.field.phone.label' | 'ssov2.setup.title' | 'ssov2.updateEmail.button' | 'ssov2.updateEmail.description' | 'ssov2.updateEmail.title' | 'ssov2.useOtherMethod.email' | 'ssov2.useOtherMethod.phone' | 'ssov2.validate.confirmPassword.match' | 'ssov2.validate.confirmPassword.required' | 'ssov2.validate.dob.required' | 'ssov2.validate.email.invalid' | 'ssov2.validate.email.required' | 'ssov2.validate.gender.oneOf' | 'ssov2.validate.gender.required' | 'ssov2.validate.name.required' | 'ssov2.validate.otp.required' | 'ssov2.validate.password.required' | 'ssov2.validate.phone.required' | 'submit' | 'subscriptionBox.ctaBtn' | 'subscriptionBox.name' | 'subscriptionBox.nameRequire' | 'subscriptionBox.phone' | 'subscriptionBox.phoneRequire' | 'subscriptionBox.thankyou' | 'subscriptionBox.thankyouTitle' | 'switchBtn.no' | 'switchBtn.yes' | 'tab.about' | 'tab.discussion' | 'tab.topic' | 'tagTopic.moreTopics' | 'targetHearRate.heading' | 'targetHeartRate.aerobicZone.note' | 'targetHeartRate.aerobicZone.title' | 'targetHeartRate.ageInput' | 'targetHeartRate.ageInput.desc' | 'targetHeartRate.ageInput.error' | 'targetHeartRate.heartRateInput' | 'targetHeartRate.heartRateInput.desc' | 'targetHeartRate.heartRateInput.error' | 'targetHeartRate.lowIntensity.note' | 'targetHeartRate.lowIntensity.title' | 'targetHeartRate.maximumIntensity.note' | 'targetHeartRate.maximumIntensity.title' | 'targetHeartRate.moderateIntensity.note' | 'targetHeartRate.moderateIntensity.title' | 'targetHeartRate.optional' | 'targetHeartRate.selectActive' | 'targetHeartRate.vigorousIntensity.note' | 'targetHeartRate.vigorousIntensity.title' | 'tool.askChecking' | 'tool.selectPerson' | 'tool.selectPerson.other' | 'tool.selectPerson.yourSelf' | 'toolPage.toolReviewer' | 'tools.checkYourKidsInput.label' | 'tools.checkYrs' | 'tools.heading.on' | 'tools.heartRateRangeErr' | 'tools.inputPlaceholder' | 'tools.requiredErrorMess.age' | 'tools.requiredErrorMess.gender' | 'tools.selectBabyGender' | 'tools.selectGender' | 'tools.yearsOld' | 'updatePost.popup.success' | 'userProfile.nav.card.eCom' | 'userProfile.nav.card.ecom.DeliveryAddress' | 'userProfile.nav.card.ecom.manageOrders' | 'userProfile.nav.card.ecom.voucher' | 'userProfile.nav.card.myBooking' | 'userProfile.nav.card.myCommunity' | 'userProfile.nav.card.myFamily' | 'userProfile.nav.card.myHealth' | 'userProfile.nav.card.mySaved' | 'userProfile.nav.header.count.comments' | 'userProfile.nav.header.count.posts' | 'userProfile.nav.header.count.tools' | 'userProfile.nav.header.points' | 'userProfile.nav.header.viewProfile' | 'userProfile.nav.menu.accountSettings' | 'userProfile.nav.menu.dataPrivacy' | 'userProfile.nav.menu.disableAccount' | 'userProfile.nav.menu.help' | 'userProfile.nav.menu.logout' | 'userProfile.nav.menu.password' | 'userProfile.userRank.ambassador' | 'userProfile.userRank.doctor' | 'userProfile.userRank.expert' | 'userProfile.userRank.influencer' | 'userProfile.userRank.member' | 'validation.error.requiredAgeGroup' | 'validation.error.requiredField' | 'verifyBotAnswer.confirmEndorse.accept' | 'verifyBotAnswer.confirmEndorse.cancel' | 'verifyBotAnswer.confirmEndorse.description' | 'verifyBotAnswer.confirmEndorse.heading' | 'workingDays.fri' | 'workingDays.mon' | 'workingDays.sat' | 'workingDays.sun' | 'workingDays.thu' | 'workingDays.tue' | 'workingDays.wed';
@@ -247,9 +247,14 @@ var defaultTranslations = {
247
247
  "comment.seeMoreReplies": "See {count} more replies",
248
248
  "commentPopup.warning.newPost": "Your question will be public",
249
249
  "common.action.close": "Close",
250
+ "common.btn.uploadPhoto": "Upload photo",
251
+ "common.clinicHospital": "Clinic/Hospital",
252
+ "common.education": "Education",
253
+ "common.expertiseCredentials": "Expertise & Credentials",
250
254
  "common.insurance": "Insurance",
251
255
  "common.insuranceIntro": "All providers on HHG are required to accurately list in-network plans. If any coverage issues occur, our Service team will help advocate for you with the provider.",
252
256
  "common.noResult": "No Result",
257
+ "common.otherHighlights": "Other highlights",
253
258
  "common.paymentMethods": "Payment Methods",
254
259
  "common.playing": "Playing ...",
255
260
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
@@ -258,6 +263,7 @@ var defaultTranslations = {
258
263
  "common.rating.good": "Good!",
259
264
  "common.rating.meh": "Meh!",
260
265
  "common.rating.worse": "Worse!",
266
+ "common.readMore": "Read more",
261
267
  "common.sponsoredBy": "Sponsored By",
262
268
  "common.totalView": "{number} view",
263
269
  "community.choose": "Choose a community",
@@ -304,7 +310,11 @@ var defaultTranslations = {
304
310
  "createPost.urlText": "Text",
305
311
  "createPost.video": "Video",
306
312
  "createPost.videoOrLink": "Video or link",
313
+ "detail.hpvScreenerButton": "Get My Results",
314
+ "detail.hpvScreenerSubtitle": "Take a quick check to see if you need the vaccine.",
315
+ "detail.hpvScreenerTitle": "Are you at risk for HPV?",
307
316
  "detail.openHours": "Opening Hours",
317
+ "detail.screened": "Screened",
308
318
  "doctorInfoComponent.loginToCall": "Log In To Call",
309
319
  "dueDatePage.IUI": "Intrauterine insemination (IUI)",
310
320
  "dueDatePage.calculationMethod": "Calculation Method",
@@ -247,9 +247,14 @@ var hiTranslations = {
247
247
  "comment.seeMoreReplies": "See {count} more replies",
248
248
  "commentPopup.warning.newPost": "आपका कमेंट सभी के लिए प्रकाशित किया जाएगा।",
249
249
  "common.action.close": "Close",
250
+ "common.btn.uploadPhoto": "Upload photo",
251
+ "common.clinicHospital": "Clinic/Hospital",
252
+ "common.education": "Education",
253
+ "common.expertiseCredentials": "Expertise & Credentials",
250
254
  "common.insurance": "Insurance",
251
255
  "common.insuranceIntro": "All providers on HHG are required to accurately list in-network plans. If any coverage issues occur, our Service team will help advocate for you with the provider.",
252
256
  "common.noResult": "No Result",
257
+ "common.otherHighlights": "Other highlights",
253
258
  "common.paymentMethods": "Payment Methods",
254
259
  "common.playing": "Playing ...",
255
260
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
@@ -258,6 +263,7 @@ var hiTranslations = {
258
263
  "common.rating.good": "Good!",
259
264
  "common.rating.meh": "Meh!",
260
265
  "common.rating.worse": "Worse!",
266
+ "common.readMore": "Read more",
261
267
  "common.sponsoredBy": "द्वारा प्रायोजित",
262
268
  "common.totalView": "{number} view",
263
269
  "community.choose": "Choose a community",
@@ -304,7 +310,11 @@ var hiTranslations = {
304
310
  "createPost.urlText": "Text",
305
311
  "createPost.video": "Video",
306
312
  "createPost.videoOrLink": "Video or link",
313
+ "detail.hpvScreenerButton": "Get My Results",
314
+ "detail.hpvScreenerSubtitle": "Take a quick check to see if you need the vaccine.",
315
+ "detail.hpvScreenerTitle": "Are you at risk for HPV?",
307
316
  "detail.openHours": "Opening Hours",
317
+ "detail.screened": "Screened",
308
318
  "doctorInfoComponent.loginToCall": "Log In To Call",
309
319
  "dueDatePage.IUI": "Intrauterine insemination (IUI)",
310
320
  "dueDatePage.calculationMethod": "गणना विधि",
@@ -247,9 +247,14 @@ var idTranslations = {
247
247
  "comment.seeMoreReplies": "Lihat {count} balasan untuk Anda",
248
248
  "commentPopup.warning.newPost": "Semua orang bisa melihat pertanyaanmu",
249
249
  "common.action.close": "Close",
250
+ "common.btn.uploadPhoto": "Upload photo",
251
+ "common.clinicHospital": "Clinic/Hospital",
252
+ "common.education": "Education",
253
+ "common.expertiseCredentials": "Expertise & Credentials",
250
254
  "common.insurance": "Asuransi",
251
255
  "common.insuranceIntro": "Semua penyedia layanan di HHG wajib mencantumkan paket asuransi dalam jaringan secara akurat. Jika terdapat masalah, tim Layanan kami akan membantu menghubungkan Anda dengan penyedia layanan.",
252
256
  "common.noResult": "No Result",
257
+ "common.otherHighlights": "Other highlights",
253
258
  "common.paymentMethods": "Pilihan Pembayaran",
254
259
  "common.playing": "Memutar ...",
255
260
  "common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
@@ -258,6 +263,7 @@ var idTranslations = {
258
263
  "common.rating.good": "Good!",
259
264
  "common.rating.meh": "Meh!",
260
265
  "common.rating.worse": "Worse!",
266
+ "common.readMore": "Read more",
261
267
  "common.sponsoredBy": "Disponsori Oleh",
262
268
  "common.totalView": "{number} tampilan",
263
269
  "community.choose": "Pilih komunitas",
@@ -304,7 +310,11 @@ var idTranslations = {
304
310
  "createPost.urlText": "Text",
305
311
  "createPost.video": "Video",
306
312
  "createPost.videoOrLink": "Video atau tautan",
313
+ "detail.hpvScreenerButton": "Get My Results",
314
+ "detail.hpvScreenerSubtitle": "Take a quick check to see if you need the vaccine.",
315
+ "detail.hpvScreenerTitle": "Are you at risk for HPV?",
307
316
  "detail.openHours": "Jam Buka",
317
+ "detail.screened": "Screened",
308
318
  "doctorInfoComponent.loginToCall": "Masuk untuk Menelepon",
309
319
  "dueDatePage.IUI": "Inseminasi Buatan (IUI)",
310
320
  "dueDatePage.calculationMethod": "Metode kalkulasi",