@hhgtech/hhg-components 1.29.419 → 1.29.420-beta-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/{InputDate-492ff359.js → InputDate-b8dbaac4.js} +5 -5
- package/build/{LastPeriod-13790429.js → LastPeriod-4de341de.js} +1 -1
- package/build/{MobileBottomNavigationIcon-725f332c.js → MobileBottomNavigationIcon-ff81d662.js} +3 -3
- package/build/{Spinner-256332c8.js → Spinner-6c036046.js} +1 -1
- package/build/{WhatsApp-089807c1.js → WhatsApp-2b519d29.js} +1 -1
- package/build/adapters.js +20 -20
- package/build/atoms.js +52 -50
- package/build/babyGrowth.js +85 -84
- 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/drawerBottom/index.d.ts +15 -0
- package/build/components/atoms/drawerBottom/styled.d.ts +17 -0
- package/build/components/atoms/drawerComponent/index.d.ts +2 -0
- package/build/components/atoms/index.d.ts +1 -0
- package/build/components/atoms/searchInput/index.d.ts +18 -0
- package/build/components/molecules/cardListItem/index.d.ts +13 -0
- package/build/components/molecules/cardListItem/index.styled.d.ts +9 -0
- package/build/components/molecules/index.d.ts +3 -0
- package/build/components/molecules/list/Content.d.ts +8 -0
- package/build/components/molecules/list/Item.d.ts +4 -0
- package/build/components/molecules/list/ListProvider.d.ts +3 -0
- package/build/components/molecules/list/ListQuickFilter.d.ts +8 -0
- package/build/components/molecules/list/LoadMore.d.ts +10 -0
- package/build/components/molecules/list/Pagination.d.ts +2 -0
- package/build/components/molecules/list/Search.d.ts +9 -0
- package/build/components/molecules/list/context.d.ts +4 -0
- package/build/components/molecules/list/index.d.ts +18 -0
- package/build/components/molecules/list/type.d.ts +36 -0
- package/build/components/molecules/list/useList.d.ts +22 -0
- package/build/components/molecules/quickFilter/index.d.ts +10 -0
- package/build/components/molecules/quickFilter/index.styled.d.ts +5 -0
- package/build/components/organisms/collectPhoneNumber/collectPhoneForm.d.ts +21 -0
- package/build/components/organisms/collectPhoneNumber/collectPhoneSuccess.d.ts +6 -0
- package/build/components/organisms/collectPhoneNumber/index.d.ts +2 -0
- package/build/components/organisms/collectPhoneNumber/index.styled.d.ts +26 -0
- package/build/components/organisms/collectPhoneNumber/popupCollectPhone.d.ts +14 -0
- package/build/components/organisms/index.d.ts +1 -0
- package/build/components.js +120 -103
- package/build/{constants-585690bb.js → constants-b9d2aae8.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-c1dd69dc.js → core-d1e67b68.js} +1 -1
- package/build/{dataTransform-2099b1de.js → dataTransform-c41cdce7.js} +1 -1
- package/build/ecom.js +4 -4
- package/build/{editor-8b19c37c.js → editor-367dcfc2.js} +11 -11
- package/build/embeddedHeathToolCards_babyGrowth.js +24 -24
- package/build/embeddedHeathToolCards_babyPoop.js +20 -20
- package/build/embeddedHeathToolCards_babyVaccine.js +23 -23
- package/build/embeddedHeathToolCards_bmi_bmi.js +26 -26
- package/build/embeddedHeathToolCards_bmrBmr.js +26 -26
- package/build/embeddedHeathToolCards_dueDate_dueDate.js +23 -23
- package/build/embeddedHeathToolCards_ovulation_ovulation.js +23 -23
- package/build/embeddedHeathToolCards_pwg_pwg.js +27 -27
- package/build/embeddedHeathToolCards_targetHeartRate.js +28 -28
- package/build/esm/{InputDate-c5aca1d7.js → InputDate-7c8211d7.js} +5 -5
- package/build/esm/{LastPeriod-f1f11214.js → LastPeriod-229b6a23.js} +1 -1
- package/build/esm/{MobileBottomNavigationIcon-d23f71fa.js → MobileBottomNavigationIcon-1b409d9b.js} +3 -3
- package/build/esm/{Spinner-f06c4b5a.js → Spinner-9e0a3e2c.js} +1 -1
- package/build/esm/{WhatsApp-0ae5807d.js → WhatsApp-abba5ae0.js} +1 -1
- package/build/esm/adapters.js +20 -20
- package/build/esm/atoms.js +49 -49
- package/build/esm/babyGrowth.js +85 -84
- 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/drawerBottom/index.d.ts +15 -0
- package/build/esm/components/atoms/drawerBottom/styled.d.ts +17 -0
- package/build/esm/components/atoms/drawerComponent/index.d.ts +2 -0
- package/build/esm/components/atoms/index.d.ts +1 -0
- package/build/esm/components/atoms/searchInput/index.d.ts +18 -0
- package/build/esm/components/molecules/cardListItem/index.d.ts +13 -0
- package/build/esm/components/molecules/cardListItem/index.styled.d.ts +9 -0
- package/build/esm/components/molecules/index.d.ts +3 -0
- package/build/esm/components/molecules/list/Content.d.ts +8 -0
- package/build/esm/components/molecules/list/Item.d.ts +4 -0
- package/build/esm/components/molecules/list/ListProvider.d.ts +3 -0
- package/build/esm/components/molecules/list/ListQuickFilter.d.ts +8 -0
- package/build/esm/components/molecules/list/LoadMore.d.ts +10 -0
- package/build/esm/components/molecules/list/Pagination.d.ts +2 -0
- package/build/esm/components/molecules/list/Search.d.ts +9 -0
- package/build/esm/components/molecules/list/context.d.ts +4 -0
- package/build/esm/components/molecules/list/index.d.ts +18 -0
- package/build/esm/components/molecules/list/type.d.ts +36 -0
- package/build/esm/components/molecules/list/useList.d.ts +22 -0
- package/build/esm/components/molecules/quickFilter/index.d.ts +10 -0
- package/build/esm/components/molecules/quickFilter/index.styled.d.ts +5 -0
- package/build/esm/components/organisms/collectPhoneNumber/collectPhoneForm.d.ts +21 -0
- package/build/esm/components/organisms/collectPhoneNumber/collectPhoneSuccess.d.ts +6 -0
- package/build/esm/components/organisms/collectPhoneNumber/index.d.ts +2 -0
- package/build/esm/components/organisms/collectPhoneNumber/index.styled.d.ts +26 -0
- package/build/esm/components/organisms/collectPhoneNumber/popupCollectPhone.d.ts +14 -0
- package/build/esm/components/organisms/index.d.ts +1 -0
- package/build/esm/components.js +101 -98
- package/build/esm/{constants-a2f7fcf3.js → constants-72bbedca.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-3792d024.js → core-b74300a0.js} +1 -1
- package/build/esm/{dataTransform-09e070fb.js → dataTransform-c026b787.js} +1 -1
- package/build/esm/ecom.js +4 -4
- package/build/esm/{editor-50da2bc1.js → editor-8e180ee3.js} +11 -11
- package/build/esm/embeddedHeathToolCards_babyGrowth.js +24 -24
- package/build/esm/embeddedHeathToolCards_babyPoop.js +20 -20
- package/build/esm/embeddedHeathToolCards_babyVaccine.js +23 -23
- package/build/esm/embeddedHeathToolCards_bmi_bmi.js +26 -26
- package/build/esm/embeddedHeathToolCards_bmrBmr.js +26 -26
- package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +23 -23
- package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +23 -23
- package/build/esm/embeddedHeathToolCards_pwg_pwg.js +27 -27
- package/build/esm/embeddedHeathToolCards_targetHeartRate.js +28 -28
- package/build/esm/footer.js +22 -22
- package/build/esm/gAssets.js +2 -2
- package/build/esm/{healthTools-63451e83.js → healthTools-02d33a80.js} +1 -1
- package/build/esm/healthToolsCardWrapper.js +19 -19
- package/build/esm/healthToolsForm.js +34 -34
- package/build/esm/hooks.js +13 -13
- package/build/esm/i18n/translationKeys.d.ts +1 -1
- package/build/esm/i18n-values/en-PH.js +8 -0
- package/build/esm/i18n-values/hi-IN.js +8 -0
- package/build/esm/i18n-values/id-ID.js +8 -0
- package/build/esm/i18n-values/km-KH.js +8 -0
- package/build/esm/i18n-values/ms-MY.js +8 -0
- package/build/esm/i18n-values/my-MM.js +8 -0
- package/build/esm/i18n-values/th-TH.js +8 -0
- package/build/esm/i18n-values/tl-PH.js +8 -0
- package/build/esm/i18n-values/vi-VN.js +8 -0
- package/build/esm/i18n-values/vi-VN_MB.js +8 -0
- package/build/esm/i18n-values/zh-SG.js +8 -0
- package/build/esm/i18n-values/zh-TW.js +8 -0
- package/build/esm/i18n.js +2 -2
- package/build/esm/i18nV2.js +2 -2
- package/build/esm/icons/Check.d.ts +4 -0
- package/build/esm/icons/CurrentLocation.d.ts +4 -0
- package/build/esm/icons/HelloZalo.d.ts +4 -0
- package/build/esm/icons/Search2.d.ts +4 -0
- package/build/esm/icons/index.d.ts +5 -1
- package/build/esm/{index-3ea2bac7.js → index-00d17c68.js} +17 -17
- package/build/esm/{index-6f740cc7.js → index-09163dee.js} +7 -7
- package/build/esm/{index-dd4cb03c.js → index-15f1eb89.js} +15 -15
- package/build/esm/{index-e038eac9.js → index-17eeebe5.js} +3 -3
- package/build/esm/{index-6da193b0.js → index-1978736e.js} +2 -2
- package/build/esm/{index-5bf74a5f.js → index-25fef74b.js} +11 -11
- package/build/esm/{index-8f8ec063.js → index-27237bf0.js} +17 -17
- package/build/esm/index-29cae2ef.js +438 -0
- package/build/esm/{index-7eeea5c7.js → index-2f11afc8.js} +1 -1
- package/build/esm/{index-3617196d.js → index-2f430321.js} +2 -2
- package/build/esm/{index-191ab44b.js → index-33269880.js} +3 -3
- package/build/esm/{index-189691d3.js → index-3cdad85c.js} +6 -6
- package/build/esm/{index-6781af5c.js → index-3ce984cd.js} +2 -2
- package/build/esm/{index-aabf1f0c.js → index-3e9e6b60.js} +4 -4
- package/build/esm/{index-c5b717b3.js → index-3f970d95.js} +13 -13
- package/build/esm/{index-53376e93.js → index-45d4198f.js} +6 -6
- package/build/esm/{index-102f1256.js → index-48bc69a1.js} +22 -22
- package/build/esm/{index-57ef7ee1.js → index-4a3a508d.js} +17 -17
- package/build/esm/{index-e9f085b1.js → index-4a8e637c.js} +1 -1
- package/build/esm/{index-e886646b.js → index-4e5ffef0.js} +2 -2
- package/build/esm/{index-bd72cf8c.js → index-4f7fd802.js} +4 -4
- package/build/esm/{index-4f83c392.js → index-55117555.js} +2 -2
- package/build/esm/{index-1b0c59ad.js → index-58d32347.js} +1 -1
- package/build/esm/{index-ab3b6ff2.js → index-5ca1a5b5.js} +10 -10
- package/build/esm/{index-16fdc55c.js → index-5f239ba0.js} +3 -3
- package/build/esm/{index-b5acffeb.js → index-671b30be.js} +7 -7
- package/build/esm/{index-71ef12de.js → index-7767a78d.js} +3 -3
- package/build/esm/{index-f701099c.js → index-77a5ed91.js} +2 -2
- package/build/esm/{index-f4288484.js → index-81bed3a5.js} +1 -1
- package/build/esm/{index-21fb10e8.js → index-87df8031.js} +13 -13
- package/build/esm/{index-bec9aaac.js → index-8bcbdcb9.js} +2 -2
- package/build/esm/{index-87725a7e.js → index-93c8733b.js} +7 -141
- package/build/esm/{index-b4a16d91.js → index-94b5f3dc.js} +1 -1
- package/build/esm/{index-6317bbb4.js → index-9a958bf9.js} +17 -17
- package/build/esm/{index-89577391.js → index-9da5accf.js} +15 -15
- package/build/esm/{index-d4e185e2.js → index-9dbdd688.js} +8 -8
- package/build/esm/{index-274ec6b2.js → index-a08d1a70.js} +3 -3
- package/build/esm/{index-0426f23f.js → index-a99df004.js} +365 -27
- package/build/esm/{index-afea4102.js → index-af3b4bea.js} +5 -5
- package/build/esm/{index-0b3eda7a.js → index-af486ec3.js} +1 -1
- package/build/esm/{index-171189f1.js → index-b115270a.js} +16 -16
- package/build/esm/{index-5731d0d8.js → index-b17b6b90.js} +13 -13
- package/build/esm/{index-76767acf.js → index-b693db76.js} +16 -16
- package/build/esm/{index-b17ada8f.js → index-bdf1d493.js} +2 -2
- package/build/esm/{index-68b47e27.js → index-bf65f180.js} +6 -6
- package/build/esm/{index-821ea8b0.js → index-c129a5bd.js} +2 -2
- package/build/esm/{index-b0a916ab.js → index-c1b31c1d.js} +3 -3
- package/build/esm/{index-1d2eaa10.js → index-c4989617.js} +3 -3
- package/build/esm/{index-e05d9e9e.js → index-ca47d75c.js} +21 -21
- package/build/esm/{index-8c51cce4.js → index-d0398e7e.js} +1 -1
- package/build/esm/{index-e06fc646.js → index-d4a5a42f.js} +13 -13
- package/build/esm/{index-f606de13.js → index-d6783182.js} +2 -2
- package/build/esm/{index-401c0537.js → index-d6cba597.js} +25 -25
- package/build/esm/{index-21a14625.js → index-d8d29fba.js} +30 -30
- package/build/esm/{index-733da889.js → index-da18145b.js} +2 -2
- package/build/esm/{index-934270bc.js → index-dc178688.js} +13 -13
- package/build/esm/{index-3734df29.js → index-df1d108a.js} +32 -32
- package/build/esm/{index-dfc36ee7.js → index-dfaa5b80.js} +15 -15
- package/build/esm/{index-a839b193.js → index-dfb4fc92.js} +2 -2
- package/build/esm/{index-741f6392.js → index-e03a252a.js} +2 -2
- package/build/esm/{index-ac55ae04.js → index-e0aa6439.js} +32 -32
- package/build/esm/{index-39d58919.js → index-e7f43d4b.js} +13 -13
- package/build/esm/{index-65e33226.js → index-eed6bc98.js} +2 -2
- package/build/esm/index-f0cad392.js +388 -0
- package/build/esm/{index-d04d36d4.js → index-f25b9d2f.js} +8 -8
- package/build/esm/{index-31ba25b8.js → index-f84edc62.js} +6 -6
- package/build/esm/{index-c82fa113.js → index-fa4c7a7d.js} +2 -2
- package/build/esm/{index-66bb61f2.js → index-fad329e2.js} +1 -1
- package/build/esm/index.js +131 -124
- package/build/esm/{labelSorting-c127173b.js → labelSorting-d2e01f8a.js} +4 -4
- package/build/esm/lead.js +37 -414
- package/build/esm/{localizeNumberFormat-ae9a7a39.js → localizeNumberFormat-2d699bb0.js} +15 -1
- package/build/esm/{logoIcon-be9b6a50.js → logoIcon-9dc43f6b.js} +2 -2
- package/build/esm/mantine.js +26 -26
- package/build/esm/misc/localizeNumberFormat.d.ts +1 -0
- package/build/esm/misc/utils.d.ts +6 -0
- package/build/esm/misc.js +19 -18
- 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 +77 -75
- package/build/esm/moleculesArticleCard.js +6 -6
- package/build/esm/moleculesArticleCardV2.js +17 -17
- package/build/esm/navigation.js +47 -47
- package/build/esm/navigationLogoutPopup.js +11 -11
- package/build/esm/navigationProfileButton.js +27 -27
- package/build/esm/{normalizeLink-89b3718a.js → normalizeLink-19c1a366.js} +1 -1
- package/build/esm/onboardingV2.js +30 -30
- package/build/esm/organisms.js +55 -51
- package/build/esm/popupCollectPhone-01597e62.js +690 -0
- package/build/esm/{post-ee090e61.js → post-931600b9.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/api/featureFlag.d.ts +2 -1
- package/build/esm/ssoV2.js +53 -41
- package/build/esm/{store-44affc00.js → store-e9ec585a.js} +3 -3
- package/build/esm/subot.js +37 -37
- package/build/esm/surveyOrPremiumBanner.js +34 -34
- package/build/esm/surveyQuestionCard.js +11 -11
- package/build/esm/{surveyThankyouCard-aab99d7c.js → surveyThankyouCard-bc8b790c.js} +5 -5
- package/build/esm/together.js +57 -57
- package/build/esm/togetherApiUtils.js +4 -4
- package/build/esm/togetherAtoms.js +31 -31
- package/build/esm/togetherComponentGlobalContext.js +4 -4
- package/build/esm/togetherMolecules.js +52 -52
- package/build/esm/togetherMoleculesCardAuthor.js +29 -29
- package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
- package/build/esm/togetherMoleculesProfileDetail.js +40 -40
- package/build/esm/togetherOrganisms.js +51 -51
- package/build/esm/togetherRichTextEditor.js +18 -18
- package/build/esm/togetherShareBox.js +10 -10
- package/build/esm/{translationsProvider-6c97b660.js → translationsProvider-3c1ee351.js} +1 -1
- package/build/esm/{treePopoverMenu-baeab712.js → treePopoverMenu-895c138b.js} +19 -19
- package/build/esm/{types-a1b79f17.js → types-89c038ee.js} +2 -2
- package/build/esm/types.js +2 -2
- package/build/esm/{useCategory-46cd79c6.js → useCategory-dd83802a.js} +5 -5
- package/build/esm/{useHealthToolCache-292580fe.js → useHealthToolCache-3ea9e8ca.js} +1 -1
- package/build/esm/{usePlacesAutocomplete-3c374988.js → usePlacesAutocomplete-0846ec9a.js} +1 -1
- package/build/esm/useTogetherAuthRequiredAction.js +10 -10
- package/build/esm/{utils-4d960b04.js → utils-20f1c774.js} +2 -2
- package/build/esm/{utils-119d2a6a.js → utils-3f81c90e.js} +5 -5
- package/build/esm/{utils-125c2373.js → utils-56b6f975.js} +2 -2
- package/build/esm/{utils-0a4ff4ca.js → utils-ab85dac6.js} +21 -1
- package/build/esm/{utils-1702909d.js → utils-d56e9428.js} +3 -3
- package/build/esm/vaccination.js +22 -22
- package/build/footer.js +22 -22
- package/build/gAssets.js +2 -2
- package/build/{healthTools-55d2ee37.js → healthTools-1d71a6e2.js} +1 -1
- package/build/healthToolsCardWrapper.js +19 -19
- package/build/healthToolsForm.js +34 -34
- package/build/hooks.js +13 -13
- package/build/i18n/translationKeys.d.ts +1 -1
- package/build/i18n-values/en-PH.js +8 -0
- package/build/i18n-values/hi-IN.js +8 -0
- package/build/i18n-values/id-ID.js +8 -0
- package/build/i18n-values/km-KH.js +8 -0
- package/build/i18n-values/ms-MY.js +8 -0
- package/build/i18n-values/my-MM.js +8 -0
- package/build/i18n-values/th-TH.js +8 -0
- package/build/i18n-values/tl-PH.js +8 -0
- package/build/i18n-values/vi-VN.js +8 -0
- package/build/i18n-values/vi-VN_MB.js +8 -0
- package/build/i18n-values/zh-SG.js +8 -0
- package/build/i18n-values/zh-TW.js +8 -0
- package/build/i18n.js +2 -2
- package/build/i18nV2.js +1 -1
- package/build/icons/Check.d.ts +4 -0
- package/build/icons/CurrentLocation.d.ts +4 -0
- package/build/icons/HelloZalo.d.ts +4 -0
- package/build/icons/Search2.d.ts +4 -0
- package/build/icons/index.d.ts +5 -1
- package/build/{index-d966b760.js → index-004eefea.js} +13 -13
- package/build/{index-b974c8ff.js → index-0474553a.js} +2 -2
- package/build/{index-1151ba7d.js → index-05821413.js} +6 -6
- package/build/{index-85def5f3.js → index-07eff15c.js} +11 -11
- package/build/{index-f2fb8c75.js → index-08c786f3.js} +10 -10
- package/build/{index-1aac9204.js → index-0b0c7333.js} +3 -3
- package/build/{index-ac22ef67.js → index-10dd1b07.js} +1 -1
- package/build/{index-5b2b040f.js → index-15fd9bfd.js} +6 -6
- package/build/{index-696be389.js → index-1eb34faa.js} +3 -3
- package/build/{index-6c0be467.js → index-20427f7a.js} +6 -6
- package/build/{index-c4a3643a.js → index-213528c2.js} +32 -32
- package/build/{index-5ee0bf23.js → index-21eab174.js} +3 -3
- package/build/{index-6f5758a5.js → index-24c128bc.js} +1 -1
- package/build/{index-0f39434f.js → index-2f399461.js} +2 -2
- package/build/{index-5253168a.js → index-2f6a83fb.js} +2 -2
- package/build/{index-c80933ee.js → index-33bf8e0a.js} +22 -22
- package/build/{index-3883c575.js → index-359ca474.js} +6 -6
- package/build/{index-9038ebd4.js → index-3880acae.js} +15 -15
- package/build/{index-e8acb6cf.js → index-3aee9f58.js} +5 -140
- package/build/index-3b5df4f3.js +398 -0
- package/build/{index-62d9276f.js → index-469ba5bf.js} +3 -3
- package/build/{index-44f91705.js → index-4803b6ee.js} +17 -17
- package/build/{index-b45631a9.js → index-499a45d2.js} +2 -2
- package/build/{index-07827cc4.js → index-4a3bd16b.js} +13 -13
- package/build/{index-125b56eb.js → index-4b751985.js} +21 -21
- package/build/{index-a927e02c.js → index-4e128d0c.js} +30 -30
- package/build/{index-ae0ea91a.js → index-50c9e383.js} +15 -15
- package/build/{index-5c9da321.js → index-5a4301a1.js} +1 -1
- package/build/{index-d8111581.js → index-62aa6c6f.js} +17 -17
- package/build/{index-7810d731.js → index-634b7105.js} +5 -5
- package/build/{index-ee162501.js → index-645d63a2.js} +2 -2
- package/build/{index-c8ed640f.js → index-6803bd44.js} +13 -13
- package/build/{index-4923773d.js → index-6a4178cc.js} +13 -13
- package/build/{index-7f2c9f48.js → index-709d0e69.js} +2 -2
- package/build/{index-1adb295b.js → index-73749d80.js} +2 -2
- package/build/{index-8db3897d.js → index-795aae91.js} +8 -8
- package/build/{index-22f7c329.js → index-7f78294d.js} +2 -2
- package/build/{index-32990d2b.js → index-8575251e.js} +17 -17
- package/build/{index-4b835a80.js → index-875cc62f.js} +7 -7
- package/build/{index-bbb83fc8.js → index-94dcd00f.js} +17 -17
- package/build/{index-51e2f50b.js → index-953955d3.js} +13 -13
- package/build/{index-bbafb18d.js → index-a3ad483e.js} +16 -16
- package/build/{index-153be62a.js → index-a4e62066.js} +3 -3
- package/build/{index-c26d2d48.js → index-a5878d37.js} +3 -3
- package/build/{index-32889ea1.js → index-a7a9e1ad.js} +2 -2
- package/build/{index-2da58bfb.js → index-ab3ef49e.js} +1 -1
- package/build/{index-8f74f04d.js → index-abaad8e8.js} +3 -3
- package/build/{index-905817df.js → index-acf92ece.js} +2 -2
- package/build/{index-480d5d3a.js → index-bf265a13.js} +2 -2
- package/build/{index-506a8fc2.js → index-c4fab642.js} +4 -4
- package/build/{index-7eca02d8.js → index-c5788df5.js} +2 -2
- package/build/{index-4b4d96c9.js → index-c5ae9414.js} +1 -1
- package/build/{index-ca24ecb5.js → index-cbb987fb.js} +7 -7
- package/build/{index-040584f1.js → index-cf7f3cb1.js} +16 -16
- package/build/{index-a5094eb6.js → index-d52f7423.js} +2 -2
- package/build/{index-4c723308.js → index-d5797291.js} +32 -32
- package/build/{index-81ab41c0.js → index-d66cfbb4.js} +2 -2
- package/build/{index-15761d12.js → index-e165a528.js} +25 -25
- package/build/{index-177c7ef1.js → index-e25066e5.js} +4 -4
- package/build/{index-80a406c3.js → index-e339ff4d.js} +8 -8
- package/build/{index-6ae319de.js → index-e6984509.js} +369 -24
- package/build/{index-a596bfcd.js → index-e7038885.js} +13 -13
- package/build/{index-a03600f9.js → index-e8a37176.js} +2 -2
- package/build/{index-fa787a9c.js → index-e95fd729.js} +1 -1
- package/build/index-eaf9df72.js +467 -0
- package/build/{index-c6e7ffb3.js → index-f24970ad.js} +1 -1
- package/build/{index-fca71726.js → index-fc836041.js} +1 -1
- package/build/{index-bcb929ff.js → index-fe211ef0.js} +15 -15
- package/build/index.js +180 -152
- package/build/{labelSorting-32693b0d.js → labelSorting-1bef8c27.js} +4 -4
- package/build/lead.js +91 -468
- package/build/{localizeNumberFormat-31cec13a.js → localizeNumberFormat-b23ff992.js} +15 -0
- package/build/{logoIcon-633f3a47.js → logoIcon-88293abf.js} +2 -2
- package/build/mantine.js +24 -24
- package/build/misc/localizeNumberFormat.d.ts +1 -0
- package/build/misc/utils.d.ts +6 -0
- package/build/misc.js +22 -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 +82 -75
- package/build/moleculesArticleCard.js +6 -6
- package/build/moleculesArticleCardV2.js +17 -17
- package/build/navigation.js +47 -47
- package/build/navigationLogoutPopup.js +11 -11
- package/build/navigationProfileButton.js +27 -27
- package/build/onboardingV2.js +29 -29
- package/build/organisms.js +66 -55
- package/build/popupCollectPhone-a9d99322.js +721 -0
- package/build/{post-4ee82eda.js → post-68aca97c.js} +2 -2
- package/build/profileNavigation.js +20 -20
- package/build/progressBar.js +1 -1
- package/build/pwg.js +23 -23
- package/build/ssoV2/api/featureFlag.d.ts +2 -1
- package/build/ssoV2.js +51 -39
- package/build/{store-e9b3ee98.js → store-5776aa99.js} +3 -3
- package/build/subot.js +36 -36
- package/build/surveyOrPremiumBanner.js +34 -34
- package/build/surveyQuestionCard.js +11 -11
- package/build/{surveyThankyouCard-8931b7a2.js → surveyThankyouCard-922b7bd8.js} +5 -5
- package/build/together.js +57 -57
- package/build/togetherApiUtils.js +4 -4
- package/build/togetherAtoms.js +31 -31
- package/build/togetherComponentGlobalContext.js +4 -4
- package/build/togetherMolecules.js +52 -52
- package/build/togetherMoleculesCardAuthor.js +29 -29
- package/build/togetherMoleculesPostImagePreview.js +11 -11
- package/build/togetherMoleculesProfileDetail.js +40 -40
- package/build/togetherOrganisms.js +51 -51
- package/build/togetherRichTextEditor.js +18 -18
- package/build/togetherShareBox.js +10 -10
- package/build/{translationsProvider-8ee6c417.js → translationsProvider-ba2721d3.js} +1 -1
- package/build/{treePopoverMenu-3c2916ad.js → treePopoverMenu-76e6ad9b.js} +19 -19
- package/build/{types-6ff6a88a.js → types-a752216a.js} +2 -2
- package/build/types.js +2 -2
- package/build/{useCategory-4ca15722.js → useCategory-fa18e97c.js} +5 -5
- package/build/{useHealthToolCache-0ab78ef8.js → useHealthToolCache-3c1bd138.js} +1 -1
- package/build/{usePlacesAutocomplete-ae55f256.js → usePlacesAutocomplete-e8e8024b.js} +1 -1
- package/build/useTogetherAuthRequiredAction.js +10 -10
- package/build/{utils-f5379515.js → utils-04752ec6.js} +22 -0
- package/build/{utils-92ef978a.js → utils-1d1b922e.js} +5 -5
- package/build/{utils-2290b404.js → utils-59eb6515.js} +3 -3
- package/build/{utils-673076fd.js → utils-68c12041.js} +2 -2
- package/build/{utils-8fe8deab.js → utils-82e8cc1e.js} +2 -2
- package/build/vaccination.js +22 -22
- package/package.json +1 -1
- package/build/esm/index-707480ef.js +0 -262
- package/build/esm/index-a8f9b1c4.js +0 -352
- package/build/index-0603eb9d.js +0 -270
- package/build/index-4e9b717c.js +0 -360
- /package/build/{BMI_BOYS.percentile.monthly-dae8a734.js → BMI_BOYS.percentile.monthly-7f05507b.js} +0 -0
- /package/build/{BMI_BOYS.percentile.weekly-c83f270b.js → BMI_BOYS.percentile.weekly-544391e0.js} +0 -0
- /package/build/{BMI_BOYS.percentile.yearly-dd829e63.js → BMI_BOYS.percentile.yearly-776351db.js} +0 -0
- /package/build/{BMI_BOYS.zscore.monthly-4e69c562.js → BMI_BOYS.zscore.monthly-7bc1bcb3.js} +0 -0
- /package/build/{BMI_BOYS.zscore.weekly-41bc89e4.js → BMI_BOYS.zscore.weekly-4c122698.js} +0 -0
- /package/build/{BMI_BOYS.zscore.yearly-8919d175.js → BMI_BOYS.zscore.yearly-55f946eb.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.monthly-0ee219d8.js → BMI_GIRLS.percentile.monthly-d92e03f6.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.weekly-ea725890.js → BMI_GIRLS.percentile.weekly-8bb275c3.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.yearly-ae139f08.js → BMI_GIRLS.percentile.yearly-193bfda8.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.monthly-4310e064.js → BMI_GIRLS.zscore.monthly-2a52e6d3.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.weekly-37339696.js → BMI_GIRLS.zscore.weekly-a65cce01.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.yearly-d716b1d9.js → BMI_GIRLS.zscore.yearly-dbbba92c.js} +0 -0
- /package/build/{ChevronDown-be415c24.js → ChevronDown-aff1a46a.js} +0 -0
- /package/build/{Close-d7788cc6.js → Close-8e99fd50.js} +0 -0
- /package/build/{Google-498cccc8.js → Google-8dd3cfe3.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-9e60fe9a.js → HEAD CIRCUM_BOYS.percentile.monthly-82ec1356.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-e09df398.js → HEAD CIRCUM_BOYS.percentile.weekly-1d36edc1.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-a64ab04f.js → HEAD CIRCUM_BOYS.percentile.yearly-4b404202.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-ab6aeba4.js → HEAD CIRCUM_BOYS.zscore.monthly-2da25e14.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-780a0efa.js → HEAD CIRCUM_BOYS.zscore.weekly-8c09f198.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-c0f949ae.js → HEAD CIRCUM_BOYS.zscore.yearly-01f15c6c.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-1348d18c.js → HEAD CIRCUM_GIRLS.percentile.monthly-2e0f8be5.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-5465b506.js → HEAD CIRCUM_GIRLS.percentile.weekly-53c45929.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-0b9a1d2f.js → HEAD CIRCUM_GIRLS.percentile.yearly-188428d2.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-5239d228.js → HEAD CIRCUM_GIRLS.zscore.monthly-affd48d9.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-3aa7f040.js → HEAD CIRCUM_GIRLS.zscore.weekly-b16f7073.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-34a64d4c.js → HEAD CIRCUM_GIRLS.zscore.yearly-4b676a20.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.monthly-b8d07074.js → HEIGHT_BOYS.percentile.monthly-b0143734.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.weekly-a201b07e.js → HEIGHT_BOYS.percentile.weekly-1e6b7ec6.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.yearly-72c27133.js → HEIGHT_BOYS.percentile.yearly-2fcfc8da.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.monthly-f4c53d83.js → HEIGHT_BOYS.zscore.monthly-fd849af6.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.weekly-40aed746.js → HEIGHT_BOYS.zscore.weekly-35738fa2.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.yearly-53c94877.js → HEIGHT_BOYS.zscore.yearly-020a6520.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.monthly-562eacd1.js → HEIGHT_GIRLS.percentile.monthly-82f704f2.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.weekly-5e9c92a9.js → HEIGHT_GIRLS.percentile.weekly-dc266f34.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.yearly-7761abbd.js → HEIGHT_GIRLS.percentile.yearly-2b82f7cf.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.monthly-b1efb719.js → HEIGHT_GIRLS.zscore.monthly-8927c369.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.weekly-14fa7394.js → HEIGHT_GIRLS.zscore.weekly-80615ca0.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.yearly-3ffaf2f6.js → HEIGHT_GIRLS.zscore.yearly-d334241f.js} +0 -0
- /package/build/{Locale-71682551.js → Locale-578285c2.js} +0 -0
- /package/build/{Visible-fa5b46bf.js → Visible-acc36a5f.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.monthly-1a305afa.js → WEIGHT_BOYS.percentile.monthly-356a859c.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.weekly-6516af4b.js → WEIGHT_BOYS.percentile.weekly-2035da53.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.yearly-52fe60e7.js → WEIGHT_BOYS.percentile.yearly-2608ec95.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.monthly-520e75d1.js → WEIGHT_BOYS.zscore.monthly-d7b8fc19.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.weekly-45bf6ce0.js → WEIGHT_BOYS.zscore.weekly-e7590ea4.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.yearly-c82ed9d7.js → WEIGHT_BOYS.zscore.yearly-af0abf9e.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.monthly-102046f6.js → WEIGHT_GIRLS.percentile.monthly-d606d3f5.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.weekly-7c682f98.js → WEIGHT_GIRLS.percentile.weekly-cb3fb03d.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.yearly-b3ea353e.js → WEIGHT_GIRLS.percentile.yearly-77502407.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.monthly-8cf38c76.js → WEIGHT_GIRLS.zscore.monthly-d1e8cc95.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.weekly-676994af.js → WEIGHT_GIRLS.zscore.weekly-bc602712.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.yearly-74efe9da.js → WEIGHT_GIRLS.zscore.yearly-e18336da.js} +0 -0
- /package/build/{animation-7a7b86d7.js → animation-16da1d13.js} +0 -0
- /package/build/{constants-24e45086.js → constants-10554651.js} +0 -0
- /package/build/{constants-3347f57d.js → constants-98c8918d.js} +0 -0
- /package/build/{constants-ac676c1a.js → constants-a01928ca.js} +0 -0
- /package/build/{dataTransform-c6b2ee7e.js → dataTransform-1f383b6f.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.monthly-ca95412b.js → BMI_BOYS.percentile.monthly-70d19609.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.weekly-81752b41.js → BMI_BOYS.percentile.weekly-80580423.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.yearly-0c0877b3.js → BMI_BOYS.percentile.yearly-64b41dbf.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.monthly-26e48b91.js → BMI_BOYS.zscore.monthly-a5d2e780.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.weekly-0912f6cc.js → BMI_BOYS.zscore.weekly-ae668c88.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.yearly-20202f01.js → BMI_BOYS.zscore.yearly-2bdbdbc8.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.monthly-c13942d8.js → BMI_GIRLS.percentile.monthly-a7397485.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.weekly-86b5b737.js → BMI_GIRLS.percentile.weekly-56b04a6d.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.yearly-9c6677a1.js → BMI_GIRLS.percentile.yearly-9150da71.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.monthly-68575583.js → BMI_GIRLS.zscore.monthly-76722414.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.weekly-d478ea5e.js → BMI_GIRLS.zscore.weekly-910cd63c.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.yearly-7e366849.js → BMI_GIRLS.zscore.yearly-85edca7f.js} +0 -0
- /package/build/esm/{ChevronDown-2f4b1eeb.js → ChevronDown-ecbff1d1.js} +0 -0
- /package/build/esm/{Close-b1a77647.js → Close-57daf87b.js} +0 -0
- /package/build/esm/{Google-eaddccb3.js → Google-b7ab3f07.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-8e28844b.js → HEAD CIRCUM_BOYS.percentile.monthly-6b632a2d.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-ce3611ce.js → HEAD CIRCUM_BOYS.percentile.weekly-b133a7a3.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-e2d59553.js → HEAD CIRCUM_BOYS.percentile.yearly-89db585a.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-2672e28b.js → HEAD CIRCUM_BOYS.zscore.monthly-4492c153.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-1995a65d.js → HEAD CIRCUM_BOYS.zscore.weekly-6d63d7f4.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-f94e1204.js → HEAD CIRCUM_BOYS.zscore.yearly-358f03c9.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-bfb99d03.js → HEAD CIRCUM_GIRLS.percentile.monthly-fc14a43d.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-9d2e6b4e.js → HEAD CIRCUM_GIRLS.percentile.weekly-6f0e5905.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-a78ed384.js → HEAD CIRCUM_GIRLS.percentile.yearly-f7fbefa5.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-95c17af8.js → HEAD CIRCUM_GIRLS.zscore.monthly-cc2b798e.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-81cbb583.js → HEAD CIRCUM_GIRLS.zscore.weekly-5d166db3.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-3a3323bb.js → HEAD CIRCUM_GIRLS.zscore.yearly-1815d22d.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.monthly-11b33c4b.js → HEIGHT_BOYS.percentile.monthly-47b28af0.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.weekly-dc2f5019.js → HEIGHT_BOYS.percentile.weekly-cecb7dee.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.yearly-415ad880.js → HEIGHT_BOYS.percentile.yearly-a404c03f.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.monthly-2e559963.js → HEIGHT_BOYS.zscore.monthly-135ac167.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.weekly-db9e03dd.js → HEIGHT_BOYS.zscore.weekly-8510881b.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.yearly-c24cd3cf.js → HEIGHT_BOYS.zscore.yearly-ace1ea03.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-d88a755d.js → HEIGHT_GIRLS.percentile.monthly-2601625e.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-182121c7.js → HEIGHT_GIRLS.percentile.weekly-dea67875.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-9fdd0cd8.js → HEIGHT_GIRLS.percentile.yearly-38c0697e.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-fc76ce32.js → HEIGHT_GIRLS.zscore.monthly-d6c0cbad.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-6b67584e.js → HEIGHT_GIRLS.zscore.weekly-18a76f95.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-364ba701.js → HEIGHT_GIRLS.zscore.yearly-cab95639.js} +0 -0
- /package/build/esm/{Locale-d9693753.js → Locale-008b482e.js} +0 -0
- /package/build/esm/{Visible-97f4ef73.js → Visible-4218bc6f.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.monthly-78cbf61d.js → WEIGHT_BOYS.percentile.monthly-2fbcbd16.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.weekly-161cbcd0.js → WEIGHT_BOYS.percentile.weekly-2f5c7139.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.yearly-592749bc.js → WEIGHT_BOYS.percentile.yearly-0b7698d4.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.monthly-e181428b.js → WEIGHT_BOYS.zscore.monthly-45952eb1.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.weekly-23d9433e.js → WEIGHT_BOYS.zscore.weekly-1bdc9ad8.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.yearly-ddcfe71c.js → WEIGHT_BOYS.zscore.yearly-b3a359c9.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-2b0876b6.js → WEIGHT_GIRLS.percentile.monthly-f4ea6582.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-8cbef854.js → WEIGHT_GIRLS.percentile.weekly-fa935046.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-7e089e19.js → WEIGHT_GIRLS.percentile.yearly-ec368faf.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-1b6282fd.js → WEIGHT_GIRLS.zscore.monthly-237ba145.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-b1e2d09c.js → WEIGHT_GIRLS.zscore.weekly-18175754.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-32ee557f.js → WEIGHT_GIRLS.zscore.yearly-35544e3e.js} +0 -0
- /package/build/esm/{animation-7aaccf88.js → animation-aae81e08.js} +0 -0
- /package/build/esm/{constants-edaef6cb.js → constants-b308040a.js} +0 -0
- /package/build/esm/{constants-d96d01e9.js → constants-d05671ad.js} +0 -0
- /package/build/esm/{constants-6884d47c.js → constants-de3dc369.js} +0 -0
- /package/build/esm/{dataTransform-b65a8045.js → dataTransform-bd555ba1.js} +0 -0
- /package/build/esm/{index-fa007cdb.js → index-043ec866.js} +0 -0
- /package/build/esm/{index-6bdfaf29.js → index-11560168.js} +0 -0
- /package/build/esm/{index-8a48040b.js → index-34c6f46b.js} +0 -0
- /package/build/esm/{index-1a3a5538.js → index-72e71273.js} +0 -0
- /package/build/esm/{index-4281af40.js → index-7faa1f1f.js} +0 -0
- /package/build/esm/{index-66d41b9b.js → index-a28cb31e.js} +0 -0
- /package/build/esm/{index-3f06a39d.js → index-c66219ba.js} +0 -0
- /package/build/esm/{index-83d4999e.js → index-cca4519a.js} +0 -0
- /package/build/esm/{index.styles-57c0d264.js → index.styles-94965ed6.js} +0 -0
- /package/build/esm/{number-5f6be02d.js → number-6ab1d94f.js} +0 -0
- /package/build/esm/{paths-ee3963a4.js → paths-8eb05d41.js} +0 -0
- /package/build/esm/{shared-33684c62.js → shared-2c32e847.js} +0 -0
- /package/build/esm/{text-61cb44ed.js → text-26186936.js} +0 -0
- /package/build/esm/{translationsContext-539a404d.js → translationsContext-569e04a4.js} +0 -0
- /package/build/esm/{tslib.es6-5963bc29.js → tslib.es6-d50c14df.js} +0 -0
- /package/build/esm/{types-bed688b9.js → types-a0afb9b6.js} +0 -0
- /package/build/esm/{useIsInit-fb2f671a.js → useIsInit-5efce910.js} +0 -0
- /package/build/esm/{useOutsideClick-9db01f41.js → useOutsideClick-17f4768b.js} +0 -0
- /package/build/esm/{useScrollbarSize-a6645cff.js → useScrollbarSize-b2eaf6bd.js} +0 -0
- /package/build/esm/{useUniqueId-f477f2c4.js → useUniqueId-a3eb02a3.js} +0 -0
- /package/build/{index-9186ffbd.js → index-2cf4fc87.js} +0 -0
- /package/build/{index-d0d607ae.js → index-a02e4712.js} +0 -0
- /package/build/{index-fa5321ab.js → index-b868bb48.js} +0 -0
- /package/build/{index-957dd67e.js → index-b9b14aac.js} +0 -0
- /package/build/{index-462322fd.js → index-ba303293.js} +0 -0
- /package/build/{index-996cb555.js → index-ba52ea1f.js} +0 -0
- /package/build/{index-5eb8d90a.js → index-cad113c3.js} +0 -0
- /package/build/{index-43792aea.js → index-fdc744d7.js} +0 -0
- /package/build/{index.styles-a11f475c.js → index.styles-2bf7833a.js} +0 -0
- /package/build/{normalizeLink-31c788f9.js → normalizeLink-cb348c39.js} +0 -0
- /package/build/{number-9b3e725b.js → number-d7b5045c.js} +0 -0
- /package/build/{paths-9e280193.js → paths-e4c97c2a.js} +0 -0
- /package/build/{shared-bd49a978.js → shared-dc3e14ed.js} +0 -0
- /package/build/{text-a5ecdb3f.js → text-d1ea7469.js} +0 -0
- /package/build/{translationsContext-334e4c00.js → translationsContext-c2347520.js} +0 -0
- /package/build/{tslib.es6-e2c2a1ef.js → tslib.es6-bb9455e4.js} +0 -0
- /package/build/{types-e410b408.js → types-548b762d.js} +0 -0
- /package/build/{useIsInit-58734922.js → useIsInit-a53f135d.js} +0 -0
- /package/build/{useOutsideClick-f266c366.js → useOutsideClick-38546de7.js} +0 -0
- /package/build/{useScrollbarSize-d1cd948a.js → useScrollbarSize-31faa264.js} +0 -0
- /package/build/{useUniqueId-104add12.js → useUniqueId-e904ea96.js} +0 -0
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-d50c14df.js';
|
|
2
2
|
import React__default, { createContext, useContext, useMemo } from 'react';
|
|
3
3
|
import { useMantineTheme } from '@mantine/core';
|
|
4
4
|
import { useForm, isNotEmpty } from '@mantine/form';
|
|
5
|
-
import { u as useHealthToolsCache } from './useHealthToolCache-
|
|
6
|
-
import { u as useTranslations } from './index-
|
|
7
|
-
import { H as HEALTH_TOOL_TYPE } from './constants-
|
|
8
|
-
import { I as Input } from './index-
|
|
5
|
+
import { u as useHealthToolsCache } from './useHealthToolCache-3ea9e8ca.js';
|
|
6
|
+
import { u as useTranslations } from './index-af486ec3.js';
|
|
7
|
+
import { H as HEALTH_TOOL_TYPE } from './constants-b308040a.js';
|
|
8
|
+
import { I as Input } from './index-9dbdd688.js';
|
|
9
9
|
import '@mantine/dates';
|
|
10
|
-
import './index-
|
|
11
|
-
import './index-
|
|
12
|
-
import './index-
|
|
13
|
-
import './index-
|
|
14
|
-
import './index-
|
|
15
|
-
import './index-
|
|
16
|
-
import './index.styles-
|
|
10
|
+
import './index-77a5ed91.js';
|
|
11
|
+
import './index-81bed3a5.js';
|
|
12
|
+
import './index-c66219ba.js';
|
|
13
|
+
import './index-f25b9d2f.js';
|
|
14
|
+
import './index-c129a5bd.js';
|
|
15
|
+
import './index-33269880.js';
|
|
16
|
+
import './index.styles-94965ed6.js';
|
|
17
17
|
import '@mantine/hooks';
|
|
18
|
-
import './text-
|
|
19
|
-
import './utils-
|
|
20
|
-
import './index-
|
|
21
|
-
import { H as HealthToolFormWrapper } from './index-
|
|
22
|
-
import { I as INPUT_RANGE } from './constants-
|
|
18
|
+
import './text-26186936.js';
|
|
19
|
+
import './utils-ab85dac6.js';
|
|
20
|
+
import './index-17eeebe5.js';
|
|
21
|
+
import { H as HealthToolFormWrapper } from './index-3e9e6b60.js';
|
|
22
|
+
import { I as INPUT_RANGE } from './constants-d05671ad.js';
|
|
23
23
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
24
24
|
|
|
25
25
|
const PWGFormContext = createContext({});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-d50c14df.js';
|
|
2
2
|
import React__default, { useState, useCallback, useMemo, useEffect } from 'react';
|
|
3
3
|
import { clsx } from '@mantine/core';
|
|
4
4
|
import { Drawer } from 'vaul';
|
|
5
5
|
import styled from '@emotion/styled';
|
|
6
|
-
import { Z as ZINDEX_SSO } from './index-
|
|
6
|
+
import { Z as ZINDEX_SSO } from './index-77a5ed91.js';
|
|
7
7
|
|
|
8
8
|
const StyledDrawerComponentContent = styled(Drawer.Content) `
|
|
9
9
|
position: fixed;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as __awaiter } from './tslib.es6-
|
|
1
|
+
import { a as __awaiter } from './tslib.es6-d50c14df.js';
|
|
2
2
|
import { isProduction } from './constantsIsProduction.js';
|
|
3
|
-
import {
|
|
4
|
-
import { L as LOCALE_SPECS, e as BEARER_REFRESH_TOKEN_COOKIE } from './index-
|
|
3
|
+
import { n as normalizeLinkSlash, a as getCurrentSsoUrl } from './normalizeLink-19c1a366.js';
|
|
4
|
+
import { L as LOCALE_SPECS, e as BEARER_REFRESH_TOKEN_COOKIE } from './index-77a5ed91.js';
|
|
5
5
|
import { getCookie, setCookie } from './miscCookieHelper.js';
|
|
6
|
-
import { L as LOCALE } from './Locale-
|
|
6
|
+
import { L as LOCALE } from './Locale-008b482e.js';
|
|
7
7
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
8
8
|
|
|
9
9
|
const SSO_V2_PATHS = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-d50c14df.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import { Modal as Modal$1 } from '@mantine/core';
|
|
4
|
-
import { u as useStyles } from './index.styles-
|
|
4
|
+
import { u as useStyles } from './index.styles-94965ed6.js';
|
|
5
5
|
|
|
6
6
|
const Modal = (_a) => {
|
|
7
7
|
var { styles, classNames, transitionProps } = _a, rest = __rest(_a, ["styles", "classNames", "transitionProps"]);
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import React__default, { useState, useMemo } from 'react';
|
|
2
|
-
import { F as Flag } from './index-
|
|
2
|
+
import { F as Flag } from './index-9dbdd688.js';
|
|
3
3
|
import styled from '@emotion/styled';
|
|
4
4
|
import { theme } from './miscTheme.js';
|
|
5
|
-
import { T as Text } from './index-
|
|
6
|
-
import { C as CommonGAssets } from './index-
|
|
7
|
-
import { _ as __rest } from './tslib.es6-
|
|
8
|
-
import { V as VIDEO_DETAIL_TEMP_STORAGE } from './index-
|
|
9
|
-
import { V as VideoType } from './index-
|
|
5
|
+
import { T as Text } from './index-c129a5bd.js';
|
|
6
|
+
import { C as CommonGAssets } from './index-c66219ba.js';
|
|
7
|
+
import { _ as __rest } from './tslib.es6-d50c14df.js';
|
|
8
|
+
import { V as VIDEO_DETAIL_TEMP_STORAGE } from './index-77a5ed91.js';
|
|
9
|
+
import { V as VideoType } from './index-81bed3a5.js';
|
|
10
10
|
import { createStyles, Stack, Box, AspectRatio, getStylesRef, rem, Flex } from '@mantine/core';
|
|
11
|
-
import { a as abbreviateNumber } from './number-
|
|
12
|
-
import { u as useTranslations } from './index-
|
|
11
|
+
import { a as abbreviateNumber } from './number-6ab1d94f.js';
|
|
12
|
+
import { u as useTranslations } from './index-af486ec3.js';
|
|
13
13
|
import { useOs } from '@mantine/hooks';
|
|
14
|
-
import { M as Modal } from './index-
|
|
15
|
-
import { S as SocialLinkPreview } from './index-
|
|
14
|
+
import { M as Modal } from './index-55117555.js';
|
|
15
|
+
import { S as SocialLinkPreview } from './index-bf65f180.js';
|
|
16
16
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
17
17
|
|
|
18
18
|
const ALLOW_DOMAIN_URL = [
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-d50c14df.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import { theme } from './miscTheme.js';
|
|
4
|
-
import { W as WhatsApp, I as Instagram } from './WhatsApp-
|
|
5
|
-
import { S as Spinner } from './Spinner-
|
|
4
|
+
import { W as WhatsApp, I as Instagram } from './WhatsApp-abba5ae0.js';
|
|
5
|
+
import { S as Spinner } from './Spinner-9e0a3e2c.js';
|
|
6
6
|
|
|
7
7
|
const App = (_a) => {
|
|
8
8
|
var { size = 24 } = _a, rest = __rest(_a, ["size"]);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-d50c14df.js';
|
|
2
2
|
import React__default, { useMemo, useState, useEffect } from 'react';
|
|
3
|
-
import './index-
|
|
3
|
+
import './index-81bed3a5.js';
|
|
4
4
|
import styled from '@emotion/styled';
|
|
5
|
-
import { C as CommonGAssets } from './index-
|
|
5
|
+
import { C as CommonGAssets } from './index-c66219ba.js';
|
|
6
6
|
import { theme } from './miscTheme.js';
|
|
7
|
-
import { I as ImageWrap } from './index-
|
|
8
|
-
import { T as Text } from './index-
|
|
9
|
-
import { L as LOCALE } from './Locale-
|
|
10
|
-
import { c as CentralCarousel } from './index-
|
|
7
|
+
import { I as ImageWrap } from './index-d6783182.js';
|
|
8
|
+
import { T as Text } from './index-b17b6b90.js';
|
|
9
|
+
import { L as LOCALE } from './Locale-008b482e.js';
|
|
10
|
+
import { c as CentralCarousel } from './index-9dbdd688.js';
|
|
11
11
|
|
|
12
12
|
const StyledIconContainer = styled.div `
|
|
13
13
|
display: inline-flex;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-d50c14df.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import { MantineProvider as MantineProvider$1 } from '@mantine/core';
|
|
4
|
-
import { u as useMantineLocale, g as getMantineThemeOverride, N as NotificationsHandler } from './index-
|
|
5
|
-
import { C as CustomStylesType } from './text-
|
|
4
|
+
import { u as useMantineLocale, g as getMantineThemeOverride, N as NotificationsHandler } from './index-f25b9d2f.js';
|
|
5
|
+
import { C as CustomStylesType } from './text-26186936.js';
|
|
6
6
|
|
|
7
7
|
const MantineProvider = (_a) => {
|
|
8
8
|
var { children, locale, template = 'hb', customStyleType = CustomStylesType.NONE } = _a, props = __rest(_a, ["children", "locale", "template", "customStyleType"]);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { enUS, vi, km, hi, id, ms, th, zhTW } from 'date-fns/locale';
|
|
2
|
-
import './index-
|
|
2
|
+
import './index-81bed3a5.js';
|
|
3
3
|
import { siteHost, siteOptions } from './constantsSite.js';
|
|
4
4
|
import { domainLocales, MAP_DOMAIN_BY_LOCALE } from './constantsDomainLocales.js';
|
|
5
5
|
import { RISK_SCREENER_NAME, RISK_SCREENER_SLUG } from './constantsRiskScreener.js';
|
|
6
6
|
import { isProduction } from './constantsIsProduction.js';
|
|
7
|
-
import { L as LOCALE } from './Locale-
|
|
7
|
+
import { L as LOCALE } from './Locale-008b482e.js';
|
|
8
8
|
|
|
9
9
|
const basePath = process.env.NEXT_PUBLIC_DEPLOY_LOCALE === 'tl-PH' ? '/fil' : '';
|
|
10
10
|
const SSO_URL = process.env.NEXT_PUBLIC_SSO;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-d50c14df.js';
|
|
2
2
|
import React__default, { createContext, useContext } from 'react';
|
|
3
3
|
import { useMantineTheme, Box, Flex, rem, createStyles } from '@mantine/core';
|
|
4
4
|
import { RedCross } from '@hhgtech/icons/other';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-9dbdd688.js';
|
|
6
6
|
import '@mantine/dates';
|
|
7
|
-
import './index-
|
|
8
|
-
import './index-
|
|
9
|
-
import './index-
|
|
10
|
-
import { t as themeColors } from './index-
|
|
11
|
-
import { T as Text } from './index-
|
|
12
|
-
import './index-
|
|
13
|
-
import './index.styles-
|
|
14
|
-
import { u as useTranslations } from './index-
|
|
7
|
+
import './index-77a5ed91.js';
|
|
8
|
+
import './index-81bed3a5.js';
|
|
9
|
+
import './index-c66219ba.js';
|
|
10
|
+
import { t as themeColors } from './index-f25b9d2f.js';
|
|
11
|
+
import { T as Text } from './index-c129a5bd.js';
|
|
12
|
+
import './index-33269880.js';
|
|
13
|
+
import './index.styles-94965ed6.js';
|
|
14
|
+
import { u as useTranslations } from './index-af486ec3.js';
|
|
15
15
|
import '@mantine/hooks';
|
|
16
|
-
import './text-
|
|
17
|
-
import { M as MediaQueries } from './utils-
|
|
18
|
-
import './index-
|
|
16
|
+
import './text-26186936.js';
|
|
17
|
+
import { M as MediaQueries } from './utils-ab85dac6.js';
|
|
18
|
+
import './index-17eeebe5.js';
|
|
19
19
|
import styled from '@emotion/styled';
|
|
20
20
|
import { setDefaultClass } from './miscDefaultClassWrapper.js';
|
|
21
21
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-d50c14df.js';
|
|
2
2
|
import React__default, { useMemo } from 'react';
|
|
3
3
|
import { useMantineTheme } from '@mantine/core';
|
|
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-ab85dac6.js';
|
|
7
7
|
|
|
8
8
|
const StyledInput = styled.div `
|
|
9
9
|
position: relative;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React__default, { useState, useRef,
|
|
2
|
-
import { T as Text } from './index-
|
|
1
|
+
import React__default, { useState, useRef, createContext, useEffect, Fragment } from 'react';
|
|
2
|
+
import { T as Text } from './index-c129a5bd.js';
|
|
3
3
|
import styled from '@emotion/styled';
|
|
4
4
|
import { theme } from './miscTheme.js';
|
|
5
|
-
import { M as MediaQueries
|
|
6
|
-
import { R as Radio$1 } from './index-
|
|
7
|
-
import { T as Text$1 } from './index-
|
|
5
|
+
import { M as MediaQueries } from './utils-ab85dac6.js';
|
|
6
|
+
import { R as Radio$1 } from './index-9dbdd688.js';
|
|
7
|
+
import { T as Text$1 } from './index-b17b6b90.js';
|
|
8
8
|
import { setDefaultClass } from './miscDefaultClassWrapper.js';
|
|
9
|
-
import { _ as __rest } from './tslib.es6-
|
|
9
|
+
import { _ as __rest } from './tslib.es6-d50c14df.js';
|
|
10
10
|
import flattenChildren from 'react-keyed-flatten-children';
|
|
11
11
|
|
|
12
12
|
var styles = {"alert":"CHw-fZZ","content":"_03U6VRS","close":"EO828Vv"};
|
|
@@ -369,140 +369,6 @@ const Grid = ({ className, columns, columnsDesktop, gridTemplateColumns, gridTem
|
|
|
369
369
|
return (React__default.createElement(StyledGrid, { className: className, style: Object.assign({ '--columns-count': columns, '--columns-count-desktop': columnsDesktop, '--grid-template-columns': gridTemplateColumns, '--grid-template-columns-desktop': gridTemplateColumnsDesktop, '--justify-children': justifyChildren, '--grid-gap': gap, '--align-items': alignItems }, style) }, children));
|
|
370
370
|
};
|
|
371
371
|
|
|
372
|
-
const StyledPagination = styled.div `
|
|
373
|
-
display: flex;
|
|
374
|
-
align-items: center;
|
|
375
|
-
justify-content: space-between;
|
|
376
|
-
user-select: none;
|
|
377
|
-
li {
|
|
378
|
-
transition: all 0.3s ease;
|
|
379
|
-
}
|
|
380
|
-
[data-page-active] {
|
|
381
|
-
background: ${theme.colors.primaryBase};
|
|
382
|
-
color: ${theme.colors.white};
|
|
383
|
-
|
|
384
|
-
> a {
|
|
385
|
-
color: ${theme.colors.white};
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
`;
|
|
389
|
-
const StyledPageBlock = styled.div `
|
|
390
|
-
display: flex;
|
|
391
|
-
width: 32px;
|
|
392
|
-
height: 32px;
|
|
393
|
-
box-sizing: border-box;
|
|
394
|
-
align-items: center;
|
|
395
|
-
justify-content: center;
|
|
396
|
-
border: 1px solid ${theme.colors.gray200};
|
|
397
|
-
margin: 0 2px;
|
|
398
|
-
border-radius: 4px;
|
|
399
|
-
color: ${theme.colors.gray800};
|
|
400
|
-
cursor: pointer;
|
|
401
|
-
font-size: 14px;
|
|
402
|
-
font-weight: ${theme.sizes.fwBold};
|
|
403
|
-
|
|
404
|
-
&[data-last-page] {
|
|
405
|
-
border: none;
|
|
406
|
-
background-color: ${theme.colors.gray100};
|
|
407
|
-
cursor: not-allowed;
|
|
408
|
-
pointer-events: none;
|
|
409
|
-
|
|
410
|
-
svg {
|
|
411
|
-
path {
|
|
412
|
-
stroke: ${theme.colors.gray300};
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
`;
|
|
417
|
-
const StyledPaginationBlock = styled.li `
|
|
418
|
-
display: flex;
|
|
419
|
-
width: 32px;
|
|
420
|
-
height: 32px;
|
|
421
|
-
align-items: center;
|
|
422
|
-
justify-content: center;
|
|
423
|
-
margin: 0 2px;
|
|
424
|
-
border-radius: 4px;
|
|
425
|
-
color: ${theme.colors.gray800};
|
|
426
|
-
cursor: pointer;
|
|
427
|
-
font-size: 14px;
|
|
428
|
-
font-weight: ${theme.sizes.fwBold};
|
|
429
|
-
|
|
430
|
-
> a {
|
|
431
|
-
color: ${theme.colors.gray800};
|
|
432
|
-
text-decoration: unset;
|
|
433
|
-
display: block;
|
|
434
|
-
width: 100%;
|
|
435
|
-
height: 100%;
|
|
436
|
-
line-height: 32px;
|
|
437
|
-
text-align: center;
|
|
438
|
-
}
|
|
439
|
-
`;
|
|
440
|
-
|
|
441
|
-
const RenderPagiWithDots = ({ pagesAmount, activePage, handlePageChange, handleClick, href, queryPageName = 'page', }) => {
|
|
442
|
-
const pages = [...Array(pagesAmount)].map((__v, i) => i + 1);
|
|
443
|
-
const [visiblePages, setVisiblePages] = useState(activePage <= 4
|
|
444
|
-
? pages.slice(0, 5)
|
|
445
|
-
: activePage >= pages.length - 3
|
|
446
|
-
? pages.slice(pages.length - 5, pages.length)
|
|
447
|
-
: pages.slice(activePage - 2, activePage + 1));
|
|
448
|
-
useEffect(() => {
|
|
449
|
-
if (activePage <= 4) {
|
|
450
|
-
setVisiblePages(pages.slice(0, 5));
|
|
451
|
-
}
|
|
452
|
-
else if (activePage >= pages.length - 3) {
|
|
453
|
-
setVisiblePages(pages.slice(pages.length - 5, pages.length));
|
|
454
|
-
}
|
|
455
|
-
else {
|
|
456
|
-
setVisiblePages(pages.slice(activePage - 2, activePage + 1));
|
|
457
|
-
}
|
|
458
|
-
}, [activePage]);
|
|
459
|
-
return (React__default.createElement(Fragment, null,
|
|
460
|
-
activePage > 4 && (React__default.createElement(Fragment, null,
|
|
461
|
-
React__default.createElement(StyledPaginationBlock, { onClick: () => handlePageChange(1) }, href ? (React__default.createElement("a", { href: href, onClick: handleClick }, 1)) : (1)),
|
|
462
|
-
React__default.createElement(StyledPaginationBlock, null, "..."))),
|
|
463
|
-
visiblePages.map((i) => (React__default.createElement(StyledPaginationBlock, { key: `${'pagination'}+${i}`, "data-page-active": i === activePage || undefined, onClick: () => handlePageChange(i) }, href ? (React__default.createElement("a", { href: formatUrlWithPageParam(href, i, queryPageName), onClick: handleClick }, i)) : (i)))),
|
|
464
|
-
activePage < pages.length - 3 && (React__default.createElement(Fragment, null,
|
|
465
|
-
React__default.createElement(StyledPaginationBlock, null, "..."),
|
|
466
|
-
React__default.createElement(StyledPaginationBlock, { onClick: () => handlePageChange(pages.length) }, href ? (React__default.createElement("a", { href: formatUrlWithPageParam(href, pages.length, queryPageName), onClick: handleClick }, pages.length)) : (pages.length))))));
|
|
467
|
-
};
|
|
468
|
-
const Pagination = ({ className, pagesAmount, currentPage, onChange, onClick, style, href: _href, queryPageName = 'page', }) => {
|
|
469
|
-
const pages = [...Array(pagesAmount)].map((__v, i) => i + 1);
|
|
470
|
-
const [activePage, setActivePage] = useState(currentPage);
|
|
471
|
-
const href = useMemo(() => {
|
|
472
|
-
// Props `href` is updated from the version 1.8.4 and later. Please change the way to use this props properly
|
|
473
|
-
// - To avoid crash app, transform href for the old way and remove the part &page=
|
|
474
|
-
// /care/ho-chi-minh/hospital/da-khoa/&page=
|
|
475
|
-
// -> /care/ho-chi-minh/hospital/da-khoa/
|
|
476
|
-
if (_href && _href.endsWith('&page=')) {
|
|
477
|
-
return _href.replace('&page=', '');
|
|
478
|
-
}
|
|
479
|
-
return _href;
|
|
480
|
-
}, [_href]);
|
|
481
|
-
const totalArray = pagesAmount - 1;
|
|
482
|
-
const handlePageChange = (p) => {
|
|
483
|
-
if (p <= pagesAmount && p > 0) {
|
|
484
|
-
setActivePage(p);
|
|
485
|
-
onChange(p);
|
|
486
|
-
}
|
|
487
|
-
};
|
|
488
|
-
const handleClick = (e) => {
|
|
489
|
-
onClick && onClick(e);
|
|
490
|
-
};
|
|
491
|
-
useEffect(() => {
|
|
492
|
-
setActivePage(currentPage);
|
|
493
|
-
}, [currentPage]);
|
|
494
|
-
return (React__default.createElement(StyledPagination, { className: className, style: style },
|
|
495
|
-
React__default.createElement(StyledPageBlock, { className: "prev-page", onClick: () => handlePageChange(activePage - 1), "data-last-page": activePage === 1 || undefined }, href ? (React__default.createElement("a", { href: formatUrlWithPageParam(href, activePage, queryPageName), onClick: handleClick },
|
|
496
|
-
React__default.createElement("svg", { width: "7", height: "10", viewBox: "0 0 7 10", fill: "none" },
|
|
497
|
-
React__default.createElement("path", { d: "M5.5 9L1.5 5L5.5 1", stroke: "#2D87F3", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })))) : (React__default.createElement("svg", { width: "7", height: "10", viewBox: "0 0 7 10", fill: "none" },
|
|
498
|
-
React__default.createElement("path", { d: "M5.5 9L1.5 5L5.5 1", stroke: "#2D87F3", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })))),
|
|
499
|
-
pages.length > 8 ? (React__default.createElement(RenderPagiWithDots, { pagesAmount: pagesAmount, activePage: activePage, handlePageChange: handlePageChange, handleClick: handleClick, href: href, queryPageName: queryPageName })) : (pages.map((i) => (React__default.createElement(StyledPaginationBlock, { key: `${'pagination'}+${i}`, "data-page-active": i === activePage || undefined, onClick: () => handlePageChange(i) }, href ? (React__default.createElement("a", { href: formatUrlWithPageParam(href, i, queryPageName), onClick: handleClick }, i)) : (i))))),
|
|
500
|
-
React__default.createElement(StyledPageBlock, { className: "next-page", onClick: () => handlePageChange(activePage + 1), "data-last-page": activePage === totalArray + 1 || undefined }, href ? (React__default.createElement("a", { href: formatUrlWithPageParam(href, activePage, queryPageName), onClick: handleClick },
|
|
501
|
-
React__default.createElement("svg", { width: "7", height: "10", viewBox: "0 0 7 10", fill: "none" },
|
|
502
|
-
React__default.createElement("path", { d: "M1.5 9L5.5 5L1.5 1", stroke: "#2D87F3", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })))) : (React__default.createElement("svg", { width: "7", height: "10", viewBox: "0 0 7 10", fill: "none" },
|
|
503
|
-
React__default.createElement("path", { d: "M1.5 9L5.5 5L1.5 1", stroke: "#2D87F3", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))))));
|
|
504
|
-
};
|
|
505
|
-
|
|
506
372
|
/**
|
|
507
373
|
* @deprecated Consider to use import { Radio } from '@mantine/core'
|
|
508
374
|
*/
|
|
@@ -844,4 +710,4 @@ const StepRenderer = ({ children, onStepChange }) => {
|
|
|
844
710
|
})));
|
|
845
711
|
};
|
|
846
712
|
|
|
847
|
-
export { Alert as A, Badge as B, FileDropdown as F, Grid as G,
|
|
713
|
+
export { Alert as A, Badge as B, FileDropdown as F, Grid as G, Radio as R, StepRenderer as S, Tag as T, BorderHeading as a, Toggle as b, RateStars as c, StepRendererContext as d };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import styled from '@emotion/styled';
|
|
3
3
|
import { theme } from './miscTheme.js';
|
|
4
|
-
import { I as ImageWrap } from './index-
|
|
4
|
+
import { I as ImageWrap } from './index-d6783182.js';
|
|
5
5
|
|
|
6
6
|
const StyledAvatar = styled.div `
|
|
7
7
|
background-color: var(--background-color, transparent);
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-d50c14df.js';
|
|
2
2
|
import React__default, { createContext, useContext, useRef, useMemo, useState, useEffect } from 'react';
|
|
3
3
|
import { useForm, isNotEmpty } from '@mantine/form';
|
|
4
|
-
import { u as useHealthToolsCache } from './useHealthToolCache-
|
|
5
|
-
import { u as useTranslations } from './index-
|
|
6
|
-
import { C as CommonGAssets } from './index-
|
|
7
|
-
import { H as HEALTH_TOOL_TYPE } from './constants-
|
|
8
|
-
import { G as GenderOptionControl } from './index-
|
|
9
|
-
import { I as Input, S as Select } from './index-
|
|
10
|
-
import { D as DatePicker } from './index-
|
|
4
|
+
import { u as useHealthToolsCache } from './useHealthToolCache-3ea9e8ca.js';
|
|
5
|
+
import { u as useTranslations } from './index-af486ec3.js';
|
|
6
|
+
import { C as CommonGAssets } from './index-c66219ba.js';
|
|
7
|
+
import { H as HEALTH_TOOL_TYPE } from './constants-b308040a.js';
|
|
8
|
+
import { G as GenderOptionControl } from './index-dc178688.js';
|
|
9
|
+
import { I as Input, S as Select } from './index-9dbdd688.js';
|
|
10
|
+
import { D as DatePicker } from './index-45d4198f.js';
|
|
11
11
|
import '@mantine/core';
|
|
12
|
-
import './index-
|
|
13
|
-
import './index-
|
|
14
|
-
import './index.styles-
|
|
12
|
+
import './index-c129a5bd.js';
|
|
13
|
+
import './index-33269880.js';
|
|
14
|
+
import './index.styles-94965ed6.js';
|
|
15
15
|
import '@mantine/hooks';
|
|
16
|
-
import './index-
|
|
17
|
-
import './text-
|
|
18
|
-
import './utils-
|
|
19
|
-
import './index-
|
|
20
|
-
import './index-
|
|
21
|
-
import { H as HealthToolFormWrapper } from './index-
|
|
16
|
+
import './index-f25b9d2f.js';
|
|
17
|
+
import './text-26186936.js';
|
|
18
|
+
import './utils-ab85dac6.js';
|
|
19
|
+
import './index-17eeebe5.js';
|
|
20
|
+
import './index-77a5ed91.js';
|
|
21
|
+
import { H as HealthToolFormWrapper } from './index-3e9e6b60.js';
|
|
22
22
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
23
23
|
|
|
24
24
|
const ThrFormContext = createContext({});
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-d50c14df.js';
|
|
2
2
|
import React__default, { createContext, useContext } from 'react';
|
|
3
3
|
import { createStyles, rem, useMantineTheme } from '@mantine/core';
|
|
4
4
|
import { useForm, isNotEmpty } from '@mantine/form';
|
|
5
|
-
import { I as Input } from './index-
|
|
6
|
-
import { D as DatePicker } from './index-
|
|
7
|
-
import { T as Text } from './index-
|
|
8
|
-
import './index-
|
|
9
|
-
import './index.styles-
|
|
10
|
-
import { u as useTranslations } from './index-
|
|
5
|
+
import { I as Input } from './index-9dbdd688.js';
|
|
6
|
+
import { D as DatePicker } from './index-45d4198f.js';
|
|
7
|
+
import { T as Text } from './index-c129a5bd.js';
|
|
8
|
+
import './index-33269880.js';
|
|
9
|
+
import './index.styles-94965ed6.js';
|
|
10
|
+
import { u as useTranslations } from './index-af486ec3.js';
|
|
11
11
|
import '@mantine/hooks';
|
|
12
|
-
import './index-
|
|
13
|
-
import './text-
|
|
14
|
-
import './utils-
|
|
15
|
-
import './index-
|
|
16
|
-
import { I as INPUT_RANGE } from './constants-
|
|
17
|
-
import { H as HealthToolFormWrapper } from './index-
|
|
18
|
-
import { G as GenderOptionControl } from './index-
|
|
19
|
-
import { L as LOCALE } from './Locale-
|
|
12
|
+
import './index-f25b9d2f.js';
|
|
13
|
+
import './text-26186936.js';
|
|
14
|
+
import './utils-ab85dac6.js';
|
|
15
|
+
import './index-17eeebe5.js';
|
|
16
|
+
import { I as INPUT_RANGE } from './constants-d05671ad.js';
|
|
17
|
+
import { H as HealthToolFormWrapper } from './index-3e9e6b60.js';
|
|
18
|
+
import { G as GenderOptionControl } from './index-dc178688.js';
|
|
19
|
+
import { L as LOCALE } from './Locale-008b482e.js';
|
|
20
20
|
import { CalendarMB } from '@hhgtech/icons/other';
|
|
21
21
|
|
|
22
22
|
const BabyGrowthFormContext = createContext({});
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { _ as __rest, a as __awaiter } from './tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __awaiter } from './tslib.es6-d50c14df.js';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import React__default, { forwardRef, Component, useState, useCallback, useEffect, createContext, useContext, useRef, useMemo, useImperativeHandle } from 'react';
|
|
4
4
|
import { ArrowDown } from '@hhgtech/icons/other';
|
|
5
5
|
import { Autocomplete, Image, ActionIcon, Select as Select$1, createStyles, AspectRatio as AspectRatio$1, useMantineTheme, Box, Breadcrumbs as Breadcrumbs$1, Textarea, Accordion as Accordion$1, Indicator, Avatar as Avatar$1, FileInput as FileInput$1, createEmotionCache, NumberInput as NumberInput$1, PasswordInput as PasswordInput$1, TextInput, Input as Input$1, Checkbox as Checkbox$1, Slider, Radio as Radio$1, Flex, Popover as Popover$1, rem, Chip } from '@mantine/core';
|
|
6
6
|
import { useUncontrolled, useDebouncedValue, useViewportSize, useResizeObserver, useDisclosure, useClickOutside } from '@mantine/hooks';
|
|
7
|
-
import { C as CommonGAssets } from './index-
|
|
8
|
-
import { u as useScreenSize, I as ImageWrap } from './index-
|
|
7
|
+
import { C as CommonGAssets } from './index-c66219ba.js';
|
|
8
|
+
import { u as useScreenSize, I as ImageWrap } from './index-d6783182.js';
|
|
9
9
|
import styled from '@emotion/styled';
|
|
10
10
|
import { Carousel as Carousel$1 } from '@mantine/carousel';
|
|
11
|
-
import { T as Text } from './index-
|
|
12
|
-
import { t as themeColors } from './index-
|
|
11
|
+
import { T as Text } from './index-c129a5bd.js';
|
|
12
|
+
import { t as themeColors } from './index-f25b9d2f.js';
|
|
13
13
|
import { theme } from './miscTheme.js';
|
|
14
|
-
import { C as CustomStylesType } from './text-
|
|
14
|
+
import { C as CustomStylesType } from './text-26186936.js';
|
|
15
15
|
import cn from 'classnames';
|
|
16
|
-
import { a as useUniqueId } from './useUniqueId-
|
|
16
|
+
import { a as useUniqueId } from './useUniqueId-a3eb02a3.js';
|
|
17
17
|
import { siteOptions } from './constantsSite.js';
|
|
18
18
|
import { Check, Plus } from '@hhgtech/icons/core';
|
|
19
|
-
import { B as Button } from './index-
|
|
19
|
+
import { B as Button } from './index-33269880.js';
|
|
20
20
|
|
|
21
21
|
const Select = forwardRef((_a, ref) => {
|
|
22
22
|
var { keepSearch = false } = _a, props = __rest(_a, ["keepSearch"]);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React__default, { useRef, useEffect } from 'react';
|
|
2
2
|
import { Portal } from '@mantine/core';
|
|
3
|
-
import { t as toggleNoScroll } from './utils-
|
|
3
|
+
import { t as toggleNoScroll } from './utils-ab85dac6.js';
|
|
4
4
|
import { css } from '@emotion/react';
|
|
5
5
|
import styled from '@emotion/styled';
|
|
6
6
|
import { theme } from './miscTheme.js';
|
|
7
|
-
import { s as slideInUp, e as slideOutDown, b as slideInLeft, f as slideOutLeft, c as slideInRight, g as slideOutRight, a as slideInDown, d as slideOutUp } from './animation-
|
|
8
|
-
import { T as Text } from './index-
|
|
7
|
+
import { s as slideInUp, e as slideOutDown, b as slideInLeft, f as slideOutLeft, c as slideInRight, g as slideOutRight, a as slideInDown, d as slideOutUp } from './animation-aae81e08.js';
|
|
8
|
+
import { T as Text } from './index-c129a5bd.js';
|
|
9
9
|
|
|
10
10
|
const DURATION = '600ms';
|
|
11
11
|
const generateStyleBasedOnPlacement = (placement, open) => {
|