@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/ssoV2.js
CHANGED
|
@@ -1,32 +1,34 @@
|
|
|
1
|
-
import { a as __awaiter, _ as __rest } from './tslib.es6-
|
|
1
|
+
import { a as __awaiter, _ as __rest } from './tslib.es6-cfddefe9.js';
|
|
2
2
|
import React__default, { createContext, useMemo, useEffect, useState, useCallback, forwardRef } from 'react';
|
|
3
3
|
import { getCookie, setCookie, deleteCookie } from './miscCookieHelper.js';
|
|
4
|
-
import { I as Input, s as styles, O as OTP, f as PasswordInput, E as ErrorBoundary } from './index-
|
|
5
|
-
import { S as SSOStepTypeType, a as useSSOSteps, u as useSSOV2Store, i as isUserFinishedSetup, f as fetchSSOV2Api, w as websiteId, b as SSO_V2_PATHS, c as checkUserExist,
|
|
6
|
-
export { u as useSSOV2Store } from './store-
|
|
4
|
+
import { I as Input, s as styles, O as OTP, f as PasswordInput, E as ErrorBoundary } from './index-18cf18ca.js';
|
|
5
|
+
import { S as SSOStepTypeType, a as useSSOSteps, u as useSSOV2Store, i as isUserFinishedSetup, f as fetchSSOV2Api, w as websiteId, b as SSO_V2_PATHS, c as checkUserExist, F as FacebookAppId, G as GoogleAuthClientId, h as handleAuthSuccess, g as getUserInfo, d as updateUserInfo, e as isPhoneNotVerifedYet, j as isLoginWithPhoneNotVerifedYet, k as isFlowFinishedSetup, r as resetPassword, m as redirect } from './store-208e5bec.js';
|
|
6
|
+
export { u as useSSOV2Store } from './store-208e5bec.js';
|
|
7
7
|
import { isProduction } from './constantsIsProduction.js';
|
|
8
8
|
import { ChevronLeft } from '@hhgtech/icons/arrow';
|
|
9
9
|
import { Close, Search, ReplySquare } from '@hhgtech/icons/core';
|
|
10
|
-
import { Z as ZINDEX_SSO, L as LOCALE_SPECS, S as STATIC_PAGES, Q as QUERY_HEALTH_TOOL } from './index-
|
|
11
|
-
import { L as LogoIcon } from './logoIcon-
|
|
12
|
-
import { B as Button } from './index-
|
|
13
|
-
import { M as Modal } from './index-
|
|
10
|
+
import { Z as ZINDEX_SSO, L as LOCALE_SPECS, S as STATIC_PAGES, Q as QUERY_HEALTH_TOOL } from './index-93dfd4e1.js';
|
|
11
|
+
import { L as LogoIcon } from './logoIcon-da9c0bc9.js';
|
|
12
|
+
import { B as Button } from './index-4b466fad.js';
|
|
13
|
+
import { M as Modal } from './index-5688184e.js';
|
|
14
14
|
import { Stack, Flex, Box, Group, Divider } from '@mantine/core';
|
|
15
15
|
import '@mantine/dates';
|
|
16
|
-
import './index-
|
|
17
|
-
import { C as CommonGAssets } from './index-
|
|
18
|
-
import { s as showNotification } from './useMantineLocale-
|
|
19
|
-
import { T as Text } from './index-
|
|
20
|
-
import { u as useTranslations } from './index-
|
|
16
|
+
import './index-6d7f28dd.js';
|
|
17
|
+
import { C as CommonGAssets } from './index-8d0259ad.js';
|
|
18
|
+
import { s as showNotification } from './useMantineLocale-2f880379.js';
|
|
19
|
+
import { T as Text } from './index-4d85e9fa.js';
|
|
20
|
+
import { u as useTranslations } from './index-fd5c91de.js';
|
|
21
21
|
import '@mantine/hooks';
|
|
22
|
-
import './utils-
|
|
23
|
-
import './other-
|
|
24
|
-
import './index-
|
|
25
|
-
import { L as LOCALE } from './Locale-
|
|
26
|
-
import { I as ImageWrap, u as useScreenSize } from './useScreenSize-
|
|
27
|
-
import { G as Google, F as Facebook } from './Google-
|
|
22
|
+
import './utils-339046f6.js';
|
|
23
|
+
import './other-9a23db32.js';
|
|
24
|
+
import './index-56a0dca0.js';
|
|
25
|
+
import { L as LOCALE } from './Locale-9b494286.js';
|
|
26
|
+
import { I as ImageWrap, u as useScreenSize } from './useScreenSize-b689324f.js';
|
|
27
|
+
import { G as Google, F as Facebook } from './Google-c19a0256.js';
|
|
28
28
|
import { parsePhoneNumber, getCountryCallingCode } from 'react-phone-number-input';
|
|
29
|
-
import {
|
|
29
|
+
import { i as isFeatureWhatsAppEnabled, a as isFeatureZaloEnabled, b as isFeatureSMSEnabled, c as isSupportProduct } from './utils-fcc22029.js';
|
|
30
|
+
export { g as getURLwithSSOTracking } from './utils-fcc22029.js';
|
|
31
|
+
import { S as Spoiler } from './index-b7a759a5.js';
|
|
30
32
|
import { domainLocales, MAP_DOMAIN_BY_LOCALE } from './constantsDomainLocales.js';
|
|
31
33
|
import styled from '@emotion/styled';
|
|
32
34
|
import cn from 'classnames';
|
|
@@ -35,25 +37,30 @@ import debounce from 'lodash/debounce';
|
|
|
35
37
|
import throttle from 'lodash/throttle';
|
|
36
38
|
import Flags from 'react-phone-number-input/flags';
|
|
37
39
|
import { Drawer } from 'vaul';
|
|
38
|
-
import { M as MAPPED_LOCALE } from './utils-
|
|
40
|
+
import { M as MAPPED_LOCALE } from './utils-7cf2e241.js';
|
|
39
41
|
import { useForm, yupResolver } from '@mantine/form';
|
|
40
42
|
import * as yup from 'yup';
|
|
41
43
|
import dayjs from 'dayjs';
|
|
42
|
-
import { D as DatePicker } from './index-
|
|
44
|
+
import { D as DatePicker } from './index-d021d300.js';
|
|
43
45
|
import '@mantine/carousel';
|
|
44
46
|
import './miscTheme.js';
|
|
45
|
-
import './useUniqueId-
|
|
47
|
+
import './useUniqueId-edcccf6c.js';
|
|
46
48
|
import './constantsSite.js';
|
|
47
49
|
import 'zustand';
|
|
48
|
-
import './normalizeLink-
|
|
50
|
+
import './normalizeLink-356a4e59.js';
|
|
49
51
|
import 'date-fns/locale';
|
|
50
52
|
import './constantsRiskScreener.js';
|
|
51
|
-
import './index.styles-
|
|
53
|
+
import './index.styles-4f9afc01.js';
|
|
52
54
|
import '@mantine/notifications';
|
|
53
|
-
import './translationsContext-
|
|
55
|
+
import './translationsContext-6915a82a.js';
|
|
54
56
|
|
|
55
57
|
// const fakeData = {
|
|
56
|
-
const
|
|
58
|
+
const getFeatureFlagCookieKey = (setupSource) => {
|
|
59
|
+
return setupSource === 'community'
|
|
60
|
+
? 'abTestingCommunityFlow'
|
|
61
|
+
: 'abTestingFlow';
|
|
62
|
+
};
|
|
63
|
+
const fetchFeatureFlag = (site, setupSource) => __awaiter(void 0, void 0, void 0, function* () {
|
|
57
64
|
var _a, _b;
|
|
58
65
|
let data = null;
|
|
59
66
|
try {
|
|
@@ -64,9 +71,11 @@ const fetchFeatureFlag = (site) => __awaiter(void 0, void 0, void 0, function* (
|
|
|
64
71
|
data = yield response.json();
|
|
65
72
|
}
|
|
66
73
|
catch (err) {
|
|
67
|
-
data =
|
|
74
|
+
data = {};
|
|
68
75
|
}
|
|
69
|
-
|
|
76
|
+
const flagKey = setupSource === 'community' ? 'SSO_V2_Together_flag' : 'SSO_V2_flag';
|
|
77
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
78
|
+
return (_b = (_a = data === null || data === void 0 ? void 0 : data.data) === null || _a === void 0 ? void 0 : _a.flags) === null || _b === void 0 ? void 0 : _b.find((o) => o.name === flagKey);
|
|
70
79
|
});
|
|
71
80
|
|
|
72
81
|
const SSOStateContext = createContext({
|
|
@@ -939,26 +948,6 @@ const verifyUpdatePhoneZaloOTP = (phone, areaCode, otpCode) => __awaiter(void 0,
|
|
|
939
948
|
});
|
|
940
949
|
});
|
|
941
950
|
|
|
942
|
-
// VietNam: Zalo - SMS
|
|
943
|
-
// Info: WhatsApp
|
|
944
|
-
// Malay: WhatsApp và SMS
|
|
945
|
-
const isFeatureWhatsAppEnabled = [
|
|
946
|
-
LOCALE.Indonesia,
|
|
947
|
-
LOCALE.Malaysia,
|
|
948
|
-
].includes(locale);
|
|
949
|
-
const isFeatureSMSEnabled = [LOCALE.Vietnam].includes(locale);
|
|
950
|
-
const isFeatureZaloEnabled = [LOCALE.Vietnam].includes(locale);
|
|
951
|
-
const isSupportProduct = (featureFlagsProduct) => {
|
|
952
|
-
const setupSource = useSSOV2Store.getState().setupSource || 'discover';
|
|
953
|
-
const isSupportDiscover = (featureFlagsProduct === null || featureFlagsProduct === void 0 ? void 0 : featureFlagsProduct.find((p) => p.name === 'discover')) &&
|
|
954
|
-
setupSource === 'discover';
|
|
955
|
-
const isSupportTogether = (featureFlagsProduct === null || featureFlagsProduct === void 0 ? void 0 : featureFlagsProduct.find((p) => p.name === 'together')) &&
|
|
956
|
-
setupSource === 'community';
|
|
957
|
-
const isSupportCare = (featureFlagsProduct === null || featureFlagsProduct === void 0 ? void 0 : featureFlagsProduct.find((p) => p.name === 'care')) &&
|
|
958
|
-
setupSource === 'care';
|
|
959
|
-
return isSupportDiscover || isSupportTogether || isSupportCare;
|
|
960
|
-
};
|
|
961
|
-
|
|
962
951
|
const MailIcon = (props) => (React__default.createElement("svg", Object.assign({ width: "21", height: "20", viewBox: "0 0 21 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
963
952
|
React__default.createElement("path", { d: "M15.043 2.56348H6.29297C3.66797 2.56348 1.91797 3.87598 1.91797 6.93848V13.0635C1.91797 16.126 3.66797 17.4385 6.29297 17.4385H15.043C17.668 17.4385 19.418 16.126 19.418 13.0635V6.93848C19.418 3.87598 17.668 2.56348 15.043 2.56348ZM15.4542 7.89223L12.7155 10.0797C12.138 10.5435 11.403 10.771 10.668 10.771C9.93297 10.771 9.18922 10.5435 8.62047 10.0797L5.88172 7.89223C5.60172 7.66473 5.55797 7.24473 5.77672 6.96473C6.00422 6.68473 6.41547 6.63223 6.69547 6.85973L9.43422 9.04723C10.0992 9.58098 11.228 9.58098 11.893 9.04723L14.6317 6.85973C14.9117 6.63223 15.3317 6.67598 15.5505 6.96473C15.778 7.24473 15.7342 7.66473 15.4542 7.89223Z", fill: "#00B16A" })));
|
|
964
953
|
|
|
@@ -4558,7 +4547,7 @@ if (!String.prototype.capitalize) {
|
|
|
4558
4547
|
};
|
|
4559
4548
|
}
|
|
4560
4549
|
const SSOV2 = ({ onClose: onCloseProps, locale }) => {
|
|
4561
|
-
const { isOpen, setOpen, returnUrl, setMounted, source, overrideClose, setOnCloseProp, forceReloadOnClose, setABTestFlow, } = useSSOV2Store();
|
|
4550
|
+
const { isOpen, setOpen, returnUrl, setMounted, source, overrideClose, setOnCloseProp, forceReloadOnClose, setABTestFlow, setupSource, } = useSSOV2Store();
|
|
4562
4551
|
useEffect(() => {
|
|
4563
4552
|
setMounted(true);
|
|
4564
4553
|
return () => {
|
|
@@ -4578,8 +4567,9 @@ const SSOV2 = ({ onClose: onCloseProps, locale }) => {
|
|
|
4578
4567
|
}, [onCloseProps]);
|
|
4579
4568
|
useEffect(() => {
|
|
4580
4569
|
const site = MAP_DOMAIN_BY_LOCALE[locale];
|
|
4581
|
-
const
|
|
4582
|
-
|
|
4570
|
+
const key = getFeatureFlagCookieKey(setupSource);
|
|
4571
|
+
const previousABTestingFlow = getCookie(key);
|
|
4572
|
+
fetchFeatureFlag(site, setupSource).then((data) => {
|
|
4583
4573
|
if (data.is_enabled && isSupportProduct(data.products)) {
|
|
4584
4574
|
if (previousABTestingFlow) {
|
|
4585
4575
|
setABTestFlow(previousABTestingFlow);
|
|
@@ -4588,24 +4578,28 @@ const SSOV2 = ({ onClose: onCloseProps, locale }) => {
|
|
|
4588
4578
|
const randomBetween100Percent = Math.floor(Math.random() * 100 + 1);
|
|
4589
4579
|
const aFlow = data.a_percentage;
|
|
4590
4580
|
if (randomBetween100Percent <= aFlow) {
|
|
4591
|
-
setCookie(
|
|
4581
|
+
setCookie(key, 'A', {
|
|
4592
4582
|
days: 30,
|
|
4583
|
+
domain: '.' + site,
|
|
4584
|
+
path: '/',
|
|
4593
4585
|
});
|
|
4594
4586
|
setABTestFlow('A');
|
|
4595
4587
|
}
|
|
4596
4588
|
else {
|
|
4597
|
-
setCookie(
|
|
4589
|
+
setCookie(key, 'B', {
|
|
4598
4590
|
days: 30,
|
|
4591
|
+
domain: '.' + site,
|
|
4592
|
+
path: '/',
|
|
4599
4593
|
});
|
|
4600
4594
|
setABTestFlow('B');
|
|
4601
4595
|
}
|
|
4602
4596
|
}
|
|
4603
4597
|
}
|
|
4604
4598
|
else {
|
|
4605
|
-
deleteCookie(
|
|
4599
|
+
deleteCookie(key);
|
|
4606
4600
|
}
|
|
4607
4601
|
});
|
|
4608
|
-
}, [locale]);
|
|
4602
|
+
}, [locale, setupSource]);
|
|
4609
4603
|
if (!isOpen) {
|
|
4610
4604
|
return null;
|
|
4611
4605
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a as __awaiter } from './tslib.es6-
|
|
1
|
+
import { a as __awaiter } from './tslib.es6-cfddefe9.js';
|
|
2
2
|
import { create } from 'zustand';
|
|
3
3
|
import { isProduction } from './constantsIsProduction.js';
|
|
4
|
-
import { e as normalizeLinkSlash, a as getCurrentSsoUrl } from './normalizeLink-
|
|
5
|
-
import { L as LOCALE_SPECS, B as BEARER_REFRESH_TOKEN_COOKIE,
|
|
4
|
+
import { e as normalizeLinkSlash, a as getCurrentSsoUrl } from './normalizeLink-356a4e59.js';
|
|
5
|
+
import { L as LOCALE_SPECS, B as BEARER_REFRESH_TOKEN_COOKIE, e as BEARER_TOKEN_COOKIE$1 } from './index-93dfd4e1.js';
|
|
6
6
|
import { setCookie, getCookie } from './miscCookieHelper.js';
|
|
7
|
-
import { L as LOCALE } from './Locale-
|
|
7
|
+
import { L as LOCALE } from './Locale-9b494286.js';
|
|
8
8
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
9
9
|
|
|
10
10
|
const SSO_V2_PATHS = {
|
package/build/esm/subot.js
CHANGED
|
@@ -1,74 +1,75 @@
|
|
|
1
1
|
import React__default, { createContext, useContext, useRef, useState, useEffect, useCallback, useMemo, forwardRef, memo, useImperativeHandle } from 'react';
|
|
2
|
-
import { d as NodeType, E as ELEMENT_CONTROL_INPUT_TYPE, f as NodeActionType, c as NodePosition, e as NodeFinalTypes, g as NodeMultipleOptions, N as NodeIntentType, F as FULL_KEY_ADDRESS } from './index-
|
|
3
|
-
import { a as __awaiter, _ as __rest } from './tslib.es6-
|
|
4
|
-
import {
|
|
2
|
+
import { d as NodeType, E as ELEMENT_CONTROL_INPUT_TYPE, f as NodeActionType, c as NodePosition, e as NodeFinalTypes, g as NodeMultipleOptions, N as NodeIntentType, F as FULL_KEY_ADDRESS } from './index-6d7f28dd.js';
|
|
3
|
+
import { a as __awaiter, _ as __rest } from './tslib.es6-cfddefe9.js';
|
|
4
|
+
import { f as basePath, G as GA_TOKEN_COOKIE, j as DATE_FNS_DATE_FORMAT, A as API_DATE_FORMAT, g as SSO_URL } from './index-93dfd4e1.js';
|
|
5
5
|
import Cookies from 'js-cookie';
|
|
6
6
|
import fd from 'fastdom';
|
|
7
7
|
import fastdomPromised from 'fastdom/extensions/fastdom-promised';
|
|
8
|
-
import { G as GlobalData, c as callApi, u as locale, T as TogetherComponentGlobalContext } from './utils-
|
|
8
|
+
import { G as GlobalData, c as callApi, u as locale, T as TogetherComponentGlobalContext } from './utils-1ef10b87.js';
|
|
9
9
|
import formatString from 'string-format';
|
|
10
|
-
import { a as getUserIdFromCookie, b as getSubotCookieId, c as getUserInfoFromCookie, d as getWindowId, o as overrideParamsByQuery, e as checkUntilFinished, g as getHelloSitesUrl, f as checkMobile, h as clickAndOpenInNewTab, i as formatUrlWithEncrypedGa, T as TIME_RESET_RESEND_OTP, j as isFakeEmail, s as ssoIntents, k as getHhgIdFromCookie } from './index-
|
|
11
|
-
export { T as TIME_RESET_RESEND_OTP, f as checkMobile, e as checkUntilFinished, h as clickAndOpenInNewTab, i as formatUrlWithEncrypedGa, g as getHelloSitesUrl, k as getHhgIdFromCookie, b as getSubotCookieId, a as getUserIdFromCookie, c as getUserInfoFromCookie, d as getWindowId, j as isFakeEmail, o as overrideParamsByQuery, s as ssoIntents } from './index-
|
|
10
|
+
import { a as getUserIdFromCookie, b as getSubotCookieId, c as getUserInfoFromCookie, d as getWindowId, o as overrideParamsByQuery, e as checkUntilFinished, g as getHelloSitesUrl, f as checkMobile, h as clickAndOpenInNewTab, i as formatUrlWithEncrypedGa, T as TIME_RESET_RESEND_OTP, j as isFakeEmail, s as ssoIntents, k as getHhgIdFromCookie } from './index-99c76287.js';
|
|
11
|
+
export { T as TIME_RESET_RESEND_OTP, f as checkMobile, e as checkUntilFinished, h as clickAndOpenInNewTab, i as formatUrlWithEncrypedGa, g as getHelloSitesUrl, k as getHhgIdFromCookie, b as getSubotCookieId, a as getUserIdFromCookie, c as getUserInfoFromCookie, d as getWindowId, j as isFakeEmail, o as overrideParamsByQuery, s as ssoIntents } from './index-99c76287.js';
|
|
12
12
|
import dayjs from 'dayjs';
|
|
13
13
|
import { isProduction } from './constantsIsProduction.js';
|
|
14
14
|
import { MAP_DOMAIN_BY_LOCALE } from './constantsDomainLocales.js';
|
|
15
15
|
import cn from 'classnames';
|
|
16
|
-
import { C as Container$w } from './index-
|
|
17
|
-
import { L as Loading } from './index-
|
|
16
|
+
import { C as Container$w } from './index-3b2e5262.js';
|
|
17
|
+
import { L as Loading } from './index-d5401d04.js';
|
|
18
18
|
import { motion } from 'framer-motion';
|
|
19
19
|
import styled from '@emotion/styled';
|
|
20
|
-
import { M as MediaQueries } from './utils-
|
|
21
|
-
import { B as Button } from './index-
|
|
20
|
+
import { M as MediaQueries } from './utils-339046f6.js';
|
|
21
|
+
import { B as Button } from './index-4b466fad.js';
|
|
22
22
|
import { Remarkable } from 'remarkable';
|
|
23
23
|
import { ArrowRight } from '@hhgtech/icons/other';
|
|
24
24
|
import { useInView } from 'react-intersection-observer';
|
|
25
25
|
import { Box, Textarea } from '@mantine/core';
|
|
26
|
-
import { C as CommonGAssets } from './index-
|
|
26
|
+
import { C as CommonGAssets } from './index-8d0259ad.js';
|
|
27
27
|
import isSameOrBefore from 'dayjs/plugin/isSameOrBefore';
|
|
28
|
-
import { d as LEAD_TOKEN_COOKIE } from './constants-
|
|
28
|
+
import { d as LEAD_TOKEN_COOKIE } from './constants-aeae9501.js';
|
|
29
29
|
import { v4 } from 'uuid';
|
|
30
|
-
import { T as Text } from './index-
|
|
30
|
+
import { T as Text } from './index-4d85e9fa.js';
|
|
31
31
|
import { theme } from './miscTheme.js';
|
|
32
|
-
import { S as Select } from './index-
|
|
32
|
+
import { S as Select } from './index-18cf18ca.js';
|
|
33
33
|
import '@mantine/dates';
|
|
34
|
-
import './useMantineLocale-
|
|
35
|
-
import './index.styles-
|
|
36
|
-
import './translationsContext-
|
|
34
|
+
import './useMantineLocale-2f880379.js';
|
|
35
|
+
import './index.styles-4f9afc01.js';
|
|
36
|
+
import './translationsContext-6915a82a.js';
|
|
37
37
|
import '@mantine/hooks';
|
|
38
|
-
import './other-
|
|
39
|
-
import './index-
|
|
38
|
+
import './other-9a23db32.js';
|
|
39
|
+
import './index-56a0dca0.js';
|
|
40
40
|
import isEmpty from 'lodash/isEmpty';
|
|
41
41
|
import { Controller, useForm, useFormState } from 'react-hook-form';
|
|
42
42
|
import PhoneInputBase, { getCountryCallingCode, isPossiblePhoneNumber, parsePhoneNumber } from 'react-phone-number-input';
|
|
43
43
|
import { LoadScript } from '@react-google-maps/api';
|
|
44
|
-
import { u as usePlacesAutocomplete, G as GOOGLE_API_KEY, a as GOOGLE_API_LANGUAGE } from './usePlacesAutocomplete-
|
|
44
|
+
import { u as usePlacesAutocomplete, G as GOOGLE_API_KEY, a as GOOGLE_API_LANGUAGE } from './usePlacesAutocomplete-79c27577.js';
|
|
45
45
|
import { setDefaultClass } from './miscDefaultClassWrapper.js';
|
|
46
|
-
import { L as LOCALE } from './Locale-
|
|
46
|
+
import { L as LOCALE } from './Locale-9b494286.js';
|
|
47
47
|
import get from 'lodash/get';
|
|
48
|
-
import { D as DatePicker } from './index-
|
|
49
|
-
import { B as Button$1 } from './index-
|
|
50
|
-
import { D as Dropdown } from './index-
|
|
51
|
-
import { u as useSSOV2Store, I as IS_SSOV2_ENABLED } from './store-
|
|
48
|
+
import { D as DatePicker } from './index-0e99d20e.js';
|
|
49
|
+
import { B as Button$1 } from './index-e4fea84c.js';
|
|
50
|
+
import { D as Dropdown } from './index-75bfe19f.js';
|
|
51
|
+
import { u as useSSOV2Store, I as IS_SSOV2_ENABLED } from './store-208e5bec.js';
|
|
52
|
+
import { g as getURLwithSSOTracking } from './utils-fcc22029.js';
|
|
52
53
|
import 'date-fns/locale';
|
|
53
54
|
import './constantsSite.js';
|
|
54
55
|
import './constantsRiskScreener.js';
|
|
55
|
-
import './index-
|
|
56
|
+
import './index-f07c00bd.js';
|
|
56
57
|
import './miscCookieHelper.js';
|
|
57
58
|
import 'slugify';
|
|
58
59
|
import './togetherApiPaths.js';
|
|
59
|
-
import './index-
|
|
60
|
-
import './WhatsApp-
|
|
61
|
-
import './Spinner-
|
|
62
|
-
import './index-
|
|
63
|
-
import './useScreenSize-
|
|
60
|
+
import './index-96b168c1.js';
|
|
61
|
+
import './WhatsApp-82f6685c.js';
|
|
62
|
+
import './Spinner-c771ed5f.js';
|
|
63
|
+
import './index-fd5c91de.js';
|
|
64
|
+
import './useScreenSize-b689324f.js';
|
|
64
65
|
import '@mantine/carousel';
|
|
65
|
-
import './useUniqueId-
|
|
66
|
+
import './useUniqueId-edcccf6c.js';
|
|
66
67
|
import '@hhgtech/icons/core';
|
|
67
68
|
import '@mantine/notifications';
|
|
68
69
|
import 'date-fns';
|
|
69
70
|
import 'react-day-picker/DayPickerInput';
|
|
70
71
|
import 'zustand';
|
|
71
|
-
import './normalizeLink-
|
|
72
|
+
import './normalizeLink-356a4e59.js';
|
|
72
73
|
|
|
73
74
|
// extend fastdom
|
|
74
75
|
const fastdom = fd.extend(fastdomPromised);
|
|
@@ -5933,21 +5934,21 @@ const Container$3 = ({ node }) => {
|
|
|
5933
5934
|
botId: params.bot_id,
|
|
5934
5935
|
};
|
|
5935
5936
|
localStorage.setItem(STATE_SUBOT_INLINE_KEY, JSON.stringify(currentState));
|
|
5936
|
-
const
|
|
5937
|
-
|
|
5938
|
-
|
|
5939
|
-
|
|
5940
|
-
|
|
5937
|
+
const urlObj = getURLwithSSOTracking(window.location.href, {
|
|
5938
|
+
botItem: listNodes[0],
|
|
5939
|
+
});
|
|
5940
|
+
urlObj.searchParams.set('bot_id', String(params.bot_id));
|
|
5941
|
+
urlObj.searchParams.set('mode', 'inline');
|
|
5942
|
+
urlObj.searchParams.set('source', 'subot-inline');
|
|
5943
|
+
const returnUrl = urlObj.href;
|
|
5941
5944
|
if (IS_SSOV2_ENABLED()) {
|
|
5942
5945
|
triggerLogin({
|
|
5943
|
-
returnUrl
|
|
5944
|
-
? `${returnUrl}&=${extraQueryString}`
|
|
5945
|
-
: `${returnUrl}?=${extraQueryString}`,
|
|
5946
|
+
returnUrl,
|
|
5946
5947
|
source: 'subot-inline',
|
|
5947
5948
|
});
|
|
5948
5949
|
}
|
|
5949
5950
|
else {
|
|
5950
|
-
window.location.href = `${SSO_URL}?returnUrl=${
|
|
5951
|
+
window.location.href = `${SSO_URL}?returnUrl=${encodeURIComponent(returnUrl)}`;
|
|
5951
5952
|
}
|
|
5952
5953
|
}
|
|
5953
5954
|
};
|
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '@mantine/core';
|
|
3
|
-
export { S as SurveyOrPremiumBanner } from './index-
|
|
4
|
-
import './utils-
|
|
5
|
-
import './index-
|
|
6
|
-
import './index-
|
|
3
|
+
export { S as SurveyOrPremiumBanner } from './index-72287a1e.js';
|
|
4
|
+
import './utils-1ef10b87.js';
|
|
5
|
+
import './index-fd5c91de.js';
|
|
6
|
+
import './index-8d0259ad.js';
|
|
7
7
|
import './constantsDomainLocales.js';
|
|
8
|
-
import './Locale-
|
|
8
|
+
import './Locale-9b494286.js';
|
|
9
9
|
import './constantsIsProduction.js';
|
|
10
|
-
import './index-
|
|
10
|
+
import './index-93dfd4e1.js';
|
|
11
11
|
import 'date-fns/locale';
|
|
12
|
-
import './index-
|
|
12
|
+
import './index-6d7f28dd.js';
|
|
13
13
|
import './constantsSite.js';
|
|
14
14
|
import './constantsRiskScreener.js';
|
|
15
|
-
import './tslib.es6-
|
|
16
|
-
import './store-
|
|
15
|
+
import './tslib.es6-cfddefe9.js';
|
|
16
|
+
import './store-208e5bec.js';
|
|
17
17
|
import 'zustand';
|
|
18
|
-
import './normalizeLink-
|
|
18
|
+
import './normalizeLink-356a4e59.js';
|
|
19
19
|
import './miscCookieHelper.js';
|
|
20
|
-
import './useScreenSize-
|
|
20
|
+
import './useScreenSize-b689324f.js';
|
|
21
21
|
import '@emotion/styled';
|
|
22
|
-
import './utils-
|
|
22
|
+
import './utils-339046f6.js';
|
|
23
23
|
import '@mantine/form';
|
|
24
|
-
import './index-
|
|
24
|
+
import './index-18cf18ca.js';
|
|
25
25
|
import '@hhgtech/icons/other';
|
|
26
26
|
import '@mantine/hooks';
|
|
27
27
|
import '@mantine/carousel';
|
|
28
|
-
import './index-
|
|
29
|
-
import './other-
|
|
28
|
+
import './index-4d85e9fa.js';
|
|
29
|
+
import './other-9a23db32.js';
|
|
30
30
|
import './miscTheme.js';
|
|
31
|
-
import './useMantineLocale-
|
|
31
|
+
import './useMantineLocale-2f880379.js';
|
|
32
32
|
import '@mantine/notifications';
|
|
33
33
|
import 'dayjs';
|
|
34
|
-
import './index-
|
|
34
|
+
import './index-4b466fad.js';
|
|
35
35
|
import 'classnames';
|
|
36
|
-
import './useUniqueId-
|
|
36
|
+
import './useUniqueId-edcccf6c.js';
|
|
37
37
|
import '@hhgtech/icons/core';
|
|
38
38
|
import '@mantine/dates';
|
|
39
|
-
import './index.styles-
|
|
40
|
-
import './index-
|
|
39
|
+
import './index.styles-4f9afc01.js';
|
|
40
|
+
import './index-56a0dca0.js';
|
|
41
41
|
import './togetherApiPaths.js';
|
|
42
|
-
import './translationsContext-
|
|
43
|
-
import './index-
|
|
44
|
-
import './useHealthToolCache-
|
|
42
|
+
import './translationsContext-6915a82a.js';
|
|
43
|
+
import './index-f7236114.js';
|
|
44
|
+
import './useHealthToolCache-91bfc4c2.js';
|
|
45
45
|
import './miscGetDynamicHealthTool.js';
|
|
46
|
-
import './core-
|
|
47
|
-
import './index-
|
|
48
|
-
import './WhatsApp-
|
|
49
|
-
import './Spinner-
|
|
50
|
-
import './index-
|
|
51
|
-
import './index-
|
|
46
|
+
import './core-9a48dabc.js';
|
|
47
|
+
import './index-96b168c1.js';
|
|
48
|
+
import './WhatsApp-82f6685c.js';
|
|
49
|
+
import './Spinner-c771ed5f.js';
|
|
50
|
+
import './index-29a3b52a.js';
|
|
51
|
+
import './index-5688184e.js';
|
|
52
52
|
import 'js-cookie';
|
|
53
53
|
import 'lodash/flatten';
|
|
54
54
|
import 'lodash/uniqBy';
|
|
55
|
-
import './index-
|
|
55
|
+
import './index-f07c00bd.js';
|
|
56
56
|
import 'slugify';
|
|
57
57
|
import 'string-format';
|
|
58
|
-
import './constants-
|
|
58
|
+
import './constants-aeae9501.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { S as SurveyQuestionCard, a as SurveyThankyouCard } from './surveyThankyouCard-
|
|
1
|
+
export { S as SurveyQuestionCard, a as SurveyThankyouCard } from './surveyThankyouCard-f7880df0.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import './index-
|
|
4
|
-
import './tslib.es6-
|
|
5
|
-
import './index-
|
|
3
|
+
import './index-e4fea84c.js';
|
|
4
|
+
import './tslib.es6-cfddefe9.js';
|
|
5
|
+
import './index-4b466fad.js';
|
|
6
6
|
import '@mantine/core';
|
|
7
|
-
import './index-
|
|
8
|
-
import './other-
|
|
9
|
-
import './index-
|
|
10
|
-
import './index-
|
|
7
|
+
import './index-4d85e9fa.js';
|
|
8
|
+
import './other-9a23db32.js';
|
|
9
|
+
import './index-f7236114.js';
|
|
10
|
+
import './index-a4a09e75.js';
|
|
11
11
|
import '@emotion/styled';
|
|
12
12
|
import './miscTheme.js';
|
|
13
|
-
import './utils-
|
|
14
|
-
import './index-
|
|
13
|
+
import './utils-339046f6.js';
|
|
14
|
+
import './index-9df48d36.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState, useEffect, useRef } from 'react';
|
|
2
|
-
import { B as Button } from './index-
|
|
3
|
-
import { T as Text } from './index-
|
|
4
|
-
import { H as Heading } from './index-
|
|
5
|
-
import { I as Input } from './index-
|
|
6
|
-
import { T as TextArea } from './index-
|
|
2
|
+
import { B as Button } from './index-e4fea84c.js';
|
|
3
|
+
import { T as Text } from './index-4d85e9fa.js';
|
|
4
|
+
import { H as Heading } from './index-f7236114.js';
|
|
5
|
+
import { I as Input } from './index-a4a09e75.js';
|
|
6
|
+
import { T as TextArea } from './index-9df48d36.js';
|
|
7
7
|
import styled from '@emotion/styled';
|
|
8
8
|
import { theme } from './miscTheme.js';
|
|
9
9
|
|
package/build/esm/together.js
CHANGED
|
@@ -1,85 +1,87 @@
|
|
|
1
1
|
export { TogetherAuthConfigContext, TogetherAuthConfigContextProvider, useTogetherAuthRequiredAction } from './useTogetherAuthRequiredAction.js';
|
|
2
|
-
export { d as TogetherDataTransforms } from './dataTransform-
|
|
3
|
-
export { t as TogetherTypes } from './types-
|
|
4
|
-
export { c as TogetherConstants } from './constants-
|
|
5
|
-
export { D as DefaultComponentGlobalContextData, G as GlobalData, T as TogetherComponentGlobalContext, a as TogetherComponentGlobalContextProvider } from './utils-
|
|
6
|
-
export { U as UserAvatar } from './index-
|
|
7
|
-
export { C as CardLink } from './index-
|
|
8
|
-
export { C as CardReactions, a as LabelPin, L as LabelSortPin, T as TagTopic } from './treePopoverMenu-
|
|
9
|
-
export { L as LabelSorting } from './labelSorting-
|
|
10
|
-
export { C as CardAuthor, a as PopupDoctor, P as PopupExpert, b as PopupHospital, c as ProfileDetailModal } from './index-
|
|
11
|
-
export { C as CreateNewPostContent, a as CreateNewPostContentV2, b as CreatePostDescription, c as CreatePostTitle, S as SkipQuestionOfExpertBtn, T as TopicSelectList } from './index-
|
|
12
|
-
export { I as InputCommentBar, P as PopupDanger, a as PopupFrame, S as SharePopup,
|
|
2
|
+
export { d as TogetherDataTransforms } from './dataTransform-23043966.js';
|
|
3
|
+
export { t as TogetherTypes } from './types-f38dc69f.js';
|
|
4
|
+
export { c as TogetherConstants } from './constants-aeae9501.js';
|
|
5
|
+
export { D as DefaultComponentGlobalContextData, G as GlobalData, T as TogetherComponentGlobalContext, a as TogetherComponentGlobalContextProvider } from './utils-1ef10b87.js';
|
|
6
|
+
export { U as UserAvatar } from './index-63abdccd.js';
|
|
7
|
+
export { C as CardLink } from './index-0538915a.js';
|
|
8
|
+
export { C as CardReactions, a as LabelPin, L as LabelSortPin, T as TagTopic } from './treePopoverMenu-fbfdb43e.js';
|
|
9
|
+
export { L as LabelSorting } from './labelSorting-3ac74bd0.js';
|
|
10
|
+
export { C as CardAuthor, a as PopupDoctor, P as PopupExpert, b as PopupHospital, c as ProfileDetailModal } from './index-c3938494.js';
|
|
11
|
+
export { C as CreateNewPostContent, a as CreateNewPostContentV2, b as CreatePostDescription, c as CreatePostTitle, S as SkipQuestionOfExpertBtn, T as TopicSelectList } from './index-80af9731.js';
|
|
12
|
+
export { I as InputCommentBar, P as PopupDanger, a as PopupFrame, S as SharePopup, b as SubmitReportForm } from './index-7085c360.js';
|
|
13
13
|
export { ShareBox } from './togetherShareBox.js';
|
|
14
|
-
export { P as PostContent, a as ProfileDetail, T as TabNameInProfileDetail } from './index-
|
|
15
|
-
export { I as ImagePreviewPopup, a as PostImagePreview, P as PostSingleImageViewPopup } from './index-
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
14
|
+
export { P as PostContent, a as ProfileDetail, T as TabNameInProfileDetail } from './index-ba1c001e.js';
|
|
15
|
+
export { I as ImagePreviewPopup, a as PostImagePreview, P as PostSingleImageViewPopup } from './index-57119a2f.js';
|
|
16
|
+
export { S as SocialLinkPreview } from './index-724296c1.js';
|
|
17
|
+
export { C as CardPost, a as CardPostPopoverMore, b as CardReply, c as CardReplyPopover, S as SourceList, V as VerifiedTag } from './index-f3538c90.js';
|
|
18
|
+
export { P as PopoverMenu } from './index-7e9f7887.js';
|
|
18
19
|
import 'react';
|
|
19
20
|
import './miscCookieHelper.js';
|
|
20
|
-
import './store-
|
|
21
|
-
import './tslib.es6-
|
|
21
|
+
import './store-208e5bec.js';
|
|
22
|
+
import './tslib.es6-cfddefe9.js';
|
|
22
23
|
import 'zustand';
|
|
23
24
|
import './constantsIsProduction.js';
|
|
24
|
-
import './normalizeLink-
|
|
25
|
+
import './normalizeLink-356a4e59.js';
|
|
25
26
|
import './constantsDomainLocales.js';
|
|
26
|
-
import './Locale-
|
|
27
|
-
import './index-
|
|
27
|
+
import './Locale-9b494286.js';
|
|
28
|
+
import './index-93dfd4e1.js';
|
|
28
29
|
import 'date-fns/locale';
|
|
29
|
-
import './index-
|
|
30
|
+
import './index-6d7f28dd.js';
|
|
30
31
|
import './constantsSite.js';
|
|
31
32
|
import './constantsRiskScreener.js';
|
|
32
|
-
import './index-
|
|
33
|
+
import './index-f07c00bd.js';
|
|
33
34
|
import 'slugify';
|
|
34
35
|
import 'string-format';
|
|
35
36
|
import './togetherApiPaths.js';
|
|
36
37
|
import '@emotion/styled';
|
|
37
38
|
import './miscTheme.js';
|
|
38
39
|
import '@mantine/core';
|
|
39
|
-
import './index-
|
|
40
|
-
import './index-
|
|
41
|
-
import './other-
|
|
42
|
-
import './index-
|
|
43
|
-
import './translationsContext-
|
|
44
|
-
import './index-
|
|
45
|
-
import './WhatsApp-
|
|
46
|
-
import './Spinner-
|
|
47
|
-
import './index-
|
|
40
|
+
import './index-f7236114.js';
|
|
41
|
+
import './index-4d85e9fa.js';
|
|
42
|
+
import './other-9a23db32.js';
|
|
43
|
+
import './index-fd5c91de.js';
|
|
44
|
+
import './translationsContext-6915a82a.js';
|
|
45
|
+
import './index-96b168c1.js';
|
|
46
|
+
import './WhatsApp-82f6685c.js';
|
|
47
|
+
import './Spinner-c771ed5f.js';
|
|
48
|
+
import './index-18cf18ca.js';
|
|
48
49
|
import '@hhgtech/icons/other';
|
|
49
50
|
import '@mantine/hooks';
|
|
50
|
-
import './index-
|
|
51
|
-
import './useScreenSize-
|
|
52
|
-
import './utils-
|
|
51
|
+
import './index-8d0259ad.js';
|
|
52
|
+
import './useScreenSize-b689324f.js';
|
|
53
|
+
import './utils-339046f6.js';
|
|
53
54
|
import '@mantine/carousel';
|
|
54
|
-
import './useMantineLocale-
|
|
55
|
+
import './useMantineLocale-2f880379.js';
|
|
55
56
|
import '@mantine/notifications';
|
|
56
57
|
import 'dayjs';
|
|
57
|
-
import './index-
|
|
58
|
+
import './index-4b466fad.js';
|
|
58
59
|
import 'classnames';
|
|
59
|
-
import './useUniqueId-
|
|
60
|
+
import './useUniqueId-edcccf6c.js';
|
|
60
61
|
import '@hhgtech/icons/core';
|
|
61
62
|
import '@mantine/dates';
|
|
62
|
-
import './index.styles-
|
|
63
|
-
import './index-
|
|
63
|
+
import './index.styles-4f9afc01.js';
|
|
64
|
+
import './index-56a0dca0.js';
|
|
64
65
|
import 'date-fns';
|
|
65
66
|
import 'dayjs/plugin/relativeTime';
|
|
66
|
-
import './index-
|
|
67
|
-
import './paths-
|
|
68
|
-
import './constants-
|
|
69
|
-
import './index-
|
|
67
|
+
import './index-f8313571.js';
|
|
68
|
+
import './paths-60eca75f.js';
|
|
69
|
+
import './constants-9deb1413.js';
|
|
70
|
+
import './index-e4fea84c.js';
|
|
71
|
+
import './index-70726722.js';
|
|
70
72
|
import '@emotion/react';
|
|
71
|
-
import './index-
|
|
72
|
-
import './index-
|
|
73
|
+
import './index-5688184e.js';
|
|
74
|
+
import './index-75bfe19f.js';
|
|
73
75
|
import 'innertext';
|
|
74
|
-
import './post-
|
|
75
|
-
import './editor-
|
|
76
|
-
import './index-
|
|
76
|
+
import './post-86875f57.js';
|
|
77
|
+
import './editor-de6642e2.js';
|
|
78
|
+
import './index-a4a09e75.js';
|
|
77
79
|
import 'lodash/debounce';
|
|
78
80
|
import 'react-contenteditable';
|
|
79
|
-
import './index-
|
|
80
|
-
import './index-
|
|
81
|
+
import './index-d5401d04.js';
|
|
82
|
+
import './index-a7dcdbd0.js';
|
|
81
83
|
import 'react-dom';
|
|
82
|
-
import './index-
|
|
84
|
+
import './index-c61a5d08.js';
|
|
83
85
|
import './miscDefaultClassWrapper.js';
|
|
84
|
-
import './index-
|
|
85
|
-
import './index-
|
|
86
|
+
import './index-351f9a0c.js';
|
|
87
|
+
import './index-80a9c9eb.js';
|