@hhgtech/hhg-components 1.29.362 → 1.29.363-beta-1
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-ce2a409e.js +416 -0
- package/build/{LastPeriod-eb5cfea6.js → LastPeriod-629c6d2e.js} +1 -1
- package/build/{Locale-8424b413.js → Locale-043d083b.js} +1 -0
- package/build/{MobileBottomNavigationIcon-1c8f1782.js → MobileBottomNavigationIcon-a19ba2a4.js} +3 -3
- package/build/{Spinner-b9257ddf.js → Spinner-4a032444.js} +1 -1
- package/build/{WhatsApp-b20d8887.js → WhatsApp-1347df20.js} +1 -1
- package/build/adapters.js +19 -19
- package/build/atoms.js +49 -47
- package/build/babyGrowth.js +83 -83
- package/build/cache.js +2 -2
- package/build/care.js +17 -17
- package/build/careBookingSearchBar.js +14 -14
- package/build/careBookingSearchBarV2.js +15 -15
- package/build/components/atoms/icons/IUI.d.ts +4 -0
- package/build/components/atoms/icons/Info.d.ts +4 -0
- package/build/components/atoms/icons/Ultrasound.d.ts +4 -0
- package/build/components/atoms/index.d.ts +1 -0
- package/build/components/atoms/inputDate/InputDate.d.ts +12 -4
- package/build/components/atoms/inputDate/InputDate.helpers.d.ts +5 -3
- package/build/components/atoms/inputMB/index.styled.d.ts +2 -2
- package/build/components/atoms/logo/index.d.ts +1 -1
- package/build/components/molecules/embeddedHeathToolCards/due-date/dueDate.d.ts +5 -2
- package/build/components/molecules/healthTools/components/borderInlineControl/index.d.ts +2 -2
- package/build/components/molecules/healthTools/form/dueDateForm/context.d.ts +1 -1
- package/build/components/molecules/healthTools/form/dueDateForm/index.d.ts +3 -1
- package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/context.d.ts +7 -0
- package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/defaultLayout.d.ts +2 -0
- package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/index.d.ts +6 -0
- package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/inlineLayout.d.ts +2 -0
- package/build/components/molecules/healthTools/form/dueDateForm/iuiForm/mbLayout.d.ts +2 -0
- package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/context.d.ts +7 -0
- package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/defaultLayout.d.ts +2 -0
- package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/index.d.ts +8 -0
- package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/inlineLayout.d.ts +2 -0
- package/build/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/mbLayout.d.ts +2 -0
- package/build/components/molecules/healthTools/form/dueDateForm/utils.d.ts +5 -1
- package/build/components/molecules/toolBannerCard/index.d.ts +3 -1
- package/build/components.js +122 -121
- package/build/constants/keyCode.d.ts +5 -0
- package/build/{constants-b5640ab3.js → constants-c98c9f86.js} +1 -0
- package/build/{constants-bf5a6242.js → constants-e73888d7.js} +1 -1
- package/build/constants.js +3 -3
- package/build/constantsDomainLocales.js +3 -1
- package/build/constantsRiskScreener.js +2 -2
- package/build/constantsSite.js +2 -2
- package/build/{core-fc1b679c.js → core-b9574056.js} +1 -1
- package/build/{dataTransform-99aef06b.js → dataTransform-36801523.js} +1 -1
- package/build/ecom.js +4 -4
- package/build/{editor-0234fb2f.js → editor-3d728a52.js} +11 -11
- package/build/embeddedHeathToolCards_babyGrowth.js +23 -23
- package/build/embeddedHeathToolCards_babyPoop.js +19 -19
- package/build/embeddedHeathToolCards_babyVaccine.js +22 -22
- package/build/embeddedHeathToolCards_bmi_bmi.js +25 -25
- package/build/embeddedHeathToolCards_bmrBmr.js +25 -25
- package/build/embeddedHeathToolCards_dueDate_dueDate.js +27 -26
- package/build/embeddedHeathToolCards_ovulation_ovulation.js +22 -22
- package/build/embeddedHeathToolCards_pwg_pwg.js +26 -26
- package/build/embeddedHeathToolCards_targetHeartRate.js +27 -27
- package/build/esm/InputDate-59904635.js +407 -0
- package/build/esm/{LastPeriod-e8d99ec6.js → LastPeriod-fbf8fbf3.js} +1 -1
- package/build/esm/{Locale-23142efe.js → Locale-37e2792b.js} +1 -0
- package/build/esm/{MobileBottomNavigationIcon-5f4ee3f4.js → MobileBottomNavigationIcon-6b3bd20f.js} +3 -3
- package/build/esm/{Spinner-6ffe5c0f.js → Spinner-a518c119.js} +1 -1
- package/build/esm/{WhatsApp-1c55868a.js → WhatsApp-1c47f4a0.js} +1 -1
- package/build/esm/adapters.js +19 -19
- package/build/esm/atoms.js +48 -47
- package/build/esm/babyGrowth.js +83 -83
- package/build/esm/cache.js +2 -2
- 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/icons/IUI.d.ts +4 -0
- package/build/esm/components/atoms/icons/Info.d.ts +4 -0
- package/build/esm/components/atoms/icons/Ultrasound.d.ts +4 -0
- package/build/esm/components/atoms/index.d.ts +1 -0
- package/build/esm/components/atoms/inputDate/InputDate.d.ts +12 -4
- package/build/esm/components/atoms/inputDate/InputDate.helpers.d.ts +5 -3
- package/build/esm/components/atoms/inputMB/index.styled.d.ts +2 -2
- package/build/esm/components/atoms/logo/index.d.ts +1 -1
- package/build/esm/components/molecules/embeddedHeathToolCards/due-date/dueDate.d.ts +5 -2
- package/build/esm/components/molecules/healthTools/components/borderInlineControl/index.d.ts +2 -2
- package/build/esm/components/molecules/healthTools/form/dueDateForm/context.d.ts +1 -1
- package/build/esm/components/molecules/healthTools/form/dueDateForm/index.d.ts +3 -1
- package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/context.d.ts +7 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/defaultLayout.d.ts +2 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/index.d.ts +6 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/inlineLayout.d.ts +2 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/iuiForm/mbLayout.d.ts +2 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/context.d.ts +7 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/defaultLayout.d.ts +2 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/index.d.ts +8 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/inlineLayout.d.ts +2 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/ultrasoundForm/mbLayout.d.ts +2 -0
- package/build/esm/components/molecules/healthTools/form/dueDateForm/utils.d.ts +5 -1
- package/build/esm/components/molecules/toolBannerCard/index.d.ts +3 -1
- package/build/esm/components.js +98 -98
- package/build/esm/constants/keyCode.d.ts +5 -0
- package/build/esm/{constants-343513d8.js → constants-3f8c9086.js} +1 -1
- package/build/esm/{constants-7e8a9103.js → constants-e80852b3.js} +1 -0
- package/build/esm/constants.js +3 -3
- package/build/esm/constantsDomainLocales.js +3 -1
- package/build/esm/constantsRiskScreener.js +2 -2
- package/build/esm/constantsSite.js +2 -2
- package/build/esm/{core-d9fb3c8c.js → core-bf7d9c08.js} +1 -1
- package/build/esm/{dataTransform-fa355ead.js → dataTransform-59b288d4.js} +1 -1
- package/build/esm/ecom.js +4 -4
- package/build/esm/{editor-8c46a4c4.js → editor-cc380bcb.js} +11 -11
- package/build/esm/embeddedHeathToolCards_babyGrowth.js +23 -23
- package/build/esm/embeddedHeathToolCards_babyPoop.js +19 -19
- package/build/esm/embeddedHeathToolCards_babyVaccine.js +22 -22
- package/build/esm/embeddedHeathToolCards_bmi_bmi.js +25 -25
- package/build/esm/embeddedHeathToolCards_bmrBmr.js +25 -25
- package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +27 -26
- package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +22 -22
- package/build/esm/embeddedHeathToolCards_pwg_pwg.js +26 -26
- package/build/esm/embeddedHeathToolCards_targetHeartRate.js +27 -27
- package/build/esm/footer.js +21 -21
- package/build/esm/gAssets.js +2 -2
- package/build/esm/{healthTools-4cffe096.js → healthTools-98d943f7.js} +1 -1
- package/build/esm/healthToolsCardWrapper.js +18 -18
- package/build/esm/healthToolsForm.js +34 -34
- package/build/esm/hooks.js +13 -13
- package/build/esm/i18n/translationKeys.d.ts +1 -1
- package/build/esm/i18n-values/en-PH.js +8 -0
- package/build/esm/i18n-values/hi-IN.js +8 -0
- package/build/esm/i18n-values/id-ID.js +11 -3
- package/build/esm/i18n-values/km-KH.js +12 -4
- package/build/esm/i18n-values/ms-MY.js +11 -3
- package/build/esm/i18n-values/my-MM.js +12 -4
- package/build/esm/i18n-values/th-TH.js +12 -4
- package/build/esm/i18n-values/tl-PH.js +11 -3
- package/build/esm/i18n-values/vi-VN.js +8 -0
- package/build/esm/i18n-values/vi-VN_MB.js +9 -1
- package/build/esm/i18n-values/zh-TW.js +12 -4
- package/build/esm/i18n.js +3 -2
- package/build/esm/i18nV2.js +2 -2
- package/build/esm/{index-11c1e9b1.js → index-03218be0.js} +1 -1
- package/build/esm/{index-7e805ed6.js → index-0827175d.js} +5 -5
- package/build/esm/{index-4157d466.js → index-08da9bcd.js} +6 -6
- package/build/esm/{index-4364ba68.js → index-0ad19085.js} +44 -16
- package/build/esm/{index-1fd51a1e.js → index-10b5b290.js} +3 -3
- package/build/esm/{index-6c04281f.js → index-18221a27.js} +2 -2
- package/build/esm/index-1da1d1c7.js +689 -0
- package/build/esm/{index-ab71391f.js → index-27127bd9.js} +2 -2
- package/build/esm/{index-f4d43595.js → index-27db860a.js} +7 -7
- package/build/esm/{index-85965d53.js → index-2f8470bb.js} +32 -32
- package/build/esm/{index-90917b32.js → index-30302950.js} +17 -17
- package/build/esm/{index-264f679d.js → index-336c3713.js} +15 -15
- package/build/esm/{index-8d885690.js → index-3741d01f.js} +3 -3
- package/build/esm/{index-41831dd2.js → index-45c471e2.js} +32 -32
- package/build/esm/{index-a0ef2f51.js → index-45e0fcc8.js} +11 -11
- package/build/esm/{index-93f05cbd.js → index-48c3a543.js} +9 -3
- package/build/esm/{index-3d551854.js → index-494cc118.js} +21 -21
- package/build/esm/{index-33f74b99.js → index-504a6907.js} +2 -2
- package/build/esm/{index-1a18f0d3.js → index-5115bbe8.js} +1 -1
- package/build/esm/{index-02b8ada7.js → index-53e0484f.js} +3 -3
- package/build/esm/{index-4df7bd0e.js → index-6e841f43.js} +2 -2
- package/build/esm/{index-74bc8897.js → index-714514ca.js} +31 -31
- package/build/esm/{index-1c7f348a.js → index-722e3b57.js} +1 -1
- package/build/esm/{index-c57e9049.js → index-72c4476f.js} +625 -27
- package/build/esm/{index-765bca50.js → index-73191fff.js} +13 -13
- package/build/esm/{index-98df08d3.js → index-73afd4b1.js} +1 -1
- package/build/esm/{index-b61495a6.js → index-759618f3.js} +18 -18
- package/build/esm/{index-65c29124.js → index-77decacc.js} +18 -18
- package/build/esm/{index-69598671.js → index-7d2e7bf9.js} +2 -2
- package/build/esm/{index-3cb8cb4b.js → index-7e02a49f.js} +1 -1
- package/build/esm/{index-34e46c3b.js → index-7e119bf6.js} +2 -2
- package/build/esm/{index-419ed52f.js → index-7e1f46f2.js} +2 -2
- package/build/esm/{index-3504643c.js → index-8281b68f.js} +2 -2
- package/build/esm/{index-cba80946.js → index-8500185e.js} +5 -5
- package/build/esm/{index-004e7f99.js → index-8b03e644.js} +2 -2
- package/build/esm/{index-0e0b8184.js → index-8f15e5ab.js} +10 -10
- package/build/esm/{index-7665c530.js → index-98d4a8ed.js} +16 -16
- package/build/esm/{index-345a0cd5.js → index-9c450b30.js} +16 -16
- package/build/esm/{index-cd0bc16f.js → index-9eb37432.js} +5 -4
- package/build/esm/{index-1bd2d4fd.js → index-a850b85b.js} +7 -7
- package/build/esm/{index-7c39e7fe.js → index-a85ac951.js} +6 -6
- package/build/esm/{index-77f49076.js → index-a87e7614.js} +2 -2
- package/build/esm/{index-4b4487ff.js → index-a9adebb2.js} +3 -3
- package/build/esm/{index-6f2df485.js → index-a9cbd573.js} +17 -17
- package/build/esm/{index-61d13d80.js → index-af2ef7b5.js} +1 -1
- package/build/esm/{index-423a6b89.js → index-b0d28c86.js} +6 -6
- package/build/esm/{index-2e1e583c.js → index-b16c48d2.js} +25 -25
- package/build/esm/{index-e9206ea6.js → index-b23edf1c.js} +2 -2
- package/build/esm/{index-5b2d87c3.js → index-be3016c1.js} +13 -13
- package/build/esm/{index-7dfd3707.js → index-be4f004c.js} +16 -16
- package/build/esm/{index-2d4afd18.js → index-c3fd4f33.js} +13 -13
- package/build/esm/{index-c167c204.js → index-cab2a871.js} +2 -2
- package/build/esm/{index-cf3b66bf.js → index-cbfbc970.js} +10 -10
- package/build/esm/{index-8b789e0b.js → index-cccfe96e.js} +17 -17
- package/build/esm/{index-6ecbccef.js → index-d45871a3.js} +1 -1
- package/build/esm/{index-2d8c745d.js → index-dd79f31a.js} +1 -1
- package/build/esm/{index-9b470a3d.js → index-dff96f37.js} +16 -16
- package/build/esm/{index-4eb912b7.js → index-e3ea3d25.js} +22 -22
- package/build/esm/{index-c17eb826.js → index-edbca095.js} +2 -2
- package/build/esm/{index-7fe3b2e9.js → index-f25c8c90.js} +6 -6
- package/build/esm/{index-4ea9c741.js → index-f49d5819.js} +3 -3
- package/build/esm/{index-a7ef127e.js → index-fdec3777.js} +39 -2
- package/build/esm/{index-02e3a578.js → index-ff370bf1.js} +6 -6
- package/build/esm/{index-71a0ce1b.js → index-ffad68e5.js} +3 -3
- package/build/esm/index.js +119 -119
- package/build/esm/interfaces/constants/domainLocales.d.ts +2 -0
- package/build/esm/interfaces/constants/index.d.ts +1 -1
- package/build/esm/interfaces/types/Locale.d.ts +2 -1
- package/build/esm/interfaces/types/Subot.d.ts +2 -0
- package/build/esm/interfaces/types/index.d.ts +15 -1
- package/build/esm/{labelSorting-abc38cd3.js → labelSorting-e6cfeaf9.js} +4 -4
- package/build/esm/lead/components/close.d.ts +1 -1
- package/build/esm/lead.js +26 -25
- package/build/esm/{logoIcon-63898b50.js → logoIcon-387f0c6e.js} +3 -2
- package/build/esm/mantine.js +25 -25
- package/build/esm/misc.js +17 -17
- 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 +75 -76
- package/build/esm/moleculesArticleCard.js +6 -6
- package/build/esm/moleculesArticleCardV2.js +16 -16
- package/build/esm/navigation.js +45 -45
- package/build/esm/navigationLogoutPopup.js +9 -9
- package/build/esm/navigationProfileButton.js +23 -23
- package/build/esm/onboardingV2.js +29 -29
- package/build/esm/organisms.js +49 -49
- package/build/esm/{post-aca2b953.js → post-698058bb.js} +2 -2
- package/build/esm/profileNavigation.js +19 -19
- package/build/esm/progressBar.js +1 -1
- package/build/esm/pwg.js +22 -22
- package/build/esm/ssoV2/api/featureFlag.d.ts +2 -1
- package/build/esm/ssoV2.js +51 -39
- package/build/esm/{store-55bc0306.js → store-e077dbf0.js} +9 -5
- package/build/esm/subot/components/dob/utils.d.ts +4 -2
- package/build/esm/subot/components/userInfoForm/utils.d.ts +2 -0
- package/build/esm/subot.js +446 -340
- package/build/esm/surveyOrPremiumBanner.js +32 -32
- package/build/esm/surveyQuestionCard.js +10 -10
- package/build/esm/{surveyThankyouCard-dea7be18.js → surveyThankyouCard-e3d0e10e.js} +5 -5
- package/build/esm/together.js +55 -55
- package/build/esm/togetherApiUtils.js +4 -4
- package/build/esm/togetherAtoms.js +30 -30
- package/build/esm/togetherComponentGlobalContext.js +4 -4
- package/build/esm/togetherMolecules.js +50 -50
- package/build/esm/togetherMoleculesCardAuthor.js +28 -28
- package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
- package/build/esm/togetherMoleculesProfileDetail.js +38 -38
- package/build/esm/togetherOrganisms.js +49 -49
- package/build/esm/togetherRichTextEditor.js +17 -17
- package/build/esm/togetherShareBox.js +10 -10
- package/build/esm/{treePopoverMenu-958e524b.js → treePopoverMenu-1e0d7db1.js} +19 -19
- package/build/esm/{types-079b1d47.js → types-f1f5b658.js} +2 -2
- package/build/esm/types.js +2 -2
- package/build/esm/{useCategory-455d8510.js → useCategory-289556d6.js} +18 -5
- package/build/esm/{useHealthToolCache-1db108ec.js → useHealthToolCache-cd30911e.js} +1 -1
- package/build/esm/{useMantineLocale-1d78bb2f.js → useMantineLocale-a4edc099.js} +8 -6
- package/build/esm/{usePlacesAutocomplete-ba00126b.js → usePlacesAutocomplete-413ae27a.js} +1 -1
- package/build/esm/{useScreenSize-245884d6.js → useScreenSize-d72ccba0.js} +2 -2
- package/build/esm/useTogetherAuthRequiredAction.js +9 -9
- package/build/esm/{utils-69c2b171.js → utils-0d9e1d16.js} +4 -4
- package/build/esm/{utils-5b23c988.js → utils-25be72bf.js} +2 -2
- package/build/esm/{utils-951a523a.js → utils-3804023d.js} +2 -2
- package/build/esm/{utils-fb814a53.js → utils-8bacfdec.js} +3 -3
- package/build/esm/vaccination.js +21 -21
- package/build/footer.js +21 -21
- package/build/gAssets.js +2 -2
- package/build/{healthTools-8d4d21e8.js → healthTools-d9cd9a0a.js} +1 -1
- package/build/healthToolsCardWrapper.js +18 -18
- package/build/healthToolsForm.js +34 -34
- package/build/hooks.js +13 -13
- package/build/i18n/translationKeys.d.ts +1 -1
- package/build/i18n-values/en-PH.js +8 -0
- package/build/i18n-values/hi-IN.js +8 -0
- package/build/i18n-values/id-ID.js +11 -3
- package/build/i18n-values/km-KH.js +12 -4
- package/build/i18n-values/ms-MY.js +11 -3
- package/build/i18n-values/my-MM.js +12 -4
- package/build/i18n-values/th-TH.js +12 -4
- package/build/i18n-values/tl-PH.js +11 -3
- package/build/i18n-values/vi-VN.js +8 -0
- package/build/i18n-values/vi-VN_MB.js +9 -1
- package/build/i18n-values/zh-TW.js +12 -4
- package/build/i18n.js +2 -1
- package/build/i18nV2.js +1 -1
- package/build/{index-a8c2eeb9.js → index-047516bf.js} +13 -13
- package/build/{index-eafbbe5d.js → index-049b0c91.js} +6 -6
- package/build/{index-e9fb386a.js → index-05ddebba.js} +39 -2
- package/build/{index-80d944f3.js → index-10da6d8b.js} +43 -15
- package/build/{index-f68d8f40.js → index-1748e506.js} +1 -1
- package/build/{index-6cb86f78.js → index-195f6e5b.js} +11 -11
- package/build/{index-652b939b.js → index-1a106910.js} +21 -21
- package/build/{index-1ad6dabc.js → index-1a6c466a.js} +16 -16
- package/build/{index-e9f022f9.js → index-1b70a895.js} +10 -10
- package/build/{index-8e577b03.js → index-1c23777a.js} +6 -6
- package/build/{index-8f7ccbb3.js → index-1f7eb8a6.js} +1 -1
- package/build/{index-e502976f.js → index-2020f735.js} +17 -17
- package/build/{index-6881089f.js → index-24fead63.js} +1 -1
- package/build/{index-d4f98d06.js → index-2a1f1415.js} +16 -16
- package/build/{index-74e3f2df.js → index-2a5a3aa6.js} +2 -2
- package/build/{index-9eccde6f.js → index-2eae91af.js} +2 -2
- package/build/{index-95159081.js → index-32cfdd3a.js} +3 -3
- package/build/{index-61c62e0f.js → index-3357816d.js} +3 -3
- package/build/{index-cf5ab11f.js → index-35f0e932.js} +7 -7
- package/build/{index-ef154db0.js → index-3c33283d.js} +1 -1
- package/build/{index-1e9e3c74.js → index-3c6acda3.js} +15 -15
- package/build/{index-9f31bdf3.js → index-409bba66.js} +2 -2
- package/build/{index-5cd23f1e.js → index-42307958.js} +16 -16
- package/build/{index-f3a871c5.js → index-42946da1.js} +1 -1
- package/build/{index-06d8f4c6.js → index-43ae933f.js} +1 -1
- package/build/{index-167e1ca6.js → index-4597d53c.js} +9 -2
- package/build/{index-99d339ff.js → index-459e2e96.js} +17 -17
- package/build/{index-a7e501b8.js → index-47fa4748.js} +3 -3
- package/build/{index-045c0fb5.js → index-51549a76.js} +2 -2
- package/build/{index-cb5353f3.js → index-540fe94c.js} +32 -32
- package/build/{index-cd8cdac0.js → index-5992647e.js} +2 -2
- package/build/{index-54decaa7.js → index-5e05d913.js} +16 -16
- package/build/{index-cf24b488.js → index-5ed6e196.js} +17 -17
- package/build/{index-6528e7a9.js → index-65f555ca.js} +625 -25
- package/build/{index-6025ae75.js → index-66464a41.js} +6 -6
- package/build/{index-1e69287b.js → index-67cc0791.js} +2 -2
- package/build/{index-c6ed23e0.js → index-6805e1a3.js} +2 -2
- package/build/{index-369fc772.js → index-762b1d06.js} +6 -6
- package/build/{index-b9e15de3.js → index-76bec0b7.js} +2 -2
- package/build/{index-93c19a42.js → index-8c612276.js} +5 -5
- package/build/index-8cb70286.js +696 -0
- package/build/{index-82b1fba7.js → index-919e2b48.js} +25 -25
- package/build/{index-ae5aa3a2.js → index-95ce3c17.js} +18 -18
- package/build/{index-6e720c8f.js → index-97bd9308.js} +5 -4
- package/build/{index-80d7b6b7.js → index-9b582642.js} +13 -13
- package/build/{index-9e62bfa0.js → index-a8e0ea94.js} +3 -3
- package/build/{index-90b88af0.js → index-a95a0812.js} +3 -3
- package/build/{index-4896bce9.js → index-a9ee3fc1.js} +31 -31
- package/build/{index-3b8a44be.js → index-b68c3e2a.js} +2 -2
- package/build/{index-f0827e71.js → index-bffdf6e7.js} +7 -7
- package/build/{index-2a91877d.js → index-c09f77ca.js} +1 -1
- package/build/{index-684bf9d8.js → index-caf7ac75.js} +3 -3
- package/build/{index-eb61030b.js → index-cbc64d5f.js} +10 -10
- package/build/{index-e9c7436a.js → index-cea7df83.js} +1 -1
- package/build/{index-9115b007.js → index-d2b401c8.js} +2 -2
- package/build/{index-dad75e0a.js → index-d319dd9e.js} +2 -2
- package/build/{index-cde3684e.js → index-d74b757f.js} +5 -5
- package/build/{index-c0b7233b.js → index-da7f2fff.js} +22 -22
- package/build/{index-17b8cc3b.js → index-dde6cf10.js} +2 -2
- package/build/{index-24dfd213.js → index-df64e24f.js} +2 -2
- package/build/{index-bc1e7b8f.js → index-e5df581c.js} +32 -32
- package/build/{index-f987d8ac.js → index-eace968d.js} +18 -18
- package/build/{index-b2826d24.js → index-eb7ce304.js} +6 -6
- package/build/{index-81ce2d77.js → index-f997a2d6.js} +13 -13
- package/build/index.js +165 -164
- package/build/interfaces/constants/domainLocales.d.ts +2 -0
- package/build/interfaces/constants/index.d.ts +1 -1
- package/build/interfaces/types/Locale.d.ts +2 -1
- package/build/interfaces/types/Subot.d.ts +2 -0
- package/build/interfaces/types/index.d.ts +15 -1
- package/build/{labelSorting-cdab818b.js → labelSorting-76f9c19c.js} +4 -4
- package/build/lead/components/close.d.ts +1 -1
- package/build/lead.js +26 -25
- package/build/{logoIcon-0e2a19d8.js → logoIcon-6e7e979e.js} +3 -2
- package/build/mantine.js +22 -22
- package/build/misc.js +17 -17
- 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 +91 -92
- package/build/moleculesArticleCard.js +6 -6
- package/build/moleculesArticleCardV2.js +16 -16
- package/build/navigation.js +45 -45
- package/build/navigationLogoutPopup.js +9 -9
- package/build/navigationProfileButton.js +23 -23
- package/build/onboardingV2.js +28 -28
- package/build/organisms.js +49 -49
- package/build/{post-cd894bd5.js → post-538e3147.js} +2 -2
- package/build/profileNavigation.js +19 -19
- package/build/progressBar.js +1 -1
- package/build/pwg.js +22 -22
- package/build/ssoV2/api/featureFlag.d.ts +2 -1
- package/build/ssoV2.js +49 -37
- package/build/{store-f713fb4f.js → store-4613ec9c.js} +8 -4
- package/build/subot/components/dob/utils.d.ts +4 -2
- package/build/subot/components/userInfoForm/utils.d.ts +2 -0
- package/build/subot.js +449 -344
- package/build/surveyOrPremiumBanner.js +32 -32
- package/build/surveyQuestionCard.js +10 -10
- package/build/{surveyThankyouCard-1d7606f1.js → surveyThankyouCard-55739523.js} +5 -5
- package/build/together.js +55 -55
- package/build/togetherApiUtils.js +4 -4
- package/build/togetherAtoms.js +30 -30
- package/build/togetherComponentGlobalContext.js +4 -4
- package/build/togetherMolecules.js +50 -50
- package/build/togetherMoleculesCardAuthor.js +28 -28
- package/build/togetherMoleculesPostImagePreview.js +11 -11
- package/build/togetherMoleculesProfileDetail.js +38 -38
- package/build/togetherOrganisms.js +49 -49
- package/build/togetherRichTextEditor.js +17 -17
- package/build/togetherShareBox.js +10 -10
- package/build/{treePopoverMenu-a243163c.js → treePopoverMenu-b46bd475.js} +19 -19
- package/build/{types-5a9f59b9.js → types-8aa1b980.js} +2 -2
- package/build/types.js +3 -2
- package/build/{useCategory-52540c0e.js → useCategory-c8559667.js} +18 -5
- package/build/{useHealthToolCache-0c768f4c.js → useHealthToolCache-e14fec74.js} +1 -1
- package/build/{useMantineLocale-b8a79d56.js → useMantineLocale-6426be99.js} +8 -6
- package/build/{usePlacesAutocomplete-23fb3031.js → usePlacesAutocomplete-2f527f55.js} +1 -1
- package/build/{useScreenSize-7806176e.js → useScreenSize-b501ca79.js} +2 -2
- package/build/useTogetherAuthRequiredAction.js +9 -9
- package/build/{utils-e6efa11e.js → utils-2a5c3c9d.js} +2 -2
- package/build/{utils-a2cd3f70.js → utils-5447fbbf.js} +2 -2
- package/build/{utils-4ee2cb9c.js → utils-b20e2a7f.js} +4 -4
- package/build/{utils-54be35b1.js → utils-b30189c1.js} +3 -3
- package/build/vaccination.js +21 -21
- package/package.json +1 -1
- package/build/components/molecules/dueDateCalculator/dueDateFormConception.d.ts +0 -12
- package/build/components/molecules/dueDateCalculator/dueDateFormIVF.d.ts +0 -12
- package/build/components/molecules/dueDateCalculator/dueDateFormLastPeriod.d.ts +0 -12
- package/build/components/molecules/dueDateCalculator/index.d.ts +0 -12
- package/build/components/molecules/dueDateCalculator/index.styled.d.ts +0 -33
- package/build/components/molecules/dueDateCalculator/utils.d.ts +0 -12
- package/build/esm/components/molecules/dueDateCalculator/dueDateFormConception.d.ts +0 -12
- package/build/esm/components/molecules/dueDateCalculator/dueDateFormIVF.d.ts +0 -12
- package/build/esm/components/molecules/dueDateCalculator/dueDateFormLastPeriod.d.ts +0 -12
- package/build/esm/components/molecules/dueDateCalculator/index.d.ts +0 -12
- package/build/esm/components/molecules/dueDateCalculator/index.styled.d.ts +0 -33
- package/build/esm/components/molecules/dueDateCalculator/utils.d.ts +0 -12
- package/build/esm/index-1fb033dd.js +0 -372
- package/build/esm/index-4f082205.js +0 -604
- package/build/index-20253671.js +0 -612
- package/build/index-6de5d67e.js +0 -379
- /package/build/{BMI_BOYS.percentile.monthly-7bd9cca9.js → BMI_BOYS.percentile.monthly-20c0e419.js} +0 -0
- /package/build/{BMI_BOYS.percentile.weekly-821e86aa.js → BMI_BOYS.percentile.weekly-2cefa50b.js} +0 -0
- /package/build/{BMI_BOYS.percentile.yearly-1ce7e28b.js → BMI_BOYS.percentile.yearly-efc6b248.js} +0 -0
- /package/build/{BMI_BOYS.zscore.monthly-d5358fcc.js → BMI_BOYS.zscore.monthly-b6a4d115.js} +0 -0
- /package/build/{BMI_BOYS.zscore.weekly-ff90aead.js → BMI_BOYS.zscore.weekly-7cd0ff4b.js} +0 -0
- /package/build/{BMI_BOYS.zscore.yearly-381df8e7.js → BMI_BOYS.zscore.yearly-102af208.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.monthly-6b514dd8.js → BMI_GIRLS.percentile.monthly-b7f22c4d.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.weekly-ba4fca15.js → BMI_GIRLS.percentile.weekly-418a7ec9.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.yearly-a1eafb9e.js → BMI_GIRLS.percentile.yearly-f50dc5d3.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.monthly-2d5679c7.js → BMI_GIRLS.zscore.monthly-d4ab0a86.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.weekly-820e90ba.js → BMI_GIRLS.zscore.weekly-585971a4.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.yearly-93be0423.js → BMI_GIRLS.zscore.yearly-bb362af5.js} +0 -0
- /package/build/{ChevronDown-8db65738.js → ChevronDown-2ad1c773.js} +0 -0
- /package/build/{Close-6f1a29c2.js → Close-5f56ea5c.js} +0 -0
- /package/build/{Google-b3858fb2.js → Google-0461c1cf.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-c6537dae.js → HEAD CIRCUM_BOYS.percentile.monthly-a24fa8de.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-a9409c76.js → HEAD CIRCUM_BOYS.percentile.weekly-45adba61.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-fcb76bd5.js → HEAD CIRCUM_BOYS.percentile.yearly-aca29074.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-088cfc6b.js → HEAD CIRCUM_BOYS.zscore.monthly-ed56bc06.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-e85d79b9.js → HEAD CIRCUM_BOYS.zscore.weekly-4ae52976.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-26396c15.js → HEAD CIRCUM_BOYS.zscore.yearly-6fe7f4f9.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-466e611e.js → HEAD CIRCUM_GIRLS.percentile.monthly-95eb83a8.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-3884eef6.js → HEAD CIRCUM_GIRLS.percentile.weekly-bc762f79.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-bdb12ec2.js → HEAD CIRCUM_GIRLS.percentile.yearly-d54b5fd9.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-1414b5bb.js → HEAD CIRCUM_GIRLS.zscore.monthly-fef51b91.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-ecca5443.js → HEAD CIRCUM_GIRLS.zscore.weekly-29554698.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-b83f13da.js → HEAD CIRCUM_GIRLS.zscore.yearly-2df38ac8.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.monthly-757826fd.js → HEIGHT_BOYS.percentile.monthly-a3dcda6c.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.weekly-7d469cc8.js → HEIGHT_BOYS.percentile.weekly-a074b577.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.yearly-436a8da0.js → HEIGHT_BOYS.percentile.yearly-9f119380.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.monthly-c606ab30.js → HEIGHT_BOYS.zscore.monthly-d3773147.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.weekly-b567ca19.js → HEIGHT_BOYS.zscore.weekly-b0c2332e.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.yearly-2b101282.js → HEIGHT_BOYS.zscore.yearly-96816070.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.monthly-3834b792.js → HEIGHT_GIRLS.percentile.monthly-953346a2.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.weekly-b0cb287b.js → HEIGHT_GIRLS.percentile.weekly-533cc841.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.yearly-78a93718.js → HEIGHT_GIRLS.percentile.yearly-9dc39ab0.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.monthly-5ba760ed.js → HEIGHT_GIRLS.zscore.monthly-0aad1479.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.weekly-a1bcb8c5.js → HEIGHT_GIRLS.zscore.weekly-770173d8.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.yearly-500a14ff.js → HEIGHT_GIRLS.zscore.yearly-6776d85d.js} +0 -0
- /package/build/{Visible-047d1970.js → Visible-7f3119bb.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.monthly-df68990f.js → WEIGHT_BOYS.percentile.monthly-6ac6ea4d.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.weekly-b022cb25.js → WEIGHT_BOYS.percentile.weekly-0a785dd0.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.yearly-5d8ca4e9.js → WEIGHT_BOYS.percentile.yearly-e5a93b2e.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.monthly-9a645a93.js → WEIGHT_BOYS.zscore.monthly-e7700f35.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.weekly-509ec466.js → WEIGHT_BOYS.zscore.weekly-0fab9ea1.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.yearly-a0c4faae.js → WEIGHT_BOYS.zscore.yearly-a7843c70.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.monthly-33cb1313.js → WEIGHT_GIRLS.percentile.monthly-1094b048.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.weekly-ac0690b5.js → WEIGHT_GIRLS.percentile.weekly-5691d004.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.yearly-0b68de4d.js → WEIGHT_GIRLS.percentile.yearly-0ed8eda2.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.monthly-51cd36f2.js → WEIGHT_GIRLS.zscore.monthly-83c0ff31.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.weekly-7e18c745.js → WEIGHT_GIRLS.zscore.weekly-ac310a51.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.yearly-e14b0b34.js → WEIGHT_GIRLS.zscore.yearly-cd9b5694.js} +0 -0
- /package/build/{animation-fcea7611.js → animation-b4ac0c82.js} +0 -0
- /package/build/{constants-346f1e34.js → constants-414d9053.js} +0 -0
- /package/build/{constants-a79017ab.js → constants-6846ba29.js} +0 -0
- /package/build/{dataTransform-64ef46ac.js → dataTransform-32a14da0.js} +0 -0
- /package/build/{doctor-9bed311e.js → doctor-96b9e472.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.monthly-ffa66b36.js → BMI_BOYS.percentile.monthly-6c6658c1.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.weekly-ac9a5856.js → BMI_BOYS.percentile.weekly-dd35f97a.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.yearly-902f0b93.js → BMI_BOYS.percentile.yearly-f0302b07.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.monthly-d5849e19.js → BMI_BOYS.zscore.monthly-185bfbe2.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.weekly-6178c788.js → BMI_BOYS.zscore.weekly-44a40909.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.yearly-2ff5db4d.js → BMI_BOYS.zscore.yearly-a3d14504.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.monthly-7f857304.js → BMI_GIRLS.percentile.monthly-51802e4d.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.weekly-9b81d7a8.js → BMI_GIRLS.percentile.weekly-b5f0f420.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.yearly-854701a4.js → BMI_GIRLS.percentile.yearly-e2c8f54d.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.monthly-9ffe688d.js → BMI_GIRLS.zscore.monthly-1eb5e176.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.weekly-58e51b14.js → BMI_GIRLS.zscore.weekly-cdbc6794.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.yearly-98018354.js → BMI_GIRLS.zscore.yearly-1d3d9cce.js} +0 -0
- /package/build/esm/{ChevronDown-1e80d818.js → ChevronDown-18ccee3b.js} +0 -0
- /package/build/esm/{Close-218e750a.js → Close-fe0f87d3.js} +0 -0
- /package/build/esm/{Google-370a6f1a.js → Google-3234b34b.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-9120321c.js → HEAD CIRCUM_BOYS.percentile.monthly-c40f13c4.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-d4a8532e.js → HEAD CIRCUM_BOYS.percentile.weekly-4f711de9.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-a9210cf2.js → HEAD CIRCUM_BOYS.percentile.yearly-8bdb1e9c.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-4c111e5c.js → HEAD CIRCUM_BOYS.zscore.monthly-6d9eb28b.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-651972ff.js → HEAD CIRCUM_BOYS.zscore.weekly-f1a33d33.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-fec03c75.js → HEAD CIRCUM_BOYS.zscore.yearly-67451b1c.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-3dc39954.js → HEAD CIRCUM_GIRLS.percentile.monthly-23679c6b.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-49da4f7f.js → HEAD CIRCUM_GIRLS.percentile.weekly-a17be4e2.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-91d18834.js → HEAD CIRCUM_GIRLS.percentile.yearly-48b8a25f.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-db82e848.js → HEAD CIRCUM_GIRLS.zscore.monthly-41e36be2.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-0fb52b88.js → HEAD CIRCUM_GIRLS.zscore.weekly-21300a8b.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-a2db290d.js → HEAD CIRCUM_GIRLS.zscore.yearly-6fd9d24e.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.monthly-6e710248.js → HEIGHT_BOYS.percentile.monthly-78259f22.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.weekly-3fb3fe32.js → HEIGHT_BOYS.percentile.weekly-df83fc33.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.yearly-9a5f599a.js → HEIGHT_BOYS.percentile.yearly-7af3224f.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.monthly-b46ef65d.js → HEIGHT_BOYS.zscore.monthly-cacdfbfa.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.weekly-952421e8.js → HEIGHT_BOYS.zscore.weekly-b0785817.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.yearly-a01537be.js → HEIGHT_BOYS.zscore.yearly-66c400f8.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-f8d50e2a.js → HEIGHT_GIRLS.percentile.monthly-4b68dbac.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-b9120261.js → HEIGHT_GIRLS.percentile.weekly-c723a2ea.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-87951788.js → HEIGHT_GIRLS.percentile.yearly-f2035930.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-b92ea262.js → HEIGHT_GIRLS.zscore.monthly-22e72425.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-30900806.js → HEIGHT_GIRLS.zscore.weekly-faceb5d1.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-a1b819bb.js → HEIGHT_GIRLS.zscore.yearly-ceebcf11.js} +0 -0
- /package/build/esm/{Visible-4de68fea.js → Visible-6100a0cc.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.monthly-bedc7af5.js → WEIGHT_BOYS.percentile.monthly-02261712.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.weekly-79bed6e4.js → WEIGHT_BOYS.percentile.weekly-e5503234.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.yearly-df4f20d6.js → WEIGHT_BOYS.percentile.yearly-e91dbfc3.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.monthly-9659fdeb.js → WEIGHT_BOYS.zscore.monthly-51b6fc30.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.weekly-ea4c0332.js → WEIGHT_BOYS.zscore.weekly-759480a8.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.yearly-02ea0da7.js → WEIGHT_BOYS.zscore.yearly-f79a9ccb.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-d39d355c.js → WEIGHT_GIRLS.percentile.monthly-32cd81d4.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-a0c92336.js → WEIGHT_GIRLS.percentile.weekly-e79a791e.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-ec031e52.js → WEIGHT_GIRLS.percentile.yearly-205b4e23.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-fc78e900.js → WEIGHT_GIRLS.zscore.monthly-8529c0e6.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-bf56ff58.js → WEIGHT_GIRLS.zscore.weekly-a5016260.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-1c519e0d.js → WEIGHT_GIRLS.zscore.yearly-816fada9.js} +0 -0
- /package/build/esm/{animation-4e80d44f.js → animation-55f49957.js} +0 -0
- /package/build/esm/{constants-9df11f36.js → constants-219a6453.js} +0 -0
- /package/build/esm/{constants-fc431ad1.js → constants-4109be9f.js} +0 -0
- /package/build/esm/{dataTransform-d489f6a8.js → dataTransform-067743e8.js} +0 -0
- /package/build/esm/{doctor-3d4909a0.js → doctor-2db81095.js} +0 -0
- /package/build/esm/{index-d50723f9.js → index-25f78be2.js} +0 -0
- /package/build/esm/{index-0a460405.js → index-279a16e7.js} +0 -0
- /package/build/esm/{index-9f9fa32d.js → index-46243bb4.js} +0 -0
- /package/build/esm/{index-4fadd89c.js → index-48993ecb.js} +0 -0
- /package/build/esm/{index-0167ffe4.js → index-6698aa36.js} +0 -0
- /package/build/esm/{index-fa4aed4f.js → index-9103b9eb.js} +0 -0
- /package/build/esm/{index-1ae63c79.js → index-9c57914e.js} +0 -0
- /package/build/esm/{index-fbf3c6e1.js → index-da2d88b9.js} +0 -0
- /package/build/esm/{index.styles-756b61f3.js → index.styles-76c9a592.js} +0 -0
- /package/build/esm/{localizeNumberFormat-2d28ab00.js → localizeNumberFormat-401d2b4d.js} +0 -0
- /package/build/esm/{normalizeLink-6b1a2f2a.js → normalizeLink-40e255bd.js} +0 -0
- /package/build/esm/{number-49291c9b.js → number-f68ef63b.js} +0 -0
- /package/build/esm/{other-9f3c0383.js → other-9be7cf1c.js} +0 -0
- /package/build/esm/{paths-eefeda8b.js → paths-b97cde38.js} +0 -0
- /package/build/esm/{translationsContext-feb0f31b.js → translationsContext-1cfdc69b.js} +0 -0
- /package/build/esm/{tslib.es6-2571f98c.js → tslib.es6-ae0c9cc7.js} +0 -0
- /package/build/esm/{types-043c25d4.js → types-7f63c1b0.js} +0 -0
- /package/build/esm/{useIsInit-86319274.js → useIsInit-5c1fb8fc.js} +0 -0
- /package/build/esm/{useOutsideClick-9225f4e5.js → useOutsideClick-8e333ffd.js} +0 -0
- /package/build/esm/{useScrollbarSize-f614e3bf.js → useScrollbarSize-2fb11e2b.js} +0 -0
- /package/build/esm/{useUniqueId-31d70d4b.js → useUniqueId-44fdf47f.js} +0 -0
- /package/build/esm/{utils-213d1bf3.js → utils-a220d748.js} +0 -0
- /package/build/{index-2f650ddf.js → index-189e2348.js} +0 -0
- /package/build/{index-52b55bf6.js → index-317dae80.js} +0 -0
- /package/build/{index-76bc8ed0.js → index-6d1715f5.js} +0 -0
- /package/build/{index-d95a2116.js → index-74e750b0.js} +0 -0
- /package/build/{index-17063ec3.js → index-93b1571a.js} +0 -0
- /package/build/{index-f8312234.js → index-93bedae1.js} +0 -0
- /package/build/{index-feab9a46.js → index-9e0eb6a9.js} +0 -0
- /package/build/{index-af3a7e2b.js → index-ab81ccf1.js} +0 -0
- /package/build/{index.styles-ff03980e.js → index.styles-0207515c.js} +0 -0
- /package/build/{localizeNumberFormat-b36cb8e4.js → localizeNumberFormat-8cb05113.js} +0 -0
- /package/build/{normalizeLink-3c8a02ba.js → normalizeLink-888a76f2.js} +0 -0
- /package/build/{number-f0767903.js → number-550e9ed3.js} +0 -0
- /package/build/{other-6c620bcf.js → other-076deeb8.js} +0 -0
- /package/build/{paths-86f60a67.js → paths-9f64ad8e.js} +0 -0
- /package/build/{translationsContext-776c1d5f.js → translationsContext-a7d3b749.js} +0 -0
- /package/build/{tslib.es6-b6754243.js → tslib.es6-2e23e1b2.js} +0 -0
- /package/build/{types-7694bb3e.js → types-81c1016d.js} +0 -0
- /package/build/{useIsInit-4ff2343b.js → useIsInit-b473274f.js} +0 -0
- /package/build/{useOutsideClick-572163cd.js → useOutsideClick-784d642f.js} +0 -0
- /package/build/{useScrollbarSize-135fa94c.js → useScrollbarSize-5c78d702.js} +0 -0
- /package/build/{useUniqueId-490497d9.js → useUniqueId-2fd547e0.js} +0 -0
- /package/build/{utils-22ce9f9e.js → utils-7f6ff3c4.js} +0 -0
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-ae0c9cc7.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { u as useTranslations } from './index-
|
|
4
|
-
import { C as CommonGAssets } from './index-
|
|
5
|
-
import { f as formatUserProfileUrl } from './dataTransform-
|
|
6
|
-
import { H as HealthToolCardWrapper } from './index-
|
|
7
|
-
import { T as ThrForm } from './index-
|
|
8
|
-
import './translationsContext-
|
|
3
|
+
import { u as useTranslations } from './index-03218be0.js';
|
|
4
|
+
import { C as CommonGAssets } from './index-9103b9eb.js';
|
|
5
|
+
import { f as formatUserProfileUrl } from './dataTransform-59b288d4.js';
|
|
6
|
+
import { H as HealthToolCardWrapper } from './index-0ad19085.js';
|
|
7
|
+
import { T as ThrForm } from './index-77decacc.js';
|
|
8
|
+
import './translationsContext-1cfdc69b.js';
|
|
9
9
|
import './constantsDomainLocales.js';
|
|
10
|
-
import './Locale-
|
|
10
|
+
import './Locale-37e2792b.js';
|
|
11
11
|
import './constantsIsProduction.js';
|
|
12
12
|
import '@mantine/core';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-45e0fcc8.js';
|
|
14
14
|
import '@hhgtech/icons/other';
|
|
15
15
|
import '@mantine/hooks';
|
|
16
|
-
import './useScreenSize-
|
|
16
|
+
import './useScreenSize-d72ccba0.js';
|
|
17
17
|
import '@emotion/styled';
|
|
18
|
-
import './utils-
|
|
18
|
+
import './utils-a220d748.js';
|
|
19
19
|
import '@mantine/carousel';
|
|
20
|
-
import './index-
|
|
21
|
-
import './other-
|
|
22
|
-
import './index-
|
|
20
|
+
import './index-edbca095.js';
|
|
21
|
+
import './other-9be7cf1c.js';
|
|
22
|
+
import './index-48c3a543.js';
|
|
23
23
|
import './miscTheme.js';
|
|
24
|
-
import './useMantineLocale-
|
|
24
|
+
import './useMantineLocale-a4edc099.js';
|
|
25
25
|
import '@mantine/notifications';
|
|
26
|
-
import './index-
|
|
26
|
+
import './index-fdec3777.js';
|
|
27
27
|
import 'date-fns/locale';
|
|
28
28
|
import './constantsSite.js';
|
|
29
29
|
import './constantsRiskScreener.js';
|
|
30
30
|
import 'dayjs';
|
|
31
|
-
import './index-
|
|
31
|
+
import './index-7e02a49f.js';
|
|
32
32
|
import 'classnames';
|
|
33
|
-
import './useUniqueId-
|
|
33
|
+
import './useUniqueId-44fdf47f.js';
|
|
34
34
|
import '@hhgtech/icons/core';
|
|
35
35
|
import '@mantine/dates';
|
|
36
|
-
import './index.styles-
|
|
37
|
-
import './index-
|
|
36
|
+
import './index.styles-76c9a592.js';
|
|
37
|
+
import './index-f49d5819.js';
|
|
38
38
|
import './miscDefaultClassWrapper.js';
|
|
39
39
|
import '@mantine/form';
|
|
40
|
-
import './useHealthToolCache-
|
|
40
|
+
import './useHealthToolCache-cd30911e.js';
|
|
41
41
|
import './miscGetDynamicHealthTool.js';
|
|
42
|
-
import './normalizeLink-
|
|
43
|
-
import './core-
|
|
44
|
-
import './constants-
|
|
45
|
-
import './index-
|
|
46
|
-
import './index-
|
|
47
|
-
import './index-
|
|
42
|
+
import './normalizeLink-40e255bd.js';
|
|
43
|
+
import './core-bf7d9c08.js';
|
|
44
|
+
import './constants-4109be9f.js';
|
|
45
|
+
import './index-c3fd4f33.js';
|
|
46
|
+
import './index-08da9bcd.js';
|
|
47
|
+
import './index-9eb37432.js';
|
|
48
48
|
import 'react-keyed-flatten-children';
|
|
49
49
|
|
|
50
50
|
const THRCardEmbed = (_a) => {
|
package/build/esm/footer.js
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
export { F as Footer } from './index-
|
|
1
|
+
export { F as Footer } from './index-98d4a8ed.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import './index-
|
|
3
|
+
import './index-9c57914e.js';
|
|
4
4
|
import 'dayjs';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-fdec3777.js';
|
|
6
6
|
import 'date-fns/locale';
|
|
7
|
-
import './index-
|
|
8
|
-
import './Locale-
|
|
7
|
+
import './index-48c3a543.js';
|
|
8
|
+
import './Locale-37e2792b.js';
|
|
9
9
|
import './constantsSite.js';
|
|
10
10
|
import './constantsDomainLocales.js';
|
|
11
11
|
import './constantsRiskScreener.js';
|
|
12
12
|
import './constantsIsProduction.js';
|
|
13
|
-
import './index-
|
|
14
|
-
import './tslib.es6-
|
|
13
|
+
import './index-45e0fcc8.js';
|
|
14
|
+
import './tslib.es6-ae0c9cc7.js';
|
|
15
15
|
import '@hhgtech/icons/other';
|
|
16
16
|
import '@mantine/core';
|
|
17
17
|
import '@mantine/hooks';
|
|
18
|
-
import './index-
|
|
19
|
-
import './useScreenSize-
|
|
18
|
+
import './index-9103b9eb.js';
|
|
19
|
+
import './useScreenSize-d72ccba0.js';
|
|
20
20
|
import '@emotion/styled';
|
|
21
|
-
import './utils-
|
|
21
|
+
import './utils-a220d748.js';
|
|
22
22
|
import '@mantine/carousel';
|
|
23
|
-
import './index-
|
|
24
|
-
import './other-
|
|
23
|
+
import './index-edbca095.js';
|
|
24
|
+
import './other-9be7cf1c.js';
|
|
25
25
|
import './miscTheme.js';
|
|
26
|
-
import './useMantineLocale-
|
|
26
|
+
import './useMantineLocale-a4edc099.js';
|
|
27
27
|
import '@mantine/notifications';
|
|
28
|
-
import './index-
|
|
28
|
+
import './index-7e02a49f.js';
|
|
29
29
|
import 'classnames';
|
|
30
|
-
import './useUniqueId-
|
|
30
|
+
import './useUniqueId-44fdf47f.js';
|
|
31
31
|
import '@hhgtech/icons/core';
|
|
32
32
|
import '@mantine/dates';
|
|
33
|
-
import './index.styles-
|
|
34
|
-
import './translationsContext-
|
|
35
|
-
import './index-
|
|
36
|
-
import './index-
|
|
37
|
-
import './logoIcon-
|
|
38
|
-
import './index-
|
|
33
|
+
import './index.styles-76c9a592.js';
|
|
34
|
+
import './translationsContext-1cfdc69b.js';
|
|
35
|
+
import './index-f49d5819.js';
|
|
36
|
+
import './index-b0d28c86.js';
|
|
37
|
+
import './logoIcon-387f0c6e.js';
|
|
38
|
+
import './index-dd79f31a.js';
|
package/build/esm/gAssets.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CommonGAssets, G as GAssets } from './index-
|
|
1
|
+
export { C as CommonGAssets, G as GAssets } from './index-9103b9eb.js';
|
|
2
2
|
import './constantsDomainLocales.js';
|
|
3
|
-
import './Locale-
|
|
3
|
+
import './Locale-37e2792b.js';
|
|
4
4
|
import './constantsIsProduction.js';
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-ae0c9cc7.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@mantine/core';
|
|
4
|
-
export { H as HealthToolCardWrapper } from './index-
|
|
5
|
-
import './index-
|
|
4
|
+
export { H as HealthToolCardWrapper } from './index-0ad19085.js';
|
|
5
|
+
import './index-45e0fcc8.js';
|
|
6
6
|
import '@hhgtech/icons/other';
|
|
7
7
|
import '@mantine/hooks';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-9103b9eb.js';
|
|
9
9
|
import './constantsDomainLocales.js';
|
|
10
|
-
import './Locale-
|
|
10
|
+
import './Locale-37e2792b.js';
|
|
11
11
|
import './constantsIsProduction.js';
|
|
12
|
-
import './useScreenSize-
|
|
12
|
+
import './useScreenSize-d72ccba0.js';
|
|
13
13
|
import '@emotion/styled';
|
|
14
|
-
import './utils-
|
|
14
|
+
import './utils-a220d748.js';
|
|
15
15
|
import '@mantine/carousel';
|
|
16
|
-
import './index-
|
|
17
|
-
import './other-
|
|
18
|
-
import './index-
|
|
16
|
+
import './index-edbca095.js';
|
|
17
|
+
import './other-9be7cf1c.js';
|
|
18
|
+
import './index-48c3a543.js';
|
|
19
19
|
import './miscTheme.js';
|
|
20
|
-
import './useMantineLocale-
|
|
20
|
+
import './useMantineLocale-a4edc099.js';
|
|
21
21
|
import '@mantine/notifications';
|
|
22
|
-
import './index-
|
|
22
|
+
import './index-fdec3777.js';
|
|
23
23
|
import 'date-fns/locale';
|
|
24
24
|
import './constantsSite.js';
|
|
25
25
|
import './constantsRiskScreener.js';
|
|
26
26
|
import 'dayjs';
|
|
27
|
-
import './index-
|
|
27
|
+
import './index-7e02a49f.js';
|
|
28
28
|
import 'classnames';
|
|
29
|
-
import './useUniqueId-
|
|
29
|
+
import './useUniqueId-44fdf47f.js';
|
|
30
30
|
import '@hhgtech/icons/core';
|
|
31
31
|
import '@mantine/dates';
|
|
32
|
-
import './index.styles-
|
|
33
|
-
import './index-
|
|
34
|
-
import './translationsContext-
|
|
35
|
-
import './index-
|
|
32
|
+
import './index.styles-76c9a592.js';
|
|
33
|
+
import './index-03218be0.js';
|
|
34
|
+
import './translationsContext-1cfdc69b.js';
|
|
35
|
+
import './index-f49d5819.js';
|
|
36
36
|
import './miscDefaultClassWrapper.js';
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
export { D as DueDateForm } from './index-
|
|
2
|
-
export { B as BmiForm } from './index-
|
|
3
|
-
export { B as BabyPoopForm } from './index-
|
|
4
|
-
export { T as ThrForm } from './index-
|
|
5
|
-
export { O as OvulationForm } from './index-
|
|
6
|
-
export { B as BabyVaccineForm } from './index-
|
|
7
|
-
export { P as PWGForm } from './index-
|
|
8
|
-
import './tslib.es6-
|
|
1
|
+
export { D as DueDateForm } from './index-1da1d1c7.js';
|
|
2
|
+
export { B as BmiForm } from './index-30302950.js';
|
|
3
|
+
export { B as BabyPoopForm } from './index-73191fff.js';
|
|
4
|
+
export { T as ThrForm } from './index-77decacc.js';
|
|
5
|
+
export { O as OvulationForm } from './index-9c450b30.js';
|
|
6
|
+
export { B as BabyVaccineForm } from './index-dff96f37.js';
|
|
7
|
+
export { P as PWGForm } from './index-cccfe96e.js';
|
|
8
|
+
import './tslib.es6-ae0c9cc7.js';
|
|
9
9
|
import 'react';
|
|
10
|
-
import './LastPeriod-e8d99ec6.js';
|
|
11
|
-
import 'date-fns';
|
|
12
10
|
import '@mantine/core';
|
|
11
|
+
import './LastPeriod-fbf8fbf3.js';
|
|
12
|
+
import 'date-fns';
|
|
13
13
|
import '@mantine/form';
|
|
14
14
|
import 'dayjs';
|
|
15
|
-
import './index-
|
|
15
|
+
import './index-45e0fcc8.js';
|
|
16
16
|
import '@hhgtech/icons/other';
|
|
17
17
|
import '@mantine/hooks';
|
|
18
|
-
import './index-
|
|
18
|
+
import './index-9103b9eb.js';
|
|
19
19
|
import './constantsDomainLocales.js';
|
|
20
|
-
import './Locale-
|
|
20
|
+
import './Locale-37e2792b.js';
|
|
21
21
|
import './constantsIsProduction.js';
|
|
22
|
-
import './useScreenSize-
|
|
22
|
+
import './useScreenSize-d72ccba0.js';
|
|
23
23
|
import '@emotion/styled';
|
|
24
|
-
import './utils-
|
|
24
|
+
import './utils-a220d748.js';
|
|
25
25
|
import '@mantine/carousel';
|
|
26
|
-
import './index-
|
|
27
|
-
import './other-
|
|
28
|
-
import './index-
|
|
26
|
+
import './index-edbca095.js';
|
|
27
|
+
import './other-9be7cf1c.js';
|
|
28
|
+
import './index-48c3a543.js';
|
|
29
29
|
import './miscTheme.js';
|
|
30
|
-
import './useMantineLocale-
|
|
30
|
+
import './useMantineLocale-a4edc099.js';
|
|
31
31
|
import '@mantine/notifications';
|
|
32
|
-
import './index-
|
|
32
|
+
import './index-fdec3777.js';
|
|
33
33
|
import 'date-fns/locale';
|
|
34
34
|
import './constantsSite.js';
|
|
35
35
|
import './constantsRiskScreener.js';
|
|
36
|
-
import './index-
|
|
36
|
+
import './index-7e02a49f.js';
|
|
37
37
|
import 'classnames';
|
|
38
|
-
import './useUniqueId-
|
|
38
|
+
import './useUniqueId-44fdf47f.js';
|
|
39
39
|
import '@hhgtech/icons/core';
|
|
40
|
-
import './index-
|
|
40
|
+
import './index-08da9bcd.js';
|
|
41
41
|
import '@mantine/dates';
|
|
42
|
-
import './index.styles-
|
|
43
|
-
import './index-
|
|
44
|
-
import './translationsContext-
|
|
45
|
-
import './index-
|
|
46
|
-
import './index-
|
|
42
|
+
import './index.styles-76c9a592.js';
|
|
43
|
+
import './index-03218be0.js';
|
|
44
|
+
import './translationsContext-1cfdc69b.js';
|
|
45
|
+
import './index-f49d5819.js';
|
|
46
|
+
import './index-9eb37432.js';
|
|
47
47
|
import 'react-keyed-flatten-children';
|
|
48
48
|
import 'react-hook-form';
|
|
49
|
-
import './useHealthToolCache-
|
|
49
|
+
import './useHealthToolCache-cd30911e.js';
|
|
50
50
|
import './miscGetDynamicHealthTool.js';
|
|
51
|
-
import './normalizeLink-
|
|
52
|
-
import './core-
|
|
53
|
-
import './constants-
|
|
54
|
-
import './index-
|
|
51
|
+
import './normalizeLink-40e255bd.js';
|
|
52
|
+
import './core-bf7d9c08.js';
|
|
53
|
+
import './constants-4109be9f.js';
|
|
54
|
+
import './index-c3fd4f33.js';
|
|
55
55
|
import './embeddedHeathToolCards_helpers.js';
|
|
56
|
-
import './constants-
|
|
56
|
+
import './constants-219a6453.js';
|
package/build/esm/hooks.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export { u as useTranslations } from './index-
|
|
2
|
-
export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-
|
|
3
|
-
export { M as MAPPED_CATEGORY_SLUGS, P as PREGNANCY_SLUG, c as useCategory, u as useFbDataLayer, a as usePrevious, b as useRafState } from './useCategory-
|
|
4
|
-
export { u as useHealthToolsCache } from './useHealthToolCache-
|
|
5
|
-
export { u as useIsInit } from './useIsInit-
|
|
6
|
-
export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-
|
|
7
|
-
export { u as useInitialMount, a as useUniqueId } from './useUniqueId-
|
|
1
|
+
export { u as useTranslations } from './index-03218be0.js';
|
|
2
|
+
export { M as MEASURE_ELEMENT_CLASS, u as useScrollbarSize } from './useScrollbarSize-2fb11e2b.js';
|
|
3
|
+
export { M as MAPPED_CATEGORY_SLUGS, P as PREGNANCY_SLUG, c as useCategory, u as useFbDataLayer, a as usePrevious, b as useRafState } from './useCategory-289556d6.js';
|
|
4
|
+
export { u as useHealthToolsCache } from './useHealthToolCache-cd30911e.js';
|
|
5
|
+
export { u as useIsInit } from './useIsInit-5c1fb8fc.js';
|
|
6
|
+
export { i as initSharedOutSideClickListener, a as useOutsideClick, u as useSharedOutsideClick } from './useOutsideClick-8e333ffd.js';
|
|
7
|
+
export { u as useInitialMount, a as useUniqueId } from './useUniqueId-44fdf47f.js';
|
|
8
8
|
import 'react';
|
|
9
|
-
import './translationsContext-
|
|
9
|
+
import './translationsContext-1cfdc69b.js';
|
|
10
10
|
import 'lodash/debounce';
|
|
11
|
-
import './tslib.es6-
|
|
11
|
+
import './tslib.es6-ae0c9cc7.js';
|
|
12
12
|
import './miscCookieHelper.js';
|
|
13
|
-
import './index-
|
|
14
|
-
import './Locale-
|
|
13
|
+
import './index-48c3a543.js';
|
|
14
|
+
import './Locale-37e2792b.js';
|
|
15
15
|
import './miscGetDynamicHealthTool.js';
|
|
16
|
-
import './normalizeLink-
|
|
16
|
+
import './normalizeLink-40e255bd.js';
|
|
17
17
|
import './constantsDomainLocales.js';
|
|
18
18
|
import './constantsIsProduction.js';
|
|
19
|
-
import './core-
|
|
19
|
+
import './core-bf7d9c08.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type TranslationKeys = 'actionPopover.delete' | 'actionPopover.deleteNotification' | 'actionPopover.edit' | 'actionPopover.inviteShareCommunity' | 'actionPopover.joinCommunity' | 'actionPopover.leaveCommunit' | 'actionPopover.leaveCommunity' | 'actionPopover.leaveCommunity.accept' | 'actionPopover.leaveCommunity.cancel' | 'actionPopover.leaveCommunity.description' | 'actionPopover.leaveCommunity.title' | 'actionPopover.report' | 'actionPopover.turnOffNotification' | 'actionPopover.turnOffNotificationAbout' | 'actionPopover.turnOnNotification' | 'adBanner.title' | 'admin.comments' | 'admin.communities' | 'admin.community' | 'article.shareOn' | 'articleAuthor.title.expert' | 'articleAuthor.title.fact-check' | 'articleAuthor.title.medical' | 'articleAuthor.title.written-by' | 'articlePage.articleReviewerBy' | 'articlePage.readMore' | 'articlePage.showLess' | 'babyGrowth.alert.bmi' | 'babyGrowth.alert.head' | 'babyGrowth.alert.weight' | 'babyGrowth.babyInfo' | 'babyGrowth.chartTitle' | 'babyGrowth.chartTitle.noName' | 'babyGrowth.cm' | 'babyGrowth.drawer.addMeasurement' | 'babyGrowth.drawer.createBaby' | 'babyGrowth.drawer.switchProfile' | 'babyGrowth.emptyName' | 'babyGrowth.error.atLeastOneOf' | 'babyGrowth.error.birthdayRequired' | 'babyGrowth.error.invalidAge' | 'babyGrowth.error.invalidMeasurementDate' | 'babyGrowth.error.invalidValue' | 'babyGrowth.error.measurementDateLowerThanBirthday' | 'babyGrowth.error.outOfRange' | 'babyGrowth.error.title' | 'babyGrowth.head' | 'babyGrowth.headCircumference' | 'babyGrowth.height' | 'babyGrowth.input.babyName' | 'babyGrowth.input.birthday' | 'babyGrowth.input.bmi' | 'babyGrowth.input.bodyMass' | 'babyGrowth.input.checkSubmit' | 'babyGrowth.input.measurementDate' | 'babyGrowth.input.submit' | 'babyGrowth.kg' | 'babyGrowth.kg.m2' | 'babyGrowth.monthly' | 'babyGrowth.nickname' | 'babyGrowth.optional' | 'babyGrowth.pageTitle' | 'babyGrowth.percentiles' | 'babyGrowth.placeholder.babyName' | 'babyGrowth.popup.heading' | 'babyGrowth.reCalculate' | 'babyGrowth.record' | 'babyGrowth.save' | 'babyGrowth.save.loggedIn' | 'babyGrowth.weekly' | 'babyGrowth.weight' | 'babyGrowth.xLabel' | 'babyGrowth.yearly' | 'babyPoop.findOut' | 'babyPoopTool.name' | 'babyVaccine.banner.readmore' | 'babyVaccine.detail.benifit' | 'babyVaccine.detail.contraindication' | 'babyVaccine.detail.definition' | 'babyVaccine.detail.relatedArticles' | 'babyVaccine.immunization.vaccineName' | 'babyVaccine.immunization.warning' | 'babyVaccine.popup.button' | 'babyVaccine.popup.button.submit' | 'babyVaccine.popup.checkbox.suggestedDate' | 'babyVaccine.popup.confirm.close' | 'babyVaccine.popup.confirm.description' | 'babyVaccine.popup.confirm.ok' | 'babyVaccine.popup.confirm.title' | 'babyVaccine.popup.input.suggestedDate' | 'babyVaccine.popup.label.doses' | 'babyVaccine.popup.tab.benefits' | 'babyVaccine.popup.tab.contraindication' | 'babyVaccine.popup.tab.detail' | 'babyVaccine.popup.tab.schedule' | 'babyVaccine.popup.title' | 'babyVaccine.status.all' | 'babyVaccine.status.missed' | 'babyVaccine.status.next' | 'babyVaccine.status.upcoming' | 'babyVaccine.status.vaccinated' | 'babyVaccine.timeline.antigen' | 'babyVaccine.timeline.atBirth' | 'babyVaccine.timeline.total' | 'babyVaccine.timeline.totalNext' | 'babyVaccine.timeline.totalPast' | 'babyVaccine.vaccineCard.injected' | 'babyVaccine.vaccineCard.markAsInjected' | 'babyVaccine.vaccineInfo.dose' | 'babyVaccine.vaccineInfo.injectedDate' | 'babyVaccine.vaccineInfo.mandatory' | 'babyVaccine.vaccineInfo.optional' | 'babyVaccine.vaccineInfo.suggested' | 'babyVaccineTool.heading' | 'bmi.ageInput' | 'bmi.ageInput.desc' | 'bmi.ageInput.error' | 'bmi.heading' | 'bmi.heightInput' | 'bmi.heightInput.desc' | 'bmi.heightInput.error' | 'bmi.objective' | 'bmi.objective.gainWeight' | 'bmi.objective.loseWeight' | 'bmi.objective.maintainWeight' | 'bmi.result.healthy' | 'bmi.result.overweight' | 'bmi.result.underweight' | 'bmi.selectGender' | 'bmi.submit' | 'bmi.weightInput' | 'bmi.weightInput.desc' | 'bmi.weightInput.error' | 'bmr.heading' | 'booking.searchBar.allLocations' | 'booking.searchBar.allSpecialties' | 'booking.searchBar.currentLocation' | 'booking.searchBar.grantLocation' | 'booking.searchBar.locationPlaceholder' | 'booking.searchBar.noResults' | 'booking.searchBar.placeholder.doctor' | 'booking.searchBar.placeholder.hospital' | 'booking.searchBar.placeholder.service' | 'booking.searchBar.placeholder.specialty' | 'booking.searchBar.popularKey' | 'booking.searchBar.searchButton' | 'booking.searchBar.searchInput.placeholder' | 'booking.searchBar.useCurrentLocation' | 'booking.searchBar.viewAll' | 'booking.searchPopup.doctors' | 'booking.searchPopup.hospitals' | 'booking.searchPopup.searchIn.doctors' | 'booking.searchPopup.searchIn.hospitals' | 'booking.searchPopup.searchIn.services' | 'booking.searchPopup.searchIn.specialties' | 'booking.searchPopup.seeAll' | 'booking.searchPopup.seeLessSpecialties' | 'booking.searchPopup.seeMoreSpecialties' | 'booking.searchPopup.services' | 'booking.searchPopup.specialties' | 'booking.searchResult.description' | 'bottomBar.share' | 'cardAuthor.admin' | 'cardAuthor.ambassador' | 'cardAuthor.expert' | 'cardAuthor.guide' | 'cardAuthor.influencer' | 'cardAuthor.localAdmin' | 'cardAuthor.moderator' | 'cardAuthor.sponsor' | 'cardPost.anonymous' | 'cardPost.option.anonymous' | 'cardPost.public' | 'cardReactions.comment' | 'cardReactions.like' | 'cardReactions.repliesCount' | 'cardReactions.reply' | 'cardReactions.save' | 'cardReactions.unSave' | 'cardReply.disclaimer' | 'cardReply.endorse' | 'cardReply.opposePopup.content' | 'cardReply.opposePopup.submit' | 'cardReply.pppose' | 'cardReply.recommentCategories.heading' | 'cardReply.source' | 'cardReply.verifyBy' | 'careBooking.bookAnAppointment' | 'categoryPage.info.reviewed' | 'categoryPage.onDate' | 'character' | 'chatbot.with.me' | 'childCard.age.months' | 'childCard.age.oneMonth' | 'childCard.age.oneWeek' | 'childCard.age.oneYear' | 'childCard.age.oneYearMonth' | 'childCard.age.oneYearOneMonth' | 'childCard.age.week' | 'childCard.age.yearMonth' | 'childCard.age.yearNoMonth' | 'childCard.age.yearOneMonth' | 'childCard.boy' | 'childCard.girl' | 'childCard.menu.add' | 'childCard.menu.edit' | 'childCard.menu.remove' | 'childCard.menu.switch' | 'childCard.noName' | 'choicePopover.ambassadorPosts' | 'choicePopover.expertPosts' | 'choicePopover.lastestPost' | 'choicePopover.latest' | 'choicePopover.newest' | 'choicePopover.oldest' | 'choicePopover.popular' | 'choicePopover.popularPost' | 'choicePopover.sort' | 'choose.community' | 'choose.other.community' | 'chooseBaby.button' | 'chooseBaby.new' | 'chooseBaby.placeholder' | 'chooseBaby.title' | 'comment.count' | 'comment.now' | 'comment.seeMoreComments' | 'comment.seeMoreReplies' | 'commentPopup.warning.newPost' | '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.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.calculationMethod' | 'dueDatePage.conceptionDate' | 'dueDatePage.daysText' | 'dueDatePage.ivf' | 'dueDatePage.ivf.transferDate' | 'dueDatePage.ivf.transferDateRadio' | 'dueDatePage.lastPeriod' | 'dueDatePage.lastPeriod.calculate' | 'dueDatePage.lastPeriod.lastPeriodLabel' | 'dueDatePage.lastPeriod.periodLengthLabel' | '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' | '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' | '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' | 'comment.count' | 'comment.now' | 'comment.seeMoreComments' | 'comment.seeMoreReplies' | 'commentPopup.warning.newPost' | '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.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' | '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' | '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';
|
|
@@ -282,8 +282,11 @@ var defaultTranslations = {
|
|
|
282
282
|
"createPost.urlText": "Text",
|
|
283
283
|
"createPost.video": "Video",
|
|
284
284
|
"createPost.videoOrLink": "Video or link",
|
|
285
|
+
"dueDatePage.IUI": "Intrauterine insemination (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "Calculation Method",
|
|
286
287
|
"dueDatePage.conceptionDate": "Conception Date",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "Date of IUI procedure",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "Date of Ultrasound",
|
|
287
290
|
"dueDatePage.daysText": "{number} days",
|
|
288
291
|
"dueDatePage.ivf": "IVF",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "IVF Transfer Date",
|
|
@@ -292,6 +295,11 @@ var defaultTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "Calculate",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "The first day of your last period",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "Cycle Length",
|
|
298
|
+
"dueDatePage.ultrasound": "Ultrasound",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
|
|
300
|
+
"dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "At least one is required",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
|
|
295
303
|
"editor.addSocialLink.addLink": "Add",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "Only allowing sources from Youtube, Facebook, and Tiktok",
|
|
297
305
|
"expert.content.description": "Expert's Profile",
|
|
@@ -282,8 +282,11 @@ var hiTranslations = {
|
|
|
282
282
|
"createPost.urlText": "Text",
|
|
283
283
|
"createPost.video": "Video",
|
|
284
284
|
"createPost.videoOrLink": "Video or link",
|
|
285
|
+
"dueDatePage.IUI": "Intrauterine insemination (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "गणना विधि",
|
|
286
287
|
"dueDatePage.conceptionDate": "कॉन्सेप्शन की तारीख ",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "Date of IUI procedure",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "Date of Ultrasound",
|
|
287
290
|
"dueDatePage.daysText": "{number} दिन ",
|
|
288
291
|
"dueDatePage.ivf": "आईवीएफ ",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "आईवीएफ ट्रांसफर की तारीख ",
|
|
@@ -292,6 +295,11 @@ var hiTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "कैलक्युलेट ",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "आपके पिछले पीरियड का पहला दिन ",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "सायकल लेंथ ",
|
|
298
|
+
"dueDatePage.ultrasound": "Ultrasound",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
|
|
300
|
+
"dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "At least one is required",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
|
|
295
303
|
"editor.addSocialLink.addLink": "Add",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "Only allowing sources from Youtube, Facebook, and Tiktok",
|
|
297
305
|
"expert.content.description": "प्रोफाइल ",
|
|
@@ -282,8 +282,11 @@ var idTranslations = {
|
|
|
282
282
|
"createPost.urlText": "Text",
|
|
283
283
|
"createPost.video": "Video",
|
|
284
284
|
"createPost.videoOrLink": "Video atau tautan",
|
|
285
|
+
"dueDatePage.IUI": "Inseminasi Buatan (IUI)",
|
|
285
286
|
"dueDatePage.calculationMethod": "Metode kalkulasi",
|
|
286
287
|
"dueDatePage.conceptionDate": "Tanggal Pembuahan",
|
|
288
|
+
"dueDatePage.date_of_IUI_procedure": "Tanggal prosedur IUI",
|
|
289
|
+
"dueDatePage.date_of_ultrasound": "Tanggal USG",
|
|
287
290
|
"dueDatePage.daysText": "{number} days",
|
|
288
291
|
"dueDatePage.ivf": "Program Bayi Tabung",
|
|
289
292
|
"dueDatePage.ivf.transferDate": "Tanggal Pemindahan Bayi Tabung",
|
|
@@ -292,6 +295,11 @@ var idTranslations = {
|
|
|
292
295
|
"dueDatePage.lastPeriod.calculate": "Hitung",
|
|
293
296
|
"dueDatePage.lastPeriod.lastPeriodLabel": "Hari Pertama dari Haid Terakhir Anda",
|
|
294
297
|
"dueDatePage.lastPeriod.periodLengthLabel": "Durasi siklus haid",
|
|
298
|
+
"dueDatePage.ultrasound": "Ultrasound",
|
|
299
|
+
"dueDatePage.ultrasound.tooltip": "Mean sac Diameter (MSD) is less accurate than Crown-Rump Length (CRL) for dating a pregnancy. It is only used in very early pregnancy, between 4 and 6 weeks.",
|
|
300
|
+
"dueDatePage.validation.crl": "The MSD value is invalid. Please enter the CRL metric to continue.",
|
|
301
|
+
"dueDatePage.validation.one_is_required": "Setidaknya satu harus diisi",
|
|
302
|
+
"dueDatePage.validation.record_not_valid": "Your recorded isn't valid!",
|
|
295
303
|
"editor.addSocialLink.addLink": "Tambah",
|
|
296
304
|
"editor.addSocialLink.warningDomain": "Hanya memperbolehkan sumber dari Youtube, Facebook, dan Tiktok",
|
|
297
305
|
"expert.content.description": "Profil Pakar",
|
|
@@ -327,8 +335,8 @@ var idTranslations = {
|
|
|
327
335
|
"home.navigator.menu.healthTools.noDatas.cta": "Lihat selanjutnya ",
|
|
328
336
|
"home.navigator.menu.healthTools.noDatas.description": "Alat kesehatan ini mudah digunakan dan dapat membantu memantau kondisi kesehatan Anda secara umum. ",
|
|
329
337
|
"home.navigator.menu.healthTools.noDatas.title": "Alat Kesehatan ",
|
|
330
|
-
"home.navigator.menu.lastestVideos": "
|
|
331
|
-
"home.navigator.menu.podcasts": "
|
|
338
|
+
"home.navigator.menu.lastestVideos": "Shorts Terbaru",
|
|
339
|
+
"home.navigator.menu.podcasts": "Podcast",
|
|
332
340
|
"home.navigator.menu.shorts": "Shorts",
|
|
333
341
|
"home.navigator.menu.spotlightEcom": "Categories",
|
|
334
342
|
"home.navigator.menu.spotlightHospitals": "Rumah Sakit Terpopuler",
|
|
@@ -340,7 +348,7 @@ var idTranslations = {
|
|
|
340
348
|
"home.navigator.menu.together.noPosts.title": "Selamat Datang di Komunitas!",
|
|
341
349
|
"home.navigator.menu.trendingPosts": "Postingan Utama",
|
|
342
350
|
"home.navigator.menu.trendingPosts.seeMore": "Lihat selanjutnya",
|
|
343
|
-
"home.navigator.menu.videos": "
|
|
351
|
+
"home.navigator.menu.videos": "Video",
|
|
344
352
|
"home.navigator.menuItem.allCategories": "Lihat Semua Kategori",
|
|
345
353
|
"home.navigator.menuItem.allCommunities": "Lihat Semua Komunitas",
|
|
346
354
|
"home.navigator.menuItem.allCommunitiesheadingTitle": "Temukan komunitas Anda",
|