@hhgtech/hhg-components 1.29.533 → 1.29.534-beta-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/{InputDate-0ed8ff9f.js → InputDate-86de797d.js} +5 -5
- package/build/{LastPeriod-2e005bca.js → LastPeriod-ba0cd22f.js} +1 -1
- package/build/{MobileBottomNavigationIcon-71cb1c2d.js → MobileBottomNavigationIcon-5f4ed642.js} +3 -3
- package/build/{SiteWideBanner-a6a2e80f.js → SiteWideBanner-bd4944de.js} +234 -85
- package/build/{Spinner-34eb580d.js → Spinner-af8c53a5.js} +1 -1
- package/build/{WhatsApp-5276cd23.js → WhatsApp-1429e6e3.js} +1 -1
- package/build/adapters.js +20 -20
- package/build/atoms.js +51 -51
- package/build/babyGrowth.js +86 -86
- package/build/cache.js +2 -2
- package/build/care.js +22 -22
- package/build/careBookingSearchBar.js +14 -14
- package/build/careBookingSearchBarV2.js +19 -19
- package/build/components/mantine/theme/text.d.ts +15 -1
- package/build/components/molecules/embeddedHeathToolCards/bmi/bmi.d.ts +3 -2
- package/build/components/molecules/embeddedHeathToolCards/helpers.d.ts +10 -2
- package/build/components/molecules/healthTools/form/bmiForm/UnitPicker.d.ts +9 -0
- package/build/components/molecules/healthTools/form/bmiForm/context.d.ts +5 -0
- package/build/components/molecules/healthTools/form/bmiForm/index.d.ts +1 -1
- package/build/components/molecules/index.d.ts +1 -1
- package/build/components/molecules/productDetail/generalInfo/GeneralInfo.d.ts +2 -1
- package/build/components/molecules/productDetail/generalInfo/constants.d.ts +2 -0
- package/build/components/molecules/productDetail/generalInfo/index.styled.d.ts +19 -0
- package/build/components/molecules/videoItem/constants.d.ts +2 -0
- package/build/components/molecules/videoItem/index.d.ts +2 -2
- package/build/components/molecules/videoItem/shorts/index.d.ts +1 -1
- package/build/components/molecules/videoItem/shorts/index.styles.d.ts +1 -0
- package/build/components/molecules/videoItem/types.d.ts +4 -0
- package/build/components/molecules/videoItem/utils.d.ts +7 -0
- package/build/components/molecules/videoItem/video/index.d.ts +1 -1
- package/build/components/navigationV2/constants.d.ts +2 -0
- package/build/components/navigationV2/index.d.ts +1 -0
- package/build/components.js +107 -106
- package/build/constants-5f4829e2.js +26 -0
- package/build/{constants-45bf5186.js → constants-917075a5.js} +2 -2
- package/build/{constants-a2733777.js → constants-bd0122a7.js} +1 -1
- package/build/constants.js +3 -3
- package/build/constantsDomainLocales.js +1 -1
- package/build/constantsRiskScreener.js +2 -2
- package/build/constantsSite.js +2 -2
- package/build/{core-cbedc84a.js → core-42752ee4.js} +1 -1
- package/build/{dataTransform-a745eeef.js → dataTransform-cdb24d6c.js} +1 -1
- package/build/ecom.js +5 -5
- package/build/{editor-2285c9b0.js → editor-1d2dfa5d.js} +11 -11
- package/build/embeddedHeathToolCards_babyGrowth.js +25 -25
- package/build/embeddedHeathToolCards_babyPoop.js +22 -22
- package/build/embeddedHeathToolCards_babyVaccine.js +24 -24
- package/build/embeddedHeathToolCards_bmi_bmi.js +30 -29
- package/build/embeddedHeathToolCards_bmrBmr.js +29 -28
- package/build/embeddedHeathToolCards_dueDate_dueDate.js +24 -24
- package/build/embeddedHeathToolCards_ovulation_ovulation.js +24 -24
- package/build/embeddedHeathToolCards_pwg_pwg.js +28 -28
- package/build/embeddedHeathToolCards_targetHeartRate.js +29 -29
- package/build/esm/{InputDate-5337533d.js → InputDate-78baa7d0.js} +5 -5
- package/build/esm/{LastPeriod-30fbf204.js → LastPeriod-55b8b191.js} +1 -1
- package/build/esm/{MobileBottomNavigationIcon-e0a08299.js → MobileBottomNavigationIcon-31a75538.js} +3 -3
- package/build/esm/{SiteWideBanner-7c5692b9.js → SiteWideBanner-fc36132a.js} +235 -86
- package/build/esm/{Spinner-b6b14ddb.js → Spinner-59adb30b.js} +1 -1
- package/build/esm/{WhatsApp-75b44699.js → WhatsApp-1becb57a.js} +1 -1
- package/build/esm/adapters.js +20 -20
- package/build/esm/atoms.js +51 -51
- package/build/esm/babyGrowth.js +86 -86
- package/build/esm/cache.js +2 -2
- package/build/esm/care.js +22 -22
- package/build/esm/careBookingSearchBar.js +14 -14
- package/build/esm/careBookingSearchBarV2.js +19 -19
- package/build/esm/components/mantine/theme/text.d.ts +15 -1
- package/build/esm/components/molecules/embeddedHeathToolCards/bmi/bmi.d.ts +3 -2
- package/build/esm/components/molecules/embeddedHeathToolCards/helpers.d.ts +10 -2
- package/build/esm/components/molecules/healthTools/form/bmiForm/UnitPicker.d.ts +9 -0
- package/build/esm/components/molecules/healthTools/form/bmiForm/context.d.ts +5 -0
- package/build/esm/components/molecules/healthTools/form/bmiForm/index.d.ts +1 -1
- package/build/esm/components/molecules/index.d.ts +1 -1
- package/build/esm/components/molecules/productDetail/generalInfo/GeneralInfo.d.ts +2 -1
- package/build/esm/components/molecules/productDetail/generalInfo/constants.d.ts +2 -0
- package/build/esm/components/molecules/productDetail/generalInfo/index.styled.d.ts +19 -0
- package/build/esm/components/molecules/videoItem/constants.d.ts +2 -0
- package/build/esm/components/molecules/videoItem/index.d.ts +2 -2
- package/build/esm/components/molecules/videoItem/shorts/index.d.ts +1 -1
- package/build/esm/components/molecules/videoItem/shorts/index.styles.d.ts +1 -0
- package/build/esm/components/molecules/videoItem/types.d.ts +4 -0
- package/build/esm/components/molecules/videoItem/utils.d.ts +7 -0
- package/build/esm/components/molecules/videoItem/video/index.d.ts +1 -1
- package/build/esm/components/navigationV2/constants.d.ts +2 -0
- package/build/esm/components/navigationV2/index.d.ts +1 -0
- package/build/esm/components.js +107 -106
- package/build/esm/constants-7fc4a060.js +21 -0
- package/build/esm/{constants-ef668be4.js → constants-80f7b8b8.js} +2 -2
- package/build/esm/{constants-1403ecc0.js → constants-95b30aaf.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-18c7e4af.js → core-ba79ee03.js} +1 -1
- package/build/esm/{dataTransform-c7c14213.js → dataTransform-25490343.js} +1 -1
- package/build/esm/ecom.js +5 -5
- package/build/esm/{editor-78512c77.js → editor-dc9ea48d.js} +11 -11
- package/build/esm/embeddedHeathToolCards_babyGrowth.js +25 -25
- package/build/esm/embeddedHeathToolCards_babyPoop.js +22 -22
- package/build/esm/embeddedHeathToolCards_babyVaccine.js +24 -24
- package/build/esm/embeddedHeathToolCards_bmi_bmi.js +30 -29
- package/build/esm/embeddedHeathToolCards_bmrBmr.js +29 -28
- package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +24 -24
- package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +24 -24
- package/build/esm/embeddedHeathToolCards_pwg_pwg.js +28 -28
- package/build/esm/embeddedHeathToolCards_targetHeartRate.js +29 -29
- package/build/esm/footer.js +22 -22
- package/build/esm/gAssets.js +2 -2
- package/build/esm/{healthTools-be75bc10.js → healthTools-f4ad832c.js} +1 -1
- package/build/esm/healthToolsCardWrapper.js +20 -20
- package/build/esm/healthToolsForm.js +36 -35
- package/build/esm/hooks.js +14 -14
- package/build/esm/i18n.js +2 -2
- package/build/esm/i18nV2.js +2 -2
- package/build/esm/{index-2dcfb5ac.js → index-06bad4b0.js} +16 -16
- package/build/esm/{index-bad69676.js → index-0d1da4e0.js} +9 -9
- package/build/esm/{index-60e79a50.js → index-0d9432eb.js} +5 -5
- package/build/esm/{index-e83d9041.js → index-1140f6b7.js} +1 -1
- package/build/esm/{index-1fe5419d.js → index-16bfb6a3.js} +18 -18
- package/build/esm/{index-7dbbca7a.js → index-2a8e5ecf.js} +2 -2
- package/build/esm/{index-bfffd2cd.js → index-2b7c458d.js} +22 -22
- package/build/esm/{index-724c4432.js → index-2c7b61b4.js} +3 -2
- package/build/esm/{index-908ce81f.js → index-31a7824b.js} +1 -1
- package/build/esm/{index-d2e58555.js → index-3b67dff3.js} +3 -3
- package/build/esm/{index-27a4c92e.js → index-40570a9c.js} +2 -2
- package/build/esm/{index-e1986667.js → index-4225fecc.js} +3 -3
- package/build/esm/{index-95cac1fa.js → index-4605698e.js} +8 -8
- package/build/esm/{index-b57d64d7.js → index-46167bb8.js} +16 -16
- package/build/esm/{index-cca3fbb6.js → index-49d47387.js} +3 -3
- package/build/esm/{index-ecffc8b5.js → index-4c307478.js} +7 -7
- package/build/esm/{index-b8bb334b.js → index-4df53129.js} +1 -1
- package/build/esm/{index-cce5d4d5.js → index-5f226882.js} +11 -11
- package/build/esm/{index-7b3c7c93.js → index-60026b50.js} +2 -2
- package/build/esm/{index-e5353815.js → index-645441b6.js} +2 -2
- package/build/esm/{index-2bf7feb4.js → index-6838a686.js} +2 -2
- package/build/esm/{index-5972035e.js → index-7522a9e1.js} +18 -18
- package/build/esm/{index-a08b2c7a.js → index-76fdab0f.js} +16 -16
- package/build/esm/{index-556ab0a8.js → index-788e18dc.js} +2 -2
- package/build/esm/{index-14b12dbf.js → index-7b5ff8ce.js} +3 -3
- package/build/esm/{index-69b561fa.js → index-7bea5c16.js} +1 -1
- package/build/esm/{index-5112bc07.js → index-7d83d9ad.js} +2 -2
- package/build/esm/{index-04d44ef2.js → index-7fcc5cf6.js} +13 -13
- package/build/esm/{index-964dfe8b.js → index-80a96e77.js} +1 -1
- package/build/esm/{index-99b9d586.js → index-8226c0a3.js} +3 -3
- package/build/esm/{index-cc246401.js → index-8c710c0f.js} +49 -42
- package/build/esm/{index-a1c0e1bf.js → index-8cb9122e.js} +17 -17
- package/build/esm/{index-a30353e4.js → index-8f192fed.js} +6 -6
- package/build/esm/{index-874ee305.js → index-900eb0d7.js} +2 -2
- package/build/esm/{index-bcad88cc.js → index-902a9bfe.js} +13 -13
- package/build/esm/{index-f56fa184.js → index-91d4b81b.js} +16 -16
- package/build/esm/{index-d94be6d2.js → index-9301649c.js} +3 -3
- package/build/esm/{index-01f67432.js → index-98f7e3bc.js} +14 -14
- package/build/esm/{index-e14ad06c.js → index-99f12eb9.js} +15 -15
- package/build/esm/{index-263cb755.js → index-9eceee8e.js} +1 -1
- package/build/esm/{index-b6b7a8f2.js → index-a035866d.js} +1 -1
- package/build/esm/{index-244f42ab.js → index-a5c038b3.js} +2 -2
- package/build/esm/{index-6b7686eb.js → index-a7f7456d.js} +14 -14
- package/build/esm/{index-2708cbf7.js → index-abf6be7b.js} +15 -15
- package/build/esm/{index-e0180fb7.js → index-ac47436d.js} +21 -21
- package/build/esm/{index-5fc032d8.js → index-ad54c812.js} +24 -24
- package/build/esm/{index-cab8c395.js → index-ae9d9395.js} +32 -32
- package/build/esm/{index-8767da4b.js → index-aee5b88c.js} +6 -6
- package/build/esm/{index-dfab374b.js → index-af19ea6b.js} +14 -0
- package/build/esm/{index-cc67ce76.js → index-b140a520.js} +25 -25
- package/build/esm/{index-3d8b9120.js → index-b6edfcff.js} +14 -14
- package/build/esm/{index-21c4ca2d.js → index-bb9a6878.js} +2 -2
- package/build/esm/{index-39acc511.js → index-bde721e0.js} +2 -2
- package/build/esm/{index-1aa8c0b0.js → index-bfa04b00.js} +4 -4
- package/build/esm/{index-c210a057.js → index-c037206f.js} +6 -6
- package/build/esm/{index-cf81258c.js → index-c2c7b2bb.js} +3 -3
- package/build/esm/{index-3c0e0dde.js → index-d07b8a7e.js} +3 -3
- package/build/esm/{index-f42a5835.js → index-d17ee21a.js} +6 -6
- package/build/esm/{index-adf054ec.js → index-d7863ee9.js} +3 -3
- package/build/esm/{index-c33da490.js → index-dae3d4ca.js} +2 -2
- package/build/esm/{index-034d0df8.js → index-df5b8ffe.js} +156 -40
- package/build/esm/{index-bc6c5b03.js → index-e224e0e7.js} +3 -3
- package/build/esm/{index-34585436.js → index-e30ed23a.js} +7 -7
- package/build/esm/{index-396fdd42.js → index-eb31af51.js} +2 -2
- package/build/esm/{index-bf9af8be.js → index-ec14c53d.js} +9 -9
- package/build/esm/{index-da079717.js → index-ece0ccac.js} +5 -5
- package/build/esm/{index-ca108d47.js → index-efab3a9d.js} +4 -4
- package/build/esm/{index-2ef375e9.js → index-f0b1ad20.js} +2 -2
- package/build/esm/{index-df256fbc.js → index-f2671447.js} +15 -15
- package/build/esm/{index-32eb1e11.js → index-f69f6993.js} +12 -12
- package/build/esm/{index-a20dc407.js → index-f793ee64.js} +32 -32
- package/build/esm/{index-6b6f510e.js → index-f83ccbcc.js} +2 -2
- package/build/esm/index.js +127 -126
- package/build/esm/interfaces/constants/index.d.ts +2 -1
- package/build/esm/{labelSorting-79d15421.js → labelSorting-108c675b.js} +4 -4
- package/build/esm/lead.js +38 -37
- package/build/esm/{logoIcon-7c0b76f1.js → logoIcon-c3846269.js} +2 -2
- package/build/esm/mantine.js +27 -27
- package/build/esm/misc.js +19 -19
- package/build/esm/miscGetDynamicHealthTool.js +4 -4
- package/build/esm/miscGetSocialList.js +8 -8
- package/build/esm/miscScreenSizeContext.js +1 -1
- package/build/esm/mobileBottomNavigation.js +5 -5
- package/build/esm/mobileBottomNavigationIcon.js +5 -5
- package/build/esm/molecules.js +81 -79
- package/build/esm/moleculesArticleCard.js +6 -6
- package/build/esm/moleculesArticleCardV2.js +17 -17
- package/build/esm/navigation.js +50 -49
- package/build/esm/navigationLogoutPopup.js +11 -11
- package/build/esm/navigationProfileButton.js +27 -27
- package/build/esm/onboardingV2.js +30 -30
- package/build/esm/organisms.js +63 -62
- package/build/esm/{post-868af803.js → post-9a37f09b.js} +2 -2
- package/build/esm/profileNavigation.js +20 -20
- package/build/esm/progressBar.js +1 -1
- package/build/esm/pwg.js +23 -23
- package/build/esm/ssoV2.js +31 -31
- package/build/esm/{store-83930fe3.js → store-77abab70.js} +3 -3
- package/build/esm/subot.js +47 -47
- package/build/esm/surveyOrPremiumBanner.js +34 -34
- package/build/esm/surveyQuestionCard.js +11 -11
- package/build/esm/{surveyThankyouCard-bb1a0c27.js → surveyThankyouCard-7cbc4950.js} +5 -5
- package/build/esm/together.js +57 -57
- package/build/esm/togetherApiUtils.js +6 -6
- package/build/esm/togetherAtoms.js +31 -31
- package/build/esm/togetherComponentGlobalContext.js +6 -6
- package/build/esm/togetherMolecules.js +52 -52
- package/build/esm/togetherMoleculesCardAuthor.js +29 -29
- package/build/esm/togetherMoleculesPostImagePreview.js +13 -13
- package/build/esm/togetherMoleculesProfileDetail.js +40 -40
- package/build/esm/togetherOrganisms.js +51 -51
- package/build/esm/togetherRichTextEditor.js +20 -20
- package/build/esm/togetherShareBox.js +12 -12
- package/build/esm/{transform-5845dab3.js → transform-1efc0ff6.js} +194 -66
- package/build/esm/{translationsProvider-7aa6cd48.js → translationsProvider-3bcfd404.js} +1 -1
- package/build/esm/{treePopoverMenu-799ee9db.js → treePopoverMenu-49fc3154.js} +19 -19
- package/build/esm/types.js +2 -2
- package/build/esm/{useCartCareService-8d71fef7.js → useCartCareService-048079e2.js} +1 -1
- package/build/esm/{useHealthToolCache-d985d82a.js → useHealthToolCache-b8b19248.js} +1 -1
- package/build/esm/{usePhoneValidator-dcd0c075.js → usePhoneValidator-809a3365.js} +5 -5
- package/build/esm/{usePlacesAutocomplete-40aae392.js → usePlacesAutocomplete-a6e19066.js} +1 -1
- package/build/esm/useTogetherAuthRequiredAction.js +10 -10
- package/build/esm/{utils-420c3d45.js → utils-3bd9323b.js} +3 -3
- package/build/esm/{utils-33328b5f.js → utils-50dfcc29.js} +5 -5
- package/build/esm/{utils-a5bb57ef.js → utils-7761c235.js} +2 -2
- package/build/esm/{utils-7ace3165.js → utils-975642e2.js} +2 -2
- package/build/esm/{utils-f6df05d5.js → utils-de7b9f43.js} +5 -22
- package/build/esm/vaccination.js +22 -22
- package/build/footer.js +22 -22
- package/build/gAssets.js +2 -2
- package/build/{healthTools-dcb516fc.js → healthTools-529d50e2.js} +1 -1
- package/build/healthToolsCardWrapper.js +20 -20
- package/build/healthToolsForm.js +36 -35
- package/build/hooks.js +14 -14
- package/build/i18n.js +2 -2
- package/build/i18nV2.js +1 -1
- package/build/{index-da0b88fb.js → index-01db4fd9.js} +2 -2
- package/build/{index-ec7b2ab0.js → index-067ea65b.js} +2 -2
- package/build/{index-cb04a776.js → index-091f5827.js} +16 -16
- package/build/{index-06accc81.js → index-0a18150e.js} +2 -2
- package/build/{index-9fc47902.js → index-0d25fa68.js} +14 -14
- package/build/{index-6cd73389.js → index-0f1e1fe4.js} +1 -1
- package/build/{index-22a00d64.js → index-0f836631.js} +9 -9
- package/build/{index-91ebfb48.js → index-109a08e5.js} +2 -2
- package/build/{index-d9a61471.js → index-17d07cc4.js} +2 -2
- package/build/{index-ffa96b8c.js → index-1b83bc83.js} +9 -9
- package/build/{index-d25e7e4d.js → index-26d51385.js} +32 -32
- package/build/{index-20c3bae8.js → index-2774668d.js} +18 -18
- package/build/{index-d2adf591.js → index-27a41819.js} +15 -15
- package/build/{index-2e823d3f.js → index-28378242.js} +5 -5
- package/build/{index-0d16996c.js → index-2920a75b.js} +5 -5
- package/build/{index-719bbfc1.js → index-2c23d625.js} +1 -1
- package/build/{index-e0d16f35.js → index-307dbd66.js} +18 -18
- package/build/{index-16c2ea7d.js → index-30de70fb.js} +13 -13
- package/build/{index-26067746.js → index-31a1860d.js} +7 -7
- package/build/{index-c6cdff44.js → index-3499f673.js} +24 -24
- package/build/{index-75ddd39f.js → index-36a97f58.js} +3 -2
- package/build/{index-1a826b64.js → index-37220284.js} +32 -32
- package/build/{index-b78669e8.js → index-4049e226.js} +2 -2
- package/build/{index-f16a5f23.js → index-435afdba.js} +12 -12
- package/build/{index-8ce0b228.js → index-4442f51e.js} +2 -2
- package/build/{index-d1546ea1.js → index-45815b9f.js} +2 -2
- package/build/{index-521b2ea1.js → index-4fecbf3d.js} +6 -6
- package/build/{index-f8605f53.js → index-52b63b54.js} +1 -1
- package/build/{index-eddef0b9.js → index-55bf14db.js} +17 -17
- package/build/{index-76038775.js → index-5889c450.js} +1 -1
- package/build/{index-c69d0ebd.js → index-59fa1c34.js} +3 -3
- package/build/{index-20da54f1.js → index-6829c1c2.js} +3 -3
- package/build/{index-4fa836e2.js → index-68f52e0d.js} +15 -15
- package/build/{index-ed4426e8.js → index-6b14772e.js} +2 -2
- package/build/{index-49cebcc5.js → index-6ff5ccc5.js} +3 -3
- package/build/{index-684d4380.js → index-736d9eab.js} +2 -2
- package/build/{index-83d9dbb6.js → index-768175b2.js} +51 -44
- package/build/{index-aa6e4223.js → index-784efbb8.js} +2 -2
- package/build/{index-ec134c55.js → index-7ab88a80.js} +16 -16
- package/build/{index-4cf97d57.js → index-7b189023.js} +1 -1
- package/build/{index-a802eccc.js → index-7b6e16d7.js} +14 -14
- package/build/{index-e8acf6da.js → index-7f8f9717.js} +3 -3
- package/build/{index-9875ce2b.js → index-82b9ccba.js} +2 -2
- package/build/{index-b177cedc.js → index-8580e656.js} +14 -0
- package/build/{index-6f40401c.js → index-8a3522b6.js} +7 -7
- package/build/{index-f76b92a3.js → index-8c06c103.js} +1 -1
- package/build/{index-b6aebf86.js → index-8f0730b6.js} +8 -8
- package/build/{index-8f34aabe.js → index-919860d2.js} +3 -3
- package/build/{index-dca68d05.js → index-924d41f2.js} +4 -4
- package/build/{index-fcfb639d.js → index-978d3f7d.js} +16 -16
- package/build/{index-c54e6901.js → index-9e6e0d54.js} +21 -21
- package/build/{index-37b609b7.js → index-9f10fad7.js} +155 -39
- package/build/{index-5bd9cec1.js → index-a1df99c6.js} +22 -22
- package/build/{index-4dcccc49.js → index-ad838cce.js} +1 -1
- package/build/{index-b8f9021c.js → index-ae282421.js} +2 -2
- package/build/{index-39163d52.js → index-b3ef65d1.js} +6 -6
- package/build/{index-e0cb592b.js → index-b78624f9.js} +16 -16
- package/build/{index-74a058d5.js → index-b8d84c57.js} +2 -2
- package/build/{index-34be4454.js → index-c99d3c81.js} +6 -6
- package/build/{index-280134be.js → index-d11e0531.js} +3 -3
- package/build/{index-5a5329d7.js → index-d6b27190.js} +11 -11
- package/build/{index-5d5a79df.js → index-e175dacf.js} +3 -3
- package/build/{index-216b2e2b.js → index-e5223b65.js} +13 -13
- package/build/{index-0dd3671a.js → index-e61d8524.js} +6 -6
- package/build/{index-c2de0346.js → index-e64e49f7.js} +3 -3
- package/build/{index-44a983ed.js → index-e702975a.js} +14 -14
- package/build/{index-5b242c0c.js → index-e7f64084.js} +3 -3
- package/build/{index-f79d6791.js → index-e80cecd1.js} +4 -4
- package/build/{index-bdc9f41c.js → index-ed783f22.js} +2 -2
- package/build/{index-a5dff89a.js → index-f331fc29.js} +3 -3
- package/build/{index-5d153981.js → index-f4b42a48.js} +15 -15
- package/build/{index-3d84488e.js → index-fae1782a.js} +25 -25
- package/build/index.js +127 -126
- package/build/interfaces/constants/index.d.ts +2 -1
- package/build/{labelSorting-c40c3f0e.js → labelSorting-a146bd56.js} +4 -4
- package/build/lead.js +38 -37
- package/build/{logoIcon-90b1cbd2.js → logoIcon-71ffd6d5.js} +2 -2
- package/build/mantine.js +25 -25
- package/build/misc.js +19 -19
- package/build/miscGetDynamicHealthTool.js +4 -4
- package/build/miscGetSocialList.js +8 -8
- package/build/miscScreenSizeContext.js +1 -1
- package/build/mobileBottomNavigation.js +5 -5
- package/build/mobileBottomNavigationIcon.js +5 -5
- package/build/molecules.js +81 -79
- package/build/moleculesArticleCard.js +6 -6
- package/build/moleculesArticleCardV2.js +17 -17
- package/build/navigation.js +50 -49
- package/build/navigationLogoutPopup.js +11 -11
- package/build/navigationProfileButton.js +27 -27
- package/build/onboardingV2.js +29 -29
- package/build/organisms.js +63 -62
- package/build/{post-5af4477e.js → post-be7a71ed.js} +2 -2
- package/build/profileNavigation.js +20 -20
- package/build/progressBar.js +1 -1
- package/build/pwg.js +23 -23
- package/build/ssoV2.js +29 -29
- package/build/{store-058b1b24.js → store-6ab5727d.js} +3 -3
- package/build/subot.js +46 -46
- package/build/surveyOrPremiumBanner.js +34 -34
- package/build/surveyQuestionCard.js +11 -11
- package/build/{surveyThankyouCard-e646a41a.js → surveyThankyouCard-03506fc8.js} +5 -5
- package/build/together.js +57 -57
- package/build/togetherApiUtils.js +6 -6
- package/build/togetherAtoms.js +31 -31
- package/build/togetherComponentGlobalContext.js +6 -6
- package/build/togetherMolecules.js +52 -52
- package/build/togetherMoleculesCardAuthor.js +29 -29
- package/build/togetherMoleculesPostImagePreview.js +13 -13
- package/build/togetherMoleculesProfileDetail.js +40 -40
- package/build/togetherOrganisms.js +51 -51
- package/build/togetherRichTextEditor.js +20 -20
- package/build/togetherShareBox.js +12 -12
- package/build/{transform-db826fdf.js → transform-173a7c14.js} +194 -66
- package/build/{translationsProvider-9e694a42.js → translationsProvider-00d35e79.js} +1 -1
- package/build/{treePopoverMenu-c11d10e6.js → treePopoverMenu-7b8e7d57.js} +19 -19
- package/build/types.js +2 -2
- package/build/{useCartCareService-f6a2985a.js → useCartCareService-1605c06b.js} +1 -1
- package/build/{useHealthToolCache-f9c0a7d5.js → useHealthToolCache-1f629fd2.js} +1 -1
- package/build/{usePhoneValidator-3c07a9eb.js → usePhoneValidator-9b20cde5.js} +5 -5
- package/build/{usePlacesAutocomplete-67660deb.js → usePlacesAutocomplete-743245aa.js} +1 -1
- package/build/useTogetherAuthRequiredAction.js +10 -10
- package/build/{utils-25040eca.js → utils-12b7d119.js} +5 -5
- package/build/{utils-b506b2a8.js → utils-66f85700.js} +3 -3
- package/build/{utils-3c30ddf4.js → utils-a0b72f1d.js} +2 -2
- package/build/{utils-b193ea4b.js → utils-a6d441b9.js} +6 -24
- package/build/{utils-b520cec4.js → utils-aff98d6c.js} +2 -2
- package/build/vaccination.js +22 -22
- package/package.json +1 -1
- /package/build/{BMI_BOYS.percentile.monthly-1a0f48af.js → BMI_BOYS.percentile.monthly-f9ed063d.js} +0 -0
- /package/build/{BMI_BOYS.percentile.weekly-49abb013.js → BMI_BOYS.percentile.weekly-a29ccc6b.js} +0 -0
- /package/build/{BMI_BOYS.percentile.yearly-ac1e8545.js → BMI_BOYS.percentile.yearly-685403ad.js} +0 -0
- /package/build/{BMI_BOYS.zscore.monthly-67eea24d.js → BMI_BOYS.zscore.monthly-a160abb2.js} +0 -0
- /package/build/{BMI_BOYS.zscore.weekly-33e0a86f.js → BMI_BOYS.zscore.weekly-8b6ac045.js} +0 -0
- /package/build/{BMI_BOYS.zscore.yearly-c55b67bb.js → BMI_BOYS.zscore.yearly-744fe588.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.monthly-0678f51d.js → BMI_GIRLS.percentile.monthly-da166c9f.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.weekly-ca49e716.js → BMI_GIRLS.percentile.weekly-073c88c9.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.yearly-c5071ce4.js → BMI_GIRLS.percentile.yearly-90a54b95.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.monthly-602349b9.js → BMI_GIRLS.zscore.monthly-8eb4da5f.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.weekly-664b398c.js → BMI_GIRLS.zscore.weekly-1fcff118.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.yearly-bb759bfb.js → BMI_GIRLS.zscore.yearly-9e985b21.js} +0 -0
- /package/build/{ChevronDown-f9e710be.js → ChevronDown-8cfe2c4e.js} +0 -0
- /package/build/{Close-ecea4cdd.js → Close-2b33f552.js} +0 -0
- /package/build/{Google-f2184d70.js → Google-693ea36a.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-6f1a23ad.js → HEAD CIRCUM_BOYS.percentile.monthly-3eca9626.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-55bb7af1.js → HEAD CIRCUM_BOYS.percentile.weekly-9da8b79f.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-8a4f843f.js → HEAD CIRCUM_BOYS.percentile.yearly-a1bf449c.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-1bc6c2ee.js → HEAD CIRCUM_BOYS.zscore.monthly-8e1c9428.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-0960221a.js → HEAD CIRCUM_BOYS.zscore.weekly-2c2c1d26.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-e1370bfa.js → HEAD CIRCUM_BOYS.zscore.yearly-b2aa8a47.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-ee322ea1.js → HEAD CIRCUM_GIRLS.percentile.monthly-59763d37.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-2751cb17.js → HEAD CIRCUM_GIRLS.percentile.weekly-921c63b7.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-2dd85eae.js → HEAD CIRCUM_GIRLS.percentile.yearly-174c1192.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-f7b88894.js → HEAD CIRCUM_GIRLS.zscore.monthly-8d11d892.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-f45e5616.js → HEAD CIRCUM_GIRLS.zscore.weekly-cd1919a0.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-cf5111c7.js → HEAD CIRCUM_GIRLS.zscore.yearly-e3168375.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.monthly-ce06d9bc.js → HEIGHT_BOYS.percentile.monthly-59589ba1.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.weekly-aaaf17c3.js → HEIGHT_BOYS.percentile.weekly-67a80010.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.yearly-374034b6.js → HEIGHT_BOYS.percentile.yearly-bfc8aa8d.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.monthly-e4f900d9.js → HEIGHT_BOYS.zscore.monthly-6144bd52.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.weekly-937f235a.js → HEIGHT_BOYS.zscore.weekly-946ccb89.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.yearly-33017527.js → HEIGHT_BOYS.zscore.yearly-bb60ca99.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.monthly-81455f1e.js → HEIGHT_GIRLS.percentile.monthly-b9b1f2dc.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.weekly-cbb78574.js → HEIGHT_GIRLS.percentile.weekly-2df0003e.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.yearly-d4a21b49.js → HEIGHT_GIRLS.percentile.yearly-1d9a019a.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.monthly-20f4aef4.js → HEIGHT_GIRLS.zscore.monthly-70bec30d.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.weekly-1f17d96a.js → HEIGHT_GIRLS.zscore.weekly-bf6aa623.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.yearly-552add6a.js → HEIGHT_GIRLS.zscore.yearly-362ded74.js} +0 -0
- /package/build/{Locale-31f8eddd.js → Locale-c5305b05.js} +0 -0
- /package/build/{Visible-57684402.js → Visible-fa77e8aa.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.monthly-11f0cbc5.js → WEIGHT_BOYS.percentile.monthly-b79733ed.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.weekly-845e45cd.js → WEIGHT_BOYS.percentile.weekly-3b063dd2.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.yearly-92986907.js → WEIGHT_BOYS.percentile.yearly-af47b580.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.monthly-d180f3fb.js → WEIGHT_BOYS.zscore.monthly-360a3eda.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.weekly-eeaea916.js → WEIGHT_BOYS.zscore.weekly-299cd0ff.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.yearly-a27e72bc.js → WEIGHT_BOYS.zscore.yearly-3ac70840.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.monthly-173a5496.js → WEIGHT_GIRLS.percentile.monthly-e0f6aa04.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.weekly-c4634507.js → WEIGHT_GIRLS.percentile.weekly-01735480.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.yearly-d1caa6a5.js → WEIGHT_GIRLS.percentile.yearly-1c8eb5af.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.monthly-d4cd7d01.js → WEIGHT_GIRLS.zscore.monthly-ee14bdfe.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.weekly-b67d929e.js → WEIGHT_GIRLS.zscore.weekly-d2563431.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.yearly-954693b1.js → WEIGHT_GIRLS.zscore.yearly-ae7c09c0.js} +0 -0
- /package/build/{ageGenerate-93c39b33.js → ageGenerate-9a3b96b7.js} +0 -0
- /package/build/{animation-7ef4704d.js → animation-d8b548c5.js} +0 -0
- /package/build/{constants-b82a6403.js → constants-128785e4.js} +0 -0
- /package/build/{constants-9296ff70.js → constants-2137d7e8.js} +0 -0
- /package/build/{context-dfaf077f.js → context-3a5204fb.js} +0 -0
- /package/build/{dataTransform-4a284e70.js → dataTransform-4cbe1cfb.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.monthly-a545c09a.js → BMI_BOYS.percentile.monthly-1ddc191f.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.weekly-9e8eefed.js → BMI_BOYS.percentile.weekly-b9da007a.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.yearly-1e843eef.js → BMI_BOYS.percentile.yearly-fd23ab5d.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.monthly-677d6798.js → BMI_BOYS.zscore.monthly-58533808.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.weekly-4a6021b7.js → BMI_BOYS.zscore.weekly-58be200c.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.yearly-b0b2f331.js → BMI_BOYS.zscore.yearly-b012f7af.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.monthly-cc57b272.js → BMI_GIRLS.percentile.monthly-79152bee.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.weekly-7c00ecbb.js → BMI_GIRLS.percentile.weekly-3f8d8406.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.yearly-3644cfa5.js → BMI_GIRLS.percentile.yearly-c80095ea.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.monthly-9cc345b0.js → BMI_GIRLS.zscore.monthly-a6e73f84.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.weekly-50718104.js → BMI_GIRLS.zscore.weekly-ef2268d5.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.yearly-8ab61bc1.js → BMI_GIRLS.zscore.yearly-8c5e9744.js} +0 -0
- /package/build/esm/{ChevronDown-556a0f05.js → ChevronDown-a5001eb1.js} +0 -0
- /package/build/esm/{Close-9f1ae282.js → Close-95b14cab.js} +0 -0
- /package/build/esm/{Google-a6c88dd6.js → Google-7dfb06ca.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-384ac203.js → HEAD CIRCUM_BOYS.percentile.monthly-d676c033.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-7b3149a8.js → HEAD CIRCUM_BOYS.percentile.weekly-6db71690.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-285eb4fb.js → HEAD CIRCUM_BOYS.percentile.yearly-85f6f654.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-f2dab495.js → HEAD CIRCUM_BOYS.zscore.monthly-44ec7c56.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-9ed9cf4e.js → HEAD CIRCUM_BOYS.zscore.weekly-10cdb8e3.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-a5abc923.js → HEAD CIRCUM_BOYS.zscore.yearly-fceb35f0.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-2c21736f.js → HEAD CIRCUM_GIRLS.percentile.monthly-30f83f13.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-171dfe85.js → HEAD CIRCUM_GIRLS.percentile.weekly-04b8a5f3.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-53fc5c5e.js → HEAD CIRCUM_GIRLS.percentile.yearly-104bf0db.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-eaf35d54.js → HEAD CIRCUM_GIRLS.zscore.monthly-9a9520e4.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-4d035d3f.js → HEAD CIRCUM_GIRLS.zscore.weekly-a09f37f7.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-74f9c21b.js → HEAD CIRCUM_GIRLS.zscore.yearly-d5c340dd.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.monthly-07371c81.js → HEIGHT_BOYS.percentile.monthly-f71ba8aa.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.weekly-d86b500b.js → HEIGHT_BOYS.percentile.weekly-669814ad.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.yearly-0266f38b.js → HEIGHT_BOYS.percentile.yearly-7f7bba10.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.monthly-787cf836.js → HEIGHT_BOYS.zscore.monthly-a5754d62.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.weekly-afe8af08.js → HEIGHT_BOYS.zscore.weekly-3a20d3d6.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.yearly-52341962.js → HEIGHT_BOYS.zscore.yearly-6c0fe5a8.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-c1a9ee51.js → HEIGHT_GIRLS.percentile.monthly-7ebab5d4.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-9d80be63.js → HEIGHT_GIRLS.percentile.weekly-90bb6370.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-b8a9ae71.js → HEIGHT_GIRLS.percentile.yearly-4603f700.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-2db39192.js → HEIGHT_GIRLS.zscore.monthly-1c6d124f.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-a58de3d2.js → HEIGHT_GIRLS.zscore.weekly-3d576c9c.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-9f2f8180.js → HEIGHT_GIRLS.zscore.yearly-f5a42540.js} +0 -0
- /package/build/esm/{Locale-c4635284.js → Locale-f237fbe6.js} +0 -0
- /package/build/esm/{Visible-a7c08959.js → Visible-818d0338.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.monthly-77e7b56f.js → WEIGHT_BOYS.percentile.monthly-36bb68d7.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.weekly-e230a81f.js → WEIGHT_BOYS.percentile.weekly-3e382cb6.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.yearly-238ab4ff.js → WEIGHT_BOYS.percentile.yearly-d303ff4e.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.monthly-995e7f2d.js → WEIGHT_BOYS.zscore.monthly-71476c5d.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.weekly-7ddbf522.js → WEIGHT_BOYS.zscore.weekly-0049ced9.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.yearly-cf0d0275.js → WEIGHT_BOYS.zscore.yearly-bef5d4b6.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-dd556eb4.js → WEIGHT_GIRLS.percentile.monthly-89179bdd.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-aabe479e.js → WEIGHT_GIRLS.percentile.weekly-1044b4dc.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-14ee8338.js → WEIGHT_GIRLS.percentile.yearly-e17ee519.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-305d6c8c.js → WEIGHT_GIRLS.zscore.monthly-3fcefdb6.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-d045047c.js → WEIGHT_GIRLS.zscore.weekly-801c5880.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-c8f486f2.js → WEIGHT_GIRLS.zscore.yearly-54274ef5.js} +0 -0
- /package/build/esm/{ageGenerate-062f9941.js → ageGenerate-8406e14b.js} +0 -0
- /package/build/esm/{animation-50c61b67.js → animation-c98d2ab8.js} +0 -0
- /package/build/esm/{constants-9b6f01cb.js → constants-506e623d.js} +0 -0
- /package/build/esm/{constants-1fbb0b21.js → constants-7c17fc63.js} +0 -0
- /package/build/esm/{context-3e1c6a34.js → context-f14f234c.js} +0 -0
- /package/build/esm/{dataTransform-4f3874f0.js → dataTransform-b54033d9.js} +0 -0
- /package/build/esm/{index-14c4e226.js → index-06c1ee69.js} +0 -0
- /package/build/esm/{index-c606ffec.js → index-0b4dbc4c.js} +0 -0
- /package/build/esm/{index-ff9efe89.js → index-27cbc272.js} +0 -0
- /package/build/esm/{index-d80a4050.js → index-73436b9b.js} +0 -0
- /package/build/esm/{index-3bc48c5e.js → index-b8bfda39.js} +0 -0
- /package/build/esm/{index-4c2a1a10.js → index-d1eeab74.js} +0 -0
- /package/build/esm/{index-e51ee216.js → index-f2b345fd.js} +0 -0
- /package/build/esm/{index-5d05e82c.js → index-fdb464dd.js} +0 -0
- /package/build/esm/{index.styles-0d3c923d.js → index.styles-80500a29.js} +0 -0
- /package/build/esm/{localizeNumberFormat-5ce8806d.js → localizeNumberFormat-b0ea3631.js} +0 -0
- /package/build/esm/{normalizeLink-f46d3286.js → normalizeLink-05d204f3.js} +0 -0
- /package/build/esm/{number-40a5e264.js → number-8d780a8f.js} +0 -0
- /package/build/esm/{paths-a0f7cfd1.js → paths-67ea0d6d.js} +0 -0
- /package/build/esm/{shared-a7c5f01c.js → shared-ea8e82f3.js} +0 -0
- /package/build/esm/{translationsContext-1f728673.js → translationsContext-27f431de.js} +0 -0
- /package/build/esm/{tslib.es6-71ad0055.js → tslib.es6-8419d6e2.js} +0 -0
- /package/build/esm/{types-a8025012.js → types-01174304.js} +0 -0
- /package/build/esm/{types-3e889c64.js → types-85a17593.js} +0 -0
- /package/build/esm/{useOutsideClick-e285866c.js → useOutsideClick-f9f2bdf7.js} +0 -0
- /package/build/esm/{useScrollbarSize-ea301064.js → useScrollbarSize-0f0c7e80.js} +0 -0
- /package/build/esm/{useUniqueId-73e6daf9.js → useUniqueId-759de028.js} +0 -0
- /package/build/esm/{utils-43b448ac.js → utils-31a2368b.js} +0 -0
- /package/build/esm/{utils-130552c2.js → utils-443e9105.js} +0 -0
- /package/build/{index-6c5952c8.js → index-09c8dcac.js} +0 -0
- /package/build/{index-4b4eb1bf.js → index-1d121d04.js} +0 -0
- /package/build/{index-14fc8104.js → index-4622ff24.js} +0 -0
- /package/build/{index-344d3860.js → index-76439c72.js} +0 -0
- /package/build/{index-fa416e73.js → index-87c357fd.js} +0 -0
- /package/build/{index-c506a798.js → index-d86bb5d3.js} +0 -0
- /package/build/{index-8f489888.js → index-f7d128e7.js} +0 -0
- /package/build/{index-ac15f8cf.js → index-fe299314.js} +0 -0
- /package/build/{index.styles-4fb7697b.js → index.styles-7cd9c8eb.js} +0 -0
- /package/build/{localizeNumberFormat-403cffb6.js → localizeNumberFormat-caf6bbbe.js} +0 -0
- /package/build/{normalizeLink-96612202.js → normalizeLink-6e07a4d8.js} +0 -0
- /package/build/{number-1264deca.js → number-8680b843.js} +0 -0
- /package/build/{paths-c10c280e.js → paths-447d14b1.js} +0 -0
- /package/build/{shared-71858ab9.js → shared-3b439c7e.js} +0 -0
- /package/build/{translationsContext-0698eefd.js → translationsContext-286541fc.js} +0 -0
- /package/build/{tslib.es6-3834354f.js → tslib.es6-0519796c.js} +0 -0
- /package/build/{types-edb9d2d6.js → types-5e749e9c.js} +0 -0
- /package/build/{types-347e76fa.js → types-ed84cdd6.js} +0 -0
- /package/build/{useOutsideClick-95f14f9f.js → useOutsideClick-f0d26bc5.js} +0 -0
- /package/build/{useScrollbarSize-7752d05f.js → useScrollbarSize-a299b692.js} +0 -0
- /package/build/{useUniqueId-1d6c4616.js → useUniqueId-eb9830f1.js} +0 -0
- /package/build/{utils-93845b3a.js → utils-9152c72c.js} +0 -0
- /package/build/{utils-975cbc98.js → utils-ca91d0d5.js} +0 -0
|
@@ -1,56 +1,57 @@
|
|
|
1
|
-
import { _ as __rest, a as __awaiter } from './tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __awaiter } from './tslib.es6-8419d6e2.js';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import React__default, { useRef, useState, useEffect, useImperativeHandle, useMemo, Fragment, useCallback, forwardRef, memo, createContext, useContext } from 'react';
|
|
4
|
-
import { R as Radio, a as Carousel } from './index-
|
|
4
|
+
import { R as Radio, a as Carousel } from './index-ec14c53d.js';
|
|
5
5
|
import { Stack, Group, createStyles, getStylesRef, Box, Badge, rem, Divider, clsx, Button as Button$2, AspectRatio, Modal, Grid } from '@mantine/core';
|
|
6
6
|
import '@mantine/dates';
|
|
7
|
-
import { L as LOCALE_SPECS, F as FAVICONS, Z as ZINDEX_SSO } from './index-
|
|
8
|
-
import './index-
|
|
9
|
-
import { C as CommonGAssets } from './index-
|
|
10
|
-
import './index-
|
|
11
|
-
import { T as Text } from './index-
|
|
12
|
-
import { B as Button$1 } from './index-
|
|
13
|
-
import './index-
|
|
14
|
-
import './index.styles-
|
|
15
|
-
import './translationsContext-
|
|
7
|
+
import { L as LOCALE_SPECS, F as FAVICONS, Z as ZINDEX_SSO } from './index-2c7b61b4.js';
|
|
8
|
+
import './index-9eceee8e.js';
|
|
9
|
+
import { C as CommonGAssets } from './index-0b4dbc4c.js';
|
|
10
|
+
import './index-4605698e.js';
|
|
11
|
+
import { T as Text } from './index-f0b1ad20.js';
|
|
12
|
+
import { B as Button$1 } from './index-4225fecc.js';
|
|
13
|
+
import './index-af19ea6b.js';
|
|
14
|
+
import './index.styles-80500a29.js';
|
|
15
|
+
import './translationsContext-27f431de.js';
|
|
16
16
|
import '@mantine/hooks';
|
|
17
|
-
import { M as MediaQueries } from './utils-
|
|
18
|
-
import './index-
|
|
19
|
-
import { i as isInternalLink } from './SiteWideBanner-
|
|
17
|
+
import { M as MediaQueries } from './utils-443e9105.js';
|
|
18
|
+
import './index-8226c0a3.js';
|
|
19
|
+
import { i as isInternalLink } from './SiteWideBanner-fc36132a.js';
|
|
20
20
|
import styled from '@emotion/styled';
|
|
21
21
|
import { theme } from './miscTheme.js';
|
|
22
|
-
import { C as Checkbox, a as PureInput, P as Pagination$1, b as SearchInput, I as ImageWrapV2 } from './index-
|
|
22
|
+
import { C as Checkbox, a as PureInput, P as Pagination$1, b as SearchInput, I as ImageWrapV2 } from './index-f2671447.js';
|
|
23
23
|
import { format, isBefore, startOfMonth, addMonths, subMonths, getDaysInMonth, isToday, isSameDay, isWithinInterval, isAfter, isPast } from 'date-fns';
|
|
24
24
|
import DayPickerInput from 'react-day-picker/DayPickerInput';
|
|
25
|
-
import { L as Logo } from './index-
|
|
25
|
+
import { L as Logo } from './index-aee5b88c.js';
|
|
26
26
|
import throttle from 'lodash/throttle';
|
|
27
27
|
import parse from 'html-react-parser';
|
|
28
28
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
29
29
|
import { isProduction } from './constantsIsProduction.js';
|
|
30
|
-
import { a as useOutsideClick } from './useOutsideClick-
|
|
30
|
+
import { a as useOutsideClick } from './useOutsideClick-f9f2bdf7.js';
|
|
31
31
|
import enUS from 'date-fns/locale/en-US';
|
|
32
32
|
import id from 'date-fns/locale/id';
|
|
33
33
|
import vi from 'date-fns/locale/vi';
|
|
34
34
|
import zhTW from 'date-fns/locale/zh-TW';
|
|
35
|
-
import { B as Button } from './index-
|
|
36
|
-
import { u as useScreenSize, I as ImageWrap } from './index-
|
|
37
|
-
import { u as useTranslations } from './index-
|
|
35
|
+
import { B as Button } from './index-6838a686.js';
|
|
36
|
+
import { u as useScreenSize, I as ImageWrap } from './index-645441b6.js';
|
|
37
|
+
import { u as useTranslations } from './index-80a96e77.js';
|
|
38
38
|
import classNames from 'classnames';
|
|
39
|
-
import { D as Dropdown } from './index-
|
|
39
|
+
import { D as Dropdown } from './index-fdb464dd.js';
|
|
40
40
|
import { getSocialList } from './miscGetSocialList.js';
|
|
41
|
-
import { I as Input } from './index-
|
|
42
|
-
import { D as Drawer } from './index-
|
|
41
|
+
import { I as Input } from './index-a5c038b3.js';
|
|
42
|
+
import { D as Drawer } from './index-e224e0e7.js';
|
|
43
43
|
import { v4 } from 'uuid';
|
|
44
|
-
import { L as LOCALE } from './Locale-
|
|
44
|
+
import { L as LOCALE } from './Locale-f237fbe6.js';
|
|
45
45
|
import { ArrowRight } from '@hhgtech/icons/arrow';
|
|
46
46
|
import { MultiStar, Question } from '@hhgtech/icons/other';
|
|
47
47
|
import Lottie from 'lottie-light-react';
|
|
48
|
-
import { A as ArrowRightBlue } from './index-
|
|
49
|
-
import { L as Loading } from './index-
|
|
48
|
+
import { A as ArrowRightBlue } from './index-3b67dff3.js';
|
|
49
|
+
import { L as Loading } from './index-900eb0d7.js';
|
|
50
50
|
import get from 'lodash/get';
|
|
51
51
|
import debounce from 'lodash/debounce';
|
|
52
|
-
import { C as Close } from './Close-
|
|
52
|
+
import { C as Close } from './Close-95b14cab.js';
|
|
53
53
|
import { useAnimationOffsetEffect } from '@mantine/carousel';
|
|
54
|
+
import { D as DEFAULT_HEADER_HEIGHT_MOBILE } from './constants-7fc4a060.js';
|
|
54
55
|
|
|
55
56
|
const StarFull = (_a) => {
|
|
56
57
|
var { color, stroke } = _a, props = __rest(_a, ["color", "stroke"]);
|
|
@@ -4784,33 +4785,60 @@ const HPVScreener = ({ onClick, className, style, image, as = 'span', }) => {
|
|
|
4784
4785
|
const StyledTwoItemHorizontalContainer = styled.div `
|
|
4785
4786
|
display: grid;
|
|
4786
4787
|
grid-template-columns: 1fr 2px 1fr;
|
|
4787
|
-
column-gap: ${rem(
|
|
4788
|
+
column-gap: ${rem(10)};
|
|
4789
|
+
|
|
4790
|
+
${MediaQueries.mbUp} {
|
|
4791
|
+
column-gap: ${rem(16)};
|
|
4792
|
+
}
|
|
4788
4793
|
`;
|
|
4789
4794
|
const StyledVerticalContainer = styled.div `
|
|
4790
4795
|
display: grid;
|
|
4791
4796
|
grid-template-columns: repeat(2, 1fr);
|
|
4792
|
-
|
|
4797
|
+
column-gap: ${rem(10)};
|
|
4798
|
+
row-gap: ${rem(12)};
|
|
4793
4799
|
|
|
4794
4800
|
.span-2 {
|
|
4795
4801
|
grid-column: 1 / span 2;
|
|
4796
4802
|
}
|
|
4803
|
+
|
|
4804
|
+
${MediaQueries.mbUp} {
|
|
4805
|
+
column-gap: ${rem(16)};
|
|
4806
|
+
row-gap: ${rem(18)};
|
|
4807
|
+
}
|
|
4797
4808
|
`;
|
|
4798
4809
|
const StyledHorizontalContainer = styled.div `
|
|
4799
4810
|
display: flex;
|
|
4800
4811
|
align-items: center;
|
|
4801
|
-
gap:
|
|
4812
|
+
gap: ${rem(10)};
|
|
4813
|
+
|
|
4814
|
+
${MediaQueries.mbUp} {
|
|
4815
|
+
gap: ${rem(16)};
|
|
4816
|
+
}
|
|
4802
4817
|
`;
|
|
4803
4818
|
const StyledVerticalContent = styled.div `
|
|
4804
4819
|
display: flex;
|
|
4805
4820
|
flex-direction: column;
|
|
4806
|
-
gap: ${rem(2)};
|
|
4807
4821
|
align-items: ${({ align }) => align};
|
|
4822
|
+
max-height: ${rem(40)};
|
|
4823
|
+
|
|
4824
|
+
${MediaQueries.mbUp} {
|
|
4825
|
+
gap: ${rem(2)};
|
|
4826
|
+
max-height: ${rem(46)};
|
|
4827
|
+
}
|
|
4808
4828
|
`;
|
|
4809
4829
|
const StyledTitle$1 = styled.div `
|
|
4810
|
-
font-size: ${rem(15)};
|
|
4811
|
-
font-weight: 600;
|
|
4812
4830
|
color: #111111;
|
|
4831
|
+
font-weight: 600;
|
|
4832
|
+
|
|
4833
|
+
font-size: ${rem(15)};
|
|
4813
4834
|
line-height: ${rem(24)};
|
|
4835
|
+
letter-spacing: -0.3px;
|
|
4836
|
+
|
|
4837
|
+
${MediaQueries.mbUp} {
|
|
4838
|
+
font-size: ${rem(17)};
|
|
4839
|
+
line-height: ${rem(24)};
|
|
4840
|
+
letter-spacing: -0.4px;
|
|
4841
|
+
}
|
|
4814
4842
|
`;
|
|
4815
4843
|
const StyledDescription$1 = styled.div `
|
|
4816
4844
|
color: ${theme.colors.gray700};
|
|
@@ -5318,6 +5346,10 @@ function CardListItem({ title, href, description, logo, defaultImage, LinkCompon
|
|
|
5318
5346
|
children));
|
|
5319
5347
|
}
|
|
5320
5348
|
|
|
5349
|
+
const HERO_IMAGE_TO_TOP_CONTENT = 251;
|
|
5350
|
+
const OVERLAP_CONTENT_RADIUS = 22;
|
|
5351
|
+
const HERO_IMAGE_HEIGHT = OVERLAP_CONTENT_RADIUS + HERO_IMAGE_TO_TOP_CONTENT;
|
|
5352
|
+
|
|
5321
5353
|
// import CalendarDayIcon from '@/public/svg/calendar-days.svg'
|
|
5322
5354
|
// import UsersIcon from '@/public/svg/users.svg'
|
|
5323
5355
|
styled(ImageWrap) `
|
|
@@ -5366,12 +5398,25 @@ styled.div `
|
|
|
5366
5398
|
}
|
|
5367
5399
|
`;
|
|
5368
5400
|
const GeneralInfoContainer = styled.div `
|
|
5401
|
+
background-color: #fff;
|
|
5402
|
+
|
|
5369
5403
|
${MediaQueries.mbUp} {
|
|
5370
5404
|
display: flex;
|
|
5371
|
-
gap:
|
|
5405
|
+
gap: 0;
|
|
5406
|
+
justify-content: space-between;
|
|
5372
5407
|
border-radius: 0.75rem;
|
|
5373
|
-
padding:
|
|
5408
|
+
padding: ${rem(24)};
|
|
5374
5409
|
overflow: hidden;
|
|
5410
|
+
|
|
5411
|
+
& > div:first-child {
|
|
5412
|
+
width: 40%;
|
|
5413
|
+
max-width: 432px;
|
|
5414
|
+
}
|
|
5415
|
+
|
|
5416
|
+
& > div:last-child {
|
|
5417
|
+
width: 51%;
|
|
5418
|
+
max-width: 550px;
|
|
5419
|
+
}
|
|
5375
5420
|
}
|
|
5376
5421
|
|
|
5377
5422
|
#product-image-section {
|
|
@@ -5379,11 +5424,10 @@ const GeneralInfoContainer = styled.div `
|
|
|
5379
5424
|
width: 336px;
|
|
5380
5425
|
}
|
|
5381
5426
|
}
|
|
5382
|
-
background-color: #fff;
|
|
5383
5427
|
`;
|
|
5384
5428
|
const ProductImage = styled(ImageWrapV2) `
|
|
5385
5429
|
${MediaQueries.mbUp} {
|
|
5386
|
-
width:
|
|
5430
|
+
width: 432px;
|
|
5387
5431
|
aspect-ratio: 1/1;
|
|
5388
5432
|
object-fit: cover;
|
|
5389
5433
|
border-radius: 0.5rem;
|
|
@@ -5395,7 +5439,8 @@ const ProductImage = styled(ImageWrapV2) `
|
|
|
5395
5439
|
aspect-ratio: 375/190;
|
|
5396
5440
|
`;
|
|
5397
5441
|
const ProductContent = styled.div `
|
|
5398
|
-
padding: 1.5rem
|
|
5442
|
+
padding: 1rem 1rem 1.5rem;
|
|
5443
|
+
|
|
5399
5444
|
${MediaQueries.mbUp} {
|
|
5400
5445
|
padding: 0;
|
|
5401
5446
|
flex: 1;
|
|
@@ -5409,7 +5454,13 @@ const ProductContent = styled.div `
|
|
|
5409
5454
|
.product-info {
|
|
5410
5455
|
display: flex;
|
|
5411
5456
|
flex-direction: column;
|
|
5412
|
-
gap:
|
|
5457
|
+
gap: 9px;
|
|
5458
|
+
}
|
|
5459
|
+
|
|
5460
|
+
${MediaQueries.mbUp} {
|
|
5461
|
+
.product-info {
|
|
5462
|
+
gap: 8px;
|
|
5463
|
+
}
|
|
5413
5464
|
}
|
|
5414
5465
|
`;
|
|
5415
5466
|
const ImageCarouselContainer = styled.div `
|
|
@@ -5448,14 +5499,14 @@ const StyledImageCarousel = styled(Carousel) `
|
|
|
5448
5499
|
}
|
|
5449
5500
|
|
|
5450
5501
|
&[data-inactive] {
|
|
5451
|
-
opacity: 0
|
|
5502
|
+
opacity: 0;
|
|
5452
5503
|
cursor: default;
|
|
5453
5504
|
}
|
|
5454
5505
|
}
|
|
5455
5506
|
|
|
5456
5507
|
.mantine-Carousel-indicators {
|
|
5457
5508
|
gap: 0.375rem;
|
|
5458
|
-
bottom: 0.5rem;
|
|
5509
|
+
bottom: ${({ isCarouselParallax }) => isCarouselParallax ? '38%' : '0.5rem'};
|
|
5459
5510
|
}
|
|
5460
5511
|
|
|
5461
5512
|
.mantine-Carousel-indicator {
|
|
@@ -5498,38 +5549,113 @@ const CarouselImageItem = styled(ImageWrapV2) `
|
|
|
5498
5549
|
height: 100%;
|
|
5499
5550
|
object-fit: cover;
|
|
5500
5551
|
object-position: center;
|
|
5552
|
+
`;
|
|
5553
|
+
const FixedHeroSection = styled.div `
|
|
5554
|
+
--scrollIndex: ${({ scrollIndex }) => `${scrollIndex}px`};
|
|
5555
|
+
--heroImageHeight: ${HERO_IMAGE_HEIGHT}px;
|
|
5556
|
+
--heroImageRatio: calc(375px / var(--heroImageHeight));
|
|
5557
|
+
|
|
5558
|
+
${MediaQueries.mbDown} {
|
|
5559
|
+
position: fixed;
|
|
5560
|
+
top: var(--header-height, ${DEFAULT_HEADER_HEIGHT_MOBILE}px);
|
|
5561
|
+
left: 0;
|
|
5562
|
+
right: 0;
|
|
5563
|
+
z-index: 0;
|
|
5564
|
+
overflow: hidden;
|
|
5565
|
+
display: flex;
|
|
5566
|
+
flex-direction: column;
|
|
5567
|
+
|
|
5568
|
+
width: 100vw;
|
|
5569
|
+
height: calc(100vw / var(--heroImageRatio) - var(--scrollIndex, 0px));
|
|
5570
|
+
|
|
5571
|
+
& > div {
|
|
5572
|
+
width: 100vw;
|
|
5573
|
+
height: var(--heroImageHeight);
|
|
5574
|
+
}
|
|
5575
|
+
}
|
|
5576
|
+
`;
|
|
5577
|
+
const FixedHeroSpacer = styled.div `
|
|
5578
|
+
${MediaQueries.mbDown} {
|
|
5579
|
+
width: 100%;
|
|
5580
|
+
aspect-ratio: 375 / ${HERO_IMAGE_HEIGHT};
|
|
5581
|
+
}
|
|
5582
|
+
`;
|
|
5583
|
+
const ContentOverlayWrapper = styled.div `
|
|
5584
|
+
position: relative;
|
|
5585
|
+
z-index: 2;
|
|
5586
|
+
background-color: #fff;
|
|
5587
|
+
`;
|
|
5588
|
+
const ContentOverlayWrapperParallax = styled.div `
|
|
5589
|
+
position: relative;
|
|
5590
|
+
z-index: 2;
|
|
5591
|
+
background-color: #fff;
|
|
5592
|
+
border-radius: 1.375rem 1.375rem 0 0;
|
|
5593
|
+
margin-top: calc(-1 * ${OVERLAP_CONTENT_RADIUS}px);
|
|
5594
|
+
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
|
|
5501
5595
|
`;
|
|
5502
5596
|
|
|
5503
|
-
function
|
|
5597
|
+
function FixedParallaxHeroSection({ children }) {
|
|
5598
|
+
const heroSectionRef = useRef(null);
|
|
5599
|
+
const [scrollIndex, setScrollIndex] = useState(0);
|
|
5600
|
+
useEffect(() => {
|
|
5601
|
+
const el = heroSectionRef.current;
|
|
5602
|
+
if (!el)
|
|
5603
|
+
return;
|
|
5604
|
+
const checkHasReachedTop = () => {
|
|
5605
|
+
setScrollIndex(window.scrollY);
|
|
5606
|
+
};
|
|
5607
|
+
checkHasReachedTop();
|
|
5608
|
+
window.addEventListener('scroll', checkHasReachedTop, { passive: true });
|
|
5609
|
+
return () => window.removeEventListener('scroll', checkHasReachedTop);
|
|
5610
|
+
}, []);
|
|
5611
|
+
return (React__default.createElement(FixedHeroSection, { ref: heroSectionRef, "data-section": "FixedParallaxHeroSection_FixedHeroSection", scrollIndex: scrollIndex },
|
|
5612
|
+
React__default.createElement("div", { "data-section": "FixedHeroSection_Content" }, children)));
|
|
5613
|
+
}
|
|
5614
|
+
function GeneralInfo({ generalInfo, backupSrc, className, contentClassName, bannerProps = {}, imagesSelect, children, isMobile: isMobileProp = false, imageCarousel = [], carouselSlotProps, isCarouselParallax = false, onCarouselImageClick, }) {
|
|
5504
5615
|
const { isMobile: isMobileFromHook } = useScreenSize();
|
|
5616
|
+
const contentRef = useRef(null);
|
|
5505
5617
|
// Use isMobile prop first, fallback to breakpoint detection (secondary priority)
|
|
5506
5618
|
const isMobile = isMobileProp !== null && isMobileProp !== void 0 ? isMobileProp : isMobileFromHook;
|
|
5507
5619
|
const showCarousel = imageCarousel.length > 1;
|
|
5508
5620
|
const showCarouselControls = imageCarousel.length > 4 && !isMobile;
|
|
5509
5621
|
const showCarouselIndicators = imageCarousel.length > 1 && isMobile;
|
|
5510
5622
|
const { imageCarousel: imageCarouselSlotProps, slide: carouselSlideSlotProps, imageItemWrapper: carouselImageItemWrapperSlotProps, imageItem: carouselImageItemSlotProps, } = carouselSlotProps !== null && carouselSlotProps !== void 0 ? carouselSlotProps : {};
|
|
5623
|
+
const ContentWrapper = isMobile
|
|
5624
|
+
? isCarouselParallax
|
|
5625
|
+
? ContentOverlayWrapperParallax
|
|
5626
|
+
: ContentOverlayWrapper
|
|
5627
|
+
: 'div';
|
|
5628
|
+
const carouselItemWrapperStyle = isCarouselParallax
|
|
5629
|
+
? {
|
|
5630
|
+
aspectRatio: `375 / ${HERO_IMAGE_HEIGHT}`,
|
|
5631
|
+
}
|
|
5632
|
+
: {};
|
|
5633
|
+
const heroContent = imagesSelect ? (imagesSelect) : isMobile ? (React__default.createElement(StyledImageCarousel, Object.assign({ slidesToShow: 1, align: "start", withControls: false, withIndicators: showCarouselIndicators, dragFree: false, slideSize: "100%", slideGap: 0, draggable: showCarouselIndicators, isCarouselParallax: isCarouselParallax }, imageCarouselSlotProps), imageCarousel.map((imageUrl, index) => (React__default.createElement(Carousel.Slide, Object.assign({ key: index }, carouselSlideSlotProps),
|
|
5634
|
+
React__default.createElement(CarouselImageItemWrapperMobile, { style: carouselItemWrapperStyle, onClick: () => onCarouselImageClick === null || onCarouselImageClick === void 0 ? void 0 : onCarouselImageClick(index) },
|
|
5635
|
+
React__default.createElement(CarouselImageItem, Object.assign({}, carouselImageItemSlotProps, { src: imageUrl, alt: `${generalInfo.altText || 'product'} - ${index + 1}`, backupSrc: backupSrc, isMobile: isMobile })))))))) : (React__default.createElement(React__default.Fragment, null,
|
|
5636
|
+
React__default.createElement(ProductImage, Object.assign({ backupSrc: backupSrc, src: generalInfo.banner || generalInfo.logo, alt: generalInfo.altText ||
|
|
5637
|
+
(typeof generalInfo.name === 'string'
|
|
5638
|
+
? generalInfo.name
|
|
5639
|
+
: 'product') }, bannerProps)),
|
|
5640
|
+
showCarousel && (React__default.createElement(ImageCarouselContainer, null,
|
|
5641
|
+
React__default.createElement(StyledImageCarousel, Object.assign({ slidesToShow: 4, align: "start", withControls: showCarouselControls, withIndicators: false, dragFree: true, controlSize: 24, slideSize: 76, slideGap: 10 }, imageCarouselSlotProps), imageCarousel.map((imageUrl, index) => (React__default.createElement(Carousel.Slide, Object.assign({ key: index }, carouselSlideSlotProps),
|
|
5642
|
+
React__default.createElement(CarouselImageItemWrapper, Object.assign({}, carouselImageItemWrapperSlotProps, { onClick: (event) => {
|
|
5643
|
+
var _a;
|
|
5644
|
+
(_a = carouselImageItemWrapperSlotProps === null || carouselImageItemWrapperSlotProps === void 0 ? void 0 : carouselImageItemWrapperSlotProps.onClick) === null || _a === void 0 ? void 0 : _a.call(carouselImageItemWrapperSlotProps, event);
|
|
5645
|
+
onCarouselImageClick === null || onCarouselImageClick === void 0 ? void 0 : onCarouselImageClick(index);
|
|
5646
|
+
} }),
|
|
5647
|
+
React__default.createElement(CarouselImageItem, Object.assign({}, carouselImageItemSlotProps, { src: imageUrl, alt: `${generalInfo.altText || 'product'} - ${index + 1}`, backupSrc: backupSrc, isMobile: isMobile })))))))))));
|
|
5511
5648
|
return (React__default.createElement(GeneralInfoContainer, { className: className },
|
|
5512
|
-
|
|
5513
|
-
React__default.createElement(
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5522
|
-
var _a;
|
|
5523
|
-
(_a = carouselImageItemWrapperSlotProps === null || carouselImageItemWrapperSlotProps === void 0 ? void 0 : carouselImageItemWrapperSlotProps.onClick) === null || _a === void 0 ? void 0 : _a.call(carouselImageItemWrapperSlotProps, event);
|
|
5524
|
-
onCarouselImageClick === null || onCarouselImageClick === void 0 ? void 0 : onCarouselImageClick(index);
|
|
5525
|
-
} }),
|
|
5526
|
-
React__default.createElement(CarouselImageItem, Object.assign({}, carouselImageItemSlotProps, { src: imageUrl, alt: `${generalInfo.altText || 'product'} - ${index + 1}`, backupSrc: backupSrc, isMobile: isMobile })))))))))))))),
|
|
5527
|
-
React__default.createElement(ProductContent, { className: contentClassName },
|
|
5528
|
-
React__default.createElement("div", { className: "product-info" },
|
|
5529
|
-
typeof generalInfo.name === 'string' ? (React__default.createElement(Text, { size: "h3", fw: 600, color: "gray1000", as: "h1" }, generalInfo.name)) : (generalInfo.name), generalInfo === null || generalInfo === void 0 ? void 0 :
|
|
5530
|
-
generalInfo.middleContent,
|
|
5531
|
-
generalInfo.description && (React__default.createElement(Text, { size: isMobile ? 'p3' : 'p1', color: "gray700" }, generalInfo.description))),
|
|
5532
|
-
children)));
|
|
5649
|
+
isCarouselParallax ? (React__default.createElement(React__default.Fragment, null,
|
|
5650
|
+
React__default.createElement(FixedParallaxHeroSection, null, heroContent),
|
|
5651
|
+
React__default.createElement(FixedHeroSpacer, { "data-section": "PseudoEl_FixedHeroSpacer" }))) : (React__default.createElement("div", { "data-section": "HeroContent" }, heroContent)),
|
|
5652
|
+
React__default.createElement(ContentWrapper, { "data-section": "ProductDetail_ContentWrapper", ref: contentRef },
|
|
5653
|
+
React__default.createElement(ProductContent, { className: contentClassName },
|
|
5654
|
+
React__default.createElement("div", { className: "product-info" },
|
|
5655
|
+
typeof generalInfo.name === 'string' ? (React__default.createElement(Text, { size: "h3", fw: 600, color: "gray1000", as: "h1" }, generalInfo.name)) : (generalInfo.name), generalInfo === null || generalInfo === void 0 ? void 0 :
|
|
5656
|
+
generalInfo.middleContent,
|
|
5657
|
+
generalInfo.description && (React__default.createElement(Text, { size: "body2", color: "gray700", "data-section": "ProductContent_Description" }, generalInfo.description))),
|
|
5658
|
+
children))));
|
|
5533
5659
|
}
|
|
5534
5660
|
GeneralInfo.Container = GeneralInfoContainer;
|
|
5535
5661
|
GeneralInfo.Image = ProductImage;
|
|
@@ -5552,9 +5678,11 @@ const GalleryMain = styled.div `
|
|
|
5552
5678
|
min-width: 0;
|
|
5553
5679
|
height: calc(100% - 108px);
|
|
5554
5680
|
width: 100%;
|
|
5681
|
+
|
|
5555
5682
|
${MediaQueries.mbUp} {
|
|
5556
5683
|
height: auto;
|
|
5557
5684
|
max-height: calc(100dvh - 10dvh);
|
|
5685
|
+
aspect-ratio: 716 / 720;
|
|
5558
5686
|
}
|
|
5559
5687
|
`;
|
|
5560
5688
|
const GallerySidebar = styled.div `
|
|
@@ -5727,7 +5855,7 @@ const StyledCarousel = styled(Carousel) `
|
|
|
5727
5855
|
}
|
|
5728
5856
|
|
|
5729
5857
|
&[data-inactive] {
|
|
5730
|
-
opacity: 0
|
|
5858
|
+
opacity: 0;
|
|
5731
5859
|
cursor: default;
|
|
5732
5860
|
}
|
|
5733
5861
|
}
|
|
@@ -5770,7 +5898,7 @@ function GalleryCarousel() {
|
|
|
5770
5898
|
};
|
|
5771
5899
|
return (React__default.createElement(StyledCarousel, { align: "center", slideSize: "100%", withControls: galleryImages.length > 1 && !isMobile, withIndicators: false, dragFree: false, slideGap: 0, draggable: galleryImages.length > 1 && isMobile, getEmblaApi: handleEmblaReady, onSlideChange: handleSlideChange, loop: false, height: "100%", controlSize: 32, initialSlide: initialSlide }, galleryImages.map((imageUrl, index) => (React__default.createElement(Carousel.Slide, { key: `${imageUrl}-${index}` },
|
|
5772
5900
|
React__default.createElement(LargeImageWrapper, null,
|
|
5773
|
-
React__default.createElement(MainGalleryImage, { src: imageUrl, alt: `${altPrefix} - ${index + 1}`, backupSrc: backupSrc })))))));
|
|
5901
|
+
React__default.createElement(MainGalleryImage, { "data-section": "MainGalleryImage_section", src: imageUrl, alt: `${altPrefix} - ${index + 1}`, backupSrc: backupSrc })))))));
|
|
5774
5902
|
}
|
|
5775
5903
|
|
|
5776
5904
|
function GalleryThumbnails({ isMobile }) {
|
|
@@ -5797,7 +5925,7 @@ function GalleryTitle({ isMobile }) {
|
|
|
5797
5925
|
return null;
|
|
5798
5926
|
}
|
|
5799
5927
|
if (typeof generalInfo.name === 'string') {
|
|
5800
|
-
return (React__default.createElement(Text, {
|
|
5928
|
+
return (React__default.createElement(Text, { fw: 600, size: "h5New", color: "gray1000", as: "h2" }, generalInfo.name));
|
|
5801
5929
|
}
|
|
5802
5930
|
return React__default.createElement(React__default.Fragment, null, generalInfo.name);
|
|
5803
5931
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default, { useState, useEffect, useMemo } from 'react';
|
|
2
|
-
import { T as TranslationsContext } from './translationsContext-
|
|
2
|
+
import { T as TranslationsContext } from './translationsContext-27f431de.js';
|
|
3
3
|
import defaultTranslations from './i18n-values/en-PH.js';
|
|
4
4
|
import hiTranslations from './i18n-values/hi-IN.js';
|
|
5
5
|
import idTranslations from './i18n-values/id-ID.js';
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-8419d6e2.js';
|
|
2
2
|
import React__default, { createContext, useContext, useMemo, useCallback, useState } from 'react';
|
|
3
|
-
import { u as useTranslations } from './index-
|
|
4
|
-
import { I as Icon } from './index-
|
|
5
|
-
import './index-
|
|
3
|
+
import { u as useTranslations } from './index-80a96e77.js';
|
|
4
|
+
import { I as Icon } from './index-49d47387.js';
|
|
5
|
+
import './index-ec14c53d.js';
|
|
6
6
|
import { Box, createStyles } from '@mantine/core';
|
|
7
7
|
import '@mantine/dates';
|
|
8
|
-
import { j as DATE_FNS_LOCALE } from './index-
|
|
9
|
-
import './index-
|
|
10
|
-
import './index-
|
|
11
|
-
import './index-
|
|
12
|
-
import { T as Text } from './index-
|
|
13
|
-
import './index-
|
|
8
|
+
import { j as DATE_FNS_LOCALE } from './index-2c7b61b4.js';
|
|
9
|
+
import './index-9eceee8e.js';
|
|
10
|
+
import './index-0b4dbc4c.js';
|
|
11
|
+
import './index-4605698e.js';
|
|
12
|
+
import { T as Text } from './index-f0b1ad20.js';
|
|
13
|
+
import './index-4225fecc.js';
|
|
14
14
|
import { theme } from './miscTheme.js';
|
|
15
|
-
import './index-
|
|
16
|
-
import './index.styles-
|
|
15
|
+
import './index-af19ea6b.js';
|
|
16
|
+
import './index.styles-80500a29.js';
|
|
17
17
|
import '@mantine/hooks';
|
|
18
|
-
import { M as MediaQueries } from './utils-
|
|
19
|
-
import './index-
|
|
20
|
-
import { u as useScreenSize } from './index-
|
|
21
|
-
import { T as TogetherComponentGlobalContext, k as getCurrentBaseUrl } from './utils-
|
|
18
|
+
import { M as MediaQueries } from './utils-443e9105.js';
|
|
19
|
+
import './index-8226c0a3.js';
|
|
20
|
+
import { u as useScreenSize } from './index-645441b6.js';
|
|
21
|
+
import { T as TogetherComponentGlobalContext, k as getCurrentBaseUrl } from './utils-3bd9323b.js';
|
|
22
22
|
import { format } from 'date-fns';
|
|
23
|
-
import { L as LOCALE } from './Locale-
|
|
23
|
+
import { L as LOCALE } from './Locale-f237fbe6.js';
|
|
24
24
|
import styled from '@emotion/styled';
|
|
25
|
-
import { H as Heading } from './index-
|
|
26
|
-
import { P as PopoverMenu, S as StyledTree } from './index-
|
|
25
|
+
import { H as Heading } from './index-7d83d9ad.js';
|
|
26
|
+
import { P as PopoverMenu, S as StyledTree } from './index-2a8e5ecf.js';
|
|
27
27
|
|
|
28
28
|
const CardReactionsContext = createContext({});
|
|
29
29
|
|
package/build/esm/types.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as BabyGrowthChartDuration, B as BabyGrowthChartType, b as BabyGrowthResultTab, C as COMMON_DATE_TRANSLATE_KEY, E as ELEMENT_CONTROL_INPUT_TYPE, F as FULL_KEY_ADDRESS, G as Gender, f as NodeActionType, e as NodeFinalTypes, N as NodeIntentType, g as NodeMultipleOptions, c as NodePosition, d as NodeType, O as OnboardingStep, S as SocialType, h as SubotType, V as VideoType } from './index-
|
|
2
|
-
export { L as LOCALE } from './Locale-
|
|
1
|
+
export { a as BabyGrowthChartDuration, B as BabyGrowthChartType, b as BabyGrowthResultTab, C as COMMON_DATE_TRANSLATE_KEY, E as ELEMENT_CONTROL_INPUT_TYPE, F as FULL_KEY_ADDRESS, G as Gender, f as NodeActionType, e as NodeFinalTypes, N as NodeIntentType, g as NodeMultipleOptions, c as NodePosition, d as NodeType, O as OnboardingStep, S as SocialType, h as SubotType, V as VideoType } from './index-9eceee8e.js';
|
|
2
|
+
export { L as LOCALE } from './Locale-f237fbe6.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useState, useEffect } from 'react';
|
|
2
2
|
import { create } from 'zustand';
|
|
3
3
|
import { persist, createJSONStorage } from 'zustand/middleware';
|
|
4
|
-
import { h as HHG_CART_CARE_STORE_KEY } from './index-
|
|
4
|
+
import { h as HHG_CART_CARE_STORE_KEY } from './index-2c7b61b4.js';
|
|
5
5
|
|
|
6
6
|
const useIsInit = () => {
|
|
7
7
|
const [isInit, setIsInit] = useState(true);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a as __awaiter } from './tslib.es6-
|
|
1
|
+
import { a as __awaiter } from './tslib.es6-8419d6e2.js';
|
|
2
2
|
import { useRef, useEffect, useState, useCallback, useMemo } from 'react';
|
|
3
3
|
import { getCookie } from './miscCookieHelper.js';
|
|
4
|
-
import { u as useInitialMount } from './useUniqueId-
|
|
5
|
-
import './index-
|
|
6
|
-
import { u as useTranslations } from './index-
|
|
7
|
-
import { L as LOCALE } from './Locale-
|
|
4
|
+
import { u as useInitialMount } from './useUniqueId-759de028.js';
|
|
5
|
+
import './index-9eceee8e.js';
|
|
6
|
+
import { u as useTranslations } from './index-80a96e77.js';
|
|
7
|
+
import { L as LOCALE } from './Locale-f237fbe6.js';
|
|
8
8
|
|
|
9
9
|
function normalizeAndHash(string) {
|
|
10
10
|
const utf8 = new TextEncoder().encode(string.trim().toLowerCase());
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import React__default, { createContext, useContext, useRef } from 'react';
|
|
2
2
|
import { deleteCookie } from './miscCookieHelper.js';
|
|
3
|
-
import { u as useSSOV2Store, I as IS_SSOV2_ENABLED } from './store-
|
|
4
|
-
import { T as TogetherComponentGlobalContext, j as getUrlToSignUp } from './utils-
|
|
5
|
-
import { B as BEARER_TOKEN_COOKIE } from './constants-
|
|
6
|
-
import './tslib.es6-
|
|
3
|
+
import { u as useSSOV2Store, I as IS_SSOV2_ENABLED } from './store-77abab70.js';
|
|
4
|
+
import { T as TogetherComponentGlobalContext, j as getUrlToSignUp } from './utils-3bd9323b.js';
|
|
5
|
+
import { B as BEARER_TOKEN_COOKIE } from './constants-80f7b8b8.js';
|
|
6
|
+
import './tslib.es6-8419d6e2.js';
|
|
7
7
|
import 'zustand';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-bfa04b00.js';
|
|
9
9
|
import './constantsIsProduction.js';
|
|
10
|
-
import './normalizeLink-
|
|
10
|
+
import './normalizeLink-05d204f3.js';
|
|
11
11
|
import './constantsDomainLocales.js';
|
|
12
|
-
import './Locale-
|
|
13
|
-
import './index-
|
|
12
|
+
import './Locale-f237fbe6.js';
|
|
13
|
+
import './index-2c7b61b4.js';
|
|
14
14
|
import 'date-fns/locale';
|
|
15
|
-
import './index-
|
|
15
|
+
import './index-9eceee8e.js';
|
|
16
16
|
import './constantsSite.js';
|
|
17
17
|
import './constantsRiskScreener.js';
|
|
18
|
-
import './index-
|
|
18
|
+
import './index-d1eeab74.js';
|
|
19
19
|
import 'slugify';
|
|
20
20
|
import 'string-format';
|
|
21
21
|
import './togetherApiPaths.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { a as __awaiter } from './tslib.es6-
|
|
2
|
-
import { c as cookie } from './index-
|
|
1
|
+
import { a as __awaiter } from './tslib.es6-8419d6e2.js';
|
|
2
|
+
import { c as cookie } from './index-d1eeab74.js';
|
|
3
3
|
import { getCookie } from './miscCookieHelper.js';
|
|
4
4
|
import slugify from 'slugify';
|
|
5
5
|
import { isProduction } from './constantsIsProduction.js';
|
|
6
6
|
import formatString from 'string-format';
|
|
7
7
|
import React__default, { createContext, useState, useEffect } from 'react';
|
|
8
8
|
import { PATHS } from './togetherApiPaths.js';
|
|
9
|
-
import { B as BEARER_TOKEN_COOKIE, b as BEARER_ADMIN_TOKEN_COOKIE, L as LOCALISED_SLUGS } from './constants-
|
|
9
|
+
import { B as BEARER_TOKEN_COOKIE, b as BEARER_ADMIN_TOKEN_COOKIE, L as LOCALISED_SLUGS } from './constants-80f7b8b8.js';
|
|
10
10
|
|
|
11
11
|
const DefaultComponentGlobalContextData = {
|
|
12
12
|
locale: 'vi-VN',
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { b as HEALTH_TOOL_NAME_TRACKING } from './healthTools-
|
|
2
|
-
import { l as locale } from './index-
|
|
3
|
-
import { u as useSSOV2Store } from './store-
|
|
4
|
-
import { h as SubotType } from './index-
|
|
5
|
-
import { L as LOCALE } from './Locale-
|
|
1
|
+
import { b as HEALTH_TOOL_NAME_TRACKING } from './healthTools-f4ad832c.js';
|
|
2
|
+
import { l as locale } from './index-bfa04b00.js';
|
|
3
|
+
import { u as useSSOV2Store } from './store-77abab70.js';
|
|
4
|
+
import { h as SubotType } from './index-9eceee8e.js';
|
|
5
|
+
import { L as LOCALE } from './Locale-f237fbe6.js';
|
|
6
6
|
|
|
7
7
|
const isFeatureWhatsAppEnabled = [
|
|
8
8
|
LOCALE.Indonesia,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState, useCallback, useMemo } from 'react';
|
|
2
|
-
import { U as USER_GEOLOCATION_COORDINATES_COOKIE } from './index-
|
|
2
|
+
import { U as USER_GEOLOCATION_COORDINATES_COOKIE } from './index-2c7b61b4.js';
|
|
3
3
|
import { getCookie, setCookie, deleteCookie } from './miscCookieHelper.js';
|
|
4
4
|
import styled from '@emotion/styled';
|
|
5
5
|
import { theme } from './miscTheme.js';
|
|
6
|
-
import { M as MediaQueries } from './utils-
|
|
6
|
+
import { M as MediaQueries } from './utils-443e9105.js';
|
|
7
7
|
import Skeleton from 'react-loading-skeleton';
|
|
8
8
|
import formatString from 'string-format';
|
|
9
9
|
import { domainLocales } from './constantsDomainLocales.js';
|