@hhgtech/hhg-components 1.29.349 → 1.29.351-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/{LastPeriod-3540a6b9.js → LastPeriod-0c87f604.js} +1 -1
- package/build/{MobileBottomNavigationIcon-2425b88d.js → MobileBottomNavigationIcon-dacda9b5.js} +3 -3
- package/build/{Spinner-29efc69e.js → Spinner-b1260331.js} +1 -1
- package/build/{WhatsApp-11a5928c.js → WhatsApp-e36fa113.js} +1 -1
- package/build/adapters.js +19 -19
- package/build/atoms.js +47 -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/drawerComponent/index.d.ts +1 -0
- package/build/components/atoms/icons/Play.d.ts +4 -0
- package/build/components/molecules/index.d.ts +2 -0
- package/build/components/molecules/videoItem/index.d.ts +4 -0
- package/build/components/molecules/videoItem/index.styles.d.ts +14 -0
- package/build/components/molecules/videoItem/shorts/index.d.ts +4 -0
- package/build/components/molecules/videoItem/shorts/index.styles.d.ts +21 -0
- package/build/components/molecules/videoItem/types.d.ts +13 -0
- package/build/components/molecules/videoItem/utils.d.ts +1 -0
- package/build/components/molecules/videoItem/video/index.d.ts +4 -0
- package/build/components/molecules/videoItem/video/index.styles.d.ts +22 -0
- package/build/components/molecules/videoPlayerModal/index.d.ts +9 -0
- package/build/components/navigationV2/components/molecules/menuVideoList/Item/index.d.ts +15 -0
- package/build/components/navigationV2/components/molecules/menuVideoList/Item/index.styled.d.ts +13 -0
- package/build/components/navigationV2/components/molecules/menuVideoList/index.d.ts +9 -0
- package/build/components/navigationV2/components/molecules/menuVideoList/index.styled.d.ts +5 -0
- package/build/components/navigationV2/components/molecules/menuVideoList/videoSpotlights.d.ts +8 -0
- package/build/components/navigationV2/components/molecules/navigationBar/index.styled.d.ts +2 -0
- package/build/components/navigationV2/hooks/useNavConfig.d.ts +3 -0
- package/build/components/navigationV2/index.d.ts +9 -0
- package/build/components/navigationV2/types.d.ts +2 -2
- package/build/components/navigationV2/utils.d.ts +2 -0
- package/build/components.js +97 -91
- package/build/{constants-dcf07a2b.js → constants-ca169c5a.js} +1 -1
- package/build/constants.js +5 -3
- package/build/constantsDomainLocales.js +1 -1
- package/build/constantsRiskScreener.js +2 -2
- package/build/constantsSite.js +2 -2
- package/build/{core-bf635a4c.js → core-cf6e2af8.js} +1 -1
- package/build/dataTransform-2b78acf3.js +13 -0
- package/build/{dataTransform-e1b2da85.js → dataTransform-69f7d427.js} +1 -1
- package/build/ecom.js +4 -4
- package/build/{editor-40cb6590.js → editor-18b9a893.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 +22 -22
- 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/{LastPeriod-135ef0dc.js → LastPeriod-2875ffc2.js} +1 -1
- package/build/esm/{MobileBottomNavigationIcon-c448e8fe.js → MobileBottomNavigationIcon-3b168be7.js} +3 -3
- package/build/esm/{Spinner-518e5c82.js → Spinner-c771ed5f.js} +1 -1
- package/build/esm/{WhatsApp-a50d4537.js → WhatsApp-82f6685c.js} +1 -1
- package/build/esm/adapters.js +19 -19
- package/build/esm/atoms.js +47 -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/drawerComponent/index.d.ts +1 -0
- package/build/esm/components/atoms/icons/Play.d.ts +4 -0
- package/build/esm/components/molecules/index.d.ts +2 -0
- package/build/esm/components/molecules/videoItem/index.d.ts +4 -0
- package/build/esm/components/molecules/videoItem/index.styles.d.ts +14 -0
- package/build/esm/components/molecules/videoItem/shorts/index.d.ts +4 -0
- package/build/esm/components/molecules/videoItem/shorts/index.styles.d.ts +21 -0
- package/build/esm/components/molecules/videoItem/types.d.ts +13 -0
- package/build/esm/components/molecules/videoItem/utils.d.ts +1 -0
- package/build/esm/components/molecules/videoItem/video/index.d.ts +4 -0
- package/build/esm/components/molecules/videoItem/video/index.styles.d.ts +22 -0
- package/build/esm/components/molecules/videoPlayerModal/index.d.ts +9 -0
- package/build/esm/components/navigationV2/components/molecules/menuVideoList/Item/index.d.ts +15 -0
- package/build/esm/components/navigationV2/components/molecules/menuVideoList/Item/index.styled.d.ts +13 -0
- package/build/esm/components/navigationV2/components/molecules/menuVideoList/index.d.ts +9 -0
- package/build/esm/components/navigationV2/components/molecules/menuVideoList/index.styled.d.ts +5 -0
- package/build/esm/components/navigationV2/components/molecules/menuVideoList/videoSpotlights.d.ts +8 -0
- package/build/esm/components/navigationV2/components/molecules/navigationBar/index.styled.d.ts +2 -0
- package/build/esm/components/navigationV2/hooks/useNavConfig.d.ts +3 -0
- package/build/esm/components/navigationV2/index.d.ts +9 -0
- package/build/esm/components/navigationV2/types.d.ts +2 -2
- package/build/esm/components/navigationV2/utils.d.ts +2 -0
- package/build/esm/components.js +95 -91
- package/build/esm/{constants-71f01179.js → constants-25ae899e.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-af11d20d.js → core-9a48dabc.js} +1 -1
- package/build/esm/{dataTransform-f2b1a7aa.js → dataTransform-23043966.js} +1 -1
- package/build/esm/dataTransform-f555c9cc.js +11 -0
- package/build/esm/ecom.js +4 -4
- package/build/esm/{editor-f4ccfcb0.js → editor-de6642e2.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 +22 -22
- 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/healthToolsCardWrapper.js +18 -18
- package/build/esm/healthToolsForm.js +33 -33
- package/build/esm/hooks/useCSSFocusPopupHelper.d.ts +1 -0
- package/build/esm/hooks.js +13 -13
- package/build/esm/i18n/translationKeys.d.ts +1 -1
- package/build/esm/i18n-values/en-PH.js +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 +9 -0
- package/build/esm/i18n-values/tl-PH.js +9 -0
- package/build/esm/i18n-values/vi-VN.js +9 -0
- package/build/esm/i18n-values/vi-VN_MB.js +9 -0
- package/build/esm/i18n-values/zh-TW.js +9 -0
- package/build/esm/i18n.js +2 -2
- package/build/esm/i18nV2.js +2 -2
- package/build/esm/{index-906ac212.js → index-0215aa3a.js} +7 -7
- package/build/esm/{index-e50eaf7c.js → index-0538915a.js} +5 -5
- package/build/esm/{index-8239162c.js → index-075ba1e1.js} +15 -15
- package/build/esm/{index-2d654a1a.js → index-08a1606a.js} +1 -1
- package/build/esm/{index-9f9e3aff.js → index-1142e3d3.js} +16 -16
- package/build/esm/{index-75b6adf7.js → index-18cf18ca.js} +11 -11
- package/build/esm/{index-11cf1fd0.js → index-2355bf06.js} +210 -98
- package/build/esm/{index-76a7bd9d.js → index-351f9a0c.js} +2 -2
- package/build/esm/{index-b14478e8.js → index-45d270af.js} +3 -3
- package/build/esm/{index-ff8fa730.js → index-4b466fad.js} +1 -1
- package/build/esm/{index-b605d917.js → index-4d85e9fa.js} +2 -2
- package/build/esm/{index-7598d2cd.js → index-5688184e.js} +2 -2
- package/build/esm/{index-c15ae10d.js → index-56a0dca0.js} +3 -3
- package/build/esm/{index-e4721d93.js → index-57119a2f.js} +6 -6
- package/build/esm/{index-29e95d32.js → index-63abdccd.js} +2 -2
- package/build/esm/{index-da2f59f2.js → index-63b7926a.js} +2 -2
- package/build/esm/{index-1adcbf88.js → index-6a0c99ff.js} +13 -13
- package/build/esm/{index-def423d4.js → index-6d7f28dd.js} +11 -3
- package/build/esm/index-70726722.js +54 -0
- package/build/esm/{index-314b0752.js → index-7085c360.js} +19 -233
- package/build/esm/{index-0d344f9f.js → index-72287a1e.js} +24 -24
- package/build/esm/{index-092feefb.js → index-72416d52.js} +5 -5
- package/build/esm/index-724296c1.js +225 -0
- package/build/esm/{index-8ff5843f.js → index-78ac23bf.js} +24 -24
- package/build/esm/{index-e8ec05bc.js → index-7e9f7887.js} +2 -2
- package/build/esm/{index-2f334402.js → index-80af9731.js} +32 -31
- package/build/esm/{index-16098f47.js → index-81804294.js} +17 -17
- package/build/esm/{index-20d45dcd.js → index-8630e312.js} +18 -11
- package/build/esm/{index-5de36917.js → index-8767c2da.js} +16 -16
- package/build/esm/{index-2321b154.js → index-8c90d872.js} +16 -16
- package/build/esm/{index-2a66607f.js → index-93dfd4e1.js} +8 -4
- package/build/esm/{index-85f75df4.js → index-96b168c1.js} +3 -3
- package/build/esm/{index-4201a481.js → index-977a3ce3.js} +18 -18
- package/build/esm/{index-41130e9f.js → index-99c76287.js} +3 -3
- package/build/esm/{index-4189a962.js → index-9df48d36.js} +1 -1
- package/build/esm/{index-74ad19ab.js → index-a3f242de.js} +18 -18
- package/build/esm/{index-21b4d3a4.js → index-a4a09e75.js} +2 -2
- package/build/esm/{index-50f9b41e.js → index-a7dcdbd0.js} +1 -1
- package/build/esm/{index-93fa5a80.js → index-a8a96beb.js} +6 -6
- package/build/esm/{index-d1b29da0.js → index-ae6bf889.js} +19 -7
- package/build/esm/{index-fafcf523.js → index-b699bc6a.js} +1 -1
- package/build/esm/{index-99ca43c8.js → index-b7a759a5.js} +3 -3
- package/build/esm/{index-45165697.js → index-ba1c001e.js} +21 -21
- package/build/esm/{index-30eaf96e.js → index-be48c27e.js} +13 -13
- package/build/esm/index-c34b3b5c.js +494 -0
- package/build/esm/{index-92e61bb7.js → index-c3938494.js} +17 -63
- package/build/esm/{index-c5febaaf.js → index-c61a5d08.js} +1 -1
- package/build/esm/{index-750e1404.js → index-cd8d5fb2.js} +16 -16
- package/build/esm/{index-3e24192c.js → index-d021d300.js} +6 -6
- package/build/esm/{index-59101a4f.js → index-d433c3d7.js} +3 -3
- package/build/esm/{index-14e17784.js → index-d4c65e28.js} +1 -1
- package/build/esm/{index-1bdfad00.js → index-d51287ef.js} +17 -17
- package/build/esm/{index-4517b607.js → index-d5401d04.js} +2 -2
- package/build/esm/{index-613417dd.js → index-d6e68b7a.js} +6 -6
- package/build/esm/{index-cf0e1b27.js → index-ddd68f2b.js} +13 -13
- package/build/esm/{index-4b4050f3.js → index-e2bfb2cb.js} +2 -2
- package/build/esm/{index-0ed85b02.js → index-e4fea84c.js} +2 -2
- package/build/esm/{index-5e8cc822.js → index-ea222e0d.js} +4 -4
- package/build/esm/{index-153780cf.js → index-f0bf6c7a.js} +13 -13
- package/build/esm/{index-f6b333fa.js → index-f3538c90.js} +22 -20
- package/build/esm/{index-3f770afe.js → index-f7236114.js} +2 -2
- package/build/esm/{index-f5c3297f.js → index-f8313571.js} +7 -7
- package/build/esm/{index-eb34e967.js → index-fd5c91de.js} +1 -1
- package/build/esm/{index-8601b6b7.js → index-ffbb311f.js} +31 -30
- package/build/esm/index.js +116 -113
- package/build/esm/interfaces/constants/index.d.ts +2 -0
- package/build/esm/interfaces/healthTools.d.ts +1 -0
- package/build/esm/interfaces/types/Video.d.ts +36 -0
- package/build/esm/interfaces/types/index.d.ts +1 -0
- package/build/esm/{labelSorting-03a44199.js → labelSorting-3ac74bd0.js} +4 -4
- package/build/esm/lead/helpers.d.ts +31 -0
- package/build/esm/lead/layouts/lightbox/emptyComponent.d.ts +6 -0
- package/build/esm/lead/layouts/lightbox/fields/googleLocationBlock.d.ts +7 -0
- package/build/esm/lead/layouts/lightbox/formContainer.d.ts +17 -0
- package/build/esm/lead/layouts/lightbox/headerImage.d.ts +11 -0
- package/build/esm/lead.css +1 -1
- package/build/esm/lead.js +290 -183
- package/build/esm/{logoIcon-16e71ac4.js → logoIcon-da9c0bc9.js} +2 -2
- package/build/esm/mantine.js +25 -25
- package/build/esm/misc.js +17 -16
- 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 +73 -69
- package/build/esm/moleculesArticleCard.js +6 -6
- package/build/esm/moleculesArticleCardV2.js +16 -16
- package/build/esm/navigation.js +50 -45
- package/build/esm/navigationLogoutPopup.js +9 -9
- package/build/esm/navigationProfileButton.js +23 -23
- package/build/esm/{dataTransform-61c78351.js → number-b1a85de9.js} +1 -11
- package/build/esm/onboardingV2.js +29 -29
- package/build/esm/organisms.js +53 -48
- package/build/esm/{post-ff05f592.js → post-86875f57.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/index.d.ts +1 -0
- package/build/esm/ssoV2/utils.d.ts +6 -0
- package/build/esm/ssoV2.js +50 -56
- package/build/esm/{store-961adaba.js → store-208e5bec.js} +4 -4
- package/build/esm/subot.js +43 -42
- package/build/esm/surveyOrPremiumBanner.js +31 -31
- package/build/esm/surveyQuestionCard.js +10 -10
- package/build/esm/{surveyThankyouCard-92be9b0d.js → surveyThankyouCard-f7880df0.js} +5 -5
- package/build/esm/together.js +55 -53
- 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 -48
- package/build/esm/togetherMoleculesCardAuthor.js +28 -27
- package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
- package/build/esm/togetherMoleculesProfileDetail.js +38 -37
- package/build/esm/togetherOrganisms.js +56 -54
- package/build/esm/togetherRichTextEditor.js +17 -17
- package/build/esm/togetherShareBox.js +10 -10
- package/build/esm/{treePopoverMenu-64320e72.js → treePopoverMenu-fbfdb43e.js} +19 -19
- package/build/esm/{types-053f17e0.js → types-4d4636f1.js} +2 -2
- package/build/esm/types.js +2 -2
- package/build/esm/{useCategory-a1beffd9.js → useCategory-7bbc646e.js} +5 -5
- package/build/esm/{useHealthToolCache-f2578df3.js → useHealthToolCache-91bfc4c2.js} +1 -1
- package/build/esm/{useMantineLocale-b482abdd.js → useMantineLocale-2f880379.js} +6 -6
- package/build/esm/{usePlacesAutocomplete-5b5c15ac.js → usePlacesAutocomplete-79c27577.js} +1 -1
- package/build/esm/{useScreenSize-a0bc6826.js → useScreenSize-b689324f.js} +2 -2
- package/build/esm/useTogetherAuthRequiredAction.js +9 -9
- package/build/esm/{utils-206705f4.js → utils-1ef10b87.js} +3 -3
- package/build/esm/{utils-5f158694.js → utils-7cf2e241.js} +2 -2
- package/build/esm/{utils-ea2d2be6.js → utils-c616d3df.js} +2 -2
- package/build/esm/utils-fcc22029.js +55 -0
- package/build/esm/vaccination.js +21 -21
- package/build/footer.js +21 -21
- package/build/gAssets.js +2 -2
- package/build/healthToolsCardWrapper.js +18 -18
- package/build/healthToolsForm.js +33 -33
- package/build/hooks/useCSSFocusPopupHelper.d.ts +1 -0
- 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 +9 -0
- package/build/i18n-values/tl-PH.js +9 -0
- package/build/i18n-values/vi-VN.js +9 -0
- package/build/i18n-values/vi-VN_MB.js +9 -0
- package/build/i18n-values/zh-TW.js +9 -0
- package/build/i18n.js +1 -1
- package/build/i18nV2.js +1 -1
- package/build/{index-801f831e.js → index-00e31dc7.js} +1 -1
- package/build/{index-2b8d5922.js → index-01199c59.js} +6 -6
- package/build/{index-7d74a494.js → index-046685a6.js} +2 -2
- package/build/{index-e1a39c0f.js → index-05e6202a.js} +10 -2
- package/build/{index-f4073ef9.js → index-084e0df1.js} +18 -18
- package/build/{index-d586f960.js → index-0a07827e.js} +19 -234
- package/build/{index-bacfdf72.js → index-133ec2f8.js} +17 -17
- package/build/{index-de872eb4.js → index-136c16c8.js} +31 -78
- package/build/{index-e5b187b5.js → index-2048156a.js} +16 -16
- package/build/{index-239a44cd.js → index-3c1ebd51.js} +4 -4
- package/build/{index-30e77221.js → index-3c7dbe4d.js} +13 -13
- package/build/{index-7831797f.js → index-3ddb12d3.js} +3 -3
- package/build/{index-5597150a.js → index-3f8f553c.js} +13 -13
- package/build/{index-4d2dd5d2.js → index-422e1365.js} +2 -2
- package/build/{index-7334c021.js → index-431fa632.js} +3 -3
- package/build/{index-0c666eec.js → index-56485788.js} +2 -2
- package/build/{index-9eac0534.js → index-5c2d9a9b.js} +31 -30
- package/build/{index-abe62ca7.js → index-5cbb04b0.js} +6 -6
- package/build/{index-4d72db3c.js → index-5d43260b.js} +2 -2
- package/build/{index-293b14b4.js → index-5e7965b6.js} +13 -13
- package/build/{index-c1280c9e.js → index-611b7c83.js} +3 -3
- package/build/{index-c246a805.js → index-6156831d.js} +2 -2
- package/build/{index-e79b74ad.js → index-62548512.js} +17 -17
- package/build/{index-86fb82cb.js → index-69e6de3a.js} +3 -3
- package/build/{index-d3eee893.js → index-70de7321.js} +13 -13
- package/build/{index-e785998a.js → index-71148417.js} +1 -1
- package/build/{index-10563d2d.js → index-72671071.js} +2 -2
- package/build/{index-ede81ff3.js → index-761f2bbb.js} +34 -32
- package/build/{index-f0964133.js → index-79d2fc4e.js} +21 -21
- package/build/{index-c2b6c6df.js → index-7a3a5929.js} +1 -1
- package/build/{index-2ec2e22f.js → index-7d793ec4.js} +1 -1
- package/build/{index-24f74a6c.js → index-82baad1d.js} +1 -1
- package/build/{index-684d0882.js → index-8e0ed6f2.js} +2 -2
- package/build/index-8e28098d.js +232 -0
- package/build/{index-923ca659.js → index-9022ed3c.js} +5 -5
- package/build/{index-ed9cdb03.js → index-92c94b94.js} +18 -18
- package/build/{index-4c3d9fab.js → index-9462f653.js} +6 -6
- package/build/{index-251bc19b.js → index-9e4e4f3c.js} +7 -7
- package/build/{index-818e3329.js → index-9e7d1f56.js} +18 -11
- package/build/{index-d679f0b1.js → index-9f602174.js} +24 -24
- package/build/{index-4840213b.js → index-9f669237.js} +3 -3
- package/build/{index-6c7afdca.js → index-a3c67dcf.js} +2 -2
- package/build/index-a6f688f6.js +504 -0
- package/build/{index-c44ce30e.js → index-b4f6f804.js} +7 -7
- package/build/{index-66035c29.js → index-bdbf0a5a.js} +1 -1
- package/build/{index-082c1f5c.js → index-be4367ae.js} +15 -15
- package/build/{index-92c78315.js → index-bf4b5ae2.js} +1 -1
- package/build/index-cd7f4e33.js +61 -0
- package/build/{index-293892eb.js → index-ce7e00ca.js} +5 -5
- package/build/{index-d5bd7852.js → index-ce7f45bf.js} +217 -105
- package/build/{index-7c731bb3.js → index-cff968db.js} +6 -6
- package/build/{index-da6b25ba.js → index-d71f7cfc.js} +1 -1
- package/build/{index-5ffb9c80.js → index-dab1cb47.js} +2 -2
- package/build/{index-bd8d3d98.js → index-df980c7e.js} +16 -16
- package/build/{index-2643e607.js → index-e3f36531.js} +16 -16
- package/build/{index-6624dc27.js → index-e4b4f6e4.js} +37 -36
- package/build/{index-f30ece98.js → index-e6c26fc2.js} +19 -7
- package/build/{index-d1a1f50a.js → index-eab1da9a.js} +3 -3
- package/build/{index-91f78d81.js → index-ec7f237b.js} +24 -24
- package/build/{index-69e5e1b3.js → index-f01067ba.js} +2 -2
- package/build/{index-ca0aaa30.js → index-f5477e08.js} +2 -2
- package/build/{index-6dcbaf78.js → index-f6064fa3.js} +16 -16
- package/build/{index-78c6c6cf.js → index-f91d4f9b.js} +11 -11
- package/build/{index-54096852.js → index-faf96499.js} +9 -3
- package/build/index.js +128 -123
- package/build/interfaces/constants/index.d.ts +2 -0
- package/build/interfaces/healthTools.d.ts +1 -0
- package/build/interfaces/types/Video.d.ts +36 -0
- package/build/interfaces/types/index.d.ts +1 -0
- package/build/{labelSorting-d221a981.js → labelSorting-481c7f81.js} +4 -4
- package/build/lead/helpers.d.ts +31 -0
- package/build/lead/layouts/lightbox/emptyComponent.d.ts +6 -0
- package/build/lead/layouts/lightbox/fields/googleLocationBlock.d.ts +7 -0
- package/build/lead/layouts/lightbox/formContainer.d.ts +17 -0
- package/build/lead/layouts/lightbox/headerImage.d.ts +11 -0
- package/build/lead.css +1 -1
- package/build/lead.js +290 -183
- package/build/{logoIcon-f344c366.js → logoIcon-1dded2a1.js} +2 -2
- package/build/mantine.js +22 -22
- package/build/misc.js +19 -18
- 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 +75 -69
- package/build/moleculesArticleCard.js +6 -6
- package/build/moleculesArticleCardV2.js +16 -16
- package/build/navigation.js +50 -45
- package/build/navigationLogoutPopup.js +9 -9
- package/build/navigationProfileButton.js +23 -23
- package/build/{dataTransform-cd43633f.js → number-9759d3f3.js} +0 -11
- package/build/onboardingV2.js +28 -28
- package/build/organisms.js +53 -48
- package/build/{post-68372a5c.js → post-55130c86.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/index.d.ts +1 -0
- package/build/ssoV2/utils.d.ts +6 -0
- package/build/ssoV2.js +65 -71
- package/build/{store-90450103.js → store-2b136a1f.js} +4 -4
- package/build/subot.js +42 -41
- package/build/surveyOrPremiumBanner.js +31 -31
- package/build/surveyQuestionCard.js +10 -10
- package/build/{surveyThankyouCard-b17d0ead.js → surveyThankyouCard-1197c929.js} +5 -5
- package/build/together.js +63 -61
- package/build/togetherApiUtils.js +4 -4
- package/build/togetherAtoms.js +30 -30
- package/build/togetherComponentGlobalContext.js +4 -4
- package/build/togetherMolecules.js +51 -49
- package/build/togetherMoleculesCardAuthor.js +28 -27
- package/build/togetherMoleculesPostImagePreview.js +11 -11
- package/build/togetherMoleculesProfileDetail.js +38 -37
- package/build/togetherOrganisms.js +56 -54
- package/build/togetherRichTextEditor.js +17 -17
- package/build/togetherShareBox.js +10 -10
- package/build/{treePopoverMenu-6493d54c.js → treePopoverMenu-e057488c.js} +19 -19
- package/build/{types-9a594994.js → types-c4ab840e.js} +2 -2
- package/build/types.js +6 -2
- package/build/{useCategory-d6102fc5.js → useCategory-044304b6.js} +5 -5
- package/build/{useHealthToolCache-6c22500d.js → useHealthToolCache-68e6225b.js} +1 -1
- package/build/{useMantineLocale-5e25dbd7.js → useMantineLocale-681887a6.js} +6 -6
- package/build/{usePlacesAutocomplete-2c39ed87.js → usePlacesAutocomplete-61107b84.js} +1 -1
- package/build/{useScreenSize-23da1322.js → useScreenSize-e44ff92b.js} +2 -2
- package/build/useTogetherAuthRequiredAction.js +9 -9
- package/build/{utils-cfd7bb44.js → utils-0ad9aa89.js} +3 -3
- package/build/utils-0ccea534.js +61 -0
- package/build/{utils-f03f5aa2.js → utils-429eb4e6.js} +2 -2
- package/build/{utils-36e81afa.js → utils-d60203c1.js} +2 -2
- package/build/vaccination.js +21 -21
- package/package.json +1 -1
- package/build/components/atoms/googleLocation/index.d.ts +0 -7
- package/build/esm/components/atoms/googleLocation/index.d.ts +0 -7
- package/build/esm/index-bd2495ce.js +0 -148
- package/build/index-74841ceb.js +0 -156
- /package/build/{BMI_BOYS.percentile.monthly-4b4ead7c.js → BMI_BOYS.percentile.monthly-38fdfcf3.js} +0 -0
- /package/build/{BMI_BOYS.percentile.weekly-275b5075.js → BMI_BOYS.percentile.weekly-11e5b68b.js} +0 -0
- /package/build/{BMI_BOYS.percentile.yearly-f45e4de7.js → BMI_BOYS.percentile.yearly-9f3013f8.js} +0 -0
- /package/build/{BMI_BOYS.zscore.monthly-34c01826.js → BMI_BOYS.zscore.monthly-ab152b5e.js} +0 -0
- /package/build/{BMI_BOYS.zscore.weekly-ff058983.js → BMI_BOYS.zscore.weekly-755750c3.js} +0 -0
- /package/build/{BMI_BOYS.zscore.yearly-e83db155.js → BMI_BOYS.zscore.yearly-3a7f13b4.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.monthly-5952a5f6.js → BMI_GIRLS.percentile.monthly-a263f531.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.weekly-cabf64c6.js → BMI_GIRLS.percentile.weekly-8ad3a67c.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.yearly-f7ed2115.js → BMI_GIRLS.percentile.yearly-647a8db0.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.monthly-2ddfbad7.js → BMI_GIRLS.zscore.monthly-1db27e68.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.weekly-77fbbbb2.js → BMI_GIRLS.zscore.weekly-726a04b2.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.yearly-b0778e65.js → BMI_GIRLS.zscore.yearly-83c5fe25.js} +0 -0
- /package/build/{ChevronDown-de1ece98.js → ChevronDown-15899ea8.js} +0 -0
- /package/build/{Close-f7a2dac0.js → Close-5609ab8d.js} +0 -0
- /package/build/{Google-09fa7368.js → Google-f28db01e.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-cdd4c1aa.js → HEAD CIRCUM_BOYS.percentile.monthly-93f792e5.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-0a8fb80b.js → HEAD CIRCUM_BOYS.percentile.weekly-6888ab2d.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-15ef21eb.js → HEAD CIRCUM_BOYS.percentile.yearly-29acef81.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-1780ca18.js → HEAD CIRCUM_BOYS.zscore.monthly-857fb5a2.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-d81d27c5.js → HEAD CIRCUM_BOYS.zscore.weekly-1e0f470f.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-78c7764f.js → HEAD CIRCUM_BOYS.zscore.yearly-524a0d7d.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-cd5e7f71.js → HEAD CIRCUM_GIRLS.percentile.monthly-db176836.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-8ac9bd16.js → HEAD CIRCUM_GIRLS.percentile.weekly-9c96f8bd.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-10ab0a12.js → HEAD CIRCUM_GIRLS.percentile.yearly-11cd49b0.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-cb18cd53.js → HEAD CIRCUM_GIRLS.zscore.monthly-01829ce8.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-7511854b.js → HEAD CIRCUM_GIRLS.zscore.weekly-5ea492b9.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-7038e2d6.js → HEAD CIRCUM_GIRLS.zscore.yearly-d6664abb.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.monthly-8c085b60.js → HEIGHT_BOYS.percentile.monthly-611d3286.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.weekly-d307bc3f.js → HEIGHT_BOYS.percentile.weekly-0da208c0.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.yearly-aa29790b.js → HEIGHT_BOYS.percentile.yearly-f39eb767.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.monthly-6a550368.js → HEIGHT_BOYS.zscore.monthly-b2bb8b3d.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.weekly-dd015b01.js → HEIGHT_BOYS.zscore.weekly-c1259604.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.yearly-fa30f5c4.js → HEIGHT_BOYS.zscore.yearly-737046d7.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.monthly-364a4a1c.js → HEIGHT_GIRLS.percentile.monthly-e40770c9.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.weekly-b47df52c.js → HEIGHT_GIRLS.percentile.weekly-32e35024.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.yearly-fd47ff74.js → HEIGHT_GIRLS.percentile.yearly-bd45d6f8.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.monthly-92b8e61f.js → HEIGHT_GIRLS.zscore.monthly-1ea3be55.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.weekly-5f9bcf63.js → HEIGHT_GIRLS.zscore.weekly-fcafae18.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.yearly-0c498c6a.js → HEIGHT_GIRLS.zscore.yearly-51953ecf.js} +0 -0
- /package/build/{Locale-fe94e6b7.js → Locale-9a9c25ba.js} +0 -0
- /package/build/{Visible-ba7b3d53.js → Visible-3e6362ef.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.monthly-b1d92929.js → WEIGHT_BOYS.percentile.monthly-77a4ac1a.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.weekly-aaf578c7.js → WEIGHT_BOYS.percentile.weekly-05a3f734.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.yearly-2239ddd4.js → WEIGHT_BOYS.percentile.yearly-b9a64616.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.monthly-9e3d43f3.js → WEIGHT_BOYS.zscore.monthly-50cf0d34.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.weekly-a70c3f37.js → WEIGHT_BOYS.zscore.weekly-b70b5b4f.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.yearly-e4dc963c.js → WEIGHT_BOYS.zscore.yearly-6715be4d.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.monthly-8546d75a.js → WEIGHT_GIRLS.percentile.monthly-d2755260.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.weekly-0d8abcfc.js → WEIGHT_GIRLS.percentile.weekly-91f3d597.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.yearly-a252fa57.js → WEIGHT_GIRLS.percentile.yearly-eb8d0f7c.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.monthly-d8098121.js → WEIGHT_GIRLS.zscore.monthly-d6a9ea18.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.weekly-eb2ca773.js → WEIGHT_GIRLS.zscore.weekly-8c06163c.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.yearly-a7aa6f56.js → WEIGHT_GIRLS.zscore.yearly-0d274875.js} +0 -0
- /package/build/{animation-8e372e43.js → animation-2965d3fe.js} +0 -0
- /package/build/{constants-a0dcf322.js → constants-62df9928.js} +0 -0
- /package/build/{constants-adcd504a.js → constants-85011c6d.js} +0 -0
- /package/build/{constants-3dd494fd.js → constants-ad9c3894.js} +0 -0
- /package/build/{doctor-7f97e5bb.js → doctor-9c2cc449.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.monthly-daed3839.js → BMI_BOYS.percentile.monthly-2b8f295a.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.weekly-bb492b2f.js → BMI_BOYS.percentile.weekly-e5bf2e65.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.yearly-5078dcab.js → BMI_BOYS.percentile.yearly-ce87ffbd.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.monthly-b2722ac5.js → BMI_BOYS.zscore.monthly-4fd82101.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.weekly-4bc30b6b.js → BMI_BOYS.zscore.weekly-8c153610.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.yearly-a579a72b.js → BMI_BOYS.zscore.yearly-11279be6.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.monthly-f0cf5f80.js → BMI_GIRLS.percentile.monthly-2f570a7b.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.weekly-d977dd24.js → BMI_GIRLS.percentile.weekly-565cc5df.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.yearly-9ad34a6a.js → BMI_GIRLS.percentile.yearly-eeff7908.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.monthly-e6677292.js → BMI_GIRLS.zscore.monthly-99cdd814.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.weekly-0aa4f907.js → BMI_GIRLS.zscore.weekly-4f73229e.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.yearly-d156197f.js → BMI_GIRLS.zscore.yearly-76d5210e.js} +0 -0
- /package/build/esm/{ChevronDown-d9b90ee4.js → ChevronDown-c3b7acfc.js} +0 -0
- /package/build/esm/{Close-82dea850.js → Close-763d013a.js} +0 -0
- /package/build/esm/{Google-5bdd036c.js → Google-c19a0256.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-ca3afd0b.js → HEAD CIRCUM_BOYS.percentile.monthly-1a5ba1df.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-b5983e55.js → HEAD CIRCUM_BOYS.percentile.weekly-ceb5e0e8.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-3bc06058.js → HEAD CIRCUM_BOYS.percentile.yearly-f85040db.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-2a3fb151.js → HEAD CIRCUM_BOYS.zscore.monthly-41dd67a5.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-8093a754.js → HEAD CIRCUM_BOYS.zscore.weekly-a13e3426.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-86ff100b.js → HEAD CIRCUM_BOYS.zscore.yearly-7689391d.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-4acde5cd.js → HEAD CIRCUM_GIRLS.percentile.monthly-2ece417e.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-6388c74b.js → HEAD CIRCUM_GIRLS.percentile.weekly-74480197.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-2e907753.js → HEAD CIRCUM_GIRLS.percentile.yearly-a53c0242.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-da2e586c.js → HEAD CIRCUM_GIRLS.zscore.monthly-42d4ddca.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-aa5062af.js → HEAD CIRCUM_GIRLS.zscore.weekly-f56a4ced.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-d4aed2d0.js → HEAD CIRCUM_GIRLS.zscore.yearly-3b671928.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.monthly-4dfe4746.js → HEIGHT_BOYS.percentile.monthly-217e3f58.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.weekly-a6baa956.js → HEIGHT_BOYS.percentile.weekly-c7040460.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.yearly-d2011cb1.js → HEIGHT_BOYS.percentile.yearly-7f11e114.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.monthly-cdfabdff.js → HEIGHT_BOYS.zscore.monthly-3ecbf3af.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.weekly-ce164c2b.js → HEIGHT_BOYS.zscore.weekly-656f6afd.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.yearly-19bf9cf0.js → HEIGHT_BOYS.zscore.yearly-e7e70ba5.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-98b79637.js → HEIGHT_GIRLS.percentile.monthly-00021b65.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-55b39359.js → HEIGHT_GIRLS.percentile.weekly-fed985d0.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-f23da78d.js → HEIGHT_GIRLS.percentile.yearly-f69f7c5a.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-0a270c80.js → HEIGHT_GIRLS.zscore.monthly-c155ed03.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-25265133.js → HEIGHT_GIRLS.zscore.weekly-cb626fc4.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-be1f88fd.js → HEIGHT_GIRLS.zscore.yearly-ab488e2d.js} +0 -0
- /package/build/esm/{Locale-9dea4d4a.js → Locale-9b494286.js} +0 -0
- /package/build/esm/{Visible-bd26f31d.js → Visible-e5349501.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.monthly-d4fdfcb7.js → WEIGHT_BOYS.percentile.monthly-c8cb4ccb.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.weekly-f994d5b3.js → WEIGHT_BOYS.percentile.weekly-93944aaa.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.yearly-7209f636.js → WEIGHT_BOYS.percentile.yearly-1ae9d26e.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.monthly-91d2ac15.js → WEIGHT_BOYS.zscore.monthly-d800d1f3.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.weekly-376e3f12.js → WEIGHT_BOYS.zscore.weekly-37eaa6fd.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.yearly-25df070f.js → WEIGHT_BOYS.zscore.yearly-69644237.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-1f2b86e4.js → WEIGHT_GIRLS.percentile.monthly-a5671b63.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-26ae073a.js → WEIGHT_GIRLS.percentile.weekly-f2207a78.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-e29254ad.js → WEIGHT_GIRLS.percentile.yearly-d929d29f.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-f855ae42.js → WEIGHT_GIRLS.zscore.monthly-1f54c6a1.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-9485b099.js → WEIGHT_GIRLS.zscore.weekly-2b45b152.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-59a78415.js → WEIGHT_GIRLS.zscore.yearly-c43a4f43.js} +0 -0
- /package/build/esm/{animation-d6ce9d00.js → animation-f91edf91.js} +0 -0
- /package/build/esm/{constants-3113c3f3.js → constants-84344d5e.js} +0 -0
- /package/build/esm/{constants-0dd52e3f.js → constants-9deb1413.js} +0 -0
- /package/build/esm/{constants-44428c3b.js → constants-aeae9501.js} +0 -0
- /package/build/esm/{doctor-79695d47.js → doctor-d288792c.js} +0 -0
- /package/build/esm/{index-9429fef2.js → index-0c911426.js} +0 -0
- /package/build/esm/{index-d60257ab.js → index-0e99d20e.js} +0 -0
- /package/build/esm/{index-e578acff.js → index-29a3b52a.js} +0 -0
- /package/build/esm/{index-9b4eb370.js → index-3b2e5262.js} +0 -0
- /package/build/esm/{index-e3dd4816.js → index-75bfe19f.js} +0 -0
- /package/build/esm/{index-68a622bd.js → index-80a9c9eb.js} +0 -0
- /package/build/esm/{index-e0c9065b.js → index-8d0259ad.js} +0 -0
- /package/build/esm/{index-ef1e92aa.js → index-c484ee95.js} +0 -0
- /package/build/esm/{index-fc4ff0c1.js → index-f07c00bd.js} +0 -0
- /package/build/esm/{index.styles-f1d20f0b.js → index.styles-4f9afc01.js} +0 -0
- /package/build/esm/{localizeNumberFormat-b58b0709.js → localizeNumberFormat-ebaff9fc.js} +0 -0
- /package/build/esm/{normalizeLink-0bbb9f2e.js → normalizeLink-356a4e59.js} +0 -0
- /package/build/esm/{other-5df2ee98.js → other-9a23db32.js} +0 -0
- /package/build/esm/{paths-79c2a942.js → paths-60eca75f.js} +0 -0
- /package/build/esm/{translationsContext-4a161a5e.js → translationsContext-6915a82a.js} +0 -0
- /package/build/esm/{tslib.es6-bea6774f.js → tslib.es6-cfddefe9.js} +0 -0
- /package/build/esm/{types-d6b560f0.js → types-f38dc69f.js} +0 -0
- /package/build/esm/{useIsInit-5cac74db.js → useIsInit-7e51de55.js} +0 -0
- /package/build/esm/{useOutsideClick-01227e67.js → useOutsideClick-557246e7.js} +0 -0
- /package/build/esm/{useScrollbarSize-94dd12a9.js → useScrollbarSize-d3cb6879.js} +0 -0
- /package/build/esm/{useUniqueId-ab3eacc1.js → useUniqueId-edcccf6c.js} +0 -0
- /package/build/esm/{utils-5a720548.js → utils-339046f6.js} +0 -0
- /package/build/{index-9b9a13c0.js → index-2f7efba5.js} +0 -0
- /package/build/{index-08dbe4bb.js → index-6b665cd9.js} +0 -0
- /package/build/{index-70053705.js → index-9eb89a78.js} +0 -0
- /package/build/{index-e5cda5ef.js → index-a63d22cb.js} +0 -0
- /package/build/{index-2340bde2.js → index-caea59ad.js} +0 -0
- /package/build/{index-2ac16096.js → index-dcbac626.js} +0 -0
- /package/build/{index-d49e78ee.js → index-e596adb8.js} +0 -0
- /package/build/{index-a9517b32.js → index-f9edb43e.js} +0 -0
- /package/build/{index-affa5696.js → index-fee7b6c8.js} +0 -0
- /package/build/{index.styles-f3cba150.js → index.styles-8510d50e.js} +0 -0
- /package/build/{localizeNumberFormat-7ba78458.js → localizeNumberFormat-92b7aec0.js} +0 -0
- /package/build/{normalizeLink-7ccd3c22.js → normalizeLink-11adaff0.js} +0 -0
- /package/build/{other-55a9988c.js → other-2bd39cad.js} +0 -0
- /package/build/{paths-1762008b.js → paths-2ed17c3a.js} +0 -0
- /package/build/{translationsContext-f04b6541.js → translationsContext-239790ff.js} +0 -0
- /package/build/{tslib.es6-400729ae.js → tslib.es6-ba92c8a7.js} +0 -0
- /package/build/{types-78001fd6.js → types-fa3f2caf.js} +0 -0
- /package/build/{useIsInit-32887485.js → useIsInit-9255576d.js} +0 -0
- /package/build/{useOutsideClick-5f93addc.js → useOutsideClick-bbd76b55.js} +0 -0
- /package/build/{useScrollbarSize-4ff147e9.js → useScrollbarSize-8af8a20d.js} +0 -0
- /package/build/{useUniqueId-31a8ced9.js → useUniqueId-11c1fa8a.js} +0 -0
- /package/build/{utils-0b96a051.js → utils-b20c27f3.js} +0 -0
package/build/esm/cache.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { a as getCachedItem, g as getDataWithCache, s as setCachedItem } from './core-
|
|
2
|
-
import './tslib.es6-
|
|
1
|
+
export { a as getCachedItem, g as getDataWithCache, s as setCachedItem } from './core-9a48dabc.js';
|
|
2
|
+
import './tslib.es6-cfddefe9.js';
|
|
3
3
|
import './constantsIsProduction.js';
|
package/build/esm/care.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export { BookingSearchBar } from './careBookingSearchBar.js';
|
|
2
2
|
export { BookingSearchBarV2 } from './careBookingSearchBarV2.js';
|
|
3
|
-
export { t as CareTypes, T as TextDivider } from './types-
|
|
4
|
-
export { c as CareConstants } from './constants-
|
|
5
|
-
import './tslib.es6-
|
|
3
|
+
export { t as CareTypes, T as TextDivider } from './types-4d4636f1.js';
|
|
4
|
+
export { c as CareConstants } from './constants-9deb1413.js';
|
|
5
|
+
import './tslib.es6-cfddefe9.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import '@emotion/react';
|
|
8
|
-
import './utils-
|
|
9
|
-
import './index-
|
|
8
|
+
import './utils-c616d3df.js';
|
|
9
|
+
import './index-93dfd4e1.js';
|
|
10
10
|
import 'date-fns/locale';
|
|
11
|
-
import './index-
|
|
12
|
-
import './Locale-
|
|
11
|
+
import './index-6d7f28dd.js';
|
|
12
|
+
import './Locale-9b494286.js';
|
|
13
13
|
import './constantsSite.js';
|
|
14
14
|
import './constantsDomainLocales.js';
|
|
15
15
|
import './constantsRiskScreener.js';
|
|
@@ -17,19 +17,19 @@ import './constantsIsProduction.js';
|
|
|
17
17
|
import './miscCookieHelper.js';
|
|
18
18
|
import '@emotion/styled';
|
|
19
19
|
import './miscTheme.js';
|
|
20
|
-
import './utils-
|
|
20
|
+
import './utils-339046f6.js';
|
|
21
21
|
import 'react-loading-skeleton';
|
|
22
22
|
import 'string-format';
|
|
23
|
-
import './index-
|
|
24
|
-
import './translationsContext-
|
|
23
|
+
import './index-fd5c91de.js';
|
|
24
|
+
import './translationsContext-6915a82a.js';
|
|
25
25
|
import 'lodash/debounce';
|
|
26
|
-
import './index-
|
|
26
|
+
import './index-a4a09e75.js';
|
|
27
27
|
import '@mantine/core';
|
|
28
|
-
import './index-
|
|
29
|
-
import './other-
|
|
28
|
+
import './index-4d85e9fa.js';
|
|
29
|
+
import './other-9a23db32.js';
|
|
30
30
|
import 'lodash/shuffle';
|
|
31
|
-
import './useOutsideClick-
|
|
32
|
-
import './paths-
|
|
33
|
-
import './index-
|
|
31
|
+
import './useOutsideClick-557246e7.js';
|
|
32
|
+
import './paths-60eca75f.js';
|
|
33
|
+
import './index-3b2e5262.js';
|
|
34
34
|
import '@hhgtech/icons/core';
|
|
35
|
-
import './ChevronDown-
|
|
35
|
+
import './ChevronDown-c3b7acfc.js';
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { a as __awaiter } from './tslib.es6-
|
|
1
|
+
import { a as __awaiter } from './tslib.es6-cfddefe9.js';
|
|
2
2
|
import React__default, { useMemo, useEffect, useRef, useCallback, useState, useReducer } from 'react';
|
|
3
3
|
import { Global, css } from '@emotion/react';
|
|
4
|
-
import { S as StyledLocationResultsWrapper, a as StyledLocationResultsList, b as StyledLiSkeleton, c as StyledLocationItem, d as StyledPinIcon, M as MagnifierIcon, C as CloseIcon, e as ClearIcon, P as PinIcon, D as DefaultThumbnailAny, f as DefaultThumbnailDoctor, g as DefaultThumbnailService, h as getApiPath, u as useGeolocation } from './utils-
|
|
5
|
-
import { u as useTranslations } from './index-
|
|
4
|
+
import { S as StyledLocationResultsWrapper, a as StyledLocationResultsList, b as StyledLiSkeleton, c as StyledLocationItem, d as StyledPinIcon, M as MagnifierIcon, C as CloseIcon, e as ClearIcon, P as PinIcon, D as DefaultThumbnailAny, f as DefaultThumbnailDoctor, g as DefaultThumbnailService, h as getApiPath, u as useGeolocation } from './utils-c616d3df.js';
|
|
5
|
+
import { u as useTranslations } from './index-fd5c91de.js';
|
|
6
6
|
import debounce from 'lodash/debounce';
|
|
7
|
-
import { I as ID_OPTION_ALL_LOCATION, L as LOCALIZED_SLUGS, a as ID_OPTION_CURRENT_LOCATION } from './constants-
|
|
7
|
+
import { I as ID_OPTION_ALL_LOCATION, L as LOCALIZED_SLUGS, a as ID_OPTION_CURRENT_LOCATION } from './constants-9deb1413.js';
|
|
8
8
|
import styled from '@emotion/styled';
|
|
9
|
-
import { I as Input } from './index-
|
|
10
|
-
import { T as Text } from './index-
|
|
9
|
+
import { I as Input } from './index-a4a09e75.js';
|
|
10
|
+
import { T as Text } from './index-4d85e9fa.js';
|
|
11
11
|
import { theme } from './miscTheme.js';
|
|
12
12
|
import shuffle from 'lodash/shuffle';
|
|
13
|
-
import { a as useOutsideClick } from './useOutsideClick-
|
|
14
|
-
import { M as MediaQueries } from './utils-
|
|
13
|
+
import { a as useOutsideClick } from './useOutsideClick-557246e7.js';
|
|
14
|
+
import { M as MediaQueries } from './utils-339046f6.js';
|
|
15
15
|
import Skeleton from 'react-loading-skeleton';
|
|
16
|
-
import { P as PATHS } from './paths-
|
|
17
|
-
import './index-
|
|
16
|
+
import { P as PATHS } from './paths-60eca75f.js';
|
|
17
|
+
import './index-93dfd4e1.js';
|
|
18
18
|
import 'date-fns/locale';
|
|
19
|
-
import './index-
|
|
20
|
-
import './Locale-
|
|
19
|
+
import './index-6d7f28dd.js';
|
|
20
|
+
import './Locale-9b494286.js';
|
|
21
21
|
import './constantsSite.js';
|
|
22
22
|
import './constantsDomainLocales.js';
|
|
23
23
|
import './constantsRiskScreener.js';
|
|
24
24
|
import './constantsIsProduction.js';
|
|
25
25
|
import './miscCookieHelper.js';
|
|
26
26
|
import 'string-format';
|
|
27
|
-
import './translationsContext-
|
|
27
|
+
import './translationsContext-6915a82a.js';
|
|
28
28
|
import '@mantine/core';
|
|
29
|
-
import './other-
|
|
29
|
+
import './other-9a23db32.js';
|
|
30
30
|
|
|
31
31
|
const StyledSearchBarWrapper = styled.div ``;
|
|
32
32
|
const StyledSearchBarMobileWrapper = styled.div `
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import React__default, { useMemo, useRef, useCallback, useState, useReducer, useEffect } from 'react';
|
|
2
2
|
import { Skeleton, Input, Divider, Tabs, Flex, Button } from '@mantine/core';
|
|
3
|
-
import { i as checkMarkIconUrl, P as PinIcon, h as getApiPath, u as useGeolocation } from './utils-
|
|
4
|
-
import { a as useOutsideClick } from './useOutsideClick-
|
|
5
|
-
import { u as useTranslations } from './index-
|
|
3
|
+
import { i as checkMarkIconUrl, P as PinIcon, h as getApiPath, u as useGeolocation } from './utils-c616d3df.js';
|
|
4
|
+
import { a as useOutsideClick } from './useOutsideClick-557246e7.js';
|
|
5
|
+
import { u as useTranslations } from './index-fd5c91de.js';
|
|
6
6
|
import debounce from 'lodash/debounce';
|
|
7
|
-
import { a as ID_OPTION_CURRENT_LOCATION, M as MAPPING_CLIENT_WITH_SLUG, L as LOCALIZED_SLUGS, I as ID_OPTION_ALL_LOCATION, S as SLUG_VACIN_ID, C as CLIENT_KEY } from './constants-
|
|
7
|
+
import { a as ID_OPTION_CURRENT_LOCATION, M as MAPPING_CLIENT_WITH_SLUG, L as LOCALIZED_SLUGS, I as ID_OPTION_ALL_LOCATION, S as SLUG_VACIN_ID, C as CLIENT_KEY } from './constants-9deb1413.js';
|
|
8
8
|
import styled from '@emotion/styled';
|
|
9
9
|
import { theme } from './miscTheme.js';
|
|
10
|
-
import { M as MediaQueries } from './utils-
|
|
11
|
-
import { C as Container } from './index-
|
|
10
|
+
import { M as MediaQueries } from './utils-339046f6.js';
|
|
11
|
+
import { C as Container } from './index-3b2e5262.js';
|
|
12
12
|
import { Search } from '@hhgtech/icons/core';
|
|
13
|
-
import { T as Text } from './index-
|
|
14
|
-
import { C as ChevronDown } from './ChevronDown-
|
|
15
|
-
import { P as PATHS } from './paths-
|
|
16
|
-
import './index-
|
|
13
|
+
import { T as Text } from './index-4d85e9fa.js';
|
|
14
|
+
import { C as ChevronDown } from './ChevronDown-c3b7acfc.js';
|
|
15
|
+
import { P as PATHS } from './paths-60eca75f.js';
|
|
16
|
+
import './index-93dfd4e1.js';
|
|
17
17
|
import 'date-fns/locale';
|
|
18
|
-
import './index-
|
|
19
|
-
import './Locale-
|
|
18
|
+
import './index-6d7f28dd.js';
|
|
19
|
+
import './Locale-9b494286.js';
|
|
20
20
|
import './constantsSite.js';
|
|
21
21
|
import './constantsDomainLocales.js';
|
|
22
22
|
import './constantsRiskScreener.js';
|
|
@@ -24,9 +24,9 @@ import './constantsIsProduction.js';
|
|
|
24
24
|
import './miscCookieHelper.js';
|
|
25
25
|
import 'react-loading-skeleton';
|
|
26
26
|
import 'string-format';
|
|
27
|
-
import './translationsContext-
|
|
28
|
-
import './tslib.es6-
|
|
29
|
-
import './other-
|
|
27
|
+
import './translationsContext-6915a82a.js';
|
|
28
|
+
import './tslib.es6-cfddefe9.js';
|
|
29
|
+
import './other-9a23db32.js';
|
|
30
30
|
|
|
31
31
|
const StyledSearchBarWrapper = styled.div ``;
|
|
32
32
|
const StyleWrapperContainer = styled.div `
|
|
@@ -10,6 +10,7 @@ export type DrawerComponentProps = {
|
|
|
10
10
|
activeSnapPoint?: number | string | null;
|
|
11
11
|
setActiveSnapPoint?: (snapPoint: number | string | null) => void;
|
|
12
12
|
onAnimationEnd?: (open: boolean) => void;
|
|
13
|
+
fadeFromIndex?: number;
|
|
13
14
|
className?: string;
|
|
14
15
|
overlayClassName?: string;
|
|
15
16
|
};
|
|
@@ -73,3 +73,5 @@ export type { Props as SurveyOrPremiumBannerProps } from "./surveyOrPremiumBanne
|
|
|
73
73
|
export type { SubcribeHealthStatusType, BannerStateData, } from "./surveyOrPremiumBanner/types";
|
|
74
74
|
export { SideBannerModal, Props as SideBannerModalProps, } from "./sideBannerModal";
|
|
75
75
|
export { WidgetChatbotAi } from "./widgetChatbotAi";
|
|
76
|
+
export { VideoItem } from "./videoItem";
|
|
77
|
+
export { VideoPlayerModal } from "./videoPlayerModal";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { VideoItemProps } from "./types";
|
|
3
|
+
declare const VideoItem: ({ data, layout, disableDefaultFn, redirectToLandingPage, onClick, dataEventCategory, dataEventAction, isMobile, ...props }: VideoItemProps) => React.JSX.Element;
|
|
4
|
+
export { VideoItem };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { VideoType } from "../../../interfaces/types/Video";
|
|
2
|
+
type StylesParams = {
|
|
3
|
+
type: VideoType;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions<string>) => {
|
|
6
|
+
classes: {
|
|
7
|
+
videoBody: string;
|
|
8
|
+
videoWrapper: string;
|
|
9
|
+
videoTitle: string;
|
|
10
|
+
};
|
|
11
|
+
cx: (...args: any) => string;
|
|
12
|
+
theme: import("@mantine/core").MantineTheme;
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { VideoItemProps } from "../types";
|
|
2
|
+
type StylesParams = {
|
|
3
|
+
layout: VideoItemProps['layout'];
|
|
4
|
+
};
|
|
5
|
+
declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions<string>) => {
|
|
6
|
+
classes: {
|
|
7
|
+
root: string;
|
|
8
|
+
inner: string;
|
|
9
|
+
itemThumbImg: string;
|
|
10
|
+
thumbFrame: string;
|
|
11
|
+
thumbWrapper: string;
|
|
12
|
+
overlayWrapper: string;
|
|
13
|
+
overlay: string;
|
|
14
|
+
overlayInfo: string;
|
|
15
|
+
title: string;
|
|
16
|
+
subTitle: string;
|
|
17
|
+
};
|
|
18
|
+
cx: (...args: any) => string;
|
|
19
|
+
theme: import("@mantine/core").MantineTheme;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BoxProps } from '@mantine/core';
|
|
3
|
+
import { VideoItemType } from "../../../interfaces/types/Video";
|
|
4
|
+
import { DataTrackingType } from "../../../types";
|
|
5
|
+
export type VideoItemProps = {
|
|
6
|
+
data: VideoItemType;
|
|
7
|
+
layout?: 'overlay' | 'default' | 'horizon';
|
|
8
|
+
disableDefaultFn?: boolean;
|
|
9
|
+
redirectToLandingPage?: boolean;
|
|
10
|
+
onClick?: (e: React.MouseEvent<HTMLAnchorElement>) => void;
|
|
11
|
+
isMobile?: boolean;
|
|
12
|
+
} & BoxProps & DataTrackingType;
|
|
13
|
+
export type VideoItemTypeProps = Omit<VideoItemProps, 'disableDefaultFn' | 'redirectToLandingPage' | 'onClick'>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function secondsTo24HoursFormat(sec_num?: number): string;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { VideoItemProps } from "../types";
|
|
2
|
+
type StylesParams = {
|
|
3
|
+
active?: boolean;
|
|
4
|
+
layout?: VideoItemProps['layout'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions<string>) => {
|
|
7
|
+
classes: {
|
|
8
|
+
root: string;
|
|
9
|
+
inner: string;
|
|
10
|
+
thumb: string;
|
|
11
|
+
thumbWrapper: string;
|
|
12
|
+
thumbFrame: string;
|
|
13
|
+
title: string;
|
|
14
|
+
subTitle: string;
|
|
15
|
+
overlay: string;
|
|
16
|
+
duration: string;
|
|
17
|
+
durationTxt: string;
|
|
18
|
+
};
|
|
19
|
+
cx: (...args: any) => string;
|
|
20
|
+
theme: import("@mantine/core").MantineTheme;
|
|
21
|
+
};
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { VideoItemType } from "../../../interfaces/types/Video";
|
|
3
|
+
import { ModalProps } from "../../../mantine";
|
|
4
|
+
type Props = {
|
|
5
|
+
data: VideoItemType;
|
|
6
|
+
isMobile: boolean;
|
|
7
|
+
} & ModalProps;
|
|
8
|
+
export declare const VideoPlayerModal: ({ data, isMobile, ...rest }: Props) => React.JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type dataType = {
|
|
3
|
+
id: number;
|
|
4
|
+
link: string;
|
|
5
|
+
title: string;
|
|
6
|
+
banner: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
btnText?: string;
|
|
9
|
+
};
|
|
10
|
+
export type Props = {
|
|
11
|
+
index?: number;
|
|
12
|
+
item?: dataType;
|
|
13
|
+
};
|
|
14
|
+
declare const Item: ({ item, index }: Props) => React.JSX.Element;
|
|
15
|
+
export { Item };
|
package/build/esm/components/navigationV2/components/molecules/menuVideoList/Item/index.styled.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledItem: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme;
|
|
4
|
+
as?: import("react").ElementType<any>;
|
|
5
|
+
}, import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {}>;
|
|
6
|
+
export declare const StyledImageCard: import("@emotion/styled").StyledComponent<{
|
|
7
|
+
theme?: import("@emotion/react").Theme;
|
|
8
|
+
as?: import("react").ElementType<any>;
|
|
9
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
+
export declare const StyledTitle: import("@emotion/styled").StyledComponent<{
|
|
11
|
+
theme?: import("@emotion/react").Theme;
|
|
12
|
+
as?: import("react").ElementType<any>;
|
|
13
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { VideoItemType } from "../../../../../interfaces/types/Video";
|
|
3
|
+
export type Props = {
|
|
4
|
+
onClose?: () => void;
|
|
5
|
+
isOpen?: boolean;
|
|
6
|
+
spotlightsList: VideoItemType[];
|
|
7
|
+
};
|
|
8
|
+
declare const MenuVideoList: ({ spotlightsList, onClose, isOpen }: Props) => React.JSX.Element;
|
|
9
|
+
export { MenuVideoList };
|
package/build/esm/components/navigationV2/components/molecules/menuVideoList/index.styled.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledContainerItems: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme;
|
|
4
|
+
as?: import("react").ElementType<any>;
|
|
5
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
package/build/esm/components/navigationV2/components/molecules/menuVideoList/videoSpotlights.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { VideoItemType } from "../../../../../interfaces/types/Video";
|
|
3
|
+
export type Props = {
|
|
4
|
+
spotlightsList: VideoItemType[];
|
|
5
|
+
layout?: 'default' | 'stack';
|
|
6
|
+
};
|
|
7
|
+
declare const VideoSpotlights: ({ spotlightsList, layout, }: Props) => React.JSX.Element;
|
|
8
|
+
export { VideoSpotlights };
|
package/build/esm/components/navigationV2/components/molecules/navigationBar/index.styled.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ export declare const StyledHeaderWrapper: import("@emotion/styled").StyledCompon
|
|
|
6
6
|
export declare const StyledHeader: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme;
|
|
8
8
|
as?: import("react").ElementType<any>;
|
|
9
|
+
} & {
|
|
10
|
+
isMarryBaby?: boolean;
|
|
9
11
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
12
|
export declare const StyledLeftGroup: import("@emotion/styled").StyledComponent<{
|
|
11
13
|
theme?: import("@emotion/react").Theme;
|
|
@@ -10,6 +10,8 @@ export type NavConfig = {
|
|
|
10
10
|
enableProfileMySaved?: boolean;
|
|
11
11
|
enableNavDiscover?: boolean;
|
|
12
12
|
enableNavHealthTools?: boolean;
|
|
13
|
+
enableNavVideo?: boolean;
|
|
14
|
+
enableNavTarotGame?: boolean;
|
|
13
15
|
statics: {
|
|
14
16
|
HOME_PAGE_URL: string;
|
|
15
17
|
CARE_URL_FE: string;
|
|
@@ -17,6 +19,7 @@ export type NavConfig = {
|
|
|
17
19
|
SSO_URL: string;
|
|
18
20
|
TOGETHER_API: string;
|
|
19
21
|
DISCOVER_API: string;
|
|
22
|
+
VIDEO_URL_FE: string;
|
|
20
23
|
};
|
|
21
24
|
};
|
|
22
25
|
export declare const useNavConfig: ({ locale, projectType, siteType, enableBookingBtn, }: {
|
|
@@ -3,6 +3,7 @@ import { Hospital } from "../../care/interfaces/types";
|
|
|
3
3
|
import { LocaleType, ProjectType } from "../../interfaces/types";
|
|
4
4
|
import { Option } from "../molecules/languageSwitcher/tooltipSelection";
|
|
5
5
|
import { HelpfulUrl } from "../../ecom/dataFormatter/lib/dataTypes";
|
|
6
|
+
import { VideoItemType } from "../../interfaces/types/Video";
|
|
6
7
|
import { Community, Post } from "../../together/interfaces/types";
|
|
7
8
|
import { NavConfig } from "./hooks/useNavConfig";
|
|
8
9
|
import { Category, HealthTool, MenuServiceType, Specialty, SpotlightSummary, State } from "./types";
|
|
@@ -26,6 +27,14 @@ export type NavMenuContentType = {
|
|
|
26
27
|
ecom?: {
|
|
27
28
|
helpfulUrls: HelpfulUrl[];
|
|
28
29
|
};
|
|
30
|
+
videos?: {
|
|
31
|
+
items?: {
|
|
32
|
+
name: string;
|
|
33
|
+
link: string;
|
|
34
|
+
thumbnail: string;
|
|
35
|
+
}[];
|
|
36
|
+
spotlights?: VideoItemType[];
|
|
37
|
+
};
|
|
29
38
|
};
|
|
30
39
|
export type Props = {
|
|
31
40
|
isMobile?: boolean;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
export { LocaleType } from "../../interfaces/types";
|
|
3
3
|
import { UserInfo } from "../../interfaces/types";
|
|
4
4
|
export type LogoType = 'hellobacsi' | 'hellosehat' | 'hellohealth' | 'hellotogether' | 'hellocare' | 'logomark' | 'hellodoctor' | 'hellokrupet' | 'helloswasthya' | 'hellosayarwon' | 'helloyishi' | 'hellokhunmor' | 'hellodoktor' | 'marryBaby';
|
|
5
|
-
export type DesktopMenuPopup = 'categories' | 'tools' | 'care' | 'together' | 'profile' | 'language' | 'shop' | 'none';
|
|
5
|
+
export type DesktopMenuPopup = 'categories' | 'tools' | 'care' | 'together' | 'profile' | 'language' | 'shop' | 'none' | 'video';
|
|
6
6
|
export type MobileMenuPopup = 'categories' | 'profile' | 'language' | 'none';
|
|
7
7
|
export type SearchType = 'doctor' | 'service' | 'hospital' | undefined;
|
|
8
8
|
export type Specialty = {
|
|
@@ -187,7 +187,7 @@ export type Option = {
|
|
|
187
187
|
value: string | Date | number;
|
|
188
188
|
icon?: JSX.Element;
|
|
189
189
|
};
|
|
190
|
-
export type MenuServiceType = 'categories' | 'tools' | 'together' | 'care' | 'ecom';
|
|
190
|
+
export type MenuServiceType = 'categories' | 'tools' | 'together' | 'care' | 'ecom' | 'video' | 'game';
|
|
191
191
|
export type MenuItemType = {
|
|
192
192
|
name: string;
|
|
193
193
|
id: MenuServiceType;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { LocaleType } from "../../interfaces/types";
|
|
2
|
+
import { VideoItemType, VideoItemTypeApi } from "../../interfaces/types/Video";
|
|
2
3
|
import { HealthCare, HealthCareApi, HealthSearchDoctor, HealthTool, HealthToolApi, LocalisedSlugsType, SpotlightSummary, SpotlightSummaryApi } from "./types";
|
|
3
4
|
export declare const formatCategory: (category: any) => any;
|
|
4
5
|
export declare const formatHealthTool: (healthTool: HealthToolApi) => HealthTool;
|
|
@@ -36,3 +37,4 @@ export declare const getCareSearchUrl: ({ type, specialtySlug, locale, }: {
|
|
|
36
37
|
}) => string;
|
|
37
38
|
export declare const formatSpotlightsList: (spotlight: SpotlightSummaryApi) => SpotlightSummary;
|
|
38
39
|
export declare const checkAvailableSpotlight: (spotlight: SpotlightSummary) => boolean;
|
|
40
|
+
export declare const formatVideoItem: (data?: VideoItemTypeApi | null) => VideoItemType | null;
|