@hhgtech/hhg-components 1.29.433 → 1.29.434-beta-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/{InputDate-e0b9d9e2.js → InputDate-dd1565d3.js} +5 -5
- package/build/{LastPeriod-12af0b49.js → LastPeriod-29620760.js} +1 -1
- package/build/{MobileBottomNavigationIcon-83cced79.js → MobileBottomNavigationIcon-80d54bb1.js} +3 -3
- package/build/RatingStarsInput-94b1b84a.js +5537 -0
- package/build/{Spinner-ae61b087.js → Spinner-02c9ed5e.js} +1 -1
- package/build/{WhatsApp-8828db32.js → WhatsApp-d1946369.js} +1 -1
- package/build/adapters.js +21 -20
- package/build/atoms.js +103 -412
- package/build/babyGrowth.js +86 -85
- package/build/cache.js +2 -2
- package/build/care/interfaces/types.d.ts +2 -0
- package/build/care.js +18 -18
- package/build/careBookingSearchBar.js +14 -14
- package/build/careBookingSearchBarV2.js +15 -15
- package/build/components/atoms/DragFreeCarousel/index.d.ts +9 -0
- package/build/components/atoms/DragFreeCarousel/index.style.d.ts +3 -0
- package/build/components/atoms/cardCollapse/index.d.ts +3 -2
- package/build/components/atoms/imageUpload/index.d.ts +1 -1
- package/build/components/atoms/index.d.ts +3 -1
- package/build/components/mantine/index.d.ts +2 -0
- package/build/components/mantine/phoneInput/PhoneInput.d.ts +1 -1
- package/build/components/mantine/provider/index.d.ts +2 -1
- package/build/components/molecules/cardListItem/index.d.ts +4 -1
- package/build/components/molecules/certificateItem/index.d.ts +9 -0
- package/build/components/molecules/certificateItem/index.styled.d.ts +17 -0
- package/build/components/molecules/doctorInfoExpertise/index.d.ts +9 -0
- package/build/components/molecules/doctorInfoExpertise/index.styled.d.ts +13 -0
- package/build/components/molecules/doctorInfoItem/index.d.ts +8 -0
- package/build/components/molecules/doctorInfoItem/index.styled.d.ts +24 -0
- package/build/components/molecules/hpvScreener/index.d.ts +7 -0
- package/build/components/molecules/hpvScreener/index.styled.d.ts +78 -0
- package/build/components/molecules/index.d.ts +6 -0
- package/build/components/molecules/summaryInfo/index.d.ts +16 -0
- package/build/components/molecules/summaryInfo/index.styled.d.ts +23 -0
- package/build/components/molecules/voucherItem/index.d.ts +10 -0
- package/build/components/molecules/voucherItem/index.style.d.ts +21 -0
- package/build/components/organisms/clinicInfo/index.styled.d.ts +7 -0
- package/build/components/organisms/doctorExpertise/index.d.ts +24 -0
- package/build/components/organisms/doctorExpertise/index.helper.d.ts +9 -0
- package/build/components/organisms/doctorExpertise/index.styled.d.ts +24 -0
- package/build/components/organisms/index.d.ts +1 -0
- package/build/components.js +191 -181
- package/build/{constants-c209b4a9.js → constants-02118a58.js} +1 -1
- package/build/constants.js +3 -3
- package/build/constantsDomainLocales.js +1 -1
- package/build/constantsRiskScreener.js +2 -2
- package/build/constantsSite.js +2 -2
- package/build/{core-e3d74790.js → core-3cc6c93f.js} +1 -1
- package/build/{dataTransform-4d4d89de.js → dataTransform-425c15b4.js} +1 -1
- package/build/ecom.js +5 -5
- package/build/{editor-fd459eb8.js → editor-342d2ab0.js} +11 -11
- package/build/embeddedHeathToolCards_babyGrowth.js +25 -24
- package/build/embeddedHeathToolCards_babyPoop.js +21 -20
- package/build/embeddedHeathToolCards_babyVaccine.js +24 -23
- package/build/embeddedHeathToolCards_bmi_bmi.js +27 -26
- package/build/embeddedHeathToolCards_bmrBmr.js +27 -26
- package/build/embeddedHeathToolCards_dueDate_dueDate.js +24 -23
- package/build/embeddedHeathToolCards_ovulation_ovulation.js +24 -23
- package/build/embeddedHeathToolCards_pwg_pwg.js +28 -27
- package/build/embeddedHeathToolCards_targetHeartRate.js +29 -28
- package/build/esm/{InputDate-f0826fcd.js → InputDate-55e5af78.js} +5 -5
- package/build/esm/{LastPeriod-8b77de17.js → LastPeriod-10b5465f.js} +1 -1
- package/build/esm/{MobileBottomNavigationIcon-abc80efb.js → MobileBottomNavigationIcon-b9a9a814.js} +3 -3
- package/build/esm/RatingStarsInput-c6e4eda1.js +5468 -0
- package/build/esm/{Spinner-86141c9b.js → Spinner-7f6cebcb.js} +1 -1
- package/build/esm/{WhatsApp-4b0454a5.js → WhatsApp-34af4f81.js} +1 -1
- package/build/esm/adapters.js +21 -20
- package/build/esm/atoms.js +56 -365
- package/build/esm/babyGrowth.js +86 -85
- package/build/esm/cache.js +2 -2
- package/build/esm/care/interfaces/types.d.ts +2 -0
- package/build/esm/care.js +18 -18
- package/build/esm/careBookingSearchBar.js +14 -14
- package/build/esm/careBookingSearchBarV2.js +15 -15
- package/build/esm/components/atoms/DragFreeCarousel/index.d.ts +9 -0
- package/build/esm/components/atoms/DragFreeCarousel/index.style.d.ts +3 -0
- package/build/esm/components/atoms/cardCollapse/index.d.ts +3 -2
- package/build/esm/components/atoms/imageUpload/index.d.ts +1 -1
- package/build/esm/components/atoms/index.d.ts +3 -1
- package/build/esm/components/mantine/index.d.ts +2 -0
- package/build/esm/components/mantine/phoneInput/PhoneInput.d.ts +1 -1
- package/build/esm/components/mantine/provider/index.d.ts +2 -1
- package/build/esm/components/molecules/cardListItem/index.d.ts +4 -1
- package/build/esm/components/molecules/certificateItem/index.d.ts +9 -0
- package/build/esm/components/molecules/certificateItem/index.styled.d.ts +17 -0
- package/build/esm/components/molecules/doctorInfoExpertise/index.d.ts +9 -0
- package/build/esm/components/molecules/doctorInfoExpertise/index.styled.d.ts +13 -0
- package/build/esm/components/molecules/doctorInfoItem/index.d.ts +8 -0
- package/build/esm/components/molecules/doctorInfoItem/index.styled.d.ts +24 -0
- package/build/esm/components/molecules/hpvScreener/index.d.ts +7 -0
- package/build/esm/components/molecules/hpvScreener/index.styled.d.ts +78 -0
- package/build/esm/components/molecules/index.d.ts +6 -0
- package/build/esm/components/molecules/summaryInfo/index.d.ts +16 -0
- package/build/esm/components/molecules/summaryInfo/index.styled.d.ts +23 -0
- package/build/esm/components/molecules/voucherItem/index.d.ts +10 -0
- package/build/esm/components/molecules/voucherItem/index.style.d.ts +21 -0
- package/build/esm/components/organisms/clinicInfo/index.styled.d.ts +7 -0
- package/build/esm/components/organisms/doctorExpertise/index.d.ts +24 -0
- package/build/esm/components/organisms/doctorExpertise/index.helper.d.ts +9 -0
- package/build/esm/components/organisms/doctorExpertise/index.styled.d.ts +24 -0
- package/build/esm/components/organisms/index.d.ts +1 -0
- package/build/esm/components.js +105 -104
- package/build/esm/{constants-4b41a438.js → constants-97743de3.js} +1 -1
- package/build/esm/constants.js +3 -3
- package/build/esm/constantsDomainLocales.js +1 -1
- package/build/esm/constantsRiskScreener.js +2 -2
- package/build/esm/constantsSite.js +2 -2
- package/build/esm/{core-57f83781.js → core-52f006ba.js} +1 -1
- package/build/esm/{dataTransform-88be7705.js → dataTransform-7bead3a3.js} +1 -1
- package/build/esm/ecom.js +5 -5
- package/build/esm/{editor-05d2338e.js → editor-e5e31c76.js} +11 -11
- package/build/esm/embeddedHeathToolCards_babyGrowth.js +25 -24
- package/build/esm/embeddedHeathToolCards_babyPoop.js +21 -20
- package/build/esm/embeddedHeathToolCards_babyVaccine.js +24 -23
- package/build/esm/embeddedHeathToolCards_bmi_bmi.js +27 -26
- package/build/esm/embeddedHeathToolCards_bmrBmr.js +27 -26
- package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +24 -23
- package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +24 -23
- package/build/esm/embeddedHeathToolCards_pwg_pwg.js +28 -27
- package/build/esm/embeddedHeathToolCards_targetHeartRate.js +29 -28
- package/build/esm/footer.js +23 -22
- package/build/esm/gAssets.js +2 -2
- package/build/esm/{healthTools-8b856301.js → healthTools-f44a1ae9.js} +1 -1
- package/build/esm/healthToolsCardWrapper.js +20 -19
- package/build/esm/healthToolsForm.js +35 -34
- package/build/esm/hooks.js +13 -13
- package/build/esm/i18n/translationKeys.d.ts +1 -1
- package/build/esm/i18n-values/en-PH.js +9 -0
- package/build/esm/i18n-values/hi-IN.js +9 -0
- package/build/esm/i18n-values/id-ID.js +9 -0
- package/build/esm/i18n-values/km-KH.js +9 -0
- package/build/esm/i18n-values/ms-MY.js +9 -0
- package/build/esm/i18n-values/my-MM.js +9 -0
- package/build/esm/i18n-values/th-TH.js +13 -4
- package/build/esm/i18n-values/tl-PH.js +9 -0
- package/build/esm/i18n-values/vi-VN.js +14 -5
- package/build/esm/i18n-values/vi-VN_MB.js +14 -5
- package/build/esm/i18n-values/zh-SG.js +9 -0
- package/build/esm/i18n-values/zh-TW.js +9 -0
- package/build/esm/i18n.js +2 -2
- package/build/esm/i18nV2.js +2 -2
- package/build/esm/icons/ArrowRightBlue.d.ts +4 -0
- package/build/esm/icons/Clinic.d.ts +4 -0
- package/build/esm/icons/Credential.d.ts +4 -0
- package/build/esm/icons/Education.d.ts +4 -0
- package/build/esm/icons/Email.d.ts +4 -0
- package/build/esm/icons/HPV.d.ts +4 -0
- package/build/esm/icons/Highlight.d.ts +4 -0
- package/build/esm/icons/StarUpgrade.d.ts +4 -0
- package/build/esm/{index-2a734522.js → index-01d618c0.js} +2 -2
- package/build/esm/{index-38622355.js → index-03610a4d.js} +15 -15
- package/build/esm/{index-c5d04de2.js → index-04333161.js} +2 -2
- package/build/esm/{index-9cdd2002.js → index-06994be5.js} +13 -13
- package/build/esm/{index-6071b78c.js → index-0bafe401.js} +13 -13
- package/build/esm/{ImageUpload.types-44e95f83.js → index-10392644.js} +350 -19
- package/build/esm/{index-64114837.js → index-112446ca.js} +6 -6
- package/build/esm/{index-89696954.js → index-17ad2190.js} +178 -50
- package/build/esm/{index-56932245.js → index-1ae4568a.js} +16 -16
- package/build/esm/{index-c81d2519.js → index-22daa572.js} +22 -22
- package/build/esm/{index-ae1ff5ed.js → index-27751cd7.js} +14 -14
- package/build/esm/{index-8d10ece5.js → index-2f19848f.js} +1 -1
- package/build/esm/index-2f3113f4.js +15 -0
- package/build/esm/{index-f45d88b7.js → index-305eca69.js} +1 -1
- package/build/esm/{index-5c23fe7c.js → index-36d282ab.js} +1 -1
- package/build/esm/{index-66565d57.js → index-37439923.js} +7 -7
- package/build/esm/{index-094dd2cf.js → index-375d868f.js} +7 -7
- package/build/esm/{index-8cff2a0e.js → index-3f0da1c6.js} +2 -2
- package/build/esm/{index-eedbd807.js → index-47327c7e.js} +11 -3
- package/build/esm/{index-e972e915.js → index-49b8e5d0.js} +4 -4
- package/build/esm/{index-d6f88c87.js → index-4f6ab08a.js} +2 -2
- package/build/esm/{index-fd1ddc22.js → index-606254b1.js} +15 -15
- package/build/esm/{index-710bdbb8.js → index-634afcf6.js} +3 -3
- package/build/esm/{index-7df93460.js → index-6ab7b50b.js} +25 -25
- package/build/esm/{index-dd895697.js → index-6c1c9cb2.js} +5 -5
- package/build/esm/{index-43387a48.js → index-6dbe6ca9.js} +8 -8
- package/build/esm/{index-038e4818.js → index-7043b411.js} +2 -2
- package/build/esm/{index-e82eaacf.js → index-7402f599.js} +2 -2
- package/build/esm/{index-218ecaf5.js → index-742fa807.js} +2 -2
- package/build/esm/{index-cbefc98f.js → index-7b4544aa.js} +17 -17
- package/build/esm/{index-f0c6581c.js → index-7c9ba229.js} +1 -1
- package/build/esm/{index-c6894bf0.js → index-7e7481b7.js} +1 -1
- package/build/esm/{index-f9c0b188.js → index-878e373b.js} +2 -2
- package/build/esm/{index-cebf30fd.js → index-89cdb982.js} +3 -3
- package/build/esm/{index-0102dced.js → index-8c703476.js} +13 -13
- package/build/esm/{index-496fa91d.js → index-93d224c5.js} +1 -1
- package/build/esm/{index-674f8461.js → index-9a213ff7.js} +13 -13
- package/build/esm/{index-c43e0d82.js → index-9e216d9e.js} +16 -16
- package/build/esm/{index-c9987645.js → index-9f415e76.js} +2 -2
- package/build/esm/{index-01018403.js → index-a7ae2c24.js} +17 -17
- package/build/esm/{index-2f000f7e.js → index-b265a280.js} +3 -3
- package/build/esm/{index-5d0b334a.js → index-b46e62a0.js} +4 -4
- package/build/esm/{index-70b9dc20.js → index-b53640e2.js} +21 -21
- package/build/esm/{index-e3b7033c.js → index-b6ff30c0.js} +6 -6
- package/build/esm/{index-f6742432.js → index-b758d614.js} +32 -32
- package/build/esm/{index-929555b7.js → index-ba26c1ee.js} +3 -3
- package/build/esm/{index-a645563e.js → index-bd47ae76.js} +17 -17
- package/build/esm/{index-5cd17731.js → index-c091deec.js} +2 -2
- package/build/esm/index-c1bac064.js +176 -0
- package/build/esm/{index-07ea5699.js → index-c48e6649.js} +10 -10
- package/build/esm/{index-1d773df0.js → index-cbd96386.js} +2 -2
- package/build/esm/{index-86c240e8.js → index-cf7a2dbe.js} +30 -30
- package/build/esm/{index-55612503.js → index-d08cba80.js} +3 -3
- package/build/esm/{index-86b55b3c.js → index-d0b2630c.js} +17 -17
- package/build/esm/{index-6e8479f7.js → index-d0be791f.js} +32 -32
- package/build/esm/{index-89362365.js → index-d1892b36.js} +13 -13
- package/build/esm/{index-19a1c55d.js → index-d1b260df.js} +6 -6
- package/build/esm/{index-77470bdb.js → index-d59f2b69.js} +14 -14
- package/build/esm/{index-52c0dc92.js → index-dab25df4.js} +2 -2
- package/build/esm/{index-cbea2a2d.js → index-dfd4deaa.js} +1 -1
- package/build/esm/{index-db240e2e.js → index-e3748cc0.js} +1 -1
- package/build/esm/{index-b68d940f.js → index-eab9b46e.js} +15 -15
- package/build/esm/{index-3ac056d4.js → index-ef671917.js} +2 -2
- package/build/esm/{index-a1ce7a25.js → index-efb1eac5.js} +6 -6
- package/build/esm/{index-cc45629e.js → index-f1c0924d.js} +11 -11
- package/build/esm/{index-4288764b.js → index-f65c7844.js} +2 -2
- package/build/esm/{index-f134d024.js → index-f748978d.js} +2 -2
- package/build/esm/{index-d6681c05.js → index-f79f4969.js} +3 -3
- package/build/esm/{index-3bbc49c3.js → index-f8edffe6.js} +18 -9
- package/build/esm/{index-9d94d71d.js → index-f9c0353f.js} +2 -2
- package/build/esm/index.d.ts +1 -0
- package/build/esm/index.js +126 -127
- package/build/esm/{labelSorting-31b9bd66.js → labelSorting-9dbf2069.js} +4 -4
- package/build/esm/lead.js +36 -36
- package/build/esm/{logoIcon-47b6d502.js → logoIcon-0121b5c4.js} +2 -2
- package/build/esm/mantine.js +27 -26
- package/build/esm/misc.js +19 -19
- package/build/esm/miscGetDynamicHealthTool.js +4 -4
- package/build/esm/miscGetSocialList.js +8 -8
- package/build/esm/miscScreenSizeContext.js +1 -1
- package/build/esm/mobileBottomNavigation.js +5 -5
- package/build/esm/mobileBottomNavigationIcon.js +5 -5
- package/build/esm/molecules.js +78 -78
- package/build/esm/moleculesArticleCard.js +6 -6
- package/build/esm/moleculesArticleCardV2.js +18 -17
- package/build/esm/navigation.js +48 -47
- package/build/esm/navigationLogoutPopup.js +11 -11
- package/build/esm/navigationProfileButton.js +28 -27
- package/build/esm/onboardingV2.js +31 -30
- package/build/esm/organisms.js +58 -57
- package/build/esm/{post-3d961199.js → post-7866a1a3.js} +2 -2
- package/build/esm/profileNavigation.js +21 -20
- package/build/esm/progressBar.js +1 -1
- package/build/esm/pwg.js +24 -23
- package/build/esm/ssoV2/api/featureFlag.d.ts +2 -1
- package/build/esm/ssoV2.js +54 -41
- package/build/esm/{store-ffd998aa.js → store-a63ccbe6.js} +3 -3
- package/build/esm/subot.js +37 -37
- package/build/esm/surveyOrPremiumBanner.js +35 -34
- package/build/esm/surveyQuestionCard.js +11 -11
- package/build/esm/{surveyThankyouCard-03f683f2.js → surveyThankyouCard-6be732c5.js} +5 -5
- package/build/esm/together.js +58 -57
- package/build/esm/togetherApiUtils.js +4 -4
- package/build/esm/togetherAtoms.js +32 -31
- package/build/esm/togetherComponentGlobalContext.js +4 -4
- package/build/esm/togetherMolecules.js +53 -52
- package/build/esm/togetherMoleculesCardAuthor.js +29 -29
- package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
- package/build/esm/togetherMoleculesProfileDetail.js +41 -40
- package/build/esm/togetherOrganisms.js +52 -51
- package/build/esm/togetherRichTextEditor.js +18 -18
- package/build/esm/togetherShareBox.js +10 -10
- package/build/esm/{translationsProvider-2df0f10e.js → translationsProvider-f5a13a4a.js} +1 -1
- package/build/esm/{treePopoverMenu-0551c67f.js → treePopoverMenu-e9c0eb09.js} +19 -19
- package/build/esm/types.js +2 -2
- package/build/esm/{useCategory-bfb48582.js → useCategory-4734d528.js} +5 -5
- package/build/esm/{useHealthToolCache-bdd0a31b.js → useHealthToolCache-f64ff971.js} +1 -1
- package/build/esm/{usePlacesAutocomplete-1443cb81.js → usePlacesAutocomplete-3166d333.js} +1 -1
- package/build/esm/useTogetherAuthRequiredAction.js +10 -10
- package/build/esm/{utils-f8269f1e.js → utils-2d89a9e3.js} +2 -2
- package/build/esm/{utils-1dfd2134.js → utils-46309e29.js} +3 -3
- package/build/esm/{utils-584c4d89.js → utils-91c6dd2e.js} +5 -5
- package/build/esm/{utils-dd7bdfd8.js → utils-d863dbaa.js} +2 -2
- package/build/esm/{utils-cf6f06ff.js → utils-f460a016.js} +1 -1
- package/build/esm/vaccination.js +23 -22
- package/build/footer.js +23 -22
- package/build/gAssets.js +2 -2
- package/build/{healthTools-fb416920.js → healthTools-1b73f467.js} +1 -1
- package/build/healthToolsCardWrapper.js +20 -19
- package/build/healthToolsForm.js +35 -34
- package/build/hooks.js +13 -13
- package/build/i18n/translationKeys.d.ts +1 -1
- package/build/i18n-values/en-PH.js +9 -0
- package/build/i18n-values/hi-IN.js +9 -0
- package/build/i18n-values/id-ID.js +9 -0
- package/build/i18n-values/km-KH.js +9 -0
- package/build/i18n-values/ms-MY.js +9 -0
- package/build/i18n-values/my-MM.js +9 -0
- package/build/i18n-values/th-TH.js +13 -4
- package/build/i18n-values/tl-PH.js +9 -0
- package/build/i18n-values/vi-VN.js +14 -5
- package/build/i18n-values/vi-VN_MB.js +14 -5
- package/build/i18n-values/zh-SG.js +9 -0
- package/build/i18n-values/zh-TW.js +9 -0
- package/build/i18n.js +2 -2
- package/build/i18nV2.js +1 -1
- package/build/icons/ArrowRightBlue.d.ts +4 -0
- package/build/icons/Clinic.d.ts +4 -0
- package/build/icons/Credential.d.ts +4 -0
- package/build/icons/Education.d.ts +4 -0
- package/build/icons/Email.d.ts +4 -0
- package/build/icons/HPV.d.ts +4 -0
- package/build/icons/Highlight.d.ts +4 -0
- package/build/icons/StarUpgrade.d.ts +4 -0
- package/build/{index-12bf3339.js → index-02aa915e.js} +4 -4
- package/build/{index-d09f54b9.js → index-0522023c.js} +2 -2
- package/build/{index-5a679ad0.js → index-054711db.js} +13 -13
- package/build/{index-b36528fb.js → index-0c17ef4f.js} +2 -2
- package/build/{index-8a796a4b.js → index-109b16a7.js} +1 -1
- package/build/{index-27e7733e.js → index-134e87b2.js} +2 -2
- package/build/{index-e8396000.js → index-145be436.js} +8 -8
- package/build/{index-8d75515f.js → index-152761a4.js} +17 -17
- package/build/{index-ceb11527.js → index-18dc56db.js} +13 -13
- package/build/{index-fd989be4.js → index-1a6168f3.js} +16 -16
- package/build/{index-fc9484ec.js → index-24374876.js} +1 -1
- package/build/{index-f8381dae.js → index-269f4240.js} +1 -1
- package/build/{index-e5edb989.js → index-26a8bfcc.js} +1 -1
- package/build/{index-caa9ea43.js → index-2775ccc2.js} +15 -15
- package/build/{index-0fc9097e.js → index-28751ec5.js} +30 -30
- package/build/{index-a704d247.js → index-30a96c27.js} +18 -8
- package/build/{index-fce59bf5.js → index-36970a2f.js} +1 -1
- package/build/{index-dadea800.js → index-38b14f0f.js} +2 -2
- package/build/{index-cb015776.js → index-3b41f30a.js} +17 -17
- package/build/{index-06c9ffa5.js → index-43623716.js} +1 -1
- package/build/{index-de310b58.js → index-4a0982b8.js} +32 -32
- package/build/{index-57ede5d6.js → index-4b7a3ca4.js} +10 -10
- package/build/{index-6cbf2d82.js → index-51d8d2bd.js} +177 -48
- package/build/{index-7afbc5fc.js → index-5c1488d2.js} +14 -14
- package/build/{index-51fd5ddd.js → index-5d19d8c0.js} +11 -2
- package/build/{index-dde12b67.js → index-5fcacb7b.js} +6 -6
- package/build/{index-3adfe284.js → index-60246801.js} +3 -3
- package/build/{index-564f712d.js → index-6115dd5b.js} +14 -14
- package/build/{index-fbcb1f96.js → index-66cc1a82.js} +6 -6
- package/build/{index-0c060c5d.js → index-67850ff9.js} +3 -3
- package/build/{index-8a73ecdc.js → index-6957c3a3.js} +17 -17
- package/build/{index-e346d965.js → index-6a361ec5.js} +3 -3
- package/build/{index-e11fcf4e.js → index-6ab0effd.js} +13 -13
- package/build/{index-5301fa2b.js → index-6bcfe79d.js} +1 -1
- package/build/{index-60562800.js → index-6d3256a0.js} +17 -17
- package/build/{index-0a284c20.js → index-7065a2a9.js} +6 -6
- package/build/{index-1c4d2c37.js → index-794b14f3.js} +21 -21
- package/build/index-7e7dabc0.js +1173 -0
- package/build/{index-d4a45341.js → index-7e80f652.js} +2 -2
- package/build/{index-a54a0be1.js → index-843c529f.js} +22 -22
- package/build/{index-dfc5426e.js → index-877dbfc3.js} +2 -2
- package/build/{index-c3f50b19.js → index-8f18403b.js} +2 -2
- package/build/{index-4b007fed.js → index-936f4f81.js} +2 -2
- package/build/{index-efc4a1d3.js → index-93b45a54.js} +5 -5
- package/build/{index-0c8e36a0.js → index-976048e9.js} +4 -4
- package/build/{index-7ed8db11.js → index-97904590.js} +2 -2
- package/build/{index-1c545f27.js → index-99343091.js} +3 -3
- package/build/{index-1ef29482.js → index-a2776d65.js} +32 -32
- package/build/{index-696c59f9.js → index-a637ba9b.js} +6 -6
- package/build/{index-917631b4.js → index-a7c130e5.js} +1 -1
- package/build/{index-36ae80ae.js → index-abdcbf4b.js} +2 -2
- package/build/{index-dced8b6a.js → index-abef51d8.js} +2 -2
- package/build/{index-2104cd1c.js → index-af64e6f0.js} +2 -2
- package/build/{index-ddb2561e.js → index-bc9bdb02.js} +7 -7
- package/build/{index-438701fa.js → index-bf13e102.js} +25 -25
- package/build/{index-d02c0a4f.js → index-c7d189b9.js} +13 -13
- package/build/{index-7d077f82.js → index-cb93d51a.js} +2 -2
- package/build/index-cdde6b2b.js +205 -0
- package/build/{index-aa259cc0.js → index-cf5e090e.js} +2 -2
- package/build/{index-2cc99c6d.js → index-d7ce710d.js} +3 -3
- package/build/{index-91cff828.js → index-d833d500.js} +13 -13
- package/build/{index-809304c6.js → index-db62e4f2.js} +3 -3
- package/build/{index-800c14bf.js → index-e0fdfbe2.js} +2 -2
- package/build/{index-3c9a1f70.js → index-e1953209.js} +15 -15
- package/build/{index-30e9f8f2.js → index-e30ecba7.js} +16 -16
- package/build/{index-3e931927.js → index-ea11fb81.js} +2 -2
- package/build/{index-33039539.js → index-ea3b83bb.js} +5 -5
- package/build/{index-0a78bbd7.js → index-f798c693.js} +15 -15
- package/build/{index-78ad20b8.js → index-f872dc44.js} +7 -7
- package/build/{index-fc5207b0.js → index-fa1d0cc9.js} +11 -11
- package/build/index.d.ts +1 -0
- package/build/index.js +248 -239
- package/build/{labelSorting-8af691c5.js → labelSorting-9e6f0a66.js} +4 -4
- package/build/lead.js +36 -36
- package/build/{logoIcon-b4e787b8.js → logoIcon-74c47347.js} +2 -2
- package/build/mantine.js +26 -24
- package/build/misc.js +19 -19
- package/build/miscGetDynamicHealthTool.js +4 -4
- package/build/miscGetSocialList.js +8 -8
- package/build/miscScreenSizeContext.js +1 -1
- package/build/mobileBottomNavigation.js +5 -5
- package/build/mobileBottomNavigationIcon.js +5 -5
- package/build/molecules.js +84 -78
- package/build/moleculesArticleCard.js +6 -6
- package/build/moleculesArticleCardV2.js +18 -17
- package/build/navigation.js +48 -47
- package/build/navigationLogoutPopup.js +11 -11
- package/build/navigationProfileButton.js +28 -27
- package/build/onboardingV2.js +30 -29
- package/build/organisms.js +59 -57
- package/build/{post-2ee5d456.js → post-0dc58a52.js} +2 -2
- package/build/profileNavigation.js +21 -20
- package/build/progressBar.js +1 -1
- package/build/pwg.js +24 -23
- package/build/ssoV2/api/featureFlag.d.ts +2 -1
- package/build/ssoV2.js +52 -39
- package/build/{store-946d7923.js → store-a2b899e0.js} +3 -3
- package/build/subot.js +36 -36
- package/build/surveyOrPremiumBanner.js +35 -34
- package/build/surveyQuestionCard.js +11 -11
- package/build/{surveyThankyouCard-37b14371.js → surveyThankyouCard-f222f4b0.js} +5 -5
- package/build/together.js +58 -57
- package/build/togetherApiUtils.js +4 -4
- package/build/togetherAtoms.js +32 -31
- package/build/togetherComponentGlobalContext.js +4 -4
- package/build/togetherMolecules.js +53 -52
- package/build/togetherMoleculesCardAuthor.js +29 -29
- package/build/togetherMoleculesPostImagePreview.js +11 -11
- package/build/togetherMoleculesProfileDetail.js +41 -40
- package/build/togetherOrganisms.js +52 -51
- package/build/togetherRichTextEditor.js +18 -18
- package/build/togetherShareBox.js +10 -10
- package/build/{translationsProvider-e74e949c.js → translationsProvider-952a9a0c.js} +1 -1
- package/build/{treePopoverMenu-273d3670.js → treePopoverMenu-166f6b75.js} +19 -19
- package/build/types.js +2 -2
- package/build/{useCategory-62d4af09.js → useCategory-e73f99a4.js} +5 -5
- package/build/{useHealthToolCache-be6af5ea.js → useHealthToolCache-86360369.js} +1 -1
- package/build/{usePlacesAutocomplete-3a3f50c8.js → usePlacesAutocomplete-668a615e.js} +1 -1
- package/build/useTogetherAuthRequiredAction.js +10 -10
- package/build/{utils-2b970250.js → utils-0228aaff.js} +1 -1
- package/build/{utils-f6e6a6cc.js → utils-6b0ec12c.js} +5 -5
- package/build/{utils-e19bab64.js → utils-9e208a39.js} +2 -2
- package/build/{utils-60976ee8.js → utils-efe1dd62.js} +3 -3
- package/build/{utils-3493f54d.js → utils-fab2ab8c.js} +2 -2
- package/build/vaccination.js +23 -22
- package/package.json +2 -1
- package/build/ImageUpload.types-b49c7106.js +0 -822
- package/build/RatingStarsInput-61e436ab.js +0 -5241
- package/build/Upload-8fbec84e.js +0 -29
- package/build/esm/RatingStarsInput-a212f2b7.js +0 -5176
- package/build/esm/Upload-cc97078d.js +0 -7
- package/build/esm/index-a7d84413.js +0 -81
- package/build/esm/index-cd56ce3b.js +0 -15
- package/build/index-57cb6a36.js +0 -89
- /package/build/{BMI_BOYS.percentile.monthly-bac33541.js → BMI_BOYS.percentile.monthly-fdfd2f18.js} +0 -0
- /package/build/{BMI_BOYS.percentile.weekly-4bfbf0c4.js → BMI_BOYS.percentile.weekly-a30ae5d8.js} +0 -0
- /package/build/{BMI_BOYS.percentile.yearly-855f6356.js → BMI_BOYS.percentile.yearly-7af8eddc.js} +0 -0
- /package/build/{BMI_BOYS.zscore.monthly-89560f07.js → BMI_BOYS.zscore.monthly-aa9f1f89.js} +0 -0
- /package/build/{BMI_BOYS.zscore.weekly-8770fba7.js → BMI_BOYS.zscore.weekly-e671ee2e.js} +0 -0
- /package/build/{BMI_BOYS.zscore.yearly-fc5fe300.js → BMI_BOYS.zscore.yearly-36bf293d.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.monthly-234799b8.js → BMI_GIRLS.percentile.monthly-9f43c07a.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.weekly-39ff4e55.js → BMI_GIRLS.percentile.weekly-4918e10a.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.yearly-87274d18.js → BMI_GIRLS.percentile.yearly-cd2bde6c.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.monthly-fa597be5.js → BMI_GIRLS.zscore.monthly-ceac2377.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.weekly-29d2e6ed.js → BMI_GIRLS.zscore.weekly-ac13bc90.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.yearly-a4680f51.js → BMI_GIRLS.zscore.yearly-85967abe.js} +0 -0
- /package/build/{ChevronDown-a794c4de.js → ChevronDown-b979cdd8.js} +0 -0
- /package/build/{Close-8b4b5cb2.js → Close-ea59d10a.js} +0 -0
- /package/build/{Google-38a3e7a3.js → Google-4cf68e00.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-ef729cbc.js → HEAD CIRCUM_BOYS.percentile.monthly-5e0aff2b.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-aafba83b.js → HEAD CIRCUM_BOYS.percentile.weekly-24002351.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-b159b05a.js → HEAD CIRCUM_BOYS.percentile.yearly-8850db5b.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-f227060a.js → HEAD CIRCUM_BOYS.zscore.monthly-146c5664.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-fa34f929.js → HEAD CIRCUM_BOYS.zscore.weekly-e7d56892.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-4600ff93.js → HEAD CIRCUM_BOYS.zscore.yearly-0d5cded0.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-ffc2344b.js → HEAD CIRCUM_GIRLS.percentile.monthly-567170aa.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-853255e6.js → HEAD CIRCUM_GIRLS.percentile.weekly-3554f22a.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-7dee8ad9.js → HEAD CIRCUM_GIRLS.percentile.yearly-6b52f23e.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-a9880d4b.js → HEAD CIRCUM_GIRLS.zscore.monthly-6f670bc9.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-178c8125.js → HEAD CIRCUM_GIRLS.zscore.weekly-6a5c0211.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-5a62aa2e.js → HEAD CIRCUM_GIRLS.zscore.yearly-97aca1a1.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.monthly-dc8e88fa.js → HEIGHT_BOYS.percentile.monthly-ae39e246.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.weekly-23a28c51.js → HEIGHT_BOYS.percentile.weekly-8e79f13d.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.yearly-0fc412fa.js → HEIGHT_BOYS.percentile.yearly-dea95008.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.monthly-ba6b5e5e.js → HEIGHT_BOYS.zscore.monthly-5c467f2c.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.weekly-63294d62.js → HEIGHT_BOYS.zscore.weekly-58092654.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.yearly-4f9087e2.js → HEIGHT_BOYS.zscore.yearly-55778055.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.monthly-77139728.js → HEIGHT_GIRLS.percentile.monthly-f3273087.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.weekly-13bacf29.js → HEIGHT_GIRLS.percentile.weekly-26aa777e.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.yearly-dd7991f3.js → HEIGHT_GIRLS.percentile.yearly-4aaf08a5.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.monthly-a6490f92.js → HEIGHT_GIRLS.zscore.monthly-3f2ff32b.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.weekly-819960af.js → HEIGHT_GIRLS.zscore.weekly-e08e6b22.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.yearly-b705cd0a.js → HEIGHT_GIRLS.zscore.yearly-fe939fa9.js} +0 -0
- /package/build/{Locale-22fc23fb.js → Locale-6555a786.js} +0 -0
- /package/build/{Visible-01a0bde4.js → Visible-62d0d6d6.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.monthly-81462277.js → WEIGHT_BOYS.percentile.monthly-032d7aac.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.weekly-59812baa.js → WEIGHT_BOYS.percentile.weekly-f55a7889.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.yearly-fa204a2f.js → WEIGHT_BOYS.percentile.yearly-07df121e.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.monthly-d1490271.js → WEIGHT_BOYS.zscore.monthly-55c34b40.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.weekly-c0a4a15a.js → WEIGHT_BOYS.zscore.weekly-b3d5f01b.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.yearly-2843cd02.js → WEIGHT_BOYS.zscore.yearly-4b59de17.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.monthly-f8d4d625.js → WEIGHT_GIRLS.percentile.monthly-1a1c69ee.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.weekly-42af1548.js → WEIGHT_GIRLS.percentile.weekly-f260fd98.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.yearly-0505a352.js → WEIGHT_GIRLS.percentile.yearly-dc7ccc71.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.monthly-05b177fc.js → WEIGHT_GIRLS.zscore.monthly-91438406.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.weekly-944b8b93.js → WEIGHT_GIRLS.zscore.weekly-fdbfe18b.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.yearly-ca66931e.js → WEIGHT_GIRLS.zscore.yearly-187834ad.js} +0 -0
- /package/build/{ageGenerate-f2a33ed9.js → ageGenerate-8420f198.js} +0 -0
- /package/build/{animation-3235f4c0.js → animation-d7177870.js} +0 -0
- /package/build/{constants-b7c76d9d.js → constants-93ac6922.js} +0 -0
- /package/build/{constants-586203b0.js → constants-ad3e38c7.js} +0 -0
- /package/build/{constants-a8c36a42.js → constants-d18241e9.js} +0 -0
- /package/build/{dataTransform-54546403.js → dataTransform-864706fe.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.monthly-30fc8484.js → BMI_BOYS.percentile.monthly-23bb09bc.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.weekly-67a02937.js → BMI_BOYS.percentile.weekly-4040be93.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.yearly-cb753293.js → BMI_BOYS.percentile.yearly-4ebb95b2.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.monthly-b901979d.js → BMI_BOYS.zscore.monthly-52006f07.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.weekly-05764979.js → BMI_BOYS.zscore.weekly-3110a9d3.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.yearly-9a1abd36.js → BMI_BOYS.zscore.yearly-ba675f19.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.monthly-88726234.js → BMI_GIRLS.percentile.monthly-c7487986.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.weekly-96aa9b4a.js → BMI_GIRLS.percentile.weekly-e6260928.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.yearly-62da9e8a.js → BMI_GIRLS.percentile.yearly-aa72345a.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.monthly-4031b24e.js → BMI_GIRLS.zscore.monthly-281f3e45.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.weekly-bcd34b4f.js → BMI_GIRLS.zscore.weekly-bfd0c164.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.yearly-492190c6.js → BMI_GIRLS.zscore.yearly-ec5722ec.js} +0 -0
- /package/build/esm/{ChevronDown-99895cda.js → ChevronDown-8a898fb9.js} +0 -0
- /package/build/esm/{Close-4ba5864c.js → Close-e8f81044.js} +0 -0
- /package/build/esm/{Google-3fb6ff77.js → Google-4c7a5c03.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-fc7d5dff.js → HEAD CIRCUM_BOYS.percentile.monthly-9d007f7a.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-bd2bf6ea.js → HEAD CIRCUM_BOYS.percentile.weekly-fec8a809.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-6df0f50b.js → HEAD CIRCUM_BOYS.percentile.yearly-6083ffe7.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-d70e9411.js → HEAD CIRCUM_BOYS.zscore.monthly-67f957a1.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-8f708391.js → HEAD CIRCUM_BOYS.zscore.weekly-f681994b.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-a0fbab8f.js → HEAD CIRCUM_BOYS.zscore.yearly-a2dd1f2a.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-0dad23e0.js → HEAD CIRCUM_GIRLS.percentile.monthly-25c5e4bd.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-5331f5b4.js → HEAD CIRCUM_GIRLS.percentile.weekly-7d406aef.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-2a167865.js → HEAD CIRCUM_GIRLS.percentile.yearly-f7bafb05.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-a2e3276b.js → HEAD CIRCUM_GIRLS.zscore.monthly-fecf4c6c.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-9bc0c9a8.js → HEAD CIRCUM_GIRLS.zscore.weekly-33770796.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-329d3cec.js → HEAD CIRCUM_GIRLS.zscore.yearly-80bf2094.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.monthly-b1555f2e.js → HEIGHT_BOYS.percentile.monthly-35198508.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.weekly-70a67bb3.js → HEIGHT_BOYS.percentile.weekly-ebfb550a.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.yearly-040bd601.js → HEIGHT_BOYS.percentile.yearly-d3cb3d45.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.monthly-20818494.js → HEIGHT_BOYS.zscore.monthly-289b6f84.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.weekly-19cdb9aa.js → HEIGHT_BOYS.zscore.weekly-9dba47f5.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.yearly-84d81ad6.js → HEIGHT_BOYS.zscore.yearly-77a125f8.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-0d55c87f.js → HEIGHT_GIRLS.percentile.monthly-e0730c7a.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-47dc5714.js → HEIGHT_GIRLS.percentile.weekly-0886ed47.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-806ce1f0.js → HEIGHT_GIRLS.percentile.yearly-f0341963.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-019a489e.js → HEIGHT_GIRLS.zscore.monthly-079f578e.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-a426231a.js → HEIGHT_GIRLS.zscore.weekly-ce18042c.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-7231b852.js → HEIGHT_GIRLS.zscore.yearly-f6490146.js} +0 -0
- /package/build/esm/{Locale-aaa3e640.js → Locale-6fb06008.js} +0 -0
- /package/build/esm/{Visible-bf2dbb9d.js → Visible-a720b94a.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.monthly-64220f16.js → WEIGHT_BOYS.percentile.monthly-1fac71f9.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.weekly-aefe9380.js → WEIGHT_BOYS.percentile.weekly-3505ad40.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.yearly-ab41d45b.js → WEIGHT_BOYS.percentile.yearly-af00131a.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.monthly-2adf67c3.js → WEIGHT_BOYS.zscore.monthly-b92e2478.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.weekly-4d546ba4.js → WEIGHT_BOYS.zscore.weekly-f3c2111b.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.yearly-0731507f.js → WEIGHT_BOYS.zscore.yearly-dc7ebf5b.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-92b4a357.js → WEIGHT_GIRLS.percentile.monthly-28d13aed.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-968ade43.js → WEIGHT_GIRLS.percentile.weekly-af23aa4d.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-e7370454.js → WEIGHT_GIRLS.percentile.yearly-e7e20234.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-97adbf57.js → WEIGHT_GIRLS.zscore.monthly-581c699f.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-0d9a0ae7.js → WEIGHT_GIRLS.zscore.weekly-971f541f.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-5c047f5d.js → WEIGHT_GIRLS.zscore.yearly-567cd230.js} +0 -0
- /package/build/esm/{ageGenerate-7bcb69f5.js → ageGenerate-e4e99274.js} +0 -0
- /package/build/esm/{animation-72785c83.js → animation-4a311324.js} +0 -0
- /package/build/esm/{constants-9269d800.js → constants-72403ae4.js} +0 -0
- /package/build/esm/{constants-8f958e27.js → constants-9afc9181.js} +0 -0
- /package/build/esm/{constants-b86d63d0.js → constants-d0421596.js} +0 -0
- /package/build/esm/{dataTransform-7d8155ed.js → dataTransform-4d8a81f9.js} +0 -0
- /package/build/esm/{index-856f9ab6.js → index-115f78bb.js} +0 -0
- /package/build/esm/{index-766e0f5a.js → index-15eac9ad.js} +0 -0
- /package/build/esm/{index-986c6f23.js → index-24937050.js} +0 -0
- /package/build/esm/{index-bd0535d0.js → index-381d23c2.js} +0 -0
- /package/build/esm/{index-b478f836.js → index-43415278.js} +0 -0
- /package/build/esm/{index-256a5a7f.js → index-48b72785.js} +0 -0
- /package/build/esm/{index-ad8340d9.js → index-ef508c9b.js} +0 -0
- /package/build/esm/{index-1990cdb3.js → index-f35e5b1b.js} +0 -0
- /package/build/esm/{index.styles-145c199f.js → index.styles-b5076e77.js} +0 -0
- /package/build/esm/{localizeNumberFormat-82fb9f9b.js → localizeNumberFormat-d33a8b09.js} +0 -0
- /package/build/esm/{normalizeLink-eedca105.js → normalizeLink-c13f3187.js} +0 -0
- /package/build/esm/{number-5701ffa8.js → number-72442bbc.js} +0 -0
- /package/build/esm/{paths-433175b0.js → paths-1e24cbf5.js} +0 -0
- /package/build/esm/{shared-66ecbfd9.js → shared-d91a726c.js} +0 -0
- /package/build/esm/{text-7f10cf5a.js → text-a32c4810.js} +0 -0
- /package/build/esm/{translationsContext-299726a8.js → translationsContext-556588ce.js} +0 -0
- /package/build/esm/{tslib.es6-cef845e5.js → tslib.es6-65d85c84.js} +0 -0
- /package/build/esm/{types-a4acfef6.js → types-7043c5b1.js} +0 -0
- /package/build/esm/{types-32ac95be.js → types-c8c64a4c.js} +0 -0
- /package/build/esm/{useIsInit-a03d9c19.js → useIsInit-f43a1774.js} +0 -0
- /package/build/esm/{useOutsideClick-64c9d1c5.js → useOutsideClick-9875cba3.js} +0 -0
- /package/build/esm/{useScrollbarSize-dbe6723b.js → useScrollbarSize-3d74e491.js} +0 -0
- /package/build/esm/{useUniqueId-6628ff20.js → useUniqueId-0627fd52.js} +0 -0
- /package/build/esm/{utils-94f3e27e.js → utils-4eaa39a7.js} +0 -0
- /package/build/{index-b25f5913.js → index-1f4c8b3f.js} +0 -0
- /package/build/{index-a40d0aba.js → index-2f38f3ff.js} +0 -0
- /package/build/{index-c4e7cacf.js → index-3ba62951.js} +0 -0
- /package/build/{index-dc300cd9.js → index-44b9d814.js} +0 -0
- /package/build/{index-281c3b81.js → index-5c0dcdd9.js} +0 -0
- /package/build/{index-e77450a2.js → index-89702ae1.js} +0 -0
- /package/build/{index-7f28ec94.js → index-c42eb999.js} +0 -0
- /package/build/{index-723f124e.js → index-d12c39a4.js} +0 -0
- /package/build/{index.styles-1e423806.js → index.styles-cd23aaff.js} +0 -0
- /package/build/{localizeNumberFormat-c005baeb.js → localizeNumberFormat-c90272f8.js} +0 -0
- /package/build/{normalizeLink-8a76c83b.js → normalizeLink-c152cac8.js} +0 -0
- /package/build/{number-334635e5.js → number-0df0ddd4.js} +0 -0
- /package/build/{paths-fab60ff6.js → paths-6cbe23b1.js} +0 -0
- /package/build/{shared-42b38c0f.js → shared-a5aa040b.js} +0 -0
- /package/build/{text-8c953794.js → text-5d3b6f10.js} +0 -0
- /package/build/{translationsContext-778f02b5.js → translationsContext-4b727402.js} +0 -0
- /package/build/{tslib.es6-cd0718fb.js → tslib.es6-452e882a.js} +0 -0
- /package/build/{types-7f5c0824.js → types-4184bad8.js} +0 -0
- /package/build/{types-480ffa36.js → types-7110e5f5.js} +0 -0
- /package/build/{useIsInit-579d0498.js → useIsInit-7b1092ad.js} +0 -0
- /package/build/{useOutsideClick-27b4f447.js → useOutsideClick-5d0e4455.js} +0 -0
- /package/build/{useScrollbarSize-8caf2e18.js → useScrollbarSize-6ad82bfc.js} +0 -0
- /package/build/{useUniqueId-462837ac.js → useUniqueId-ee697dc2.js} +0 -0
- /package/build/{utils-f900efc1.js → utils-c4a414e8.js} +0 -0
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import React__default, { useMemo, useState, useEffect, useRef } from 'react';
|
|
3
|
-
import { u as useTranslations } from './index-
|
|
2
|
+
import React__default, { useMemo, useState, useEffect, useRef, createContext, useContext } from 'react';
|
|
3
|
+
import { u as useTranslations } from './index-36d282ab.js';
|
|
4
4
|
import { getCookie } from './miscCookieHelper.js';
|
|
5
|
-
import { C as CommonGAssets } from './index-
|
|
6
|
-
import { n as normalizeLinkSlash, e as normalizeLink } from './normalizeLink-
|
|
5
|
+
import { C as CommonGAssets } from './index-43415278.js';
|
|
6
|
+
import { n as normalizeLinkSlash, e as normalizeLink } from './normalizeLink-c13f3187.js';
|
|
7
7
|
import { theme } from './miscTheme.js';
|
|
8
|
-
import { A as Avatar, I as IconWrapper, D as DistanceTag, S as ShapedArrowDown } from './index-
|
|
9
|
-
import { b as getTogetherUserPostsApiPath } from './index-
|
|
10
|
-
import { B as Button } from './index-
|
|
11
|
-
import { w as workingDays } from './types-
|
|
8
|
+
import { A as Avatar, I as IconWrapper, D as DistanceTag, S as ShapedArrowDown } from './index-e3748cc0.js';
|
|
9
|
+
import { b as getTogetherUserPostsApiPath } from './index-cf7a2dbe.js';
|
|
10
|
+
import { B as Button } from './index-742fa807.js';
|
|
11
|
+
import { w as workingDays } from './types-c8c64a4c.js';
|
|
12
12
|
import styled from '@emotion/styled';
|
|
13
13
|
import { LoadScript, GoogleMap, Marker } from '@react-google-maps/api';
|
|
14
14
|
import cn from 'classnames';
|
|
15
|
-
import { b as basePath, Z as ZINDEX_SSO } from './index-
|
|
16
|
-
import { L as LOCALISED_SLUGS } from './constants-
|
|
17
|
-
import { T as Text } from './index-
|
|
18
|
-
import { f as formatPhoneNumber } from './localizeNumberFormat-
|
|
19
|
-
import { _ as __rest, a as __awaiter } from './tslib.es6-
|
|
15
|
+
import { b as basePath, Z as ZINDEX_SSO } from './index-f748978d.js';
|
|
16
|
+
import { L as LOCALISED_SLUGS } from './constants-72403ae4.js';
|
|
17
|
+
import { T as Text } from './index-d1892b36.js';
|
|
18
|
+
import { f as formatPhoneNumber } from './localizeNumberFormat-d33a8b09.js';
|
|
19
|
+
import { _ as __rest, a as __awaiter } from './tslib.es6-65d85c84.js';
|
|
20
20
|
import { useDisclosure } from '@mantine/hooks';
|
|
21
21
|
import { clsx, Modal, Flex, Box } from '@mantine/core';
|
|
22
|
-
import { D as DrawerComponent, u as useDrawerDrag } from './index-
|
|
22
|
+
import { D as DrawerComponent, u as useDrawerDrag } from './index-c091deec.js';
|
|
23
23
|
import { Drawer } from 'vaul';
|
|
24
|
-
import { u as useTextStyles, T as TextField, E as ErrorIcon } from './index-
|
|
24
|
+
import { u as useTextStyles, T as TextField, E as ErrorIcon } from './index-47327c7e.js';
|
|
25
25
|
import { parsePhoneNumber } from 'react-phone-number-input';
|
|
26
|
-
import { G as GlobalTextStyleNew, C as CustomStylesType, F as FontWeight } from './text-
|
|
27
|
-
import { P as Phone, I as Input } from './index-
|
|
28
|
-
import { B as Button$1 } from './index-
|
|
29
|
-
import { M as MAPPED_LOCALE } from './index-
|
|
30
|
-
import { T as Text$1 } from './index-
|
|
31
|
-
import { I as ImageWrap } from './index-
|
|
32
|
-
import { I as InsuranceList, P as PaymentList } from './index-
|
|
26
|
+
import { G as GlobalTextStyleNew, C as CustomStylesType, F as FontWeight } from './text-a32c4810.js';
|
|
27
|
+
import { P as Phone, I as Input } from './index-f8edffe6.js';
|
|
28
|
+
import { B as Button$1 } from './index-d08cba80.js';
|
|
29
|
+
import { M as MAPPED_LOCALE } from './index-6dbe6ca9.js';
|
|
30
|
+
import { T as Text$1 } from './index-f65c7844.js';
|
|
31
|
+
import { I as ImageWrap } from './index-878e373b.js';
|
|
32
|
+
import { I as InsuranceList, P as PaymentList, A as ArrowRightBlue, a as DoctorInfoExpertise, D as DoctorExpertiseItem, C as Clinic } from './index-c1bac064.js';
|
|
33
33
|
|
|
34
34
|
/* eslint-disable prettier/prettier */
|
|
35
35
|
const Check = (props) => (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 81 80", fill: "none" }, props),
|
|
@@ -587,7 +587,7 @@ const StyledOMap = styled.div `
|
|
|
587
587
|
color: ${theme.colors.primaryBase};
|
|
588
588
|
}
|
|
589
589
|
`;
|
|
590
|
-
const StyledCard = styled.div `
|
|
590
|
+
const StyledCard$1 = styled.div `
|
|
591
591
|
padding: 16px;
|
|
592
592
|
border: 1px solid ${theme.colors.neutral200}
|
|
593
593
|
background: ${theme.colors.white}
|
|
@@ -650,9 +650,10 @@ const Map = (props) => {
|
|
|
650
650
|
const mapCard = useRef(null);
|
|
651
651
|
const { t } = useTranslations();
|
|
652
652
|
const onLoad = React__default.useCallback(function callback(map) {
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
653
|
+
setTimeout(() => {
|
|
654
|
+
map.setZoom(14);
|
|
655
|
+
map.setCenter(center);
|
|
656
|
+
}, 100);
|
|
656
657
|
}, []);
|
|
657
658
|
const mapOptions = {
|
|
658
659
|
mapTypeControl: false,
|
|
@@ -670,10 +671,10 @@ const Map = (props) => {
|
|
|
670
671
|
React__default.createElement("div", { className: "map" },
|
|
671
672
|
isUsingEmbedMap ? (React__default.createElement("iframe", { width: width, height: height, style: {
|
|
672
673
|
border: 0,
|
|
673
|
-
}, className: "aspect-ratio-map", loading: "lazy", allowFullScreen: true, src: `https://www.google.com/maps/embed/v1/place?key=${googleMapKey}&q=${hospital.latitude},${hospital.longitude}` })) : (React__default.createElement(LoadScript, { googleMapsApiKey: googleMapKey || '' },
|
|
674
|
-
React__default.createElement(GoogleMap, { mapContainerClassName: 'map', center: center, zoom:
|
|
674
|
+
}, className: "aspect-ratio-map", loading: "lazy", allowFullScreen: true, src: `https://www.google.com/maps/embed/v1/place?key=${googleMapKey}&q=${hospital.latitude},${hospital.longitude}&zoom=14` })) : (React__default.createElement(LoadScript, { googleMapsApiKey: googleMapKey || '' },
|
|
675
|
+
React__default.createElement(GoogleMap, { mapContainerClassName: 'map', center: center, zoom: 14, onLoad: onLoad, options: mapOptions },
|
|
675
676
|
React__default.createElement(Marker, { position: center })))),
|
|
676
|
-
!hasNoCard ? (React__default.createElement(StyledCard, { className: cn('map-card'), "data-is-full-width": isFullWidth || undefined, ref: mapCard },
|
|
677
|
+
!hasNoCard ? (React__default.createElement(StyledCard$1, { className: cn('map-card'), "data-is-full-width": isFullWidth || undefined, ref: mapCard },
|
|
677
678
|
React__default.createElement(StyledHospitalTitle, { href: `${basePath}${getHospitalUrl(locale, hospital)}` },
|
|
678
679
|
React__default.createElement(Text, { size: "s2", type: "semiBold" }, hospitalName)),
|
|
679
680
|
React__default.createElement(StyledHospitalMoreInfo, null,
|
|
@@ -693,6 +694,11 @@ const Map = (props) => {
|
|
|
693
694
|
: t('doctorInfoComponent.loginToCall'))))) : null)));
|
|
694
695
|
};
|
|
695
696
|
|
|
697
|
+
/* eslint-disable prettier/prettier */
|
|
698
|
+
const Email = (props) => (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none" }, props),
|
|
699
|
+
React.createElement("path", { d: "M2 4.66668C2 4.31305 2.14048 3.97392 2.39052 3.72387C2.64057 3.47382 2.97971 3.33334 3.33333 3.33334H12.6667C13.0203 3.33334 13.3594 3.47382 13.6095 3.72387C13.8595 3.97392 14 4.31305 14 4.66668V11.3333C14 11.687 13.8595 12.0261 13.6095 12.2762C13.3594 12.5262 13.0203 12.6667 12.6667 12.6667H3.33333C2.97971 12.6667 2.64057 12.5262 2.39052 12.2762C2.14048 12.0261 2 11.687 2 11.3333V4.66668Z", stroke: "#111111", strokeWidth: 1.2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
700
|
+
React.createElement("path", { d: "M2 4.66666L8 8.66666L14 4.66666", stroke: "#111111", strokeWidth: 1.2, strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
701
|
+
|
|
696
702
|
// import { ThemeProps } from '@hhgtech/hhg-components'
|
|
697
703
|
const StyledClinicInfo = styled.div `
|
|
698
704
|
color: #111111;
|
|
@@ -711,7 +717,7 @@ const StyledClinicInfo = styled.div `
|
|
|
711
717
|
line-height: 1.25rem;
|
|
712
718
|
font-weight: 400;
|
|
713
719
|
}
|
|
714
|
-
.
|
|
720
|
+
.contact-item {
|
|
715
721
|
display: inline-flex;
|
|
716
722
|
align-items: center;
|
|
717
723
|
padding: 8px 12px;
|
|
@@ -743,6 +749,10 @@ const StyledMobileIcon = styled(Mobile) `
|
|
|
743
749
|
width: 1rem;
|
|
744
750
|
height: 1rem;
|
|
745
751
|
`;
|
|
752
|
+
const StyledEmailIcon = styled(Email) `
|
|
753
|
+
width: 1rem;
|
|
754
|
+
height: 1rem;
|
|
755
|
+
`;
|
|
746
756
|
const StyledContainer = styled.div `
|
|
747
757
|
padding-top: 1rem;
|
|
748
758
|
padding-bottom: 1rem;
|
|
@@ -761,6 +771,10 @@ const StyledFlexBox = styled.div `
|
|
|
761
771
|
`;
|
|
762
772
|
const StyledDistanceTag$1 = styled(DistanceTag) `
|
|
763
773
|
border-radius: 0.75rem !important;
|
|
774
|
+
`;
|
|
775
|
+
const StyledContact = styled.div `
|
|
776
|
+
display: flex;
|
|
777
|
+
gap: 4px;
|
|
764
778
|
`;
|
|
765
779
|
|
|
766
780
|
function ClinicInfo(props) {
|
|
@@ -771,6 +785,7 @@ function ClinicInfo(props) {
|
|
|
771
785
|
address: hospitalInfo.address || '',
|
|
772
786
|
name: hospitalInfo.name || '',
|
|
773
787
|
phone: hospitalInfo.phone || '',
|
|
788
|
+
email: hospitalInfo.email || '',
|
|
774
789
|
};
|
|
775
790
|
return (React__default.createElement(StyledClinicInfo, null,
|
|
776
791
|
React__default.createElement(StyledMap, { dataEventAction: dataEventAction, dataEventCategory: dataEventCategory, dataEventLabel: dataEventLabel, googleMapKey: googleMapKey, hasNoCard: true, hospital: hospital, locale: locale, isLoggedIn: isLoggedIn, isFullWidth: true, height: 220, className: "panel-map", onPhoneHospital: onPhoneHospital }),
|
|
@@ -782,10 +797,14 @@ function ClinicInfo(props) {
|
|
|
782
797
|
flexShrink: 0,
|
|
783
798
|
} },
|
|
784
799
|
React__default.createElement(StyledDistanceTag$1, { value: `${distance} km` })))),
|
|
785
|
-
|
|
786
|
-
React__default.createElement(
|
|
787
|
-
|
|
788
|
-
|
|
800
|
+
React__default.createElement(StyledContact, null,
|
|
801
|
+
hospitalInfo.phone && (React__default.createElement("div", { className: "contact-item" },
|
|
802
|
+
React__default.createElement(StyledMobileIcon, null),
|
|
803
|
+
React__default.createElement("a", { href: `tel:${hospitalInfo.phone}` }, formatPhoneNumber(hospitalInfo.phone)))),
|
|
804
|
+
hospitalInfo.email && (React__default.createElement("div", { className: "contact-item" },
|
|
805
|
+
React__default.createElement(StyledEmailIcon, null),
|
|
806
|
+
React__default.createElement("a", { href: `mailto:${hospitalInfo === null || hospitalInfo === void 0 ? void 0 : hospitalInfo.email}` }, hospitalInfo.email))))),
|
|
807
|
+
React__default.createElement(OpeningHours, { workingTimes: hospitalInfo.working_times })));
|
|
789
808
|
}
|
|
790
809
|
|
|
791
810
|
styled(DrawerComponent) `
|
|
@@ -1130,10 +1149,8 @@ function PopupCollectPhone({ children, isMobile, onSubmit, isOpen: isOpenProp, o
|
|
|
1130
1149
|
const StyledHospitalInfo = styled.div `
|
|
1131
1150
|
display: flex;
|
|
1132
1151
|
align-items: center;
|
|
1152
|
+
justify-content: space-between;
|
|
1133
1153
|
gap: 12px;
|
|
1134
|
-
padding: 12px 16px;
|
|
1135
|
-
border: 1px solid ${theme.colors.neutral100};
|
|
1136
|
-
border-radius: 12px;
|
|
1137
1154
|
|
|
1138
1155
|
.hospitalName {
|
|
1139
1156
|
color: #111111;
|
|
@@ -1145,18 +1162,14 @@ const StyledHospitalInfo = styled.div `
|
|
|
1145
1162
|
display: inline-flex;
|
|
1146
1163
|
align-items: center;
|
|
1147
1164
|
gap: 4px;
|
|
1148
|
-
padding: 4px 8px;
|
|
1149
|
-
color: ${theme.colors.red700};
|
|
1150
|
-
background-color: ${theme.colors.red50};
|
|
1151
1165
|
border-radius: 8px;
|
|
1152
1166
|
|
|
1153
1167
|
font-size: 0.6875rem;
|
|
1154
1168
|
line-height: 1rem;
|
|
1155
|
-
|
|
1169
|
+
color: ${theme.colors.red600};
|
|
1156
1170
|
|
|
1157
1171
|
&[data-is-opened='true'] {
|
|
1158
1172
|
color: ${theme.colors.primaryBase};
|
|
1159
|
-
background-color: ${theme.colors.blue50};
|
|
1160
1173
|
}
|
|
1161
1174
|
}
|
|
1162
1175
|
|
|
@@ -1175,6 +1188,7 @@ const StyledImageWrap = styled(ImageWrap) `
|
|
|
1175
1188
|
border-radius: 8px;
|
|
1176
1189
|
flex-shrink: 0;
|
|
1177
1190
|
aspect-ratio: 1;
|
|
1191
|
+
align-self: baseline;
|
|
1178
1192
|
`;
|
|
1179
1193
|
const StyledClockIcon = styled(Clock) `
|
|
1180
1194
|
width: 12px;
|
|
@@ -1186,21 +1200,26 @@ const StyledArrowRightIcon = styled(ShapedArrowDown) `
|
|
|
1186
1200
|
width: 12px;
|
|
1187
1201
|
height: 12px;
|
|
1188
1202
|
transform: rotate(90deg);
|
|
1203
|
+
|
|
1204
|
+
& > path {
|
|
1205
|
+
stroke-width: 1.5;
|
|
1206
|
+
}
|
|
1189
1207
|
`;
|
|
1190
1208
|
const StyledDistanceTag = styled(DistanceTag) `
|
|
1191
1209
|
& > span {
|
|
1192
1210
|
color: ${theme.colors.gray800};
|
|
1193
1211
|
}
|
|
1212
|
+
|
|
1213
|
+
& {
|
|
1214
|
+
border: none;
|
|
1215
|
+
}
|
|
1194
1216
|
`;
|
|
1195
1217
|
|
|
1196
1218
|
const checkHospitalStatus = (times) => {
|
|
1197
|
-
if (!times) {
|
|
1198
|
-
return false;
|
|
1199
|
-
}
|
|
1200
1219
|
const currentDate = new Date();
|
|
1201
1220
|
const currentShortDay = workingDays[currentDate.getDay()];
|
|
1202
1221
|
const openTime = times[currentShortDay];
|
|
1203
|
-
return openTime
|
|
1222
|
+
return openTime.some((item) => {
|
|
1204
1223
|
const [startHour, startMinute] = item.start_at.split(':').map(parseInt);
|
|
1205
1224
|
const [endHour, endMinute] = item.end_at.split(':').map(parseInt);
|
|
1206
1225
|
const currentHour = currentDate.getHours();
|
|
@@ -1218,9 +1237,9 @@ function HospitalInfo({ hospitalInfo, distance, className, }) {
|
|
|
1218
1237
|
React__default.createElement(StyledImageWrap, { src: hospitalInfo.logo, backupSrc: CommonGAssets.getAssetPath('avatar.jpg'), alt: "hospital" }),
|
|
1219
1238
|
React__default.createElement("div", { className: "flex-1" },
|
|
1220
1239
|
React__default.createElement("div", { className: "hospitalName" }, hospitalInfo.name),
|
|
1221
|
-
|
|
1240
|
+
React__default.createElement("div", { className: "hospitalStatus", "data-is-opened": isOpened },
|
|
1222
1241
|
React__default.createElement(StyledClockIcon, null),
|
|
1223
|
-
React__default.createElement("span", null, t(isOpened ? 'hospital.status.opening' : 'hospital.status.closed')))
|
|
1242
|
+
React__default.createElement("span", null, t(isOpened ? 'hospital.status.opening' : 'hospital.status.closed'))),
|
|
1224
1243
|
distance && React__default.createElement(StyledDistanceTag, { value: `${distance} km` })),
|
|
1225
1244
|
React__default.createElement(StyledArrowRightIcon, null)));
|
|
1226
1245
|
}
|
|
@@ -1241,7 +1260,7 @@ const StyledInsuranceContainer = styled.div `
|
|
|
1241
1260
|
font-size: 0.9375rem;
|
|
1242
1261
|
line-height: 1.5rem;
|
|
1243
1262
|
color: ${theme.colors.gray800};
|
|
1244
|
-
font-weight:
|
|
1263
|
+
font-weight: 600;
|
|
1245
1264
|
}
|
|
1246
1265
|
.txt-caption-1 {
|
|
1247
1266
|
font-size: 0.6875rem;
|
|
@@ -1280,4 +1299,113 @@ function ProductInsuranceInfo({ hospitalInfo, }) {
|
|
|
1280
1299
|
React__default.createElement(PaymentList, { payments: hospitalInfo.accepted_payments })))));
|
|
1281
1300
|
}
|
|
1282
1301
|
|
|
1283
|
-
|
|
1302
|
+
/* eslint-disable prettier/prettier */
|
|
1303
|
+
const Credential = (props) => (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none" }, props),
|
|
1304
|
+
React.createElement("path", { d: "M10.7146 13.4812L11.5779 12.7568C11.7779 12.589 12.0312 12.4968 12.2923 12.4968H13.419C13.9579 12.4968 14.4201 12.1101 14.5135 11.579L14.709 10.469C14.7546 10.2112 14.889 9.97901 15.089 9.81124L15.9523 9.08679C16.3657 8.74012 16.4701 8.14679 16.2001 7.68012L15.6368 6.70346C15.5057 6.47679 15.459 6.21235 15.5046 5.95457L15.7001 4.84457C15.7935 4.31346 15.4923 3.79235 14.9857 3.6079L13.9268 3.22235C13.6812 3.13346 13.4757 2.96012 13.3446 2.73346L12.7812 1.75679C12.5112 1.29012 11.9457 1.08346 11.439 1.2679L10.3801 1.65346C10.1346 1.74235 9.86568 1.74235 9.62012 1.65346L8.56123 1.2679C8.05457 1.08346 7.48901 1.28901 7.21901 1.75679L6.65568 2.73346C6.52457 2.96012 6.31901 3.13235 6.07346 3.22235L5.01457 3.6079C4.5079 3.79235 4.20679 4.31346 4.30012 4.84457L4.49568 5.95457C4.54123 6.21235 4.49457 6.47679 4.36346 6.70346L3.80012 7.68012C3.53012 8.14679 3.63457 8.74012 4.0479 9.08679L4.91123 9.81124C5.11123 9.97901 5.24568 10.2123 5.29123 10.469L5.48679 11.579C5.58012 12.1101 6.04234 12.4968 6.58123 12.4968H7.7079C7.96901 12.4968 8.22234 12.589 8.42234 12.7568L9.28568 13.4812C9.69901 13.8279 10.3012 13.8279 10.7146 13.4812Z", stroke: "currentColor", strokeWidth: 1.2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1305
|
+
React.createElement("path", { d: "M13.6114 15.2778V19.1667L10.0003 16.3889L6.38916 19.1667V15.2778", stroke: "currentColor", strokeWidth: 1.2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1306
|
+
React.createElement("path", { d: "M10.0001 9.69347C11.2274 9.69347 12.2223 8.69855 12.2223 7.47125C12.2223 6.24395 11.2274 5.24902 10.0001 5.24902C8.77275 5.24902 7.77783 6.24395 7.77783 7.47125C7.77783 8.69855 8.77275 9.69347 10.0001 9.69347Z", stroke: "currentColor", strokeWidth: 1.2, strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
1307
|
+
|
|
1308
|
+
/* eslint-disable prettier/prettier */
|
|
1309
|
+
const Education = (props) => (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none" }, props),
|
|
1310
|
+
React.createElement("g", { clipPath: "url(#clip0_2422_9990)" },
|
|
1311
|
+
React.createElement("path", { d: "M15.5 15.5003C14.678 15.5003 13.956 15.0983 13.5 14.4863V18.5003C13.5 18.7023 13.622 18.8853 13.809 18.9623C13.996 19.0413 14.21 18.9973 14.354 18.8543L15.5 17.7083L16.646 18.8543C16.742 18.9503 16.87 19.0003 17 19.0003C17.064 19.0003 17.13 18.9883 17.191 18.9623C17.378 18.8853 17.5 18.7023 17.5 18.5003V14.4863C17.044 15.0983 16.322 15.5003 15.5 15.5003Z", fill: "currentColor" }),
|
|
1312
|
+
React.createElement("path", { d: "M11.75 17.25H5.25C4.145 17.25 3.25 16.355 3.25 15.25V4.75C3.25 3.645 4.145 2.75 5.25 2.75H13.75C14.855 2.75 15.75 3.645 15.75 4.75V8", stroke: "currentColor", strokeWidth: 1.125, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1313
|
+
React.createElement("path", { d: "M6.25 6.75H12.75", stroke: "currentColor", strokeWidth: 1.125, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1314
|
+
React.createElement("path", { d: "M6.25 10H9.25", stroke: "currentColor", strokeWidth: 1.125, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1315
|
+
React.createElement("path", { d: "M6.25 13.2505H9.25", stroke: "currentColor", strokeWidth: 1.125, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1316
|
+
React.createElement("path", { d: "M15.5 15.5C16.8807 15.5 18 14.3807 18 13C18 11.6193 16.8807 10.5 15.5 10.5C14.1193 10.5 13 11.6193 13 13C13 14.3807 14.1193 15.5 15.5 15.5Z", stroke: "currentColor", strokeWidth: 1.125, strokeLinecap: "round", strokeLinejoin: "round" })),
|
|
1317
|
+
React.createElement("defs", null,
|
|
1318
|
+
React.createElement("clipPath", { id: "clip0_2422_9990" },
|
|
1319
|
+
React.createElement("rect", { width: 18, height: 18, fill: "white", transform: "translate(1 1)" })))));
|
|
1320
|
+
|
|
1321
|
+
/* eslint-disable prettier/prettier */
|
|
1322
|
+
const Highlight = (props) => (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none" }, props),
|
|
1323
|
+
React.createElement("path", { d: "M7.76093 1.94434L11.8267 4.92811L16.5893 3.27134L15.0077 8.05978L18.0553 12.0772L13.0127 12.0526L10.1339 16.1928L8.59882 11.3896L3.77148 9.93078L7.86504 6.98645L7.76093 1.94434Z", stroke: "currentColor", strokeWidth: 1.2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1324
|
+
React.createElement("path", { d: "M2.22217 17.7777L5.5555 14.4443", stroke: "currentColor", strokeWidth: 1.2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1325
|
+
React.createElement("path", { d: "M1.94434 13.6112L2.49989 13.0557", stroke: "currentColor", strokeWidth: 1.2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1326
|
+
React.createElement("path", { d: "M6.38867 18.0556L6.94423 17.5", stroke: "currentColor", strokeWidth: 1.2, strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
1327
|
+
|
|
1328
|
+
const defaultValue = {
|
|
1329
|
+
name: '',
|
|
1330
|
+
specialty: '',
|
|
1331
|
+
experience: '',
|
|
1332
|
+
profileImage: '',
|
|
1333
|
+
clinics: '',
|
|
1334
|
+
educations: [],
|
|
1335
|
+
expertise: '',
|
|
1336
|
+
otherHighlights: [],
|
|
1337
|
+
};
|
|
1338
|
+
const DoctorExpertiseContext = createContext(defaultValue);
|
|
1339
|
+
const DoctorExpertiseProvider = ({ children, value }) => {
|
|
1340
|
+
return (React__default.createElement(DoctorExpertiseContext.Provider, { value: value }, children));
|
|
1341
|
+
};
|
|
1342
|
+
|
|
1343
|
+
const StyledCard = styled.div `
|
|
1344
|
+
display: flex;
|
|
1345
|
+
align-items: center;
|
|
1346
|
+
flex-direction: column;
|
|
1347
|
+
background-color: ${theme.colors.blue50};
|
|
1348
|
+
border-radius: 12px;
|
|
1349
|
+
padding: 0px 4px 4px;
|
|
1350
|
+
`;
|
|
1351
|
+
const StyledBodySection = styled.div `
|
|
1352
|
+
width: 100%;
|
|
1353
|
+
background-color: #ffffffcc;
|
|
1354
|
+
border-radius: 8px;
|
|
1355
|
+
padding: 0.75rem;
|
|
1356
|
+
display: flex;
|
|
1357
|
+
flex-direction: column;
|
|
1358
|
+
gap: 12px;
|
|
1359
|
+
`;
|
|
1360
|
+
const StyledReadMore = styled.div `
|
|
1361
|
+
cursor: pointer;
|
|
1362
|
+
display: flex;
|
|
1363
|
+
align-items: center;
|
|
1364
|
+
justify-content: center;
|
|
1365
|
+
gap: 10px;
|
|
1366
|
+
`;
|
|
1367
|
+
const StyledPositionOfButton = styled.div `
|
|
1368
|
+
display: flex;
|
|
1369
|
+
justify-content: flex-end;
|
|
1370
|
+
`;
|
|
1371
|
+
const StyledTextButton = styled.span `
|
|
1372
|
+
font-size: 0.9375rem;
|
|
1373
|
+
font-weight: 500;
|
|
1374
|
+
color: ${theme.colors.primaryBase};
|
|
1375
|
+
`;
|
|
1376
|
+
const StyledArrowRightBlue = styled(ArrowRightBlue) `
|
|
1377
|
+
width: 0.65rem;
|
|
1378
|
+
height: 0.65rem;
|
|
1379
|
+
& > path {
|
|
1380
|
+
stroke-width: 1.25;
|
|
1381
|
+
}
|
|
1382
|
+
`;
|
|
1383
|
+
|
|
1384
|
+
const DoctorExpertise = (props) => {
|
|
1385
|
+
const { className, doctorInformation, onClickReadMore, children } = props;
|
|
1386
|
+
const { t } = useTranslations();
|
|
1387
|
+
const isShowReadMoreButton = useMemo(() => !doctorInformation.expertise && !doctorInformation.otherHighlights, [doctorInformation.expertise, doctorInformation.otherHighlights]);
|
|
1388
|
+
return (React__default.createElement(DoctorExpertiseProvider, { value: doctorInformation },
|
|
1389
|
+
React__default.createElement(StyledCard, { className: className },
|
|
1390
|
+
React__default.createElement(DoctorInfoExpertise, { name: doctorInformation.name, specialty: doctorInformation.specialty, experience: doctorInformation.experience, profileImage: doctorInformation.profileImage }),
|
|
1391
|
+
React__default.createElement(StyledBodySection, null,
|
|
1392
|
+
React__default.createElement(DoctorExpertiseItem, { doctorInfo: doctorInformation.clinics, Icon: Clinic, title: t('common.clinicHospital') }),
|
|
1393
|
+
React__default.createElement(DoctorExpertiseItem, { doctorInfo: doctorInformation.educations, Icon: Education, title: t('common.education') }),
|
|
1394
|
+
children,
|
|
1395
|
+
isShowReadMoreButton && (React__default.createElement(StyledPositionOfButton, null,
|
|
1396
|
+
React__default.createElement(StyledReadMore, { onClick: onClickReadMore },
|
|
1397
|
+
React__default.createElement(StyledTextButton, null, t('common.readMore')),
|
|
1398
|
+
React__default.createElement(StyledArrowRightBlue, null))))))));
|
|
1399
|
+
};
|
|
1400
|
+
DoctorExpertise.Expertise = () => {
|
|
1401
|
+
const { expertise } = useContext(DoctorExpertiseContext);
|
|
1402
|
+
const { t } = useTranslations();
|
|
1403
|
+
return (React__default.createElement(DoctorExpertiseItem, { doctorInfo: expertise, Icon: Credential, title: t('common.expertiseCredentials') }));
|
|
1404
|
+
};
|
|
1405
|
+
DoctorExpertise.OtherHighlights = () => {
|
|
1406
|
+
const { otherHighlights } = useContext(DoctorExpertiseContext);
|
|
1407
|
+
const { t } = useTranslations();
|
|
1408
|
+
return (React__default.createElement(DoctorExpertiseItem, { doctorInfo: otherHighlights, Icon: Highlight, title: t('common.otherHighlights') }));
|
|
1409
|
+
};
|
|
1410
|
+
|
|
1411
|
+
export { ClinicInfo as C, DoctorExpertise as D, EPopupCollectPhoneStep as E, HospitalInfo as H, Mobile as M, NavHeader as N, PopupCollectPhone as P, UserProfileNavigation as U, UserStats as a, CollectPhoneForm as b, ProductInsuranceInfo as c, Check as d, Clock as e, formPhoneType as f, HelloZalo as g, Ellipse as h, PhoneInactive as i };
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { C as Container } from './index-
|
|
2
|
+
import { C as Container } from './index-381d23c2.js';
|
|
3
3
|
import dayjs from 'dayjs';
|
|
4
|
-
import './index-
|
|
5
|
-
import './index-
|
|
4
|
+
import './index-f748978d.js';
|
|
5
|
+
import './index-f8edffe6.js';
|
|
6
6
|
import { Flex, Stack, Box } from '@mantine/core';
|
|
7
7
|
import '@mantine/dates';
|
|
8
|
-
import './index-
|
|
9
|
-
import './index-
|
|
10
|
-
import './index-
|
|
11
|
-
import { T as Text } from './index-
|
|
12
|
-
import './index-
|
|
13
|
-
import './index.styles-
|
|
14
|
-
import './translationsContext-
|
|
8
|
+
import './index-7c9ba229.js';
|
|
9
|
+
import './index-43415278.js';
|
|
10
|
+
import './index-6dbe6ca9.js';
|
|
11
|
+
import { T as Text } from './index-f65c7844.js';
|
|
12
|
+
import './index-d08cba80.js';
|
|
13
|
+
import './index.styles-b5076e77.js';
|
|
14
|
+
import './translationsContext-556588ce.js';
|
|
15
15
|
import '@mantine/hooks';
|
|
16
|
-
import './text-
|
|
17
|
-
import { M as MediaQueries } from './utils-
|
|
18
|
-
import './index-
|
|
19
|
-
import { u as useScreenSize } from './index-
|
|
16
|
+
import './text-a32c4810.js';
|
|
17
|
+
import { M as MediaQueries } from './utils-4eaa39a7.js';
|
|
18
|
+
import './index-634afcf6.js';
|
|
19
|
+
import { u as useScreenSize } from './index-878e373b.js';
|
|
20
20
|
import styled from '@emotion/styled';
|
|
21
21
|
import { theme } from './miscTheme.js';
|
|
22
22
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
23
|
-
import { L as Logo } from './index-
|
|
24
|
-
import { M as MarryBabyText } from './index-
|
|
23
|
+
import { L as Logo } from './index-112446ca.js';
|
|
24
|
+
import { M as MarryBabyText } from './index-93d224c5.js';
|
|
25
25
|
|
|
26
26
|
const StyledFooter$1 = styled.footer `
|
|
27
27
|
background-color: #1b3250;
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { a as __awaiter, _ as __rest } from './tslib.es6-
|
|
1
|
+
import { a as __awaiter, _ as __rest } from './tslib.es6-65d85c84.js';
|
|
2
2
|
import React__default, { useContext, useState, useEffect, useMemo } from 'react';
|
|
3
|
-
import { B as Button } from './index-
|
|
4
|
-
import { H as Heading } from './index-
|
|
5
|
-
import { u as useTranslations } from './index-
|
|
3
|
+
import { B as Button } from './index-742fa807.js';
|
|
4
|
+
import { H as Heading } from './index-ef671917.js';
|
|
5
|
+
import { u as useTranslations } from './index-36d282ab.js';
|
|
6
6
|
import innertext from 'innertext';
|
|
7
|
-
import { S as SharePopup, P as PopupDanger, h as deletePost, i as IconAlertCircle, b as SubmitReportForm, j as deleteComment, k as decodeCommentBody, l as likeUnlikeComment, I as InputCommentBar, m as likeUnlikePost, g as getDefaultFailNoti } from './index-
|
|
8
|
-
import { C as CommonGAssets } from './index-
|
|
9
|
-
import { R as REPORT_REASON_MAP, D as DEFAULT_IMG } from './constants-
|
|
7
|
+
import { S as SharePopup, P as PopupDanger, h as deletePost, i as IconAlertCircle, b as SubmitReportForm, j as deleteComment, k as decodeCommentBody, l as likeUnlikeComment, I as InputCommentBar, m as likeUnlikePost, g as getDefaultFailNoti } from './index-d0b2630c.js';
|
|
8
|
+
import { C as CommonGAssets } from './index-43415278.js';
|
|
9
|
+
import { R as REPORT_REASON_MAP, D as DEFAULT_IMG } from './constants-72403ae4.js';
|
|
10
10
|
import { useTogetherAuthRequiredAction, TogetherAuthConfigContextProvider } from './useTogetherAuthRequiredAction.js';
|
|
11
|
-
import { T as TogetherComponentGlobalContext, c as callApi, s as getMarryBabyApiPath, o as getDiscoverApiPath, g as getCarePath, k as getCurrentBaseUrl$1, b as callApiWithAuth, d as getApiPath, t as callApiWithOptionalAuth, l as domainLocales$1 } from './utils-
|
|
12
|
-
import { b as TreePopoverMenu, C as CardReactions, c as CardReactionType, a as LabelPin, T as TagTopic } from './treePopoverMenu-
|
|
11
|
+
import { T as TogetherComponentGlobalContext, c as callApi, s as getMarryBabyApiPath, o as getDiscoverApiPath, g as getCarePath, k as getCurrentBaseUrl$1, b as callApiWithAuth, d as getApiPath, t as callApiWithOptionalAuth, l as domainLocales$1 } from './utils-46309e29.js';
|
|
12
|
+
import { b as TreePopoverMenu, C as CardReactions, c as CardReactionType, a as LabelPin, T as TagTopic } from './treePopoverMenu-e9c0eb09.js';
|
|
13
13
|
import styled from '@emotion/styled';
|
|
14
|
-
import { M as MediaQueries } from './utils-
|
|
14
|
+
import { M as MediaQueries } from './utils-4eaa39a7.js';
|
|
15
15
|
import { theme } from './miscTheme.js';
|
|
16
|
-
import { g as formatArticle, h as formatCategory, e as formatComment } from './dataTransform-
|
|
16
|
+
import { g as formatArticle, h as formatCategory, e as formatComment } from './dataTransform-7bead3a3.js';
|
|
17
17
|
import { DISCOVER_PATHS, CARE_PATHS, PATHS } from './togetherApiPaths.js';
|
|
18
|
-
import { C as CardLink } from './index-
|
|
19
|
-
import { C as CardAuthor, c as ProfileDetailModal } from './index-
|
|
20
|
-
import { a as ProfileDetail, P as PostContent } from './index-
|
|
21
|
-
import { a as PostImagePreview } from './index-
|
|
22
|
-
import { S as SocialLinkPreview } from './index-
|
|
23
|
-
import { D as Divider } from './index-
|
|
24
|
-
import './index-
|
|
18
|
+
import { C as CardLink } from './index-6c1c9cb2.js';
|
|
19
|
+
import { C as CardAuthor, c as ProfileDetailModal } from './index-9e216d9e.js';
|
|
20
|
+
import { a as ProfileDetail, P as PostContent } from './index-b53640e2.js';
|
|
21
|
+
import { a as PostImagePreview } from './index-d1b260df.js';
|
|
22
|
+
import { S as SocialLinkPreview } from './index-b6ff30c0.js';
|
|
23
|
+
import { D as Divider } from './index-ef508c9b.js';
|
|
24
|
+
import './index-f748978d.js';
|
|
25
25
|
import { Plus } from '@hhgtech/icons/core';
|
|
26
26
|
import { ArrowRight, ArrowDown, Trash, Endorse } from '@hhgtech/icons/other';
|
|
27
27
|
import { Accordion } from '@mantine/core';
|
|
28
|
-
import { I as Input } from './index-
|
|
29
|
-
import { T as Text } from './index-
|
|
30
|
-
import { L as Loading } from './index-
|
|
31
|
-
import { g as getCurrentBaseUrl } from './normalizeLink-
|
|
28
|
+
import { I as Input } from './index-04333161.js';
|
|
29
|
+
import { T as Text } from './index-f65c7844.js';
|
|
30
|
+
import { L as Loading } from './index-cbd96386.js';
|
|
31
|
+
import { g as getCurrentBaseUrl } from './normalizeLink-c13f3187.js';
|
|
32
32
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
33
33
|
|
|
34
34
|
var img$7 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3e%3cpath fill='%233E3F58' d='M5 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2M19 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2'/%3e%3c/svg%3e";
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-65d85c84.js';
|
|
2
2
|
import React__default, { createContext, useContext } from 'react';
|
|
3
3
|
import { useMantineTheme, Box, Flex, rem, createStyles } from '@mantine/core';
|
|
4
4
|
import { RedCross } from '@hhgtech/icons/other';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-f8edffe6.js';
|
|
6
6
|
import '@mantine/dates';
|
|
7
|
-
import './index-
|
|
8
|
-
import './index-
|
|
9
|
-
import './index-
|
|
10
|
-
import { t as themeColors } from './index-
|
|
11
|
-
import { T as Text } from './index-
|
|
12
|
-
import './index-
|
|
13
|
-
import './index.styles-
|
|
14
|
-
import { u as useTranslations } from './index-
|
|
7
|
+
import './index-f748978d.js';
|
|
8
|
+
import './index-7c9ba229.js';
|
|
9
|
+
import './index-43415278.js';
|
|
10
|
+
import { t as themeColors } from './index-6dbe6ca9.js';
|
|
11
|
+
import { T as Text } from './index-f65c7844.js';
|
|
12
|
+
import './index-d08cba80.js';
|
|
13
|
+
import './index.styles-b5076e77.js';
|
|
14
|
+
import { u as useTranslations } from './index-36d282ab.js';
|
|
15
15
|
import '@mantine/hooks';
|
|
16
|
-
import './text-
|
|
17
|
-
import { M as MediaQueries } from './utils-
|
|
18
|
-
import './index-
|
|
16
|
+
import './text-a32c4810.js';
|
|
17
|
+
import { M as MediaQueries } from './utils-4eaa39a7.js';
|
|
18
|
+
import './index-634afcf6.js';
|
|
19
19
|
import styled from '@emotion/styled';
|
|
20
20
|
import { setDefaultClass } from './miscDefaultClassWrapper.js';
|
|
21
21
|
|
|
@@ -111,7 +111,7 @@ const ToolsBannerCard = ({ className, heading, bannerColor, medicalReview = {
|
|
|
111
111
|
} },
|
|
112
112
|
medicalReview.avatar && (React__default.createElement("div", { className: "embedded-review__avatar" },
|
|
113
113
|
React__default.createElement(Box, { pos: "relative" },
|
|
114
|
-
React__default.createElement("img", { src: medicalReview.avatar, alt: medicalReview.reviewer }),
|
|
114
|
+
React__default.createElement("img", { src: medicalReview.avatar, alt: medicalReview.reviewer, loading: "lazy" }),
|
|
115
115
|
React__default.createElement(RedCross, { size: 14 })))),
|
|
116
116
|
React__default.createElement("div", { dangerouslySetInnerHTML: {
|
|
117
117
|
__html: t('toolPage.toolReviewer', {
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { _ as __rest } from './tslib.es6-65d85c84.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import { MantineProvider as MantineProvider$1 } from '@mantine/core';
|
|
4
|
+
import { u as useMantineLocale, g as getMantineThemeOverride, N as NotificationsHandler } from './index-6dbe6ca9.js';
|
|
5
|
+
import { C as CustomStylesType } from './text-a32c4810.js';
|
|
6
|
+
|
|
7
|
+
const MantineProvider = (_a) => {
|
|
8
|
+
var { children, locale, template = 'hb', isNotifications = true, customStyleType = CustomStylesType.NONE } = _a, props = __rest(_a, ["children", "locale", "template", "isNotifications", "customStyleType"]);
|
|
9
|
+
useMantineLocale(locale);
|
|
10
|
+
return (React__default.createElement(MantineProvider$1, Object.assign({ theme: getMantineThemeOverride(locale, template, customStyleType) }, props),
|
|
11
|
+
children,
|
|
12
|
+
isNotifications && React__default.createElement(NotificationsHandler, null)));
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { MantineProvider as M };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useContext, useMemo } from 'react';
|
|
3
|
-
import { T as TranslationsContext } from './translationsContext-
|
|
3
|
+
import { T as TranslationsContext } from './translationsContext-556588ce.js';
|
|
4
4
|
|
|
5
5
|
// SRC: https://github.com/berezh/react-string-format
|
|
6
6
|
function format(text, params) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { _ as __rest, a as __awaiter } from './tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __awaiter } from './tslib.es6-65d85c84.js';
|
|
2
2
|
import React__default, { useState, useMemo, useCallback } from 'react';
|
|
3
|
-
import { u as useTranslations } from './index-
|
|
3
|
+
import { u as useTranslations } from './index-36d282ab.js';
|
|
4
4
|
import { createStyles } from '@mantine/core';
|
|
5
|
-
import { P as PATHS } from './paths-
|
|
6
|
-
import { L as LOCALIZED_SLUGS } from './constants-
|
|
7
|
-
import { B as Button } from './index-
|
|
8
|
-
import './index-
|
|
9
|
-
import { c as callApi, g as getCarePath } from './utils-
|
|
5
|
+
import { P as PATHS } from './paths-1e24cbf5.js';
|
|
6
|
+
import { L as LOCALIZED_SLUGS } from './constants-d0421596.js';
|
|
7
|
+
import { B as Button } from './index-d08cba80.js';
|
|
8
|
+
import './index-f748978d.js';
|
|
9
|
+
import { c as callApi, g as getCarePath } from './utils-46309e29.js';
|
|
10
10
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
11
11
|
import { isProduction } from './constantsIsProduction.js';
|
|
12
12
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-65d85c84.js';
|
|
2
2
|
import React__default, { useMemo, useState, useEffect } from 'react';
|
|
3
|
-
import './index-
|
|
3
|
+
import './index-7c9ba229.js';
|
|
4
4
|
import styled from '@emotion/styled';
|
|
5
|
-
import { C as CommonGAssets } from './index-
|
|
5
|
+
import { C as CommonGAssets } from './index-43415278.js';
|
|
6
6
|
import { theme } from './miscTheme.js';
|
|
7
|
-
import { I as ImageWrap } from './index-
|
|
8
|
-
import { T as Text } from './index-
|
|
9
|
-
import { L as LOCALE } from './Locale-
|
|
10
|
-
import { c as CentralCarousel } from './index-
|
|
7
|
+
import { I as ImageWrap } from './index-878e373b.js';
|
|
8
|
+
import { T as Text } from './index-d1892b36.js';
|
|
9
|
+
import { L as LOCALE } from './Locale-6fb06008.js';
|
|
10
|
+
import { c as CentralCarousel } from './index-f8edffe6.js';
|
|
11
11
|
|
|
12
12
|
const StyledIconContainer = styled.div `
|
|
13
13
|
display: inline-flex;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useEffect } from 'react';
|
|
2
|
-
import { u as useScrollbarSize } from './useScrollbarSize-
|
|
2
|
+
import { u as useScrollbarSize } from './useScrollbarSize-3d74e491.js';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
4
|
import styled from '@emotion/styled';
|
|
5
|
-
import { M as MediaQueries } from './utils-
|
|
5
|
+
import { M as MediaQueries } from './utils-4eaa39a7.js';
|
|
6
6
|
import { setDefaultClass } from './miscDefaultClassWrapper.js';
|
|
7
7
|
import { theme } from './miscTheme.js';
|
|
8
8
|
|