@hhgtech/hhg-components 1.29.425-beta-2 → 1.29.425-beta-4
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-3a8336e2.js → InputDate-3facb41a.js} +5 -5
- package/build/{LastPeriod-fa6feda8.js → LastPeriod-f91a7711.js} +1 -1
- package/build/{MobileBottomNavigationIcon-b97385ac.js → MobileBottomNavigationIcon-56d82325.js} +3 -3
- package/build/{Spinner-62e9021a.js → Spinner-826e619a.js} +1 -1
- package/build/{WhatsApp-00654519.js → WhatsApp-1d589d8b.js} +1 -1
- package/build/adapters.js +20 -20
- package/build/ageGenerate-94f3c796.js +20 -0
- package/build/atoms.js +52 -49
- package/build/babyGrowth.js +86 -85
- package/build/cache.js +2 -2
- package/build/care/interfaces/types.d.ts +119 -1
- package/build/care.js +17 -17
- package/build/careBookingSearchBar.js +14 -14
- package/build/careBookingSearchBarV2.js +15 -15
- package/build/components/atoms/distanceTag/index.d.ts +7 -0
- package/build/components/atoms/distanceTag/index.styled.d.ts +12 -0
- package/build/components/atoms/iconHeading/index.d.ts +10 -0
- package/build/components/atoms/iconHeading/index.styled.d.ts +8 -0
- package/build/components/atoms/iconWrapper/index.d.ts +24 -0
- package/build/components/atoms/iconWrapper/index.styled.d.ts +5 -0
- package/build/components/atoms/index.d.ts +3 -0
- package/build/components/organisms/clinicInfo/index.d.ts +16 -0
- package/build/components/organisms/clinicInfo/index.styled.d.ts +19 -0
- package/build/components/organisms/index.d.ts +1 -0
- package/build/components/organisms/map/index.d.ts +23 -0
- package/build/components/organisms/map/index.helper.d.ts +3 -0
- package/build/components/organisms/map/index.styled.d.ts +47 -0
- package/build/components/organisms/openingHours/index.d.ts +7 -0
- package/build/components/organisms/openingHours/index.styled.d.ts +9 -0
- package/build/components.js +105 -99
- package/build/{constants-b9c19ad2.js → constants-33f37bf4.js} +1 -1
- package/build/constants.js +11 -3
- package/build/constantsDomainLocales.js +1 -1
- package/build/constantsRiskScreener.js +2 -2
- package/build/constantsSite.js +2 -2
- package/build/{core-b0935479.js → core-8d08b053.js} +1 -1
- package/build/{dataTransform-e7205257.js → dataTransform-dd991f25.js} +1 -1
- package/build/ecom.js +4 -4
- package/build/{editor-c6b731ee.js → editor-24435f40.js} +11 -11
- package/build/embeddedHeathToolCards_babyGrowth.js +24 -24
- package/build/embeddedHeathToolCards_babyPoop.js +20 -20
- package/build/embeddedHeathToolCards_babyVaccine.js +23 -23
- package/build/embeddedHeathToolCards_bmi_bmi.js +26 -26
- package/build/embeddedHeathToolCards_bmrBmr.js +26 -26
- package/build/embeddedHeathToolCards_dueDate_dueDate.js +23 -23
- package/build/embeddedHeathToolCards_ovulation_ovulation.js +23 -23
- package/build/embeddedHeathToolCards_pwg_pwg.js +27 -27
- package/build/embeddedHeathToolCards_targetHeartRate.js +28 -28
- package/build/esm/{InputDate-4e00402a.js → InputDate-54073e00.js} +5 -5
- package/build/esm/{LastPeriod-795a1749.js → LastPeriod-8c3d35a8.js} +1 -1
- package/build/esm/{MobileBottomNavigationIcon-6528936e.js → MobileBottomNavigationIcon-219468f9.js} +3 -3
- package/build/esm/{Spinner-f94f5183.js → Spinner-584868b4.js} +1 -1
- package/build/esm/{WhatsApp-7849d556.js → WhatsApp-a97ae6b6.js} +1 -1
- package/build/esm/adapters.js +20 -20
- package/build/esm/ageGenerate-4ce4a0cb.js +14 -0
- package/build/esm/atoms.js +49 -49
- package/build/esm/babyGrowth.js +85 -84
- package/build/esm/cache.js +2 -2
- package/build/esm/care/interfaces/types.d.ts +119 -1
- package/build/esm/care.js +17 -17
- package/build/esm/careBookingSearchBar.js +14 -14
- package/build/esm/careBookingSearchBarV2.js +15 -15
- package/build/esm/components/atoms/distanceTag/index.d.ts +7 -0
- package/build/esm/components/atoms/distanceTag/index.styled.d.ts +12 -0
- package/build/esm/components/atoms/iconHeading/index.d.ts +10 -0
- package/build/esm/components/atoms/iconHeading/index.styled.d.ts +8 -0
- package/build/esm/components/atoms/iconWrapper/index.d.ts +24 -0
- package/build/esm/components/atoms/iconWrapper/index.styled.d.ts +5 -0
- package/build/esm/components/atoms/index.d.ts +3 -0
- package/build/esm/components/organisms/clinicInfo/index.d.ts +16 -0
- package/build/esm/components/organisms/clinicInfo/index.styled.d.ts +19 -0
- package/build/esm/components/organisms/index.d.ts +1 -0
- package/build/esm/components/organisms/map/index.d.ts +23 -0
- package/build/esm/components/organisms/map/index.helper.d.ts +3 -0
- package/build/esm/components/organisms/map/index.styled.d.ts +47 -0
- package/build/esm/components/organisms/openingHours/index.d.ts +7 -0
- package/build/esm/components/organisms/openingHours/index.styled.d.ts +9 -0
- package/build/esm/components.js +101 -99
- package/build/esm/{constants-5fb6e984.js → constants-3236c0d0.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-72127582.js → core-0f783c36.js} +1 -1
- package/build/esm/{dataTransform-1f02ea8a.js → dataTransform-a27daa80.js} +1 -1
- package/build/esm/ecom.js +4 -4
- package/build/esm/{editor-9042e420.js → editor-01af229f.js} +11 -11
- package/build/esm/embeddedHeathToolCards_babyGrowth.js +24 -24
- package/build/esm/embeddedHeathToolCards_babyPoop.js +20 -20
- package/build/esm/embeddedHeathToolCards_babyVaccine.js +23 -23
- package/build/esm/embeddedHeathToolCards_bmi_bmi.js +26 -26
- package/build/esm/embeddedHeathToolCards_bmrBmr.js +26 -26
- package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +23 -23
- package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +23 -23
- package/build/esm/embeddedHeathToolCards_pwg_pwg.js +27 -27
- package/build/esm/embeddedHeathToolCards_targetHeartRate.js +28 -28
- package/build/esm/footer.js +22 -22
- package/build/esm/gAssets.js +2 -2
- package/build/esm/{healthTools-34da3545.js → healthTools-fcc7b67c.js} +1 -1
- package/build/esm/healthToolsCardWrapper.js +19 -19
- package/build/esm/healthToolsForm.js +34 -34
- package/build/esm/hooks/useFocusFieldOnDevice.d.ts +12 -0
- package/build/esm/hooks.js +13 -13
- package/build/esm/i18n/translationKeys.d.ts +1 -1
- package/build/esm/i18n-values/en-PH.js +10 -1
- package/build/esm/i18n-values/hi-IN.js +10 -1
- package/build/esm/i18n-values/id-ID.js +10 -1
- package/build/esm/i18n-values/km-KH.js +10 -1
- package/build/esm/i18n-values/ms-MY.js +9 -0
- package/build/esm/i18n-values/my-MM.js +10 -1
- package/build/esm/i18n-values/th-TH.js +10 -1
- package/build/esm/i18n-values/vi-VN.js +9 -0
- package/build/esm/i18n-values/vi-VN_MB.js +9 -0
- package/build/esm/i18n-values/zh-SG.js +10 -1
- 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/Ellipse.d.ts +4 -0
- package/build/esm/icons/Mobile.d.ts +4 -0
- package/build/esm/icons/PhoneInactive.d.ts +4 -0
- package/build/esm/icons/Pin2.d.ts +4 -0
- package/build/esm/{index-f2ca1caa.js → index-00702ad7.js} +2 -2
- package/build/esm/{index-eee044a2.js → index-0108c939.js} +6 -6
- package/build/esm/{index-47e753a2.js → index-0955d1d4.js} +2 -2
- package/build/esm/{index-e53d9e0e.js → index-10a045d9.js} +15 -15
- package/build/esm/{index-f52d7b81.js → index-1198807c.js} +3 -3
- package/build/esm/{index-7b0cf1dc.js → index-18002ae0.js} +6 -6
- package/build/esm/{index-a92eb804.js → index-18682003.js} +13 -13
- package/build/esm/{index-1bbfdb21.js → index-203e50cd.js} +14 -14
- package/build/esm/{index-0c60162c.js → index-270d6691.js} +8 -8
- package/build/esm/{index-7c574f9f.js → index-275fe51a.js} +17 -17
- package/build/esm/{index-130bddce.js → index-30c10025.js} +2 -2
- package/build/esm/{index-7e93c5d9.js → index-3316e960.js} +30 -30
- package/build/esm/{index-1cd18442.js → index-37304048.js} +4 -4
- package/build/esm/{index-0776439e.js → index-3adda1a8.js} +13 -13
- package/build/esm/{index-202ca6c8.js → index-4144dfd6.js} +16 -16
- package/build/esm/{index-364e6c9c.js → index-42115230.js} +2 -2
- package/build/esm/{index-3756e2d9.js → index-603bdac8.js} +17 -17
- package/build/esm/{index-43a1d68a.js → index-65efa453.js} +13 -13
- package/build/esm/{index-659b5390.js → index-6ae47b2b.js} +2 -2
- package/build/esm/{index-3b923d55.js → index-6d48ae81.js} +32 -32
- package/build/esm/{index-ce446688.js → index-700fe199.js} +2 -2
- package/build/esm/index-701c50d9.js +168 -0
- package/build/esm/{index-cefd4340.js → index-720a6e03.js} +7 -7
- package/build/esm/{index-5bfb409d.js → index-7264d367.js} +1 -1
- package/build/esm/{index-1dd1213e.js → index-737e1183.js} +1 -1
- package/build/esm/{index-f2ff98f9.js → index-745c9e73.js} +3 -3
- package/build/esm/{index-c9fb94f3.js → index-75564d14.js} +22 -6
- package/build/esm/{index-742c8db1.js → index-780d25f9.js} +2 -2
- package/build/esm/{index-26c32191.js → index-7887a8ba.js} +3 -3
- package/build/esm/{index-5c751ab4.js → index-80b72b10.js} +10 -10
- package/build/esm/{index-a7bdd7a4.js → index-840198c6.js} +2 -2
- package/build/esm/{index-df4e36d2.js → index-8db2c8c2.js} +16 -16
- package/build/esm/{index-ba894295.js → index-8dd29a76.js} +21 -21
- package/build/esm/{index-58f7bcc6.js → index-8f5fee10.js} +15 -15
- package/build/esm/{index-2ae03738.js → index-94ab8e54.js} +1 -1
- package/build/esm/{index-4d872541.js → index-951ce292.js} +32 -32
- package/build/esm/{index-f3cea352.js → index-97e5aad1.js} +1 -1
- package/build/esm/{index-f08dee89.js → index-9a36ac3f.js} +8 -8
- package/build/esm/{index-1d656e26.js → index-9d8fb5f6.js} +7 -7
- package/build/esm/{index-21757718.js → index-a1baec47.js} +2 -2
- package/build/esm/{index-505648ff.js → index-a1f8699e.js} +1 -1
- package/build/esm/{index-2f8e85cb.js → index-a36afc1c.js} +2 -2
- package/build/esm/{index-2aa5b9ef.js → index-a722c556.js} +1 -1
- package/build/esm/{index-737fe407.js → index-b22bc773.js} +2 -2
- package/build/esm/{index-04023140.js → index-b44c4578.js} +1 -1
- package/build/esm/{index-0efe9648.js → index-b4bd3fee.js} +17 -4
- package/build/esm/{index-dbcebb60.js → index-b6ffeb6f.js} +25 -25
- package/build/esm/{index-a5a99640.js → index-b9178c85.js} +25 -25
- package/build/esm/{index-9c57c10b.js → index-bad2c3d5.js} +17 -17
- package/build/esm/{index-ecfa44d3.js → index-bb4017be.js} +3 -3
- package/build/esm/{index-31357bba.js → index-bd0ebc3b.js} +2 -2
- package/build/esm/{index-d5d79a80.js → index-bd46aece.js} +2 -2
- package/build/esm/{index-08777bf2.js → index-c3414198.js} +13 -13
- package/build/esm/{index-29cf7c72.js → index-ca264fdb.js} +15 -15
- package/build/esm/{index-64636fee.js → index-d5e8ecbc.js} +13 -13
- package/build/esm/{index-cecb3ee6.js → index-d695fdf5.js} +5 -5
- package/build/esm/{index-d6e2b9f2.js → index-d9fe9528.js} +17 -17
- package/build/esm/{index-f840befe.js → index-dfccb4f0.js} +11 -11
- package/build/esm/{index-b85db3ec.js → index-e634ce5c.js} +3 -3
- package/build/esm/{index-ce4926c5.js → index-e6e4f786.js} +2 -2
- package/build/esm/{index-d0cb25f3.js → index-e9af4052.js} +3 -3
- package/build/esm/{index-a86e8f08.js → index-eb24d367.js} +6 -6
- package/build/esm/{index-839eb8a4.js → index-ed27d31e.js} +22 -22
- package/build/esm/{index-4b6d3e89.js → index-efebb1d3.js} +4 -4
- package/build/esm/{index-8fec51fb.js → index-f292a685.js} +6 -6
- package/build/esm/{index-78d5a682.js → index-f2e761ba.js} +13 -13
- package/build/esm/{index-80f33eaa.js → index-f355f7b1.js} +3 -3
- package/build/esm/{index-f6138a65.js → index-fc48f9eb.js} +2 -2
- package/build/esm/index.js +122 -120
- package/build/esm/interfaces/constants/index.d.ts +9 -0
- package/build/esm/{labelSorting-a69d74e6.js → labelSorting-1ecc0925.js} +4 -4
- package/build/esm/lead/layouts/lightbox/formContainer.d.ts +5 -1
- package/build/esm/lead.js +233 -203
- package/build/esm/{localizeNumberFormat-5b965cb0.js → localizeNumberFormat-5f538c10.js} +1 -13
- package/build/esm/{logoIcon-de6c673f.js → logoIcon-27d60f9f.js} +2 -2
- package/build/esm/mantine.js +26 -26
- package/build/esm/misc.js +20 -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 +76 -76
- package/build/esm/moleculesArticleCard.js +6 -6
- package/build/esm/moleculesArticleCardV2.js +17 -17
- package/build/esm/navigation.js +47 -47
- package/build/esm/navigationLogoutPopup.js +11 -11
- package/build/esm/navigationProfileButton.js +27 -27
- package/build/esm/onboardingV2.js +30 -30
- package/build/esm/organisms.js +57 -54
- package/build/esm/{popupCollectPhone-9e8a8851.js → popupCollectPhone-22e77cee.js} +398 -20
- package/build/esm/{post-a8353715.js → post-23b230f3.js} +2 -2
- package/build/esm/profileNavigation.js +20 -20
- package/build/esm/progressBar.js +1 -1
- package/build/esm/pwg.js +23 -23
- package/build/esm/ssoV2.js +31 -31
- package/build/esm/{store-a1d3a5f0.js → store-9bcb7d77.js} +3 -3
- package/build/esm/subot.js +37 -37
- package/build/esm/surveyOrPremiumBanner.js +34 -34
- package/build/esm/surveyQuestionCard.js +11 -11
- package/build/esm/{surveyThankyouCard-6fc6b736.js → surveyThankyouCard-09705aca.js} +5 -5
- package/build/esm/together.js +57 -57
- package/build/esm/togetherApiUtils.js +4 -4
- package/build/esm/togetherAtoms.js +31 -31
- package/build/esm/togetherComponentGlobalContext.js +4 -4
- package/build/esm/togetherMolecules.js +52 -52
- package/build/esm/togetherMoleculesCardAuthor.js +29 -29
- package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
- package/build/esm/togetherMoleculesProfileDetail.js +40 -40
- package/build/esm/togetherOrganisms.js +51 -51
- package/build/esm/togetherRichTextEditor.js +18 -18
- package/build/esm/togetherShareBox.js +10 -10
- package/build/esm/{translationsProvider-5ce5db0f.js → translationsProvider-32c5c2c0.js} +1 -1
- package/build/esm/{treePopoverMenu-ea2a3804.js → treePopoverMenu-1a253749.js} +19 -19
- package/build/esm/{types-4b4b8a0b.js → types-29b681d6.js} +2 -2
- package/build/esm/types.js +2 -2
- package/build/esm/{useCategory-ce3cbc8f.js → useCategory-f564c5a2.js} +5 -5
- package/build/esm/{useHealthToolCache-06108dc0.js → useHealthToolCache-fb41eee1.js} +1 -1
- package/build/esm/{usePlacesAutocomplete-fde07e0b.js → usePlacesAutocomplete-12a85ca9.js} +1 -1
- package/build/esm/useTogetherAuthRequiredAction.js +10 -10
- package/build/esm/{utils-2e03a537.js → utils-24c52f5f.js} +5 -5
- package/build/esm/{utils-916b9cb7.js → utils-322eb3c0.js} +2 -2
- package/build/esm/{utils-9b44e67f.js → utils-e194b419.js} +3 -3
- package/build/esm/{utils-a93918db.js → utils-e1abb55e.js} +2 -2
- package/build/esm/vaccination.js +22 -22
- package/build/footer.js +22 -22
- package/build/gAssets.js +2 -2
- package/build/{healthTools-af1a51db.js → healthTools-dff4b467.js} +1 -1
- package/build/healthToolsCardWrapper.js +19 -19
- package/build/healthToolsForm.js +34 -34
- package/build/hooks/useFocusFieldOnDevice.d.ts +12 -0
- package/build/hooks.js +13 -13
- package/build/i18n/translationKeys.d.ts +1 -1
- package/build/i18n-values/en-PH.js +10 -1
- package/build/i18n-values/hi-IN.js +10 -1
- package/build/i18n-values/id-ID.js +10 -1
- package/build/i18n-values/km-KH.js +10 -1
- package/build/i18n-values/ms-MY.js +9 -0
- package/build/i18n-values/my-MM.js +10 -1
- package/build/i18n-values/th-TH.js +10 -1
- package/build/i18n-values/vi-VN.js +9 -0
- package/build/i18n-values/vi-VN_MB.js +9 -0
- package/build/i18n-values/zh-SG.js +10 -1
- package/build/i18n-values/zh-TW.js +9 -0
- package/build/i18n.js +2 -2
- package/build/i18nV2.js +1 -1
- package/build/icons/Ellipse.d.ts +4 -0
- package/build/icons/Mobile.d.ts +4 -0
- package/build/icons/PhoneInactive.d.ts +4 -0
- package/build/icons/Pin2.d.ts +4 -0
- package/build/{index-c2b7d6bd.js → index-006752d1.js} +6 -6
- package/build/{index-d6b35815.js → index-03f74da6.js} +3 -3
- package/build/{index-4b24f483.js → index-07c2be00.js} +13 -13
- package/build/{index-7bc468a9.js → index-09d37af7.js} +17 -17
- package/build/{index-e1aaa4d8.js → index-0b66c191.js} +2 -2
- package/build/{index-dcd2e2d2.js → index-0cf22273.js} +13 -13
- package/build/{index-5a62dba4.js → index-0e201b62.js} +2 -2
- package/build/{index-c5cc82c8.js → index-11cf6b37.js} +2 -2
- package/build/{index-1ce2f778.js → index-19864cb1.js} +1 -1
- package/build/{index-6e13d9c1.js → index-1ede0c1c.js} +4 -4
- package/build/{index-792cb71f.js → index-24c020f3.js} +16 -3
- package/build/{index-01cf6a34.js → index-2933bb15.js} +8 -8
- package/build/{index-e6226efa.js → index-2afa7e0e.js} +2 -2
- package/build/{index-f1f598b1.js → index-2b6a34f5.js} +1 -1
- package/build/{index-d4377046.js → index-2f209286.js} +32 -32
- package/build/{index-9a941bcb.js → index-3026d89e.js} +1 -1
- package/build/{index-88317cf3.js → index-30dda4ce.js} +2 -2
- package/build/{index-5532c0e7.js → index-32af323b.js} +25 -25
- package/build/{index-c50b9e5e.js → index-32b126ea.js} +5 -5
- package/build/{index-65c1ab6e.js → index-3813bc01.js} +2 -2
- package/build/{index-92b37cee.js → index-3a281e9e.js} +6 -6
- package/build/{index-5bb503e6.js → index-43e07dd6.js} +1 -1
- package/build/{index-ba5b952e.js → index-48b8bf9e.js} +4 -4
- package/build/{index-e1453a82.js → index-4a6f3ad2.js} +13 -13
- package/build/{index-251b8ecf.js → index-4f1d0d15.js} +32 -32
- package/build/{index-e89d3f81.js → index-4fcdc1a6.js} +2 -2
- package/build/{index-d573d343.js → index-51285a34.js} +2 -2
- package/build/{index-a3daa28c.js → index-5f3ff522.js} +1 -1
- package/build/{index-7de27ef4.js → index-636b6dc5.js} +11 -11
- package/build/{index-f1f1df26.js → index-6531a191.js} +10 -10
- package/build/{index-187f4ee7.js → index-66e11ea4.js} +16 -16
- package/build/{index-0a7e0693.js → index-66f3bd63.js} +6 -6
- package/build/{index-64b4b725.js → index-6904e4d9.js} +25 -25
- package/build/{index-a433095f.js → index-69494355.js} +1 -1
- package/build/{index-6936df42.js → index-696114cb.js} +8 -8
- package/build/{index-26e56883.js → index-6b76dbdb.js} +2 -2
- package/build/{index-d7fe88f0.js → index-6c2bd87d.js} +21 -21
- package/build/{index-6676e610.js → index-6e8ffc5c.js} +2 -2
- package/build/{index-9ef4332f.js → index-727afa34.js} +3 -3
- package/build/{index-9fb011e2.js → index-76606025.js} +2 -2
- package/build/{index-4f6ccb2f.js → index-771471cb.js} +15 -15
- package/build/{index-6757fa5e.js → index-77cda7fe.js} +3 -3
- package/build/{index-5a7cb04a.js → index-7aaf1d41.js} +15 -15
- package/build/{index-d6d315ad.js → index-7c17df3a.js} +17 -17
- package/build/{index-b37211f4.js → index-84648973.js} +17 -17
- package/build/{index-48474f1a.js → index-8734b629.js} +2 -2
- package/build/{index-c61b72a3.js → index-8f6a5874.js} +6 -6
- package/build/index-957cbccf.js +194 -0
- package/build/{index-902db439.js → index-9c5c018e.js} +7 -7
- package/build/{index-48f2c924.js → index-9d8b5b7a.js} +13 -13
- package/build/{index-f9610e2c.js → index-a126de02.js} +3 -3
- package/build/{index-ed00ce9a.js → index-a6395ff6.js} +3 -3
- package/build/{index-ff55f1cf.js → index-a63c9e0f.js} +14 -14
- package/build/{index-5560c476.js → index-a66681a5.js} +2 -2
- package/build/{index-ab16fadb.js → index-b4bf3d2b.js} +3 -3
- package/build/{index-4bb47359.js → index-b8e9b995.js} +7 -7
- package/build/{index-41ed91f0.js → index-bad730f6.js} +30 -30
- package/build/{index-7862cdd9.js → index-bdaca89c.js} +13 -13
- package/build/{index-a24d894f.js → index-c3e3c48d.js} +3 -3
- package/build/{index-4fbf894d.js → index-dbf7061c.js} +22 -22
- package/build/{index-5e551718.js → index-e2d9ced0.js} +15 -15
- package/build/{index-28749091.js → index-f0552bd2.js} +16 -16
- package/build/{index-167cc9c3.js → index-f0d1eb98.js} +22 -5
- package/build/{index-a2762d74.js → index-f2aa20b8.js} +2 -2
- package/build/{index-ce2010ea.js → index-f58bc485.js} +13 -13
- package/build/{index-ed1282ce.js → index-f842cecd.js} +17 -17
- package/build/{index-0cb723e2.js → index-fb9380d7.js} +1 -1
- package/build/{index-a475dfb2.js → index-fe5e2652.js} +2 -2
- package/build/index.js +130 -124
- package/build/interfaces/constants/index.d.ts +9 -0
- package/build/{labelSorting-2983f262.js → labelSorting-e88b85ab.js} +4 -4
- package/build/lead/layouts/lightbox/formContainer.d.ts +5 -1
- package/build/lead.js +232 -202
- package/build/{localizeNumberFormat-8ea4cd47.js → localizeNumberFormat-c4789cf0.js} +0 -17
- package/build/{logoIcon-37cd288e.js → logoIcon-53300e88.js} +2 -2
- package/build/mantine.js +24 -24
- package/build/misc.js +24 -23
- 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 +76 -76
- package/build/moleculesArticleCard.js +6 -6
- package/build/moleculesArticleCardV2.js +17 -17
- package/build/navigation.js +47 -47
- package/build/navigationLogoutPopup.js +11 -11
- package/build/navigationProfileButton.js +27 -27
- package/build/onboardingV2.js +29 -29
- package/build/organisms.js +58 -54
- package/build/{popupCollectPhone-ca4f6a85.js → popupCollectPhone-1ef379af.js} +410 -30
- package/build/{post-adc85722.js → post-2b221d02.js} +2 -2
- package/build/profileNavigation.js +20 -20
- package/build/progressBar.js +1 -1
- package/build/pwg.js +23 -23
- package/build/ssoV2.js +29 -29
- package/build/{store-8e32dfc9.js → store-a97f49cd.js} +3 -3
- package/build/subot.js +36 -36
- package/build/surveyOrPremiumBanner.js +34 -34
- package/build/surveyQuestionCard.js +11 -11
- package/build/{surveyThankyouCard-56fe1c0a.js → surveyThankyouCard-c171e641.js} +5 -5
- package/build/together.js +57 -57
- package/build/togetherApiUtils.js +4 -4
- package/build/togetherAtoms.js +31 -31
- package/build/togetherComponentGlobalContext.js +4 -4
- package/build/togetherMolecules.js +52 -52
- package/build/togetherMoleculesCardAuthor.js +29 -29
- package/build/togetherMoleculesPostImagePreview.js +11 -11
- package/build/togetherMoleculesProfileDetail.js +40 -40
- package/build/togetherOrganisms.js +51 -51
- package/build/togetherRichTextEditor.js +18 -18
- package/build/togetherShareBox.js +10 -10
- package/build/{translationsProvider-d856a5f2.js → translationsProvider-24923cbd.js} +1 -1
- package/build/{treePopoverMenu-aa2ed522.js → treePopoverMenu-70554e90.js} +19 -19
- package/build/{types-09d9fc64.js → types-83c9b56a.js} +2 -2
- package/build/types.js +2 -2
- package/build/{useCategory-a40e97d0.js → useCategory-5928eaea.js} +5 -5
- package/build/{useHealthToolCache-21791225.js → useHealthToolCache-885c1304.js} +1 -1
- package/build/{usePlacesAutocomplete-4de7abed.js → usePlacesAutocomplete-af174934.js} +1 -1
- package/build/useTogetherAuthRequiredAction.js +10 -10
- package/build/{utils-aad86504.js → utils-147fe055.js} +3 -3
- package/build/{utils-d685336b.js → utils-183da119.js} +2 -2
- package/build/{utils-a1266661.js → utils-5f36c577.js} +5 -5
- package/build/{utils-3b048b45.js → utils-649e2bfb.js} +2 -2
- package/build/vaccination.js +22 -22
- package/package.json +1 -1
- package/build/esm/index-d114444d.js +0 -95
- package/build/index-69bd1d53.js +0 -102
- /package/build/{BMI_BOYS.percentile.monthly-230c9bb0.js → BMI_BOYS.percentile.monthly-9ab2249e.js} +0 -0
- /package/build/{BMI_BOYS.percentile.weekly-bcbb74b4.js → BMI_BOYS.percentile.weekly-94a3c35b.js} +0 -0
- /package/build/{BMI_BOYS.percentile.yearly-6b26a26e.js → BMI_BOYS.percentile.yearly-22398e49.js} +0 -0
- /package/build/{BMI_BOYS.zscore.monthly-0c324c6d.js → BMI_BOYS.zscore.monthly-fd3f35a2.js} +0 -0
- /package/build/{BMI_BOYS.zscore.weekly-80cb259a.js → BMI_BOYS.zscore.weekly-d9048eae.js} +0 -0
- /package/build/{BMI_BOYS.zscore.yearly-3111d4f3.js → BMI_BOYS.zscore.yearly-25b61cf4.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.monthly-d38d5f78.js → BMI_GIRLS.percentile.monthly-20e2702e.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.weekly-d2428c97.js → BMI_GIRLS.percentile.weekly-0dfb998e.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.yearly-85ece506.js → BMI_GIRLS.percentile.yearly-0cfe28b6.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.monthly-15cd89b3.js → BMI_GIRLS.zscore.monthly-8f51bbbf.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.weekly-86d9c991.js → BMI_GIRLS.zscore.weekly-9a389a2d.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.yearly-bd5a2531.js → BMI_GIRLS.zscore.yearly-3f391f7e.js} +0 -0
- /package/build/{ChevronDown-55b59eab.js → ChevronDown-e307dd35.js} +0 -0
- /package/build/{Close-12a1ec4a.js → Close-7c756ff5.js} +0 -0
- /package/build/{Google-cc6ebb25.js → Google-d5f60d19.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-2dc180cf.js → HEAD CIRCUM_BOYS.percentile.monthly-cccf9fce.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-c7a5818e.js → HEAD CIRCUM_BOYS.percentile.weekly-079b5261.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-06527bea.js → HEAD CIRCUM_BOYS.percentile.yearly-e4447c2c.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-44444c09.js → HEAD CIRCUM_BOYS.zscore.monthly-7f663e3d.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-146e5d15.js → HEAD CIRCUM_BOYS.zscore.weekly-f30a0759.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-7488bce4.js → HEAD CIRCUM_BOYS.zscore.yearly-d4fb0b99.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-33ea67f4.js → HEAD CIRCUM_GIRLS.percentile.monthly-0de707cc.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-a75e9ef4.js → HEAD CIRCUM_GIRLS.percentile.weekly-43366f41.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-089a5e2e.js → HEAD CIRCUM_GIRLS.percentile.yearly-f1e66131.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-8cb6a77d.js → HEAD CIRCUM_GIRLS.zscore.monthly-5958431a.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-cb895741.js → HEAD CIRCUM_GIRLS.zscore.weekly-92b3802b.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-82efd791.js → HEAD CIRCUM_GIRLS.zscore.yearly-1209df85.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.monthly-0a2923ff.js → HEIGHT_BOYS.percentile.monthly-717ef3e3.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.weekly-1a38867f.js → HEIGHT_BOYS.percentile.weekly-5c069498.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.yearly-a7d9352f.js → HEIGHT_BOYS.percentile.yearly-a7fb3aed.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.monthly-10651f76.js → HEIGHT_BOYS.zscore.monthly-e318020d.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.weekly-95d6d562.js → HEIGHT_BOYS.zscore.weekly-ce8932bc.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.yearly-65fb8e2a.js → HEIGHT_BOYS.zscore.yearly-e33c15f2.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.monthly-3af99566.js → HEIGHT_GIRLS.percentile.monthly-572488b1.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.weekly-7d05f93b.js → HEIGHT_GIRLS.percentile.weekly-0f0cd2cf.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.yearly-043782e8.js → HEIGHT_GIRLS.percentile.yearly-6bbcdc3a.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.monthly-d2de4ebd.js → HEIGHT_GIRLS.zscore.monthly-ab04e414.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.weekly-d5709995.js → HEIGHT_GIRLS.zscore.weekly-15be73d0.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.yearly-15abbb0b.js → HEIGHT_GIRLS.zscore.yearly-f1d3ca01.js} +0 -0
- /package/build/{Locale-2b8616e4.js → Locale-10f7b2fc.js} +0 -0
- /package/build/{Visible-e5ffceb1.js → Visible-25193142.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.monthly-2ce707da.js → WEIGHT_BOYS.percentile.monthly-e3d82c2c.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.weekly-4fa04cdf.js → WEIGHT_BOYS.percentile.weekly-2301044b.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.yearly-61759bc1.js → WEIGHT_BOYS.percentile.yearly-687ad610.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.monthly-d07f3536.js → WEIGHT_BOYS.zscore.monthly-8019cbd4.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.weekly-115e9388.js → WEIGHT_BOYS.zscore.weekly-9044d075.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.yearly-ee6b53cc.js → WEIGHT_BOYS.zscore.yearly-57aa5298.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.monthly-8021bbe6.js → WEIGHT_GIRLS.percentile.monthly-1710326d.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.weekly-b69b93a0.js → WEIGHT_GIRLS.percentile.weekly-c8b92b89.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.yearly-ce995a8d.js → WEIGHT_GIRLS.percentile.yearly-8434d9f5.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.monthly-d6b4fac8.js → WEIGHT_GIRLS.zscore.monthly-4a846b03.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.weekly-b204adac.js → WEIGHT_GIRLS.zscore.weekly-8dab4cbd.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.yearly-770d7e37.js → WEIGHT_GIRLS.zscore.yearly-092f9aca.js} +0 -0
- /package/build/{animation-0f4e0e73.js → animation-2e7f56a0.js} +0 -0
- /package/build/{constants-15318686.js → constants-4f0d3a3f.js} +0 -0
- /package/build/{constants-f5fc0421.js → constants-7daf8503.js} +0 -0
- /package/build/{constants-56513702.js → constants-fa0d6f92.js} +0 -0
- /package/build/{dataTransform-3fd2397e.js → dataTransform-9fe5e514.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.monthly-37540f52.js → BMI_BOYS.percentile.monthly-30420665.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.weekly-a3e3329d.js → BMI_BOYS.percentile.weekly-917bc7aa.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.yearly-6c1287eb.js → BMI_BOYS.percentile.yearly-c474affb.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.monthly-d3f36cdc.js → BMI_BOYS.zscore.monthly-2176e217.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.weekly-00b8f945.js → BMI_BOYS.zscore.weekly-a6263294.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.yearly-01ad1bac.js → BMI_BOYS.zscore.yearly-a6841ef7.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.monthly-16698b79.js → BMI_GIRLS.percentile.monthly-a4696abd.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.weekly-770cf83f.js → BMI_GIRLS.percentile.weekly-d4e34f45.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.yearly-56a7c0b9.js → BMI_GIRLS.percentile.yearly-8a347449.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.monthly-7c3f4738.js → BMI_GIRLS.zscore.monthly-06c28591.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.weekly-dbeb3a90.js → BMI_GIRLS.zscore.weekly-8361345f.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.yearly-e5f19cbe.js → BMI_GIRLS.zscore.yearly-46a7eaa6.js} +0 -0
- /package/build/esm/{ChevronDown-19b42fc6.js → ChevronDown-aa36df3b.js} +0 -0
- /package/build/esm/{Close-b152a9c0.js → Close-3d09b401.js} +0 -0
- /package/build/esm/{Google-a5350eeb.js → Google-a80f84ea.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-15569fb1.js → HEAD CIRCUM_BOYS.percentile.monthly-44d9e875.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-45e8cd49.js → HEAD CIRCUM_BOYS.percentile.weekly-f27ea48b.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-5d9a1e7f.js → HEAD CIRCUM_BOYS.percentile.yearly-362f51ff.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-e9616f8f.js → HEAD CIRCUM_BOYS.zscore.monthly-870ab3de.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-fd6e1e0e.js → HEAD CIRCUM_BOYS.zscore.weekly-d7ce2e1a.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-fb6ece80.js → HEAD CIRCUM_BOYS.zscore.yearly-acf3d8b3.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-76797018.js → HEAD CIRCUM_GIRLS.percentile.monthly-a3a7d88d.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-7aa617f5.js → HEAD CIRCUM_GIRLS.percentile.weekly-3a9bcc73.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-4e1c93e6.js → HEAD CIRCUM_GIRLS.percentile.yearly-659eb14f.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-b586ad78.js → HEAD CIRCUM_GIRLS.zscore.monthly-a01cf96e.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-34c5cb43.js → HEAD CIRCUM_GIRLS.zscore.weekly-b24c6578.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-82574889.js → HEAD CIRCUM_GIRLS.zscore.yearly-981eaa61.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.monthly-b08cf093.js → HEIGHT_BOYS.percentile.monthly-028c4c6e.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.weekly-79afa1d7.js → HEIGHT_BOYS.percentile.weekly-c7f87f92.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.yearly-695cc787.js → HEIGHT_BOYS.percentile.yearly-39e6a2e8.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.monthly-1678a0e9.js → HEIGHT_BOYS.zscore.monthly-0444cac8.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.weekly-2b04d2e1.js → HEIGHT_BOYS.zscore.weekly-42fd57e5.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.yearly-da4cd5ca.js → HEIGHT_BOYS.zscore.yearly-a744e348.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-beac39e9.js → HEIGHT_GIRLS.percentile.monthly-3a75d86e.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-e9b9ef10.js → HEIGHT_GIRLS.percentile.weekly-0c36ecbb.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-48cc2677.js → HEIGHT_GIRLS.percentile.yearly-52675e02.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-db2f2d8e.js → HEIGHT_GIRLS.zscore.monthly-67536949.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-25764bd2.js → HEIGHT_GIRLS.zscore.weekly-5d3e8470.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-2a9f14d7.js → HEIGHT_GIRLS.zscore.yearly-0fba8609.js} +0 -0
- /package/build/esm/{Locale-95e1adf1.js → Locale-44aeea0f.js} +0 -0
- /package/build/esm/{Visible-84e349eb.js → Visible-cd558d6f.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.monthly-37fbe8a9.js → WEIGHT_BOYS.percentile.monthly-5217da39.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.weekly-33e27b25.js → WEIGHT_BOYS.percentile.weekly-86657403.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.yearly-59c09405.js → WEIGHT_BOYS.percentile.yearly-77e98dd1.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.monthly-c9331cb3.js → WEIGHT_BOYS.zscore.monthly-ccf3c496.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.weekly-aef156d5.js → WEIGHT_BOYS.zscore.weekly-319785b7.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.yearly-c8b0f582.js → WEIGHT_BOYS.zscore.yearly-e5159377.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-07c9b9f5.js → WEIGHT_GIRLS.percentile.monthly-060d6aac.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-864d76fb.js → WEIGHT_GIRLS.percentile.weekly-48df88b6.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-62f3c780.js → WEIGHT_GIRLS.percentile.yearly-ff2d8427.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-1dee3ae2.js → WEIGHT_GIRLS.zscore.monthly-9d177c8c.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-ffd1ccd9.js → WEIGHT_GIRLS.zscore.weekly-f9acf844.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-ed82a82b.js → WEIGHT_GIRLS.zscore.yearly-8c7370d2.js} +0 -0
- /package/build/esm/{animation-a88cc855.js → animation-1ae42036.js} +0 -0
- /package/build/esm/{constants-ee900baf.js → constants-2e7696a7.js} +0 -0
- /package/build/esm/{constants-e6ff70e3.js → constants-b2699e8c.js} +0 -0
- /package/build/esm/{constants-0147d898.js → constants-ee67b06d.js} +0 -0
- /package/build/esm/{dataTransform-337dddcd.js → dataTransform-379b8b15.js} +0 -0
- /package/build/esm/{index-6ffb1fd3.js → index-0fc80620.js} +0 -0
- /package/build/esm/{index-5c22ebbc.js → index-56873fc0.js} +0 -0
- /package/build/esm/{index-a8e7c654.js → index-636963fb.js} +0 -0
- /package/build/esm/{index-1d3c4571.js → index-8ec909df.js} +0 -0
- /package/build/esm/{index-6469524a.js → index-ba1519d3.js} +0 -0
- /package/build/esm/{index-8482791a.js → index-beab0427.js} +0 -0
- /package/build/esm/{index-0de99acf.js → index-df0e94c9.js} +0 -0
- /package/build/esm/{index-26e9c9a1.js → index-e6180320.js} +0 -0
- /package/build/esm/{index.styles-b7d39a82.js → index.styles-3fa96911.js} +0 -0
- /package/build/esm/{normalizeLink-a1f00574.js → normalizeLink-e02339aa.js} +0 -0
- /package/build/esm/{number-0643bdb1.js → number-00c98872.js} +0 -0
- /package/build/esm/{paths-b829aff3.js → paths-4231354c.js} +0 -0
- /package/build/esm/{shared-c0d1bda9.js → shared-464b9453.js} +0 -0
- /package/build/esm/{text-2d0faac2.js → text-a96854b4.js} +0 -0
- /package/build/esm/{translationsContext-00b6009c.js → translationsContext-757f9b3e.js} +0 -0
- /package/build/esm/{tslib.es6-c5f6d5f2.js → tslib.es6-643d7011.js} +0 -0
- /package/build/esm/{types-87812644.js → types-394bc413.js} +0 -0
- /package/build/esm/{useIsInit-cbeb7890.js → useIsInit-f1385198.js} +0 -0
- /package/build/esm/{useOutsideClick-45743576.js → useOutsideClick-e4db4c9c.js} +0 -0
- /package/build/esm/{useScrollbarSize-323e53bb.js → useScrollbarSize-a3ca56a2.js} +0 -0
- /package/build/esm/{useUniqueId-bfae8629.js → useUniqueId-63ac2b98.js} +0 -0
- /package/build/esm/{utils-95dfa0f8.js → utils-c1e22b32.js} +0 -0
- /package/build/{index-4e457da7.js → index-0af38ed8.js} +0 -0
- /package/build/{index-b7b6a74c.js → index-13775c12.js} +0 -0
- /package/build/{index-5a5e8340.js → index-5c0f899c.js} +0 -0
- /package/build/{index-a6d75a65.js → index-7f8dde46.js} +0 -0
- /package/build/{index-35db2105.js → index-8dbdc281.js} +0 -0
- /package/build/{index-a7b3805e.js → index-91e2f861.js} +0 -0
- /package/build/{index-15243327.js → index-e0e011a1.js} +0 -0
- /package/build/{index-7d20cf14.js → index-ff176dc6.js} +0 -0
- /package/build/{index.styles-cde775fc.js → index.styles-e05e408a.js} +0 -0
- /package/build/{normalizeLink-bf331b6d.js → normalizeLink-a802a193.js} +0 -0
- /package/build/{number-deb4f849.js → number-f4a28566.js} +0 -0
- /package/build/{paths-d210afad.js → paths-bdac08f0.js} +0 -0
- /package/build/{shared-ce807a63.js → shared-33448178.js} +0 -0
- /package/build/{text-2c8a82ac.js → text-0303cc0b.js} +0 -0
- /package/build/{translationsContext-60bd7667.js → translationsContext-ccb637f6.js} +0 -0
- /package/build/{tslib.es6-f7fe8e6c.js → tslib.es6-70a6c8f7.js} +0 -0
- /package/build/{types-fc30eb21.js → types-527df19e.js} +0 -0
- /package/build/{useIsInit-17e49f03.js → useIsInit-9e094205.js} +0 -0
- /package/build/{useOutsideClick-c45b6098.js → useOutsideClick-1d4f3dc5.js} +0 -0
- /package/build/{useScrollbarSize-50e64af9.js → useScrollbarSize-3cbb7a63.js} +0 -0
- /package/build/{useUniqueId-d76afac9.js → useUniqueId-139bd5bb.js} +0 -0
- /package/build/{utils-001ce113.js → utils-173e219d.js} +0 -0
|
@@ -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.noResult' | 'common.playing' | 'common.profileNavigator.newsletterSubscription' | 'common.sponsoredBy' | 'common.totalView' | 'community.choose' | 'community.notification.joined' | 'community.notification.left' | 'copied' | 'copy' | 'createPost.askDoctor' | 'createPost.askDoctor.description' | 'createPost.askDoctorChoice.no' | 'createPost.askDoctorChoice.yes' | 'createPost.communityAndTopic' | 'createPost.message.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' | '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' | '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';
|
|
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.noResult' | 'common.playing' | 'common.profileNavigator.newsletterSubscription' | 'common.sponsoredBy' | 'common.totalView' | 'community.choose' | 'community.notification.joined' | 'community.notification.left' | 'copied' | 'copy' | 'createPost.askDoctor' | 'createPost.askDoctor.description' | 'createPost.askDoctorChoice.no' | 'createPost.askDoctorChoice.yes' | 'createPost.communityAndTopic' | 'createPost.message.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' | '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';
|
|
@@ -296,6 +296,8 @@ var defaultTranslations = {
|
|
|
296
296
|
"createPost.urlText": "Text",
|
|
297
297
|
"createPost.video": "Video",
|
|
298
298
|
"createPost.videoOrLink": "Video or link",
|
|
299
|
+
"detail.openHours": "Opening Hours",
|
|
300
|
+
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
299
301
|
"dueDatePage.IUI": "Intrauterine insemination (IUI)",
|
|
300
302
|
"dueDatePage.calculationMethod": "Calculation Method",
|
|
301
303
|
"dueDatePage.conceptionDate": "Conception Date",
|
|
@@ -871,7 +873,14 @@ var defaultTranslations = {
|
|
|
871
873
|
"verifyBotAnswer.confirmEndorse.accept": "Yes, endorse",
|
|
872
874
|
"verifyBotAnswer.confirmEndorse.cancel": "No, cancel",
|
|
873
875
|
"verifyBotAnswer.confirmEndorse.description": "Thank you for endorsing the answer",
|
|
874
|
-
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer"
|
|
876
|
+
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer",
|
|
877
|
+
"workingDays.fri": "Friday",
|
|
878
|
+
"workingDays.mon": "Monday",
|
|
879
|
+
"workingDays.sat": "Saturday",
|
|
880
|
+
"workingDays.sun": "Sunday",
|
|
881
|
+
"workingDays.thu": "Thursday",
|
|
882
|
+
"workingDays.tue": "Tuesday",
|
|
883
|
+
"workingDays.wed": "Wednesday"
|
|
875
884
|
};
|
|
876
885
|
|
|
877
886
|
exports.character = character;
|
|
@@ -296,6 +296,8 @@ var hiTranslations = {
|
|
|
296
296
|
"createPost.urlText": "Text",
|
|
297
297
|
"createPost.video": "Video",
|
|
298
298
|
"createPost.videoOrLink": "Video or link",
|
|
299
|
+
"detail.openHours": "Opening Hours",
|
|
300
|
+
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
299
301
|
"dueDatePage.IUI": "Intrauterine insemination (IUI)",
|
|
300
302
|
"dueDatePage.calculationMethod": "गणना विधि",
|
|
301
303
|
"dueDatePage.conceptionDate": "कॉन्सेप्शन की तारीख ",
|
|
@@ -871,7 +873,14 @@ var hiTranslations = {
|
|
|
871
873
|
"verifyBotAnswer.confirmEndorse.accept": "Yes, endorse",
|
|
872
874
|
"verifyBotAnswer.confirmEndorse.cancel": "No, cancel",
|
|
873
875
|
"verifyBotAnswer.confirmEndorse.description": "Thank you for endorsing the answer",
|
|
874
|
-
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer"
|
|
876
|
+
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer",
|
|
877
|
+
"workingDays.fri": "Friday",
|
|
878
|
+
"workingDays.mon": "Monday",
|
|
879
|
+
"workingDays.sat": "Saturday",
|
|
880
|
+
"workingDays.sun": "Sunday",
|
|
881
|
+
"workingDays.thu": "Thursday",
|
|
882
|
+
"workingDays.tue": "Tuesday",
|
|
883
|
+
"workingDays.wed": "Wednesday"
|
|
875
884
|
};
|
|
876
885
|
|
|
877
886
|
exports.character = character;
|
|
@@ -296,6 +296,8 @@ var idTranslations = {
|
|
|
296
296
|
"createPost.urlText": "Text",
|
|
297
297
|
"createPost.video": "Video",
|
|
298
298
|
"createPost.videoOrLink": "Video atau tautan",
|
|
299
|
+
"detail.openHours": "Opening Hours",
|
|
300
|
+
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
299
301
|
"dueDatePage.IUI": "Inseminasi Buatan (IUI)",
|
|
300
302
|
"dueDatePage.calculationMethod": "Metode kalkulasi",
|
|
301
303
|
"dueDatePage.conceptionDate": "Tanggal Pembuahan",
|
|
@@ -871,7 +873,14 @@ var idTranslations = {
|
|
|
871
873
|
"verifyBotAnswer.confirmEndorse.accept": "Yes, endorse",
|
|
872
874
|
"verifyBotAnswer.confirmEndorse.cancel": "No, cancel",
|
|
873
875
|
"verifyBotAnswer.confirmEndorse.description": "Thank you for endorsing the answer",
|
|
874
|
-
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer"
|
|
876
|
+
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer",
|
|
877
|
+
"workingDays.fri": "Friday",
|
|
878
|
+
"workingDays.mon": "Monday",
|
|
879
|
+
"workingDays.sat": "Saturday",
|
|
880
|
+
"workingDays.sun": "Sunday",
|
|
881
|
+
"workingDays.thu": "Thursday",
|
|
882
|
+
"workingDays.tue": "Tuesday",
|
|
883
|
+
"workingDays.wed": "Wednesday"
|
|
875
884
|
};
|
|
876
885
|
|
|
877
886
|
exports.character = character;
|
|
@@ -296,6 +296,8 @@ var kmTranslations = {
|
|
|
296
296
|
"createPost.urlText": "Text",
|
|
297
297
|
"createPost.video": "វីដេអូ",
|
|
298
298
|
"createPost.videoOrLink": "វីដេអូ ឬ តំណភ្ជាប់",
|
|
299
|
+
"detail.openHours": "Opening Hours",
|
|
300
|
+
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
299
301
|
"dueDatePage.IUI": "ការបញ្ចូលទឹកកាមក្នុងស្បូន (IUI)",
|
|
300
302
|
"dueDatePage.calculationMethod": "វិធីសាស្ត្រគណនា",
|
|
301
303
|
"dueDatePage.conceptionDate": "ថ្ងៃបង្កកំណើត",
|
|
@@ -871,7 +873,14 @@ var kmTranslations = {
|
|
|
871
873
|
"verifyBotAnswer.confirmEndorse.accept": "Yes, endorse",
|
|
872
874
|
"verifyBotAnswer.confirmEndorse.cancel": "No, cancel",
|
|
873
875
|
"verifyBotAnswer.confirmEndorse.description": "Thank you for endorsing the answer",
|
|
874
|
-
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer"
|
|
876
|
+
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer",
|
|
877
|
+
"workingDays.fri": "Friday",
|
|
878
|
+
"workingDays.mon": "Monday",
|
|
879
|
+
"workingDays.sat": "Saturday",
|
|
880
|
+
"workingDays.sun": "Sunday",
|
|
881
|
+
"workingDays.thu": "Thursday",
|
|
882
|
+
"workingDays.tue": "Tuesday",
|
|
883
|
+
"workingDays.wed": "Wednesday"
|
|
875
884
|
};
|
|
876
885
|
|
|
877
886
|
exports.character = character;
|
|
@@ -296,6 +296,8 @@ var msTranslations = {
|
|
|
296
296
|
"createPost.urlText": "Teks",
|
|
297
297
|
"createPost.video": "Video",
|
|
298
298
|
"createPost.videoOrLink": "Video atau pautan",
|
|
299
|
+
"detail.openHours": "Opening Hours",
|
|
300
|
+
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
299
301
|
"dueDatePage.IUI": "Inseminasi dalam rahim (IUI)",
|
|
300
302
|
"dueDatePage.calculationMethod": "Kaedah Pengiraan",
|
|
301
303
|
"dueDatePage.conceptionDate": "Tarikh Konsepsi",
|
|
@@ -872,6 +874,13 @@ var msTranslations = {
|
|
|
872
874
|
"verifyBotAnswer.confirmEndorse.cancel": "Tidak, batal",
|
|
873
875
|
"verifyBotAnswer.confirmEndorse.description": "erima kasih atas sokongan terhadap jawapan ini",
|
|
874
876
|
"verifyBotAnswer.confirmEndorse.heading": "Sokong jawapan ini",
|
|
877
|
+
"workingDays.fri": "Friday",
|
|
878
|
+
"workingDays.mon": "Monday",
|
|
879
|
+
"workingDays.sat": "Saturday",
|
|
880
|
+
"workingDays.sun": "Sunday",
|
|
881
|
+
"workingDays.thu": "Thursday",
|
|
882
|
+
"workingDays.tue": "Tuesday",
|
|
883
|
+
"workingDays.wed": "Wednesday",
|
|
875
884
|
"footer.followUsText": "Ikuti kami",
|
|
876
885
|
"footer.info.address": "47-1, Jalan SS 18/6, 47500 Subang Jaya, Selangor Malaysia"
|
|
877
886
|
};
|
|
@@ -296,6 +296,8 @@ var myTranslations = {
|
|
|
296
296
|
"createPost.urlText": "စာသား",
|
|
297
297
|
"createPost.video": "ဗီဒီယို",
|
|
298
298
|
"createPost.videoOrLink": "ဗီဒီယို သို့မဟုတ် link",
|
|
299
|
+
"detail.openHours": "Opening Hours",
|
|
300
|
+
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
299
301
|
"dueDatePage.IUI": "သားအိမ်အတွင်းသုက်ထိုးခြင်း (IUI)",
|
|
300
302
|
"dueDatePage.calculationMethod": "တွက်ချက်နည်း",
|
|
301
303
|
"dueDatePage.conceptionDate": "ကိုယ်ဝန်ရရှိသည့် ရက်စွဲ",
|
|
@@ -871,7 +873,14 @@ var myTranslations = {
|
|
|
871
873
|
"verifyBotAnswer.confirmEndorse.accept": "Yes, endorse",
|
|
872
874
|
"verifyBotAnswer.confirmEndorse.cancel": "No, cancel",
|
|
873
875
|
"verifyBotAnswer.confirmEndorse.description": "Thank you for endorsing the answer",
|
|
874
|
-
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer"
|
|
876
|
+
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer",
|
|
877
|
+
"workingDays.fri": "Friday",
|
|
878
|
+
"workingDays.mon": "Monday",
|
|
879
|
+
"workingDays.sat": "Saturday",
|
|
880
|
+
"workingDays.sun": "Sunday",
|
|
881
|
+
"workingDays.thu": "Thursday",
|
|
882
|
+
"workingDays.tue": "Tuesday",
|
|
883
|
+
"workingDays.wed": "Wednesday"
|
|
875
884
|
};
|
|
876
885
|
|
|
877
886
|
exports.character = character;
|
|
@@ -296,6 +296,8 @@ var thTranslations = {
|
|
|
296
296
|
"createPost.urlText": "ข้อความ",
|
|
297
297
|
"createPost.video": "วิดีโอ",
|
|
298
298
|
"createPost.videoOrLink": "วิดีโอหรือลิงก์",
|
|
299
|
+
"detail.openHours": "Opening Hours",
|
|
300
|
+
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
299
301
|
"dueDatePage.IUI": "การผสมเทียม (IUI)",
|
|
300
302
|
"dueDatePage.calculationMethod": "วิธีการคำนวณ",
|
|
301
303
|
"dueDatePage.conceptionDate": "วันที่ปฏิสนธิ",
|
|
@@ -871,7 +873,14 @@ var thTranslations = {
|
|
|
871
873
|
"verifyBotAnswer.confirmEndorse.accept": "Yes, endorse",
|
|
872
874
|
"verifyBotAnswer.confirmEndorse.cancel": "No, cancel",
|
|
873
875
|
"verifyBotAnswer.confirmEndorse.description": "Thank you for endorsing the answer",
|
|
874
|
-
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer"
|
|
876
|
+
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer",
|
|
877
|
+
"workingDays.fri": "Friday",
|
|
878
|
+
"workingDays.mon": "Monday",
|
|
879
|
+
"workingDays.sat": "Saturday",
|
|
880
|
+
"workingDays.sun": "Sunday",
|
|
881
|
+
"workingDays.thu": "Thursday",
|
|
882
|
+
"workingDays.tue": "Tuesday",
|
|
883
|
+
"workingDays.wed": "Wednesday"
|
|
875
884
|
};
|
|
876
885
|
|
|
877
886
|
exports.character = character;
|
|
@@ -296,6 +296,8 @@ var viTranslations = {
|
|
|
296
296
|
"createPost.urlText": "Nội dung",
|
|
297
297
|
"createPost.video": "Video",
|
|
298
298
|
"createPost.videoOrLink": "Video hoặc liên kết",
|
|
299
|
+
"detail.openHours": "Opening Hours",
|
|
300
|
+
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
299
301
|
"dueDatePage.IUI": "Thụ tinh nhân tạo (IUI)",
|
|
300
302
|
"dueDatePage.calculationMethod": "Phương pháp tính toán",
|
|
301
303
|
"dueDatePage.conceptionDate": "Ngày thụ thai",
|
|
@@ -872,6 +874,13 @@ var viTranslations = {
|
|
|
872
874
|
"verifyBotAnswer.confirmEndorse.cancel": "Hủy",
|
|
873
875
|
"verifyBotAnswer.confirmEndorse.description": "Cảm ơn bạn đã chứng nhận câu trả lời của cộng đồng chúng tôi!",
|
|
874
876
|
"verifyBotAnswer.confirmEndorse.heading": "Chứng nhận câu trả lời!",
|
|
877
|
+
"workingDays.fri": "Friday",
|
|
878
|
+
"workingDays.mon": "Monday",
|
|
879
|
+
"workingDays.sat": "Saturday",
|
|
880
|
+
"workingDays.sun": "Sunday",
|
|
881
|
+
"workingDays.thu": "Thursday",
|
|
882
|
+
"workingDays.tue": "Tuesday",
|
|
883
|
+
"workingDays.wed": "Wednesday",
|
|
875
884
|
"footer.followUsText": "Follow us",
|
|
876
885
|
"footer.info.address": "Địa chỉ: Tầng 5, Tòa nhà Sonatus, 15 Lê Thánh Tôn, P.Bến Nghé, Quận 1, Thành phố Hồ Chí Minh",
|
|
877
886
|
"footer.info.certificate": "Giấy xác nhận cung cấp dịch vụ mạng xã hội trực tuyến số 592/GP-BTTTT HN ngày 03/12/2019",
|
|
@@ -296,6 +296,8 @@ var mbTranslations = {
|
|
|
296
296
|
"createPost.urlText": "Nội dung",
|
|
297
297
|
"createPost.video": "Video",
|
|
298
298
|
"createPost.videoOrLink": "Video hoặc liên kết",
|
|
299
|
+
"detail.openHours": "Opening Hours",
|
|
300
|
+
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
299
301
|
"dueDatePage.IUI": "Thụ tinh nhân tạo (IUI)",
|
|
300
302
|
"dueDatePage.calculationMethod": "Phương pháp tính toán",
|
|
301
303
|
"dueDatePage.conceptionDate": "Ngày thụ thai",
|
|
@@ -872,6 +874,13 @@ var mbTranslations = {
|
|
|
872
874
|
"verifyBotAnswer.confirmEndorse.cancel": "Hủy",
|
|
873
875
|
"verifyBotAnswer.confirmEndorse.description": "Cảm ơn bạn đã chứng nhận câu trả lời của cộng đồng chúng tôi!",
|
|
874
876
|
"verifyBotAnswer.confirmEndorse.heading": "Chứng nhận câu trả lời!",
|
|
877
|
+
"workingDays.fri": "Friday",
|
|
878
|
+
"workingDays.mon": "Monday",
|
|
879
|
+
"workingDays.sat": "Saturday",
|
|
880
|
+
"workingDays.sun": "Sunday",
|
|
881
|
+
"workingDays.thu": "Thursday",
|
|
882
|
+
"workingDays.tue": "Tuesday",
|
|
883
|
+
"workingDays.wed": "Wednesday",
|
|
875
884
|
"footer.followUsText": "Follow us",
|
|
876
885
|
"footer.info.address": "Địa chỉ: Tầng 5, Tòa nhà Sonatus, 15 Lê Thánh Tôn, P.Bến Nghé, Quận 1, Thành phố Hồ Chí Minh",
|
|
877
886
|
"footer.info.certificate": "Giấy xác nhận cung cấp dịch vụ mạng xã hội trực tuyến số 592/GP-BTTTT HN ngày 03/12/2019",
|
|
@@ -296,6 +296,8 @@ var zhSGTranslations = {
|
|
|
296
296
|
"createPost.urlText": "语言内容",
|
|
297
297
|
"createPost.video": "影片",
|
|
298
298
|
"createPost.videoOrLink": "影片或链接",
|
|
299
|
+
"detail.openHours": "Opening Hours",
|
|
300
|
+
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
299
301
|
"dueDatePage.IUI": "人工授精(IUI)",
|
|
300
302
|
"dueDatePage.calculationMethod": "计算方式",
|
|
301
303
|
"dueDatePage.conceptionDate": "受孕日期",
|
|
@@ -871,7 +873,14 @@ var zhSGTranslations = {
|
|
|
871
873
|
"verifyBotAnswer.confirmEndorse.accept": "是,认可",
|
|
872
874
|
"verifyBotAnswer.confirmEndorse.cancel": "否,取消",
|
|
873
875
|
"verifyBotAnswer.confirmEndorse.description": "感谢您的认可",
|
|
874
|
-
"verifyBotAnswer.confirmEndorse.heading": "认可此答案"
|
|
876
|
+
"verifyBotAnswer.confirmEndorse.heading": "认可此答案",
|
|
877
|
+
"workingDays.fri": "Friday",
|
|
878
|
+
"workingDays.mon": "Monday",
|
|
879
|
+
"workingDays.sat": "Saturday",
|
|
880
|
+
"workingDays.sun": "Sunday",
|
|
881
|
+
"workingDays.thu": "Thursday",
|
|
882
|
+
"workingDays.tue": "Tuesday",
|
|
883
|
+
"workingDays.wed": "Wednesday"
|
|
875
884
|
};
|
|
876
885
|
|
|
877
886
|
exports.character = character;
|
|
@@ -296,6 +296,8 @@ var zhTranslations = {
|
|
|
296
296
|
"createPost.urlText": "Text",
|
|
297
297
|
"createPost.video": "社群與主題",
|
|
298
298
|
"createPost.videoOrLink": "向我們的專家諮詢",
|
|
299
|
+
"detail.openHours": "Opening Hours",
|
|
300
|
+
"doctorInfoComponent.loginToCall": "Log In To Call",
|
|
299
301
|
"dueDatePage.IUI": "人工授精(IUI)",
|
|
300
302
|
"dueDatePage.calculationMethod": "計算方法",
|
|
301
303
|
"dueDatePage.conceptionDate": "受孕日期",
|
|
@@ -872,6 +874,13 @@ var zhTranslations = {
|
|
|
872
874
|
"verifyBotAnswer.confirmEndorse.cancel": "No, cancel",
|
|
873
875
|
"verifyBotAnswer.confirmEndorse.description": "Thank you for endorsing the answer",
|
|
874
876
|
"verifyBotAnswer.confirmEndorse.heading": "Endorse this answer",
|
|
877
|
+
"workingDays.fri": "Friday",
|
|
878
|
+
"workingDays.mon": "Monday",
|
|
879
|
+
"workingDays.sat": "Saturday",
|
|
880
|
+
"workingDays.sun": "Sunday",
|
|
881
|
+
"workingDays.thu": "Thursday",
|
|
882
|
+
"workingDays.tue": "Tuesday",
|
|
883
|
+
"workingDays.wed": "Wednesday",
|
|
875
884
|
"searchPage.result": "公開"
|
|
876
885
|
};
|
|
877
886
|
|
package/build/i18n.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var translationsContext = require('./translationsContext-
|
|
6
|
-
var translationsProvider = require('./translationsProvider-
|
|
5
|
+
var translationsContext = require('./translationsContext-ccb637f6.js');
|
|
6
|
+
var translationsProvider = require('./translationsProvider-24923cbd.js');
|
|
7
7
|
require('react');
|
|
8
8
|
require('./i18n-values/en-PH.js');
|
|
9
9
|
require('./i18n-values/hi-IN.js');
|
package/build/i18nV2.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var translationsContext = require('./translationsContext-
|
|
5
|
+
var translationsContext = require('./translationsContext-ccb637f6.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
|
|
8
8
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('./tslib.es6-
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-70a6c8f7.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var core = require('@mantine/core');
|
|
6
6
|
var dates = require('@mantine/dates');
|
|
7
|
-
var index = require('./index-
|
|
8
|
-
require('./index-
|
|
9
|
-
var index$2 = require('./index-
|
|
10
|
-
var index$1 = require('./index-
|
|
11
|
-
var Locale = require('./Locale-
|
|
7
|
+
var index = require('./index-24c020f3.js');
|
|
8
|
+
require('./index-43e07dd6.js');
|
|
9
|
+
var index$2 = require('./index-7f8dde46.js');
|
|
10
|
+
var index$1 = require('./index-696114cb.js');
|
|
11
|
+
var Locale = require('./Locale-10f7b2fc.js');
|
|
12
12
|
|
|
13
13
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
14
14
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('./tslib.es6-
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-70a6c8f7.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var core = require('@mantine/core');
|
|
6
|
-
var shared = require('./shared-
|
|
7
|
-
var text = require('./text-
|
|
6
|
+
var shared = require('./shared-33448178.js');
|
|
7
|
+
var text = require('./text-0303cc0b.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
10
10
|
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('./tslib.es6-
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-70a6c8f7.js');
|
|
4
4
|
var React = require('react');
|
|
5
|
-
require('./index-
|
|
5
|
+
require('./index-2933bb15.js');
|
|
6
6
|
require('@mantine/core');
|
|
7
7
|
require('@mantine/dates');
|
|
8
|
-
require('./index-
|
|
9
|
-
require('./index-
|
|
10
|
-
require('./index-
|
|
11
|
-
require('./index-
|
|
12
|
-
var index = require('./index-
|
|
13
|
-
require('./index-
|
|
14
|
-
require('./index.styles-
|
|
15
|
-
require('./translationsContext-
|
|
8
|
+
require('./index-24c020f3.js');
|
|
9
|
+
require('./index-43e07dd6.js');
|
|
10
|
+
require('./index-7f8dde46.js');
|
|
11
|
+
require('./index-696114cb.js');
|
|
12
|
+
var index = require('./index-6b76dbdb.js');
|
|
13
|
+
require('./index-03f74da6.js');
|
|
14
|
+
require('./index.styles-e05e408a.js');
|
|
15
|
+
require('./translationsContext-ccb637f6.js');
|
|
16
16
|
require('@mantine/hooks');
|
|
17
|
-
require('./text-
|
|
18
|
-
require('./utils-
|
|
19
|
-
require('./index-
|
|
17
|
+
require('./text-0303cc0b.js');
|
|
18
|
+
require('./utils-173e219d.js');
|
|
19
|
+
require('./index-77cda7fe.js');
|
|
20
20
|
|
|
21
21
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
22
22
|
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('./tslib.es6-
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-70a6c8f7.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var form = require('@mantine/form');
|
|
6
|
-
var useHealthToolCache = require('./useHealthToolCache-
|
|
7
|
-
var index = require('./index-
|
|
8
|
-
var index$5 = require('./index-
|
|
9
|
-
var constants = require('./constants-
|
|
10
|
-
var index$2 = require('./index-
|
|
11
|
-
var index$4 = require('./index-
|
|
12
|
-
var index$3 = require('./index-
|
|
6
|
+
var useHealthToolCache = require('./useHealthToolCache-885c1304.js');
|
|
7
|
+
var index = require('./index-3026d89e.js');
|
|
8
|
+
var index$5 = require('./index-7f8dde46.js');
|
|
9
|
+
var constants = require('./constants-7daf8503.js');
|
|
10
|
+
var index$2 = require('./index-f58bc485.js');
|
|
11
|
+
var index$4 = require('./index-2933bb15.js');
|
|
12
|
+
var index$3 = require('./index-006752d1.js');
|
|
13
13
|
require('@mantine/core');
|
|
14
|
-
require('./index-
|
|
15
|
-
require('./index-
|
|
16
|
-
require('./index.styles-
|
|
14
|
+
require('./index-6b76dbdb.js');
|
|
15
|
+
require('./index-03f74da6.js');
|
|
16
|
+
require('./index.styles-e05e408a.js');
|
|
17
17
|
require('@mantine/hooks');
|
|
18
|
-
require('./index-
|
|
19
|
-
require('./text-
|
|
20
|
-
require('./utils-
|
|
21
|
-
require('./index-
|
|
22
|
-
require('./index-
|
|
23
|
-
var index$1 = require('./index-
|
|
18
|
+
require('./index-696114cb.js');
|
|
19
|
+
require('./text-0303cc0b.js');
|
|
20
|
+
require('./utils-173e219d.js');
|
|
21
|
+
require('./index-77cda7fe.js');
|
|
22
|
+
require('./index-24c020f3.js');
|
|
23
|
+
var index$1 = require('./index-48b8bf9e.js');
|
|
24
24
|
var constantsDomainLocales = require('./constantsDomainLocales.js');
|
|
25
25
|
|
|
26
26
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('./tslib.es6-
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-70a6c8f7.js');
|
|
4
4
|
var React = require('react');
|
|
5
|
-
var togetherComponentGlobalContext = require('./utils-
|
|
5
|
+
var togetherComponentGlobalContext = require('./utils-147fe055.js');
|
|
6
6
|
var styled = require('@emotion/styled');
|
|
7
7
|
var miscTheme = require('./miscTheme.js');
|
|
8
8
|
|