@hhgtech/hhg-components 1.29.433 → 1.29.434-beta-2
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.
- package/build/{InputDate-e0b9d9e2.js → InputDate-dd1565d3.js} +5 -5
- package/build/{LastPeriod-12af0b49.js → LastPeriod-29620760.js} +1 -1
- package/build/{MobileBottomNavigationIcon-83cced79.js → MobileBottomNavigationIcon-80d54bb1.js} +3 -3
- package/build/RatingStarsInput-94b1b84a.js +5537 -0
- package/build/{Spinner-ae61b087.js → Spinner-02c9ed5e.js} +1 -1
- package/build/{WhatsApp-8828db32.js → WhatsApp-d1946369.js} +1 -1
- package/build/adapters.js +21 -20
- package/build/atoms.js +103 -412
- package/build/babyGrowth.js +86 -85
- package/build/cache.js +2 -2
- package/build/care/interfaces/types.d.ts +2 -0
- package/build/care.js +18 -18
- package/build/careBookingSearchBar.js +14 -14
- package/build/careBookingSearchBarV2.js +15 -15
- package/build/components/atoms/DragFreeCarousel/index.d.ts +9 -0
- package/build/components/atoms/DragFreeCarousel/index.style.d.ts +3 -0
- package/build/components/atoms/cardCollapse/index.d.ts +3 -2
- package/build/components/atoms/imageUpload/index.d.ts +1 -1
- package/build/components/atoms/index.d.ts +3 -1
- package/build/components/mantine/index.d.ts +2 -0
- package/build/components/mantine/phoneInput/PhoneInput.d.ts +1 -1
- package/build/components/mantine/provider/index.d.ts +2 -1
- package/build/components/molecules/cardListItem/index.d.ts +4 -1
- package/build/components/molecules/certificateItem/index.d.ts +9 -0
- package/build/components/molecules/certificateItem/index.styled.d.ts +17 -0
- package/build/components/molecules/doctorInfoExpertise/index.d.ts +9 -0
- package/build/components/molecules/doctorInfoExpertise/index.styled.d.ts +13 -0
- package/build/components/molecules/doctorInfoItem/index.d.ts +8 -0
- package/build/components/molecules/doctorInfoItem/index.styled.d.ts +24 -0
- package/build/components/molecules/hpvScreener/index.d.ts +7 -0
- package/build/components/molecules/hpvScreener/index.styled.d.ts +78 -0
- package/build/components/molecules/index.d.ts +6 -0
- package/build/components/molecules/summaryInfo/index.d.ts +16 -0
- package/build/components/molecules/summaryInfo/index.styled.d.ts +23 -0
- package/build/components/molecules/voucherItem/index.d.ts +10 -0
- package/build/components/molecules/voucherItem/index.style.d.ts +21 -0
- package/build/components/organisms/clinicInfo/index.styled.d.ts +7 -0
- package/build/components/organisms/doctorExpertise/index.d.ts +24 -0
- package/build/components/organisms/doctorExpertise/index.helper.d.ts +9 -0
- package/build/components/organisms/doctorExpertise/index.styled.d.ts +24 -0
- package/build/components/organisms/index.d.ts +1 -0
- package/build/components.js +191 -181
- package/build/{constants-c209b4a9.js → constants-02118a58.js} +1 -1
- package/build/constants.js +3 -3
- package/build/constantsDomainLocales.js +1 -1
- package/build/constantsRiskScreener.js +2 -2
- package/build/constantsSite.js +2 -2
- package/build/{core-e3d74790.js → core-3cc6c93f.js} +1 -1
- package/build/{dataTransform-4d4d89de.js → dataTransform-425c15b4.js} +1 -1
- package/build/ecom.js +5 -5
- package/build/{editor-fd459eb8.js → editor-342d2ab0.js} +11 -11
- package/build/embeddedHeathToolCards_babyGrowth.js +25 -24
- package/build/embeddedHeathToolCards_babyPoop.js +21 -20
- package/build/embeddedHeathToolCards_babyVaccine.js +24 -23
- package/build/embeddedHeathToolCards_bmi_bmi.js +27 -26
- package/build/embeddedHeathToolCards_bmrBmr.js +27 -26
- package/build/embeddedHeathToolCards_dueDate_dueDate.js +24 -23
- package/build/embeddedHeathToolCards_ovulation_ovulation.js +24 -23
- package/build/embeddedHeathToolCards_pwg_pwg.js +28 -27
- package/build/embeddedHeathToolCards_targetHeartRate.js +29 -28
- package/build/esm/{InputDate-f0826fcd.js → InputDate-55e5af78.js} +5 -5
- package/build/esm/{LastPeriod-8b77de17.js → LastPeriod-10b5465f.js} +1 -1
- package/build/esm/{MobileBottomNavigationIcon-abc80efb.js → MobileBottomNavigationIcon-b9a9a814.js} +3 -3
- package/build/esm/RatingStarsInput-c6e4eda1.js +5468 -0
- package/build/esm/{Spinner-86141c9b.js → Spinner-7f6cebcb.js} +1 -1
- package/build/esm/{WhatsApp-4b0454a5.js → WhatsApp-34af4f81.js} +1 -1
- package/build/esm/adapters.js +21 -20
- package/build/esm/atoms.js +56 -365
- package/build/esm/babyGrowth.js +86 -85
- package/build/esm/cache.js +2 -2
- package/build/esm/care/interfaces/types.d.ts +2 -0
- package/build/esm/care.js +18 -18
- package/build/esm/careBookingSearchBar.js +14 -14
- package/build/esm/careBookingSearchBarV2.js +15 -15
- package/build/esm/components/atoms/DragFreeCarousel/index.d.ts +9 -0
- package/build/esm/components/atoms/DragFreeCarousel/index.style.d.ts +3 -0
- package/build/esm/components/atoms/cardCollapse/index.d.ts +3 -2
- package/build/esm/components/atoms/imageUpload/index.d.ts +1 -1
- package/build/esm/components/atoms/index.d.ts +3 -1
- package/build/esm/components/mantine/index.d.ts +2 -0
- package/build/esm/components/mantine/phoneInput/PhoneInput.d.ts +1 -1
- package/build/esm/components/mantine/provider/index.d.ts +2 -1
- package/build/esm/components/molecules/cardListItem/index.d.ts +4 -1
- package/build/esm/components/molecules/certificateItem/index.d.ts +9 -0
- package/build/esm/components/molecules/certificateItem/index.styled.d.ts +17 -0
- package/build/esm/components/molecules/doctorInfoExpertise/index.d.ts +9 -0
- package/build/esm/components/molecules/doctorInfoExpertise/index.styled.d.ts +13 -0
- package/build/esm/components/molecules/doctorInfoItem/index.d.ts +8 -0
- package/build/esm/components/molecules/doctorInfoItem/index.styled.d.ts +24 -0
- package/build/esm/components/molecules/hpvScreener/index.d.ts +7 -0
- package/build/esm/components/molecules/hpvScreener/index.styled.d.ts +78 -0
- package/build/esm/components/molecules/index.d.ts +6 -0
- package/build/esm/components/molecules/summaryInfo/index.d.ts +16 -0
- package/build/esm/components/molecules/summaryInfo/index.styled.d.ts +23 -0
- package/build/esm/components/molecules/voucherItem/index.d.ts +10 -0
- package/build/esm/components/molecules/voucherItem/index.style.d.ts +21 -0
- package/build/esm/components/organisms/clinicInfo/index.styled.d.ts +7 -0
- package/build/esm/components/organisms/doctorExpertise/index.d.ts +24 -0
- package/build/esm/components/organisms/doctorExpertise/index.helper.d.ts +9 -0
- package/build/esm/components/organisms/doctorExpertise/index.styled.d.ts +24 -0
- package/build/esm/components/organisms/index.d.ts +1 -0
- package/build/esm/components.js +105 -104
- package/build/esm/{constants-4b41a438.js → constants-97743de3.js} +1 -1
- package/build/esm/constants.js +3 -3
- package/build/esm/constantsDomainLocales.js +1 -1
- package/build/esm/constantsRiskScreener.js +2 -2
- package/build/esm/constantsSite.js +2 -2
- package/build/esm/{core-57f83781.js → core-52f006ba.js} +1 -1
- package/build/esm/{dataTransform-88be7705.js → dataTransform-7bead3a3.js} +1 -1
- package/build/esm/ecom.js +5 -5
- package/build/esm/{editor-05d2338e.js → editor-e5e31c76.js} +11 -11
- package/build/esm/embeddedHeathToolCards_babyGrowth.js +25 -24
- package/build/esm/embeddedHeathToolCards_babyPoop.js +21 -20
- package/build/esm/embeddedHeathToolCards_babyVaccine.js +24 -23
- package/build/esm/embeddedHeathToolCards_bmi_bmi.js +27 -26
- package/build/esm/embeddedHeathToolCards_bmrBmr.js +27 -26
- package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +24 -23
- package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +24 -23
- package/build/esm/embeddedHeathToolCards_pwg_pwg.js +28 -27
- package/build/esm/embeddedHeathToolCards_targetHeartRate.js +29 -28
- package/build/esm/footer.js +23 -22
- package/build/esm/gAssets.js +2 -2
- package/build/esm/{healthTools-8b856301.js → healthTools-f44a1ae9.js} +1 -1
- package/build/esm/healthToolsCardWrapper.js +20 -19
- package/build/esm/healthToolsForm.js +35 -34
- package/build/esm/hooks.js +13 -13
- package/build/esm/i18n/translationKeys.d.ts +1 -1
- package/build/esm/i18n-values/en-PH.js +9 -0
- package/build/esm/i18n-values/hi-IN.js +9 -0
- package/build/esm/i18n-values/id-ID.js +9 -0
- package/build/esm/i18n-values/km-KH.js +9 -0
- package/build/esm/i18n-values/ms-MY.js +9 -0
- package/build/esm/i18n-values/my-MM.js +9 -0
- package/build/esm/i18n-values/th-TH.js +13 -4
- package/build/esm/i18n-values/tl-PH.js +9 -0
- package/build/esm/i18n-values/vi-VN.js +14 -5
- package/build/esm/i18n-values/vi-VN_MB.js +14 -5
- package/build/esm/i18n-values/zh-SG.js +9 -0
- package/build/esm/i18n-values/zh-TW.js +9 -0
- package/build/esm/i18n.js +2 -2
- package/build/esm/i18nV2.js +2 -2
- package/build/esm/icons/ArrowRightBlue.d.ts +4 -0
- package/build/esm/icons/Clinic.d.ts +4 -0
- package/build/esm/icons/Credential.d.ts +4 -0
- package/build/esm/icons/Education.d.ts +4 -0
- package/build/esm/icons/Email.d.ts +4 -0
- package/build/esm/icons/HPV.d.ts +4 -0
- package/build/esm/icons/Highlight.d.ts +4 -0
- package/build/esm/icons/StarUpgrade.d.ts +4 -0
- package/build/esm/{index-2a734522.js → index-01d618c0.js} +2 -2
- package/build/esm/{index-38622355.js → index-03610a4d.js} +15 -15
- package/build/esm/{index-c5d04de2.js → index-04333161.js} +2 -2
- package/build/esm/{index-9cdd2002.js → index-06994be5.js} +13 -13
- package/build/esm/{index-6071b78c.js → index-0bafe401.js} +13 -13
- package/build/esm/{ImageUpload.types-44e95f83.js → index-10392644.js} +350 -19
- package/build/esm/{index-64114837.js → index-112446ca.js} +6 -6
- package/build/esm/{index-89696954.js → index-17ad2190.js} +178 -50
- package/build/esm/{index-56932245.js → index-1ae4568a.js} +16 -16
- package/build/esm/{index-c81d2519.js → index-22daa572.js} +22 -22
- package/build/esm/{index-ae1ff5ed.js → index-27751cd7.js} +14 -14
- package/build/esm/{index-8d10ece5.js → index-2f19848f.js} +1 -1
- package/build/esm/index-2f3113f4.js +15 -0
- package/build/esm/{index-f45d88b7.js → index-305eca69.js} +1 -1
- package/build/esm/{index-5c23fe7c.js → index-36d282ab.js} +1 -1
- package/build/esm/{index-66565d57.js → index-37439923.js} +7 -7
- package/build/esm/{index-094dd2cf.js → index-375d868f.js} +7 -7
- package/build/esm/{index-8cff2a0e.js → index-3f0da1c6.js} +2 -2
- package/build/esm/{index-eedbd807.js → index-47327c7e.js} +11 -3
- package/build/esm/{index-e972e915.js → index-49b8e5d0.js} +4 -4
- package/build/esm/{index-d6f88c87.js → index-4f6ab08a.js} +2 -2
- package/build/esm/{index-fd1ddc22.js → index-606254b1.js} +15 -15
- package/build/esm/{index-710bdbb8.js → index-634afcf6.js} +3 -3
- package/build/esm/{index-7df93460.js → index-6ab7b50b.js} +25 -25
- package/build/esm/{index-dd895697.js → index-6c1c9cb2.js} +5 -5
- package/build/esm/{index-43387a48.js → index-6dbe6ca9.js} +8 -8
- package/build/esm/{index-038e4818.js → index-7043b411.js} +2 -2
- package/build/esm/{index-e82eaacf.js → index-7402f599.js} +2 -2
- package/build/esm/{index-218ecaf5.js → index-742fa807.js} +2 -2
- package/build/esm/{index-cbefc98f.js → index-7b4544aa.js} +17 -17
- package/build/esm/{index-f0c6581c.js → index-7c9ba229.js} +1 -1
- package/build/esm/{index-c6894bf0.js → index-7e7481b7.js} +1 -1
- package/build/esm/{index-f9c0b188.js → index-878e373b.js} +2 -2
- package/build/esm/{index-cebf30fd.js → index-89cdb982.js} +3 -3
- package/build/esm/{index-0102dced.js → index-8c703476.js} +13 -13
- package/build/esm/{index-496fa91d.js → index-93d224c5.js} +1 -1
- package/build/esm/{index-674f8461.js → index-9a213ff7.js} +13 -13
- package/build/esm/{index-c43e0d82.js → index-9e216d9e.js} +16 -16
- package/build/esm/{index-c9987645.js → index-9f415e76.js} +2 -2
- package/build/esm/{index-01018403.js → index-a7ae2c24.js} +17 -17
- package/build/esm/{index-2f000f7e.js → index-b265a280.js} +3 -3
- package/build/esm/{index-5d0b334a.js → index-b46e62a0.js} +4 -4
- package/build/esm/{index-70b9dc20.js → index-b53640e2.js} +21 -21
- package/build/esm/{index-e3b7033c.js → index-b6ff30c0.js} +6 -6
- package/build/esm/{index-f6742432.js → index-b758d614.js} +32 -32
- package/build/esm/{index-929555b7.js → index-ba26c1ee.js} +3 -3
- package/build/esm/{index-a645563e.js → index-bd47ae76.js} +17 -17
- package/build/esm/{index-5cd17731.js → index-c091deec.js} +2 -2
- package/build/esm/index-c1bac064.js +176 -0
- package/build/esm/{index-07ea5699.js → index-c48e6649.js} +10 -10
- package/build/esm/{index-1d773df0.js → index-cbd96386.js} +2 -2
- package/build/esm/{index-86c240e8.js → index-cf7a2dbe.js} +30 -30
- package/build/esm/{index-55612503.js → index-d08cba80.js} +3 -3
- package/build/esm/{index-86b55b3c.js → index-d0b2630c.js} +17 -17
- package/build/esm/{index-6e8479f7.js → index-d0be791f.js} +32 -32
- package/build/esm/{index-89362365.js → index-d1892b36.js} +13 -13
- package/build/esm/{index-19a1c55d.js → index-d1b260df.js} +6 -6
- package/build/esm/{index-77470bdb.js → index-d59f2b69.js} +14 -14
- package/build/esm/{index-52c0dc92.js → index-dab25df4.js} +2 -2
- package/build/esm/{index-cbea2a2d.js → index-dfd4deaa.js} +1 -1
- package/build/esm/{index-db240e2e.js → index-e3748cc0.js} +1 -1
- package/build/esm/{index-b68d940f.js → index-eab9b46e.js} +15 -15
- package/build/esm/{index-3ac056d4.js → index-ef671917.js} +2 -2
- package/build/esm/{index-a1ce7a25.js → index-efb1eac5.js} +6 -6
- package/build/esm/{index-cc45629e.js → index-f1c0924d.js} +11 -11
- package/build/esm/{index-4288764b.js → index-f65c7844.js} +2 -2
- package/build/esm/{index-f134d024.js → index-f748978d.js} +2 -2
- package/build/esm/{index-d6681c05.js → index-f79f4969.js} +3 -3
- package/build/esm/{index-3bbc49c3.js → index-f8edffe6.js} +18 -9
- package/build/esm/{index-9d94d71d.js → index-f9c0353f.js} +2 -2
- package/build/esm/index.d.ts +1 -0
- package/build/esm/index.js +126 -127
- package/build/esm/{labelSorting-31b9bd66.js → labelSorting-9dbf2069.js} +4 -4
- package/build/esm/lead.js +36 -36
- package/build/esm/{logoIcon-47b6d502.js → logoIcon-0121b5c4.js} +2 -2
- package/build/esm/mantine.js +27 -26
- package/build/esm/misc.js +19 -19
- package/build/esm/miscGetDynamicHealthTool.js +4 -4
- package/build/esm/miscGetSocialList.js +8 -8
- package/build/esm/miscScreenSizeContext.js +1 -1
- package/build/esm/mobileBottomNavigation.js +5 -5
- package/build/esm/mobileBottomNavigationIcon.js +5 -5
- package/build/esm/molecules.js +78 -78
- package/build/esm/moleculesArticleCard.js +6 -6
- package/build/esm/moleculesArticleCardV2.js +18 -17
- package/build/esm/navigation.js +48 -47
- package/build/esm/navigationLogoutPopup.js +11 -11
- package/build/esm/navigationProfileButton.js +28 -27
- package/build/esm/onboardingV2.js +31 -30
- package/build/esm/organisms.js +58 -57
- package/build/esm/{post-3d961199.js → post-7866a1a3.js} +2 -2
- package/build/esm/profileNavigation.js +21 -20
- package/build/esm/progressBar.js +1 -1
- package/build/esm/pwg.js +24 -23
- package/build/esm/ssoV2/api/featureFlag.d.ts +2 -1
- package/build/esm/ssoV2.js +54 -41
- package/build/esm/{store-ffd998aa.js → store-a63ccbe6.js} +3 -3
- package/build/esm/subot.js +37 -37
- package/build/esm/surveyOrPremiumBanner.js +35 -34
- package/build/esm/surveyQuestionCard.js +11 -11
- package/build/esm/{surveyThankyouCard-03f683f2.js → surveyThankyouCard-6be732c5.js} +5 -5
- package/build/esm/together.js +58 -57
- package/build/esm/togetherApiUtils.js +4 -4
- package/build/esm/togetherAtoms.js +32 -31
- package/build/esm/togetherComponentGlobalContext.js +4 -4
- package/build/esm/togetherMolecules.js +53 -52
- package/build/esm/togetherMoleculesCardAuthor.js +29 -29
- package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
- package/build/esm/togetherMoleculesProfileDetail.js +41 -40
- package/build/esm/togetherOrganisms.js +52 -51
- package/build/esm/togetherRichTextEditor.js +18 -18
- package/build/esm/togetherShareBox.js +10 -10
- package/build/esm/{translationsProvider-2df0f10e.js → translationsProvider-f5a13a4a.js} +1 -1
- package/build/esm/{treePopoverMenu-0551c67f.js → treePopoverMenu-e9c0eb09.js} +19 -19
- package/build/esm/types.js +2 -2
- package/build/esm/{useCategory-bfb48582.js → useCategory-4734d528.js} +5 -5
- package/build/esm/{useHealthToolCache-bdd0a31b.js → useHealthToolCache-f64ff971.js} +1 -1
- package/build/esm/{usePlacesAutocomplete-1443cb81.js → usePlacesAutocomplete-3166d333.js} +1 -1
- package/build/esm/useTogetherAuthRequiredAction.js +10 -10
- package/build/esm/{utils-f8269f1e.js → utils-2d89a9e3.js} +2 -2
- package/build/esm/{utils-1dfd2134.js → utils-46309e29.js} +3 -3
- package/build/esm/{utils-584c4d89.js → utils-91c6dd2e.js} +5 -5
- package/build/esm/{utils-dd7bdfd8.js → utils-d863dbaa.js} +2 -2
- package/build/esm/{utils-cf6f06ff.js → utils-f460a016.js} +1 -1
- package/build/esm/vaccination.js +23 -22
- package/build/footer.js +23 -22
- package/build/gAssets.js +2 -2
- package/build/{healthTools-fb416920.js → healthTools-1b73f467.js} +1 -1
- package/build/healthToolsCardWrapper.js +20 -19
- package/build/healthToolsForm.js +35 -34
- package/build/hooks.js +13 -13
- package/build/i18n/translationKeys.d.ts +1 -1
- package/build/i18n-values/en-PH.js +9 -0
- package/build/i18n-values/hi-IN.js +9 -0
- package/build/i18n-values/id-ID.js +9 -0
- package/build/i18n-values/km-KH.js +9 -0
- package/build/i18n-values/ms-MY.js +9 -0
- package/build/i18n-values/my-MM.js +9 -0
- package/build/i18n-values/th-TH.js +13 -4
- package/build/i18n-values/tl-PH.js +9 -0
- package/build/i18n-values/vi-VN.js +14 -5
- package/build/i18n-values/vi-VN_MB.js +14 -5
- package/build/i18n-values/zh-SG.js +9 -0
- package/build/i18n-values/zh-TW.js +9 -0
- package/build/i18n.js +2 -2
- package/build/i18nV2.js +1 -1
- package/build/icons/ArrowRightBlue.d.ts +4 -0
- package/build/icons/Clinic.d.ts +4 -0
- package/build/icons/Credential.d.ts +4 -0
- package/build/icons/Education.d.ts +4 -0
- package/build/icons/Email.d.ts +4 -0
- package/build/icons/HPV.d.ts +4 -0
- package/build/icons/Highlight.d.ts +4 -0
- package/build/icons/StarUpgrade.d.ts +4 -0
- package/build/{index-12bf3339.js → index-02aa915e.js} +4 -4
- package/build/{index-d09f54b9.js → index-0522023c.js} +2 -2
- package/build/{index-5a679ad0.js → index-054711db.js} +13 -13
- package/build/{index-b36528fb.js → index-0c17ef4f.js} +2 -2
- package/build/{index-8a796a4b.js → index-109b16a7.js} +1 -1
- package/build/{index-27e7733e.js → index-134e87b2.js} +2 -2
- package/build/{index-e8396000.js → index-145be436.js} +8 -8
- package/build/{index-8d75515f.js → index-152761a4.js} +17 -17
- package/build/{index-ceb11527.js → index-18dc56db.js} +13 -13
- package/build/{index-fd989be4.js → index-1a6168f3.js} +16 -16
- package/build/{index-fc9484ec.js → index-24374876.js} +1 -1
- package/build/{index-f8381dae.js → index-269f4240.js} +1 -1
- package/build/{index-e5edb989.js → index-26a8bfcc.js} +1 -1
- package/build/{index-caa9ea43.js → index-2775ccc2.js} +15 -15
- package/build/{index-0fc9097e.js → index-28751ec5.js} +30 -30
- package/build/{index-a704d247.js → index-30a96c27.js} +18 -8
- package/build/{index-fce59bf5.js → index-36970a2f.js} +1 -1
- package/build/{index-dadea800.js → index-38b14f0f.js} +2 -2
- package/build/{index-cb015776.js → index-3b41f30a.js} +17 -17
- package/build/{index-06c9ffa5.js → index-43623716.js} +1 -1
- package/build/{index-de310b58.js → index-4a0982b8.js} +32 -32
- package/build/{index-57ede5d6.js → index-4b7a3ca4.js} +10 -10
- package/build/{index-6cbf2d82.js → index-51d8d2bd.js} +177 -48
- package/build/{index-7afbc5fc.js → index-5c1488d2.js} +14 -14
- package/build/{index-51fd5ddd.js → index-5d19d8c0.js} +11 -2
- package/build/{index-dde12b67.js → index-5fcacb7b.js} +6 -6
- package/build/{index-3adfe284.js → index-60246801.js} +3 -3
- package/build/{index-564f712d.js → index-6115dd5b.js} +14 -14
- package/build/{index-fbcb1f96.js → index-66cc1a82.js} +6 -6
- package/build/{index-0c060c5d.js → index-67850ff9.js} +3 -3
- package/build/{index-8a73ecdc.js → index-6957c3a3.js} +17 -17
- package/build/{index-e346d965.js → index-6a361ec5.js} +3 -3
- package/build/{index-e11fcf4e.js → index-6ab0effd.js} +13 -13
- package/build/{index-5301fa2b.js → index-6bcfe79d.js} +1 -1
- package/build/{index-60562800.js → index-6d3256a0.js} +17 -17
- package/build/{index-0a284c20.js → index-7065a2a9.js} +6 -6
- package/build/{index-1c4d2c37.js → index-794b14f3.js} +21 -21
- package/build/index-7e7dabc0.js +1173 -0
- package/build/{index-d4a45341.js → index-7e80f652.js} +2 -2
- package/build/{index-a54a0be1.js → index-843c529f.js} +22 -22
- package/build/{index-dfc5426e.js → index-877dbfc3.js} +2 -2
- package/build/{index-c3f50b19.js → index-8f18403b.js} +2 -2
- package/build/{index-4b007fed.js → index-936f4f81.js} +2 -2
- package/build/{index-efc4a1d3.js → index-93b45a54.js} +5 -5
- package/build/{index-0c8e36a0.js → index-976048e9.js} +4 -4
- package/build/{index-7ed8db11.js → index-97904590.js} +2 -2
- package/build/{index-1c545f27.js → index-99343091.js} +3 -3
- package/build/{index-1ef29482.js → index-a2776d65.js} +32 -32
- package/build/{index-696c59f9.js → index-a637ba9b.js} +6 -6
- package/build/{index-917631b4.js → index-a7c130e5.js} +1 -1
- package/build/{index-36ae80ae.js → index-abdcbf4b.js} +2 -2
- package/build/{index-dced8b6a.js → index-abef51d8.js} +2 -2
- package/build/{index-2104cd1c.js → index-af64e6f0.js} +2 -2
- package/build/{index-ddb2561e.js → index-bc9bdb02.js} +7 -7
- package/build/{index-438701fa.js → index-bf13e102.js} +25 -25
- package/build/{index-d02c0a4f.js → index-c7d189b9.js} +13 -13
- package/build/{index-7d077f82.js → index-cb93d51a.js} +2 -2
- package/build/index-cdde6b2b.js +205 -0
- package/build/{index-aa259cc0.js → index-cf5e090e.js} +2 -2
- package/build/{index-2cc99c6d.js → index-d7ce710d.js} +3 -3
- package/build/{index-91cff828.js → index-d833d500.js} +13 -13
- package/build/{index-809304c6.js → index-db62e4f2.js} +3 -3
- package/build/{index-800c14bf.js → index-e0fdfbe2.js} +2 -2
- package/build/{index-3c9a1f70.js → index-e1953209.js} +15 -15
- package/build/{index-30e9f8f2.js → index-e30ecba7.js} +16 -16
- package/build/{index-3e931927.js → index-ea11fb81.js} +2 -2
- package/build/{index-33039539.js → index-ea3b83bb.js} +5 -5
- package/build/{index-0a78bbd7.js → index-f798c693.js} +15 -15
- package/build/{index-78ad20b8.js → index-f872dc44.js} +7 -7
- package/build/{index-fc5207b0.js → index-fa1d0cc9.js} +11 -11
- package/build/index.d.ts +1 -0
- package/build/index.js +248 -239
- package/build/{labelSorting-8af691c5.js → labelSorting-9e6f0a66.js} +4 -4
- package/build/lead.js +36 -36
- package/build/{logoIcon-b4e787b8.js → logoIcon-74c47347.js} +2 -2
- package/build/mantine.js +26 -24
- package/build/misc.js +19 -19
- package/build/miscGetDynamicHealthTool.js +4 -4
- package/build/miscGetSocialList.js +8 -8
- package/build/miscScreenSizeContext.js +1 -1
- package/build/mobileBottomNavigation.js +5 -5
- package/build/mobileBottomNavigationIcon.js +5 -5
- package/build/molecules.js +84 -78
- package/build/moleculesArticleCard.js +6 -6
- package/build/moleculesArticleCardV2.js +18 -17
- package/build/navigation.js +48 -47
- package/build/navigationLogoutPopup.js +11 -11
- package/build/navigationProfileButton.js +28 -27
- package/build/onboardingV2.js +30 -29
- package/build/organisms.js +59 -57
- package/build/{post-2ee5d456.js → post-0dc58a52.js} +2 -2
- package/build/profileNavigation.js +21 -20
- package/build/progressBar.js +1 -1
- package/build/pwg.js +24 -23
- package/build/ssoV2/api/featureFlag.d.ts +2 -1
- package/build/ssoV2.js +52 -39
- package/build/{store-946d7923.js → store-a2b899e0.js} +3 -3
- package/build/subot.js +36 -36
- package/build/surveyOrPremiumBanner.js +35 -34
- package/build/surveyQuestionCard.js +11 -11
- package/build/{surveyThankyouCard-37b14371.js → surveyThankyouCard-f222f4b0.js} +5 -5
- package/build/together.js +58 -57
- package/build/togetherApiUtils.js +4 -4
- package/build/togetherAtoms.js +32 -31
- package/build/togetherComponentGlobalContext.js +4 -4
- package/build/togetherMolecules.js +53 -52
- package/build/togetherMoleculesCardAuthor.js +29 -29
- package/build/togetherMoleculesPostImagePreview.js +11 -11
- package/build/togetherMoleculesProfileDetail.js +41 -40
- package/build/togetherOrganisms.js +52 -51
- package/build/togetherRichTextEditor.js +18 -18
- package/build/togetherShareBox.js +10 -10
- package/build/{translationsProvider-e74e949c.js → translationsProvider-952a9a0c.js} +1 -1
- package/build/{treePopoverMenu-273d3670.js → treePopoverMenu-166f6b75.js} +19 -19
- package/build/types.js +2 -2
- package/build/{useCategory-62d4af09.js → useCategory-e73f99a4.js} +5 -5
- package/build/{useHealthToolCache-be6af5ea.js → useHealthToolCache-86360369.js} +1 -1
- package/build/{usePlacesAutocomplete-3a3f50c8.js → usePlacesAutocomplete-668a615e.js} +1 -1
- package/build/useTogetherAuthRequiredAction.js +10 -10
- package/build/{utils-2b970250.js → utils-0228aaff.js} +1 -1
- package/build/{utils-f6e6a6cc.js → utils-6b0ec12c.js} +5 -5
- package/build/{utils-e19bab64.js → utils-9e208a39.js} +2 -2
- package/build/{utils-60976ee8.js → utils-efe1dd62.js} +3 -3
- package/build/{utils-3493f54d.js → utils-fab2ab8c.js} +2 -2
- package/build/vaccination.js +23 -22
- package/package.json +2 -1
- package/build/ImageUpload.types-b49c7106.js +0 -822
- package/build/RatingStarsInput-61e436ab.js +0 -5241
- package/build/Upload-8fbec84e.js +0 -29
- package/build/esm/RatingStarsInput-a212f2b7.js +0 -5176
- package/build/esm/Upload-cc97078d.js +0 -7
- package/build/esm/index-a7d84413.js +0 -81
- package/build/esm/index-cd56ce3b.js +0 -15
- package/build/index-57cb6a36.js +0 -89
- /package/build/{BMI_BOYS.percentile.monthly-bac33541.js → BMI_BOYS.percentile.monthly-fdfd2f18.js} +0 -0
- /package/build/{BMI_BOYS.percentile.weekly-4bfbf0c4.js → BMI_BOYS.percentile.weekly-a30ae5d8.js} +0 -0
- /package/build/{BMI_BOYS.percentile.yearly-855f6356.js → BMI_BOYS.percentile.yearly-7af8eddc.js} +0 -0
- /package/build/{BMI_BOYS.zscore.monthly-89560f07.js → BMI_BOYS.zscore.monthly-aa9f1f89.js} +0 -0
- /package/build/{BMI_BOYS.zscore.weekly-8770fba7.js → BMI_BOYS.zscore.weekly-e671ee2e.js} +0 -0
- /package/build/{BMI_BOYS.zscore.yearly-fc5fe300.js → BMI_BOYS.zscore.yearly-36bf293d.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.monthly-234799b8.js → BMI_GIRLS.percentile.monthly-9f43c07a.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.weekly-39ff4e55.js → BMI_GIRLS.percentile.weekly-4918e10a.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.yearly-87274d18.js → BMI_GIRLS.percentile.yearly-cd2bde6c.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.monthly-fa597be5.js → BMI_GIRLS.zscore.monthly-ceac2377.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.weekly-29d2e6ed.js → BMI_GIRLS.zscore.weekly-ac13bc90.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.yearly-a4680f51.js → BMI_GIRLS.zscore.yearly-85967abe.js} +0 -0
- /package/build/{ChevronDown-a794c4de.js → ChevronDown-b979cdd8.js} +0 -0
- /package/build/{Close-8b4b5cb2.js → Close-ea59d10a.js} +0 -0
- /package/build/{Google-38a3e7a3.js → Google-4cf68e00.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-ef729cbc.js → HEAD CIRCUM_BOYS.percentile.monthly-5e0aff2b.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-aafba83b.js → HEAD CIRCUM_BOYS.percentile.weekly-24002351.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-b159b05a.js → HEAD CIRCUM_BOYS.percentile.yearly-8850db5b.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-f227060a.js → HEAD CIRCUM_BOYS.zscore.monthly-146c5664.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-fa34f929.js → HEAD CIRCUM_BOYS.zscore.weekly-e7d56892.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-4600ff93.js → HEAD CIRCUM_BOYS.zscore.yearly-0d5cded0.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-ffc2344b.js → HEAD CIRCUM_GIRLS.percentile.monthly-567170aa.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-853255e6.js → HEAD CIRCUM_GIRLS.percentile.weekly-3554f22a.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-7dee8ad9.js → HEAD CIRCUM_GIRLS.percentile.yearly-6b52f23e.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-a9880d4b.js → HEAD CIRCUM_GIRLS.zscore.monthly-6f670bc9.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-178c8125.js → HEAD CIRCUM_GIRLS.zscore.weekly-6a5c0211.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-5a62aa2e.js → HEAD CIRCUM_GIRLS.zscore.yearly-97aca1a1.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.monthly-dc8e88fa.js → HEIGHT_BOYS.percentile.monthly-ae39e246.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.weekly-23a28c51.js → HEIGHT_BOYS.percentile.weekly-8e79f13d.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.yearly-0fc412fa.js → HEIGHT_BOYS.percentile.yearly-dea95008.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.monthly-ba6b5e5e.js → HEIGHT_BOYS.zscore.monthly-5c467f2c.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.weekly-63294d62.js → HEIGHT_BOYS.zscore.weekly-58092654.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.yearly-4f9087e2.js → HEIGHT_BOYS.zscore.yearly-55778055.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.monthly-77139728.js → HEIGHT_GIRLS.percentile.monthly-f3273087.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.weekly-13bacf29.js → HEIGHT_GIRLS.percentile.weekly-26aa777e.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.yearly-dd7991f3.js → HEIGHT_GIRLS.percentile.yearly-4aaf08a5.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.monthly-a6490f92.js → HEIGHT_GIRLS.zscore.monthly-3f2ff32b.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.weekly-819960af.js → HEIGHT_GIRLS.zscore.weekly-e08e6b22.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.yearly-b705cd0a.js → HEIGHT_GIRLS.zscore.yearly-fe939fa9.js} +0 -0
- /package/build/{Locale-22fc23fb.js → Locale-6555a786.js} +0 -0
- /package/build/{Visible-01a0bde4.js → Visible-62d0d6d6.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.monthly-81462277.js → WEIGHT_BOYS.percentile.monthly-032d7aac.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.weekly-59812baa.js → WEIGHT_BOYS.percentile.weekly-f55a7889.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.yearly-fa204a2f.js → WEIGHT_BOYS.percentile.yearly-07df121e.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.monthly-d1490271.js → WEIGHT_BOYS.zscore.monthly-55c34b40.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.weekly-c0a4a15a.js → WEIGHT_BOYS.zscore.weekly-b3d5f01b.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.yearly-2843cd02.js → WEIGHT_BOYS.zscore.yearly-4b59de17.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.monthly-f8d4d625.js → WEIGHT_GIRLS.percentile.monthly-1a1c69ee.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.weekly-42af1548.js → WEIGHT_GIRLS.percentile.weekly-f260fd98.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.yearly-0505a352.js → WEIGHT_GIRLS.percentile.yearly-dc7ccc71.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.monthly-05b177fc.js → WEIGHT_GIRLS.zscore.monthly-91438406.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.weekly-944b8b93.js → WEIGHT_GIRLS.zscore.weekly-fdbfe18b.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.yearly-ca66931e.js → WEIGHT_GIRLS.zscore.yearly-187834ad.js} +0 -0
- /package/build/{ageGenerate-f2a33ed9.js → ageGenerate-8420f198.js} +0 -0
- /package/build/{animation-3235f4c0.js → animation-d7177870.js} +0 -0
- /package/build/{constants-b7c76d9d.js → constants-93ac6922.js} +0 -0
- /package/build/{constants-586203b0.js → constants-ad3e38c7.js} +0 -0
- /package/build/{constants-a8c36a42.js → constants-d18241e9.js} +0 -0
- /package/build/{dataTransform-54546403.js → dataTransform-864706fe.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.monthly-30fc8484.js → BMI_BOYS.percentile.monthly-23bb09bc.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.weekly-67a02937.js → BMI_BOYS.percentile.weekly-4040be93.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.yearly-cb753293.js → BMI_BOYS.percentile.yearly-4ebb95b2.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.monthly-b901979d.js → BMI_BOYS.zscore.monthly-52006f07.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.weekly-05764979.js → BMI_BOYS.zscore.weekly-3110a9d3.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.yearly-9a1abd36.js → BMI_BOYS.zscore.yearly-ba675f19.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.monthly-88726234.js → BMI_GIRLS.percentile.monthly-c7487986.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.weekly-96aa9b4a.js → BMI_GIRLS.percentile.weekly-e6260928.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.yearly-62da9e8a.js → BMI_GIRLS.percentile.yearly-aa72345a.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.monthly-4031b24e.js → BMI_GIRLS.zscore.monthly-281f3e45.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.weekly-bcd34b4f.js → BMI_GIRLS.zscore.weekly-bfd0c164.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.yearly-492190c6.js → BMI_GIRLS.zscore.yearly-ec5722ec.js} +0 -0
- /package/build/esm/{ChevronDown-99895cda.js → ChevronDown-8a898fb9.js} +0 -0
- /package/build/esm/{Close-4ba5864c.js → Close-e8f81044.js} +0 -0
- /package/build/esm/{Google-3fb6ff77.js → Google-4c7a5c03.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-fc7d5dff.js → HEAD CIRCUM_BOYS.percentile.monthly-9d007f7a.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-bd2bf6ea.js → HEAD CIRCUM_BOYS.percentile.weekly-fec8a809.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-6df0f50b.js → HEAD CIRCUM_BOYS.percentile.yearly-6083ffe7.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-d70e9411.js → HEAD CIRCUM_BOYS.zscore.monthly-67f957a1.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-8f708391.js → HEAD CIRCUM_BOYS.zscore.weekly-f681994b.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-a0fbab8f.js → HEAD CIRCUM_BOYS.zscore.yearly-a2dd1f2a.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-0dad23e0.js → HEAD CIRCUM_GIRLS.percentile.monthly-25c5e4bd.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-5331f5b4.js → HEAD CIRCUM_GIRLS.percentile.weekly-7d406aef.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-2a167865.js → HEAD CIRCUM_GIRLS.percentile.yearly-f7bafb05.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-a2e3276b.js → HEAD CIRCUM_GIRLS.zscore.monthly-fecf4c6c.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-9bc0c9a8.js → HEAD CIRCUM_GIRLS.zscore.weekly-33770796.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-329d3cec.js → HEAD CIRCUM_GIRLS.zscore.yearly-80bf2094.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.monthly-b1555f2e.js → HEIGHT_BOYS.percentile.monthly-35198508.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.weekly-70a67bb3.js → HEIGHT_BOYS.percentile.weekly-ebfb550a.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.yearly-040bd601.js → HEIGHT_BOYS.percentile.yearly-d3cb3d45.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.monthly-20818494.js → HEIGHT_BOYS.zscore.monthly-289b6f84.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.weekly-19cdb9aa.js → HEIGHT_BOYS.zscore.weekly-9dba47f5.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.yearly-84d81ad6.js → HEIGHT_BOYS.zscore.yearly-77a125f8.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-0d55c87f.js → HEIGHT_GIRLS.percentile.monthly-e0730c7a.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-47dc5714.js → HEIGHT_GIRLS.percentile.weekly-0886ed47.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-806ce1f0.js → HEIGHT_GIRLS.percentile.yearly-f0341963.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-019a489e.js → HEIGHT_GIRLS.zscore.monthly-079f578e.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-a426231a.js → HEIGHT_GIRLS.zscore.weekly-ce18042c.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-7231b852.js → HEIGHT_GIRLS.zscore.yearly-f6490146.js} +0 -0
- /package/build/esm/{Locale-aaa3e640.js → Locale-6fb06008.js} +0 -0
- /package/build/esm/{Visible-bf2dbb9d.js → Visible-a720b94a.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.monthly-64220f16.js → WEIGHT_BOYS.percentile.monthly-1fac71f9.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.weekly-aefe9380.js → WEIGHT_BOYS.percentile.weekly-3505ad40.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.yearly-ab41d45b.js → WEIGHT_BOYS.percentile.yearly-af00131a.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.monthly-2adf67c3.js → WEIGHT_BOYS.zscore.monthly-b92e2478.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.weekly-4d546ba4.js → WEIGHT_BOYS.zscore.weekly-f3c2111b.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.yearly-0731507f.js → WEIGHT_BOYS.zscore.yearly-dc7ebf5b.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-92b4a357.js → WEIGHT_GIRLS.percentile.monthly-28d13aed.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-968ade43.js → WEIGHT_GIRLS.percentile.weekly-af23aa4d.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-e7370454.js → WEIGHT_GIRLS.percentile.yearly-e7e20234.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-97adbf57.js → WEIGHT_GIRLS.zscore.monthly-581c699f.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-0d9a0ae7.js → WEIGHT_GIRLS.zscore.weekly-971f541f.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-5c047f5d.js → WEIGHT_GIRLS.zscore.yearly-567cd230.js} +0 -0
- /package/build/esm/{ageGenerate-7bcb69f5.js → ageGenerate-e4e99274.js} +0 -0
- /package/build/esm/{animation-72785c83.js → animation-4a311324.js} +0 -0
- /package/build/esm/{constants-9269d800.js → constants-72403ae4.js} +0 -0
- /package/build/esm/{constants-8f958e27.js → constants-9afc9181.js} +0 -0
- /package/build/esm/{constants-b86d63d0.js → constants-d0421596.js} +0 -0
- /package/build/esm/{dataTransform-7d8155ed.js → dataTransform-4d8a81f9.js} +0 -0
- /package/build/esm/{index-856f9ab6.js → index-115f78bb.js} +0 -0
- /package/build/esm/{index-766e0f5a.js → index-15eac9ad.js} +0 -0
- /package/build/esm/{index-986c6f23.js → index-24937050.js} +0 -0
- /package/build/esm/{index-bd0535d0.js → index-381d23c2.js} +0 -0
- /package/build/esm/{index-b478f836.js → index-43415278.js} +0 -0
- /package/build/esm/{index-256a5a7f.js → index-48b72785.js} +0 -0
- /package/build/esm/{index-ad8340d9.js → index-ef508c9b.js} +0 -0
- /package/build/esm/{index-1990cdb3.js → index-f35e5b1b.js} +0 -0
- /package/build/esm/{index.styles-145c199f.js → index.styles-b5076e77.js} +0 -0
- /package/build/esm/{localizeNumberFormat-82fb9f9b.js → localizeNumberFormat-d33a8b09.js} +0 -0
- /package/build/esm/{normalizeLink-eedca105.js → normalizeLink-c13f3187.js} +0 -0
- /package/build/esm/{number-5701ffa8.js → number-72442bbc.js} +0 -0
- /package/build/esm/{paths-433175b0.js → paths-1e24cbf5.js} +0 -0
- /package/build/esm/{shared-66ecbfd9.js → shared-d91a726c.js} +0 -0
- /package/build/esm/{text-7f10cf5a.js → text-a32c4810.js} +0 -0
- /package/build/esm/{translationsContext-299726a8.js → translationsContext-556588ce.js} +0 -0
- /package/build/esm/{tslib.es6-cef845e5.js → tslib.es6-65d85c84.js} +0 -0
- /package/build/esm/{types-a4acfef6.js → types-7043c5b1.js} +0 -0
- /package/build/esm/{types-32ac95be.js → types-c8c64a4c.js} +0 -0
- /package/build/esm/{useIsInit-a03d9c19.js → useIsInit-f43a1774.js} +0 -0
- /package/build/esm/{useOutsideClick-64c9d1c5.js → useOutsideClick-9875cba3.js} +0 -0
- /package/build/esm/{useScrollbarSize-dbe6723b.js → useScrollbarSize-3d74e491.js} +0 -0
- /package/build/esm/{useUniqueId-6628ff20.js → useUniqueId-0627fd52.js} +0 -0
- /package/build/esm/{utils-94f3e27e.js → utils-4eaa39a7.js} +0 -0
- /package/build/{index-b25f5913.js → index-1f4c8b3f.js} +0 -0
- /package/build/{index-a40d0aba.js → index-2f38f3ff.js} +0 -0
- /package/build/{index-c4e7cacf.js → index-3ba62951.js} +0 -0
- /package/build/{index-dc300cd9.js → index-44b9d814.js} +0 -0
- /package/build/{index-281c3b81.js → index-5c0dcdd9.js} +0 -0
- /package/build/{index-e77450a2.js → index-89702ae1.js} +0 -0
- /package/build/{index-7f28ec94.js → index-c42eb999.js} +0 -0
- /package/build/{index-723f124e.js → index-d12c39a4.js} +0 -0
- /package/build/{index.styles-1e423806.js → index.styles-cd23aaff.js} +0 -0
- /package/build/{localizeNumberFormat-c005baeb.js → localizeNumberFormat-c90272f8.js} +0 -0
- /package/build/{normalizeLink-8a76c83b.js → normalizeLink-c152cac8.js} +0 -0
- /package/build/{number-334635e5.js → number-0df0ddd4.js} +0 -0
- /package/build/{paths-fab60ff6.js → paths-6cbe23b1.js} +0 -0
- /package/build/{shared-42b38c0f.js → shared-a5aa040b.js} +0 -0
- /package/build/{text-8c953794.js → text-5d3b6f10.js} +0 -0
- /package/build/{translationsContext-778f02b5.js → translationsContext-4b727402.js} +0 -0
- /package/build/{tslib.es6-cd0718fb.js → tslib.es6-452e882a.js} +0 -0
- /package/build/{types-7f5c0824.js → types-4184bad8.js} +0 -0
- /package/build/{types-480ffa36.js → types-7110e5f5.js} +0 -0
- /package/build/{useIsInit-579d0498.js → useIsInit-7b1092ad.js} +0 -0
- /package/build/{useOutsideClick-27b4f447.js → useOutsideClick-5d0e4455.js} +0 -0
- /package/build/{useScrollbarSize-8caf2e18.js → useScrollbarSize-6ad82bfc.js} +0 -0
- /package/build/{useUniqueId-462837ac.js → useUniqueId-ee697dc2.js} +0 -0
- /package/build/{utils-f900efc1.js → utils-c4a414e8.js} +0 -0
|
@@ -1,51 +1,52 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-65d85c84.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { u as useTranslations } from './index-
|
|
4
|
-
import { C as CommonGAssets } from './index-
|
|
5
|
-
import { f as formatUserProfileUrl } from './dataTransform-
|
|
6
|
-
import { H as HealthToolCardWrapper } from './index-
|
|
7
|
-
import { T as ThrForm } from './index-
|
|
8
|
-
import './translationsContext-
|
|
3
|
+
import { u as useTranslations } from './index-36d282ab.js';
|
|
4
|
+
import { C as CommonGAssets } from './index-43415278.js';
|
|
5
|
+
import { f as formatUserProfileUrl } from './dataTransform-7bead3a3.js';
|
|
6
|
+
import { H as HealthToolCardWrapper } from './index-27751cd7.js';
|
|
7
|
+
import { T as ThrForm } from './index-7b4544aa.js';
|
|
8
|
+
import './translationsContext-556588ce.js';
|
|
9
9
|
import './constantsDomainLocales.js';
|
|
10
|
-
import './Locale-
|
|
10
|
+
import './Locale-6fb06008.js';
|
|
11
11
|
import './constantsIsProduction.js';
|
|
12
12
|
import '@mantine/core';
|
|
13
13
|
import '@hhgtech/icons/other';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-f8edffe6.js';
|
|
15
15
|
import '@mantine/hooks';
|
|
16
|
-
import './index-
|
|
17
|
-
import './utils-
|
|
16
|
+
import './index-878e373b.js';
|
|
17
|
+
import './utils-4eaa39a7.js';
|
|
18
18
|
import '@emotion/styled';
|
|
19
19
|
import '@mantine/carousel';
|
|
20
|
-
import './index-
|
|
21
|
-
import './text-
|
|
22
|
-
import './index-
|
|
20
|
+
import './index-f65c7844.js';
|
|
21
|
+
import './text-a32c4810.js';
|
|
22
|
+
import './index-6dbe6ca9.js';
|
|
23
23
|
import 'dayjs';
|
|
24
|
-
import './index-
|
|
24
|
+
import './index-7c9ba229.js';
|
|
25
25
|
import '@mantine/notifications';
|
|
26
|
-
import './index-
|
|
26
|
+
import './index-f748978d.js';
|
|
27
27
|
import 'date-fns/locale';
|
|
28
28
|
import './constantsSite.js';
|
|
29
29
|
import './constantsRiskScreener.js';
|
|
30
30
|
import './miscTheme.js';
|
|
31
|
-
import './shared-
|
|
31
|
+
import './shared-d91a726c.js';
|
|
32
32
|
import 'classnames';
|
|
33
|
-
import '
|
|
33
|
+
import 'uuid';
|
|
34
|
+
import './useUniqueId-0627fd52.js';
|
|
34
35
|
import '@hhgtech/icons/core';
|
|
35
|
-
import './index-
|
|
36
|
+
import './index-d08cba80.js';
|
|
36
37
|
import '@mantine/dates';
|
|
37
|
-
import './index.styles-
|
|
38
|
-
import './index-
|
|
38
|
+
import './index.styles-b5076e77.js';
|
|
39
|
+
import './index-634afcf6.js';
|
|
39
40
|
import './miscDefaultClassWrapper.js';
|
|
40
41
|
import '@mantine/form';
|
|
41
|
-
import './useHealthToolCache-
|
|
42
|
+
import './useHealthToolCache-f64ff971.js';
|
|
42
43
|
import './miscGetDynamicHealthTool.js';
|
|
43
|
-
import './normalizeLink-
|
|
44
|
-
import './core-
|
|
45
|
-
import './constants-
|
|
46
|
-
import './index-
|
|
47
|
-
import './index-
|
|
48
|
-
import './index-
|
|
44
|
+
import './normalizeLink-c13f3187.js';
|
|
45
|
+
import './core-52f006ba.js';
|
|
46
|
+
import './constants-72403ae4.js';
|
|
47
|
+
import './index-8c703476.js';
|
|
48
|
+
import './index-efb1eac5.js';
|
|
49
|
+
import './index-49b8e5d0.js';
|
|
49
50
|
import 'react-keyed-flatten-children';
|
|
50
51
|
|
|
51
52
|
const THRCardEmbed = (_a) => {
|
package/build/esm/footer.js
CHANGED
|
@@ -1,39 +1,40 @@
|
|
|
1
|
-
export { F as Footer } from './index-
|
|
1
|
+
export { F as Footer } from './index-1ae4568a.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import './index-
|
|
3
|
+
import './index-381d23c2.js';
|
|
4
4
|
import 'dayjs';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-f748978d.js';
|
|
6
6
|
import 'date-fns/locale';
|
|
7
|
-
import './index-
|
|
8
|
-
import './Locale-
|
|
7
|
+
import './index-7c9ba229.js';
|
|
8
|
+
import './Locale-6fb06008.js';
|
|
9
9
|
import './constantsSite.js';
|
|
10
10
|
import './constantsDomainLocales.js';
|
|
11
11
|
import './constantsRiskScreener.js';
|
|
12
12
|
import './constantsIsProduction.js';
|
|
13
|
-
import './index-
|
|
14
|
-
import './tslib.es6-
|
|
13
|
+
import './index-f8edffe6.js';
|
|
14
|
+
import './tslib.es6-65d85c84.js';
|
|
15
15
|
import '@hhgtech/icons/other';
|
|
16
16
|
import '@mantine/core';
|
|
17
17
|
import '@mantine/hooks';
|
|
18
|
-
import './index-
|
|
19
|
-
import './index-
|
|
20
|
-
import './utils-
|
|
18
|
+
import './index-43415278.js';
|
|
19
|
+
import './index-878e373b.js';
|
|
20
|
+
import './utils-4eaa39a7.js';
|
|
21
21
|
import '@emotion/styled';
|
|
22
22
|
import '@mantine/carousel';
|
|
23
|
-
import './index-
|
|
24
|
-
import './text-
|
|
25
|
-
import './index-
|
|
23
|
+
import './index-f65c7844.js';
|
|
24
|
+
import './text-a32c4810.js';
|
|
25
|
+
import './index-6dbe6ca9.js';
|
|
26
26
|
import '@mantine/notifications';
|
|
27
27
|
import './miscTheme.js';
|
|
28
|
-
import './shared-
|
|
28
|
+
import './shared-d91a726c.js';
|
|
29
29
|
import 'classnames';
|
|
30
|
-
import '
|
|
30
|
+
import 'uuid';
|
|
31
|
+
import './useUniqueId-0627fd52.js';
|
|
31
32
|
import '@hhgtech/icons/core';
|
|
32
|
-
import './index-
|
|
33
|
+
import './index-d08cba80.js';
|
|
33
34
|
import '@mantine/dates';
|
|
34
|
-
import './index.styles-
|
|
35
|
-
import './translationsContext-
|
|
36
|
-
import './index-
|
|
37
|
-
import './index-
|
|
38
|
-
import './logoIcon-
|
|
39
|
-
import './index-
|
|
35
|
+
import './index.styles-b5076e77.js';
|
|
36
|
+
import './translationsContext-556588ce.js';
|
|
37
|
+
import './index-634afcf6.js';
|
|
38
|
+
import './index-112446ca.js';
|
|
39
|
+
import './logoIcon-0121b5c4.js';
|
|
40
|
+
import './index-93d224c5.js';
|
package/build/esm/gAssets.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CommonGAssets, G as GAssets } from './index-
|
|
1
|
+
export { C as CommonGAssets, G as GAssets } from './index-43415278.js';
|
|
2
2
|
import './constantsDomainLocales.js';
|
|
3
|
-
import './Locale-
|
|
3
|
+
import './Locale-6fb06008.js';
|
|
4
4
|
import './constantsIsProduction.js';
|
|
@@ -1,37 +1,38 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-65d85c84.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@mantine/core';
|
|
4
|
-
export { H as HealthToolCardWrapper } from './index-
|
|
4
|
+
export { H as HealthToolCardWrapper } from './index-27751cd7.js';
|
|
5
5
|
import '@hhgtech/icons/other';
|
|
6
|
-
import './index-
|
|
6
|
+
import './index-f8edffe6.js';
|
|
7
7
|
import '@mantine/hooks';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-43415278.js';
|
|
9
9
|
import './constantsDomainLocales.js';
|
|
10
|
-
import './Locale-
|
|
10
|
+
import './Locale-6fb06008.js';
|
|
11
11
|
import './constantsIsProduction.js';
|
|
12
|
-
import './index-
|
|
13
|
-
import './utils-
|
|
12
|
+
import './index-878e373b.js';
|
|
13
|
+
import './utils-4eaa39a7.js';
|
|
14
14
|
import '@emotion/styled';
|
|
15
15
|
import '@mantine/carousel';
|
|
16
|
-
import './index-
|
|
17
|
-
import './text-
|
|
18
|
-
import './index-
|
|
16
|
+
import './index-f65c7844.js';
|
|
17
|
+
import './text-a32c4810.js';
|
|
18
|
+
import './index-6dbe6ca9.js';
|
|
19
19
|
import 'dayjs';
|
|
20
|
-
import './index-
|
|
20
|
+
import './index-7c9ba229.js';
|
|
21
21
|
import '@mantine/notifications';
|
|
22
|
-
import './index-
|
|
22
|
+
import './index-f748978d.js';
|
|
23
23
|
import 'date-fns/locale';
|
|
24
24
|
import './constantsSite.js';
|
|
25
25
|
import './constantsRiskScreener.js';
|
|
26
26
|
import './miscTheme.js';
|
|
27
|
-
import './shared-
|
|
27
|
+
import './shared-d91a726c.js';
|
|
28
28
|
import 'classnames';
|
|
29
|
-
import '
|
|
29
|
+
import 'uuid';
|
|
30
|
+
import './useUniqueId-0627fd52.js';
|
|
30
31
|
import '@hhgtech/icons/core';
|
|
31
|
-
import './index-
|
|
32
|
+
import './index-d08cba80.js';
|
|
32
33
|
import '@mantine/dates';
|
|
33
|
-
import './index.styles-
|
|
34
|
-
import './index-
|
|
35
|
-
import './translationsContext-
|
|
36
|
-
import './index-
|
|
34
|
+
import './index.styles-b5076e77.js';
|
|
35
|
+
import './index-36d282ab.js';
|
|
36
|
+
import './translationsContext-556588ce.js';
|
|
37
|
+
import './index-634afcf6.js';
|
|
37
38
|
import './miscDefaultClassWrapper.js';
|
|
@@ -1,57 +1,58 @@
|
|
|
1
|
-
export { D as DueDateForm } from './index-
|
|
2
|
-
export { B as BmiForm } from './index-
|
|
3
|
-
export { B as BabyPoopForm } from './index-
|
|
4
|
-
export { T as ThrForm } from './index-
|
|
5
|
-
export { O as OvulationForm } from './index-
|
|
6
|
-
export { B as BabyVaccineForm } from './index-
|
|
7
|
-
export { P as PWGForm } from './index-
|
|
8
|
-
import './tslib.es6-
|
|
1
|
+
export { D as DueDateForm } from './index-eab9b46e.js';
|
|
2
|
+
export { B as BmiForm } from './index-bd47ae76.js';
|
|
3
|
+
export { B as BabyPoopForm } from './index-9a213ff7.js';
|
|
4
|
+
export { T as ThrForm } from './index-7b4544aa.js';
|
|
5
|
+
export { O as OvulationForm } from './index-06994be5.js';
|
|
6
|
+
export { B as BabyVaccineForm } from './index-0bafe401.js';
|
|
7
|
+
export { P as PWGForm } from './index-a7ae2c24.js';
|
|
8
|
+
import './tslib.es6-65d85c84.js';
|
|
9
9
|
import 'react';
|
|
10
10
|
import '@mantine/core';
|
|
11
11
|
import 'date-fns';
|
|
12
|
-
import './LastPeriod-
|
|
13
|
-
import './Locale-
|
|
12
|
+
import './LastPeriod-10b5465f.js';
|
|
13
|
+
import './Locale-6fb06008.js';
|
|
14
14
|
import '@mantine/form';
|
|
15
15
|
import 'dayjs';
|
|
16
|
-
import './index-
|
|
16
|
+
import './index-f8edffe6.js';
|
|
17
17
|
import '@hhgtech/icons/other';
|
|
18
18
|
import '@mantine/hooks';
|
|
19
|
-
import './index-
|
|
19
|
+
import './index-43415278.js';
|
|
20
20
|
import './constantsDomainLocales.js';
|
|
21
21
|
import './constantsIsProduction.js';
|
|
22
|
-
import './index-
|
|
23
|
-
import './utils-
|
|
22
|
+
import './index-878e373b.js';
|
|
23
|
+
import './utils-4eaa39a7.js';
|
|
24
24
|
import '@emotion/styled';
|
|
25
25
|
import '@mantine/carousel';
|
|
26
|
-
import './index-
|
|
27
|
-
import './text-
|
|
28
|
-
import './index-
|
|
29
|
-
import './index-
|
|
26
|
+
import './index-f65c7844.js';
|
|
27
|
+
import './text-a32c4810.js';
|
|
28
|
+
import './index-6dbe6ca9.js';
|
|
29
|
+
import './index-7c9ba229.js';
|
|
30
30
|
import '@mantine/notifications';
|
|
31
|
-
import './index-
|
|
31
|
+
import './index-f748978d.js';
|
|
32
32
|
import 'date-fns/locale';
|
|
33
33
|
import './constantsSite.js';
|
|
34
34
|
import './constantsRiskScreener.js';
|
|
35
35
|
import './miscTheme.js';
|
|
36
|
-
import './shared-
|
|
36
|
+
import './shared-d91a726c.js';
|
|
37
37
|
import 'classnames';
|
|
38
|
-
import '
|
|
38
|
+
import 'uuid';
|
|
39
|
+
import './useUniqueId-0627fd52.js';
|
|
39
40
|
import '@hhgtech/icons/core';
|
|
40
|
-
import './index-
|
|
41
|
-
import './index-
|
|
41
|
+
import './index-d08cba80.js';
|
|
42
|
+
import './index-efb1eac5.js';
|
|
42
43
|
import '@mantine/dates';
|
|
43
|
-
import './index.styles-
|
|
44
|
-
import './index-
|
|
45
|
-
import './translationsContext-
|
|
46
|
-
import './index-
|
|
47
|
-
import './index-
|
|
44
|
+
import './index.styles-b5076e77.js';
|
|
45
|
+
import './index-36d282ab.js';
|
|
46
|
+
import './translationsContext-556588ce.js';
|
|
47
|
+
import './index-634afcf6.js';
|
|
48
|
+
import './index-49b8e5d0.js';
|
|
48
49
|
import 'react-keyed-flatten-children';
|
|
49
50
|
import 'react-hook-form';
|
|
50
|
-
import './useHealthToolCache-
|
|
51
|
+
import './useHealthToolCache-f64ff971.js';
|
|
51
52
|
import './miscGetDynamicHealthTool.js';
|
|
52
|
-
import './normalizeLink-
|
|
53
|
-
import './core-
|
|
54
|
-
import './constants-
|
|
55
|
-
import './index-
|
|
53
|
+
import './normalizeLink-c13f3187.js';
|
|
54
|
+
import './core-52f006ba.js';
|
|
55
|
+
import './constants-72403ae4.js';
|
|
56
|
+
import './index-8c703476.js';
|
|
56
57
|
import './embeddedHeathToolCards_helpers.js';
|
|
57
|
-
import './constants-
|
|
58
|
+
import './constants-9afc9181.js';
|
package/build/esm/hooks.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export { u as useTranslations } from './index-
|
|
2
|
-
export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-
|
|
3
|
-
export { M as MAPPED_CATEGORY_SLUGS, P as PREGNANCY_SLUG, c as useCategory, u as useFbDataLayer, a as usePrevious, b as useRafState } from './useCategory-
|
|
4
|
-
export { u as useHealthToolsCache } from './useHealthToolCache-
|
|
5
|
-
export { u as useIsInit } from './useIsInit-
|
|
6
|
-
export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-
|
|
7
|
-
export { u as useInitialMount, a as useUniqueId } from './useUniqueId-
|
|
1
|
+
export { u as useTranslations } from './index-36d282ab.js';
|
|
2
|
+
export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-3d74e491.js';
|
|
3
|
+
export { M as MAPPED_CATEGORY_SLUGS, P as PREGNANCY_SLUG, c as useCategory, u as useFbDataLayer, a as usePrevious, b as useRafState } from './useCategory-4734d528.js';
|
|
4
|
+
export { u as useHealthToolsCache } from './useHealthToolCache-f64ff971.js';
|
|
5
|
+
export { u as useIsInit } from './useIsInit-f43a1774.js';
|
|
6
|
+
export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-9875cba3.js';
|
|
7
|
+
export { u as useInitialMount, a as useUniqueId } from './useUniqueId-0627fd52.js';
|
|
8
8
|
import 'react';
|
|
9
|
-
import './translationsContext-
|
|
9
|
+
import './translationsContext-556588ce.js';
|
|
10
10
|
import 'lodash/debounce';
|
|
11
|
-
import './tslib.es6-
|
|
11
|
+
import './tslib.es6-65d85c84.js';
|
|
12
12
|
import './miscCookieHelper.js';
|
|
13
|
-
import './index-
|
|
14
|
-
import './Locale-
|
|
13
|
+
import './index-7c9ba229.js';
|
|
14
|
+
import './Locale-6fb06008.js';
|
|
15
15
|
import './miscGetDynamicHealthTool.js';
|
|
16
|
-
import './normalizeLink-
|
|
16
|
+
import './normalizeLink-c13f3187.js';
|
|
17
17
|
import './constantsDomainLocales.js';
|
|
18
18
|
import './constantsIsProduction.js';
|
|
19
|
-
import './core-
|
|
19
|
+
import './core-52f006ba.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type TranslationKeys = 'actionPopover.delete' | 'actionPopover.deleteNotification' | 'actionPopover.edit' | 'actionPopover.inviteShareCommunity' | 'actionPopover.joinCommunity' | 'actionPopover.leaveCommunit' | 'actionPopover.leaveCommunity' | 'actionPopover.leaveCommunity.accept' | 'actionPopover.leaveCommunity.cancel' | 'actionPopover.leaveCommunity.description' | 'actionPopover.leaveCommunity.title' | 'actionPopover.report' | 'actionPopover.turnOffNotification' | 'actionPopover.turnOffNotificationAbout' | 'actionPopover.turnOnNotification' | 'adBanner.title' | 'admin.comments' | 'admin.communities' | 'admin.community' | 'article.shareOn' | 'articleAuthor.title.expert' | 'articleAuthor.title.fact-check' | 'articleAuthor.title.medical' | 'articleAuthor.title.written-by' | 'articlePage.articleReviewerBy' | 'articlePage.readMore' | 'articlePage.showLess' | 'babyGrowth.alert.bmi' | 'babyGrowth.alert.head' | 'babyGrowth.alert.weight' | 'babyGrowth.babyInfo' | 'babyGrowth.chartTitle' | 'babyGrowth.chartTitle.noName' | 'babyGrowth.cm' | 'babyGrowth.drawer.addMeasurement' | 'babyGrowth.drawer.createBaby' | 'babyGrowth.drawer.switchProfile' | 'babyGrowth.emptyName' | 'babyGrowth.error.atLeastOneOf' | 'babyGrowth.error.birthdayRequired' | 'babyGrowth.error.invalidAge' | 'babyGrowth.error.invalidMeasurementDate' | 'babyGrowth.error.invalidValue' | 'babyGrowth.error.measurementDateLowerThanBirthday' | 'babyGrowth.error.outOfRange' | 'babyGrowth.error.title' | 'babyGrowth.head' | 'babyGrowth.headCircumference' | 'babyGrowth.height' | 'babyGrowth.input.babyName' | 'babyGrowth.input.birthday' | 'babyGrowth.input.bmi' | 'babyGrowth.input.bodyMass' | 'babyGrowth.input.checkSubmit' | 'babyGrowth.input.measurementDate' | 'babyGrowth.input.submit' | 'babyGrowth.kg' | 'babyGrowth.kg.m2' | 'babyGrowth.monthly' | 'babyGrowth.nickname' | 'babyGrowth.optional' | 'babyGrowth.pageTitle' | 'babyGrowth.percentiles' | 'babyGrowth.placeholder.babyName' | 'babyGrowth.popup.heading' | 'babyGrowth.reCalculate' | 'babyGrowth.record' | 'babyGrowth.save' | 'babyGrowth.save.loggedIn' | 'babyGrowth.weekly' | 'babyGrowth.weight' | 'babyGrowth.xLabel' | 'babyGrowth.yearly' | 'babyPoop.findOut' | 'babyPoopTool.name' | 'babyVaccine.banner.readmore' | 'babyVaccine.detail.benifit' | 'babyVaccine.detail.contraindication' | 'babyVaccine.detail.definition' | 'babyVaccine.detail.relatedArticles' | 'babyVaccine.immunization.vaccineName' | 'babyVaccine.immunization.warning' | 'babyVaccine.popup.button' | 'babyVaccine.popup.button.submit' | 'babyVaccine.popup.checkbox.suggestedDate' | 'babyVaccine.popup.confirm.close' | 'babyVaccine.popup.confirm.description' | 'babyVaccine.popup.confirm.ok' | 'babyVaccine.popup.confirm.title' | 'babyVaccine.popup.input.suggestedDate' | 'babyVaccine.popup.label.doses' | 'babyVaccine.popup.tab.benefits' | 'babyVaccine.popup.tab.contraindication' | 'babyVaccine.popup.tab.detail' | 'babyVaccine.popup.tab.schedule' | 'babyVaccine.popup.title' | 'babyVaccine.status.all' | 'babyVaccine.status.missed' | 'babyVaccine.status.next' | 'babyVaccine.status.upcoming' | 'babyVaccine.status.vaccinated' | 'babyVaccine.timeline.antigen' | 'babyVaccine.timeline.atBirth' | 'babyVaccine.timeline.total' | 'babyVaccine.timeline.totalNext' | 'babyVaccine.timeline.totalPast' | 'babyVaccine.vaccineCard.injected' | 'babyVaccine.vaccineCard.markAsInjected' | 'babyVaccine.vaccineInfo.dose' | 'babyVaccine.vaccineInfo.injectedDate' | 'babyVaccine.vaccineInfo.mandatory' | 'babyVaccine.vaccineInfo.optional' | 'babyVaccine.vaccineInfo.suggested' | 'babyVaccineTool.heading' | 'bmi.ageInput' | 'bmi.ageInput.desc' | 'bmi.ageInput.error' | 'bmi.heading' | 'bmi.heightInput' | 'bmi.heightInput.desc' | 'bmi.heightInput.error' | 'bmi.objective' | 'bmi.objective.gainWeight' | 'bmi.objective.loseWeight' | 'bmi.objective.maintainWeight' | 'bmi.result.healthy' | 'bmi.result.overweight' | 'bmi.result.underweight' | 'bmi.selectGender' | 'bmi.submit' | 'bmi.weightInput' | 'bmi.weightInput.desc' | 'bmi.weightInput.error' | 'bmr.heading' | 'booking.searchBar.allLocations' | 'booking.searchBar.allSpecialties' | 'booking.searchBar.currentLocation' | 'booking.searchBar.grantLocation' | 'booking.searchBar.locationPlaceholder' | 'booking.searchBar.noResults' | 'booking.searchBar.placeholder.doctor' | 'booking.searchBar.placeholder.hospital' | 'booking.searchBar.placeholder.service' | 'booking.searchBar.placeholder.specialty' | 'booking.searchBar.popularKey' | 'booking.searchBar.searchButton' | 'booking.searchBar.searchInput.placeholder' | 'booking.searchBar.useCurrentLocation' | 'booking.searchBar.viewAll' | 'booking.searchPopup.doctors' | 'booking.searchPopup.hospitals' | 'booking.searchPopup.searchIn.doctors' | 'booking.searchPopup.searchIn.hospitals' | 'booking.searchPopup.searchIn.services' | 'booking.searchPopup.searchIn.specialties' | 'booking.searchPopup.seeAll' | 'booking.searchPopup.seeLessSpecialties' | 'booking.searchPopup.seeMoreSpecialties' | 'booking.searchPopup.services' | 'booking.searchPopup.specialties' | 'booking.searchResult.description' | 'bottomBar.share' | 'cardAuthor.admin' | 'cardAuthor.ambassador' | 'cardAuthor.expert' | 'cardAuthor.guide' | 'cardAuthor.influencer' | 'cardAuthor.localAdmin' | 'cardAuthor.moderator' | 'cardAuthor.sponsor' | 'cardPost.anonymous' | 'cardPost.option.anonymous' | 'cardPost.public' | 'cardReactions.comment' | 'cardReactions.like' | 'cardReactions.repliesCount' | 'cardReactions.reply' | 'cardReactions.save' | 'cardReactions.unSave' | 'cardReply.disclaimer' | 'cardReply.endorse' | 'cardReply.opposePopup.content' | 'cardReply.opposePopup.submit' | 'cardReply.pppose' | 'cardReply.recommentCategories.heading' | 'cardReply.source' | 'cardReply.verifyBy' | 'careBooking.bookAnAppointment' | 'categoryPage.info.reviewed' | 'categoryPage.onDate' | 'character' | 'chatbot.with.me' | 'childCard.age.months' | 'childCard.age.oneMonth' | 'childCard.age.oneWeek' | 'childCard.age.oneYear' | 'childCard.age.oneYearMonth' | 'childCard.age.oneYearOneMonth' | 'childCard.age.week' | 'childCard.age.yearMonth' | 'childCard.age.yearNoMonth' | 'childCard.age.yearOneMonth' | 'childCard.boy' | 'childCard.girl' | 'childCard.menu.add' | 'childCard.menu.edit' | 'childCard.menu.remove' | 'childCard.menu.switch' | 'childCard.noName' | 'choicePopover.ambassadorPosts' | 'choicePopover.expertPosts' | 'choicePopover.lastestPost' | 'choicePopover.latest' | 'choicePopover.newest' | 'choicePopover.oldest' | 'choicePopover.popular' | 'choicePopover.popularPost' | 'choicePopover.sort' | 'choose.community' | 'choose.other.community' | 'chooseBaby.button' | 'chooseBaby.new' | 'chooseBaby.placeholder' | 'chooseBaby.title' | '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.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';
|
|
@@ -243,9 +243,13 @@ var defaultTranslations = {
|
|
|
243
243
|
"comment.seeMoreReplies": "See {count} more replies",
|
|
244
244
|
"commentPopup.warning.newPost": "Your question will be public",
|
|
245
245
|
"common.action.close": "Close",
|
|
246
|
+
"common.clinicHospital": "Clinic/Hospital",
|
|
247
|
+
"common.education": "Education",
|
|
248
|
+
"common.expertiseCredentials": "Expertise & Credentials",
|
|
246
249
|
"common.insurance": "Insurance",
|
|
247
250
|
"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.",
|
|
248
251
|
"common.noResult": "No Result",
|
|
252
|
+
"common.otherHighlights": "Other highlights",
|
|
249
253
|
"common.paymentMethods": "Payment Methods",
|
|
250
254
|
"common.playing": "Playing ...",
|
|
251
255
|
"common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
|
|
@@ -254,6 +258,7 @@ var defaultTranslations = {
|
|
|
254
258
|
"common.rating.good": "Good!",
|
|
255
259
|
"common.rating.meh": "Meh!",
|
|
256
260
|
"common.rating.worse": "Worse!",
|
|
261
|
+
"common.readMore": "Read more",
|
|
257
262
|
"common.sponsoredBy": "Sponsored By",
|
|
258
263
|
"common.totalView": "{number} view",
|
|
259
264
|
"community.choose": "Choose a community",
|
|
@@ -300,7 +305,11 @@ var defaultTranslations = {
|
|
|
300
305
|
"createPost.urlText": "Text",
|
|
301
306
|
"createPost.video": "Video",
|
|
302
307
|
"createPost.videoOrLink": "Video or link",
|
|
308
|
+
"detail.hpvScreenerButton": "Get My Results",
|
|
309
|
+
"detail.hpvScreenerSubtitle": "Take a quick check to see if you need the vaccine.",
|
|
310
|
+
"detail.hpvScreenerTitle": "Are you at risk for HPV?",
|
|
303
311
|
"detail.openHours": "Opening Hours",
|
|
312
|
+
"detail.screened": "Screened",
|
|
304
313
|
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
305
314
|
"dueDatePage.IUI": "Intrauterine insemination (IUI)",
|
|
306
315
|
"dueDatePage.calculationMethod": "Calculation Method",
|
|
@@ -243,9 +243,13 @@ var hiTranslations = {
|
|
|
243
243
|
"comment.seeMoreReplies": "See {count} more replies",
|
|
244
244
|
"commentPopup.warning.newPost": "आपका कमेंट सभी के लिए प्रकाशित किया जाएगा।",
|
|
245
245
|
"common.action.close": "Close",
|
|
246
|
+
"common.clinicHospital": "Clinic/Hospital",
|
|
247
|
+
"common.education": "Education",
|
|
248
|
+
"common.expertiseCredentials": "Expertise & Credentials",
|
|
246
249
|
"common.insurance": "Insurance",
|
|
247
250
|
"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.",
|
|
248
251
|
"common.noResult": "No Result",
|
|
252
|
+
"common.otherHighlights": "Other highlights",
|
|
249
253
|
"common.paymentMethods": "Payment Methods",
|
|
250
254
|
"common.playing": "Playing ...",
|
|
251
255
|
"common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
|
|
@@ -254,6 +258,7 @@ var hiTranslations = {
|
|
|
254
258
|
"common.rating.good": "Good!",
|
|
255
259
|
"common.rating.meh": "Meh!",
|
|
256
260
|
"common.rating.worse": "Worse!",
|
|
261
|
+
"common.readMore": "Read more",
|
|
257
262
|
"common.sponsoredBy": "द्वारा प्रायोजित",
|
|
258
263
|
"common.totalView": "{number} view",
|
|
259
264
|
"community.choose": "Choose a community",
|
|
@@ -300,7 +305,11 @@ var hiTranslations = {
|
|
|
300
305
|
"createPost.urlText": "Text",
|
|
301
306
|
"createPost.video": "Video",
|
|
302
307
|
"createPost.videoOrLink": "Video or link",
|
|
308
|
+
"detail.hpvScreenerButton": "Get My Results",
|
|
309
|
+
"detail.hpvScreenerSubtitle": "Take a quick check to see if you need the vaccine.",
|
|
310
|
+
"detail.hpvScreenerTitle": "Are you at risk for HPV?",
|
|
303
311
|
"detail.openHours": "Opening Hours",
|
|
312
|
+
"detail.screened": "Screened",
|
|
304
313
|
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
305
314
|
"dueDatePage.IUI": "Intrauterine insemination (IUI)",
|
|
306
315
|
"dueDatePage.calculationMethod": "गणना विधि",
|
|
@@ -243,9 +243,13 @@ var idTranslations = {
|
|
|
243
243
|
"comment.seeMoreReplies": "Lihat {count} balasan untuk Anda",
|
|
244
244
|
"commentPopup.warning.newPost": "Semua orang bisa melihat pertanyaanmu",
|
|
245
245
|
"common.action.close": "Close",
|
|
246
|
+
"common.clinicHospital": "Clinic/Hospital",
|
|
247
|
+
"common.education": "Education",
|
|
248
|
+
"common.expertiseCredentials": "Expertise & Credentials",
|
|
246
249
|
"common.insurance": "Asuransi",
|
|
247
250
|
"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.",
|
|
248
251
|
"common.noResult": "No Result",
|
|
252
|
+
"common.otherHighlights": "Other highlights",
|
|
249
253
|
"common.paymentMethods": "Pilihan Pembayaran",
|
|
250
254
|
"common.playing": "Memutar ...",
|
|
251
255
|
"common.profileNavigator.newsletterSubscription": "Newsletter Subscription",
|
|
@@ -254,6 +258,7 @@ var idTranslations = {
|
|
|
254
258
|
"common.rating.good": "Good!",
|
|
255
259
|
"common.rating.meh": "Meh!",
|
|
256
260
|
"common.rating.worse": "Worse!",
|
|
261
|
+
"common.readMore": "Read more",
|
|
257
262
|
"common.sponsoredBy": "Disponsori Oleh",
|
|
258
263
|
"common.totalView": "{number} tampilan",
|
|
259
264
|
"community.choose": "Pilih komunitas",
|
|
@@ -300,7 +305,11 @@ var idTranslations = {
|
|
|
300
305
|
"createPost.urlText": "Text",
|
|
301
306
|
"createPost.video": "Video",
|
|
302
307
|
"createPost.videoOrLink": "Video atau tautan",
|
|
308
|
+
"detail.hpvScreenerButton": "Get My Results",
|
|
309
|
+
"detail.hpvScreenerSubtitle": "Take a quick check to see if you need the vaccine.",
|
|
310
|
+
"detail.hpvScreenerTitle": "Are you at risk for HPV?",
|
|
303
311
|
"detail.openHours": "Jam Buka",
|
|
312
|
+
"detail.screened": "Screened",
|
|
304
313
|
"doctorInfoComponent.loginToCall": "Masuk untuk Menelepon",
|
|
305
314
|
"dueDatePage.IUI": "Inseminasi Buatan (IUI)",
|
|
306
315
|
"dueDatePage.calculationMethod": "Metode kalkulasi",
|