@hhgtech/hhg-components 1.29.417 → 1.29.418-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-860085e2.js → InputDate-de03b552.js} +14 -21
- package/build/{LastPeriod-7f6836ea.js → LastPeriod-4a02913f.js} +1 -1
- package/build/{MobileBottomNavigationIcon-b78060f8.js → MobileBottomNavigationIcon-2601edb1.js} +3 -3
- package/build/{Spinner-064d7887.js → Spinner-0ccbab5d.js} +1 -1
- package/build/{WhatsApp-ef2612f0.js → WhatsApp-1f0b36ae.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/icons/ErrorIcon.d.ts +4 -0
- package/build/components/atoms/index.d.ts +1 -0
- package/build/components/atoms/searchInput/index.d.ts +17 -0
- package/build/components/mantine/phoneInput/PhoneInput.d.ts +1 -1
- package/build/components/mantine/styles.d.ts +12 -0
- package/build/components/mantine/theme/input.d.ts +7 -6
- package/build/components/mantine/theme/text.d.ts +51 -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 +7 -0
- package/build/components/molecules/list/LoadMore.d.ts +8 -0
- package/build/components/molecules/list/Pagination.d.ts +2 -0
- package/build/components/molecules/list/Search.d.ts +8 -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 +9 -0
- package/build/components/molecules/quickFilter/index.styled.d.ts +5 -0
- package/build/components.js +107 -99
- package/build/{constants-918e7382.js → constants-37217169.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-9c6dc08d.js → core-86f553f9.js} +1 -1
- package/build/{dataTransform-083ecf10.js → dataTransform-7e5324ad.js} +1 -1
- package/build/ecom.js +4 -4
- package/build/{editor-e3026e06.js → editor-fe784428.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-c6943232.js → InputDate-414e35dd.js} +14 -21
- package/build/esm/{LastPeriod-553656af.js → LastPeriod-c9c2137a.js} +1 -1
- package/build/esm/{MobileBottomNavigationIcon-a3b0ac1a.js → MobileBottomNavigationIcon-803042d0.js} +3 -3
- package/build/esm/{Spinner-cf3eef38.js → Spinner-3ca82c47.js} +1 -1
- package/build/esm/{WhatsApp-0aa38272.js → WhatsApp-f84dedc1.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/icons/ErrorIcon.d.ts +4 -0
- package/build/esm/components/atoms/index.d.ts +1 -0
- package/build/esm/components/atoms/searchInput/index.d.ts +17 -0
- package/build/esm/components/mantine/phoneInput/PhoneInput.d.ts +1 -1
- package/build/esm/components/mantine/styles.d.ts +12 -0
- package/build/esm/components/mantine/theme/input.d.ts +7 -6
- package/build/esm/components/mantine/theme/text.d.ts +51 -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 +7 -0
- package/build/esm/components/molecules/list/LoadMore.d.ts +8 -0
- package/build/esm/components/molecules/list/Pagination.d.ts +2 -0
- package/build/esm/components/molecules/list/Search.d.ts +8 -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 +9 -0
- package/build/esm/components/molecules/quickFilter/index.styled.d.ts +5 -0
- package/build/esm/components.js +99 -98
- package/build/esm/{constants-e746bea8.js → constants-3a90ca4f.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-f0baba3f.js → core-4882f51c.js} +1 -1
- package/build/esm/{dataTransform-7263d90c.js → dataTransform-6e16ee2e.js} +1 -1
- package/build/esm/ecom.js +4 -4
- package/build/esm/{editor-0a5d4ad8.js → editor-2e871902.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-d7818aab.js → healthTools-88170e03.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.js +2 -2
- package/build/esm/i18nV2.js +2 -2
- package/build/esm/icons/CurrentLocation.d.ts +4 -0
- package/build/esm/icons/Search2.d.ts +4 -0
- package/build/esm/icons/index.d.ts +3 -1
- package/build/esm/{index-baf1b7a5.js → index-0b7db693.js} +15 -15
- package/build/esm/{index-f6f2c102.js → index-0d28e940.js} +13 -13
- package/build/esm/{index-445da069.js → index-0e155348.js} +1 -1
- package/build/esm/{index-90ec1324.js → index-0eab03d7.js} +2 -2
- package/build/esm/{index-8b97a08b.js → index-0eefffa4.js} +2 -2
- package/build/esm/{index-a5c795a1.js → index-11f99f13.js} +2 -2
- package/build/esm/{index-c6835427.js → index-1790ff2e.js} +1 -1
- package/build/esm/{index-2b0ae101.js → index-19d09f21.js} +15 -15
- package/build/esm/{index-7a2d9628.js → index-1af34b4d.js} +2 -2
- package/build/esm/{index-3067c112.js → index-1e45bd04.js} +3 -3
- package/build/esm/{index-aeceb78e.js → index-21521628.js} +6 -6
- package/build/esm/{index-cb181cba.js → index-29e3b708.js} +16 -16
- package/build/esm/{index-c8fa27f2.js → index-2e5ed831.js} +13 -13
- package/build/esm/{index-4dae0bf7.js → index-30dd242d.js} +2 -2
- package/build/esm/{index-6d801ccc.js → index-32eebded.js} +2 -2
- package/build/esm/{index-86dba4d0.js → index-36040944.js} +6 -6
- package/build/esm/{index-aa5ca5b5.js → index-3ebbaef5.js} +32 -32
- package/build/esm/{index-03420728.js → index-417c35b5.js} +6 -6
- package/build/esm/{index-f764092b.js → index-4902cbf1.js} +13 -13
- package/build/esm/{index-9463eee4.js → index-4b741d5a.js} +11 -11
- package/build/esm/{index-ef717367.js → index-50272676.js} +1 -1
- package/build/esm/{index-b9dc63ec.js → index-5b9615b0.js} +3 -3
- package/build/esm/{index-feb841f4.js → index-5bd606cb.js} +6 -6
- package/build/esm/{index-c0d900a8.js → index-5d972b14.js} +2 -2
- package/build/esm/{index-fe8e86e3.js → index-60ea0a79.js} +13 -13
- package/build/esm/{index-973fdd43.js → index-6142e7c2.js} +1 -1
- package/build/esm/{index-f1684864.js → index-635cb189.js} +1 -1
- package/build/esm/{index-7f07997b.js → index-63f15dce.js} +7 -7
- package/build/esm/{index-335d9430.js → index-655cc84a.js} +2 -2
- package/build/esm/{index-32c466ec.js → index-6856a8dc.js} +9 -9
- package/build/esm/{index-a427d65f.js → index-68e2690f.js} +2 -2
- package/build/esm/{index-f82c90ec.js → index-6b1054cb.js} +6 -6
- package/build/esm/{index-105374ed.js → index-76a14768.js} +17 -17
- package/build/esm/{index-0b9544ce.js → index-7e8e1920.js} +15 -15
- package/build/esm/{index-3017681c.js → index-8034f068.js} +1 -1
- package/build/esm/{index-7bb7b0ab.js → index-838b76fe.js} +2 -2
- package/build/esm/{index-8deaa637.js → index-8757a290.js} +13 -13
- package/build/esm/{index-12af6e65.js → index-8c362fb9.js} +3 -3
- package/build/esm/{index-c63fce4c.js → index-8c8ff392.js} +17 -17
- package/build/esm/index-90098e72.js +438 -0
- package/build/esm/{index-5bdd1777.js → index-95be323c.js} +357 -27
- package/build/esm/{index-f141030c.js → index-95dca4a2.js} +25 -25
- package/build/esm/{index-30f799b6.js → index-9606993e.js} +3 -3
- package/build/esm/{index-b8828dea.js → index-9746eb1a.js} +3 -3
- package/build/esm/{index-fa5da20e.js → index-9885add9.js} +1 -1
- package/build/esm/{index-1af6a755.js → index-9c732be8.js} +4 -4
- package/build/esm/{index-87fc8947.js → index-9d8b7481.js} +3 -3
- package/build/esm/{index-d1bf3e47.js → index-a2fe3dec.js} +2 -2
- package/build/esm/{index-894a2bdc.js → index-a528817b.js} +2 -2
- package/build/esm/{index-df6d1283.js → index-a959e4e6.js} +10 -10
- package/build/esm/{index-76c6f413.js → index-b2bb05cc.js} +4 -4
- package/build/esm/{index-a0e81ada.js → index-bb15e143.js} +2 -2
- package/build/esm/{index-83666d2b.js → index-bb7b6958.js} +17 -17
- package/build/esm/{index-5e2002e6.js → index-bb8bebf5.js} +3 -3
- package/build/esm/{index-99bb09af.js → index-c1a80bfa.js} +1 -1
- package/build/esm/{index-eee9d14d.js → index-c209a4fb.js} +2 -2
- package/build/esm/{index-82f28c8a.js → index-c48929f7.js} +22 -22
- package/build/esm/{index-a14bfdf0.js → index-c49dc7d3.js} +16 -16
- package/build/esm/{index-bd1ec2b0.js → index-c6a83644.js} +5 -5
- package/build/esm/{index-74d772bb.js → index-c979e822.js} +2 -2
- package/build/esm/{index-ea472f22.js → index-d8a1c9b7.js} +18 -27
- package/build/esm/{index-a90ef289.js → index-dd149a67.js} +21 -21
- package/build/esm/{index-2e0bd0e8.js → index-def9e211.js} +7 -7
- package/build/esm/{index-0a488271.js → index-e44e32cd.js} +17 -17
- package/build/esm/{index-85ee209d.js → index-ee7126bb.js} +32 -32
- package/build/esm/{index-4210a277.js → index-f00d920b.js} +7 -141
- package/build/esm/{index-689b89e9.js → index-f2440d1a.js} +30 -30
- package/build/esm/{index-1eecf741.js → index-fa258e89.js} +13 -13
- package/build/esm/index.css +1 -1
- package/build/esm/index.js +127 -121
- package/build/esm/{labelSorting-1aed75c7.js → labelSorting-21210d45.js} +4 -4
- package/build/esm/lead/layouts/lightbox/fields/textField/context.d.ts +8 -0
- package/build/esm/lead/layouts/lightbox/fields/textField/index.d.ts +19 -2
- package/build/esm/lead/layouts/lightbox/fields/textField/index.styled.d.ts +4 -0
- package/build/esm/lead.css +1 -1
- package/build/esm/lead.js +274 -474
- package/build/esm/{localizeNumberFormat-f1e8ac6b.js → localizeNumberFormat-90562420.js} +15 -1
- package/build/esm/{logoIcon-e30f9df0.js → logoIcon-a212c9df.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 +5 -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/onboardingV2.js +30 -30
- package/build/esm/organisms.js +51 -51
- package/build/esm/{post-a9a122e7.js → post-d456c93c.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 +54 -42
- package/build/esm/{store-4444fd12.js → store-bee87a6d.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-2a147794.js → surveyThankyouCard-50d80f64.js} +5 -5
- package/build/esm/{text-55617bb4.js → text-6b1a3cb1.js} +60 -10
- 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-e65888b4.js → translationsProvider-a018b73c.js} +1 -1
- package/build/esm/{treePopoverMenu-ce056691.js → treePopoverMenu-92a734d9.js} +19 -19
- package/build/esm/{types-c46fe736.js → types-23de8c7d.js} +2 -2
- package/build/esm/types.js +2 -2
- package/build/esm/{useCategory-9dd41f60.js → useCategory-6cdc7127.js} +5 -5
- package/build/esm/{useHealthToolCache-0f9764d6.js → useHealthToolCache-bfd17662.js} +1 -1
- package/build/esm/{usePlacesAutocomplete-ddef7ee5.js → usePlacesAutocomplete-e1db56ad.js} +2 -2
- package/build/esm/useTogetherAuthRequiredAction.js +10 -10
- package/build/esm/{utils-ca546a43.js → utils-127c91c4.js} +18 -1
- package/build/esm/{utils-487c0653.js → utils-4049c921.js} +5 -5
- package/build/esm/{utils-aadfa81c.js → utils-5b7c4be4.js} +2 -2
- package/build/esm/{utils-2f5f0158.js → utils-d6ce10e0.js} +2 -2
- package/build/esm/{utils-6a4cbb99.js → utils-e09337fc.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-75fbc03c.js → healthTools-d40a4105.js} +1 -1
- package/build/healthToolsCardWrapper.js +19 -19
- package/build/healthToolsForm.js +34 -34
- package/build/hooks.js +13 -13
- package/build/i18n.js +2 -2
- package/build/i18nV2.js +1 -1
- package/build/icons/CurrentLocation.d.ts +4 -0
- package/build/icons/Search2.d.ts +4 -0
- package/build/icons/index.d.ts +3 -1
- package/build/{index-512a081a.js → index-05e7f959.js} +1 -1
- package/build/{index-42018b4e.js → index-0a2c7722.js} +13 -13
- package/build/{index-12a87524.js → index-0e812f7f.js} +22 -22
- package/build/{index-d9a882a5.js → index-184beb54.js} +6 -6
- package/build/{index-32b4734b.js → index-190a4162.js} +9 -9
- package/build/{index-287b02d9.js → index-1def94e6.js} +3 -3
- package/build/{index-259ca1c8.js → index-24c04246.js} +2 -2
- package/build/{index-edce8d6e.js → index-2599c8f2.js} +3 -3
- package/build/{index-97a427b9.js → index-2c21f982.js} +4 -4
- package/build/{index-b6630b4f.js → index-2ea90655.js} +30 -30
- package/build/{index-2594ec39.js → index-2f9d101e.js} +6 -6
- package/build/{index-1421020e.js → index-30c33273.js} +2 -2
- package/build/{index-1e01216a.js → index-31b8ffd8.js} +32 -32
- package/build/{index-6891ba5a.js → index-31f91e68.js} +17 -17
- package/build/{index-b7ef4cc2.js → index-320f4fd2.js} +5 -5
- package/build/{index-95f37fed.js → index-3552ece1.js} +15 -15
- package/build/{index-6d0a8f85.js → index-3c869cf8.js} +7 -7
- package/build/{index-9a257e60.js → index-3edccb97.js} +6 -6
- package/build/{index-7f764976.js → index-44744aab.js} +17 -17
- package/build/{index-90335c2e.js → index-44ca31dd.js} +21 -21
- package/build/{index-81b0641b.js → index-44d68391.js} +2 -2
- package/build/{index-c3a942ae.js → index-456664e6.js} +15 -15
- package/build/{index-6298ffae.js → index-4a4816a9.js} +13 -13
- package/build/{index-89f2ce47.js → index-57a3efb9.js} +3 -3
- package/build/{index-c04c9aca.js → index-5e30720a.js} +2 -2
- package/build/{index-a7ff8e37.js → index-60a696cb.js} +2 -2
- package/build/{index-f8b76b96.js → index-62c4fe64.js} +2 -2
- package/build/{index-9cdc8a41.js → index-69e87e56.js} +2 -2
- package/build/{index-7ad5ed5a.js → index-6a5f8c2d.js} +2 -2
- package/build/{index-e33474fc.js → index-7aec0a0c.js} +6 -6
- package/build/{index-bb69232c.js → index-815851d4.js} +15 -15
- package/build/{index-85c355b8.js → index-87855280.js} +17 -17
- package/build/{index-5d14881e.js → index-8dc1e18d.js} +7 -7
- package/build/{index-f7e7cdf6.js → index-8eb726c8.js} +1 -1
- package/build/{index-3f787da3.js → index-90a30fae.js} +1 -1
- package/build/{index-bf3fd014.js → index-93df808e.js} +5 -140
- package/build/{index-a234c228.js → index-9628baf4.js} +1 -1
- package/build/{index-1ed83894.js → index-9b755601.js} +1 -1
- package/build/index-9c3d826c.js +467 -0
- package/build/{index-2493aad6.js → index-a0676378.js} +16 -16
- package/build/{index-359cb049.js → index-a8a23325.js} +3 -3
- package/build/{index-9eaa15d5.js → index-b030df11.js} +10 -10
- package/build/{index-b52bba0a.js → index-b7db8f82.js} +6 -6
- package/build/{index-38fbd2be.js → index-b8f10221.js} +13 -13
- package/build/{index-035c919f.js → index-b96bf5e8.js} +359 -24
- package/build/{index-969847e3.js → index-bb89c691.js} +3 -3
- package/build/{index-490706a3.js → index-c08ec1b5.js} +16 -16
- package/build/{index-f5dfaf06.js → index-c4aa4870.js} +13 -13
- package/build/{index-72d0052e.js → index-c4e6faca.js} +13 -13
- package/build/{index-1e132da3.js → index-c4f5c1c6.js} +4 -4
- package/build/{index-a4cd3f3a.js → index-c5c67407.js} +2 -2
- package/build/{index-d778b9e9.js → index-c771ec23.js} +2 -2
- package/build/{index-a885b9a3.js → index-c9f2be0b.js} +13 -13
- package/build/{index-ec936b1f.js → index-d14610c4.js} +18 -27
- package/build/{index-dc9684f8.js → index-d4f08b20.js} +17 -17
- package/build/{index-bc34ab3c.js → index-e71489c0.js} +2 -2
- package/build/{index-efdee7e0.js → index-e81537b3.js} +2 -2
- package/build/{index-b223e7de.js → index-e92a67b5.js} +1 -1
- package/build/{index-ba9cd1ca.js → index-eb0592c5.js} +25 -25
- package/build/{index-d0d6dd15.js → index-ebfc0d25.js} +32 -32
- package/build/{index-830968ca.js → index-ec34a27f.js} +11 -11
- package/build/{index-4f5231ab.js → index-f0b8a1ab.js} +3 -3
- package/build/{index-8f725ac2.js → index-f6f36c16.js} +1 -1
- package/build/{index-3f1411c6.js → index-f8f46a81.js} +2 -2
- package/build/{index-8fa166c4.js → index-f90034be.js} +2 -2
- package/build/{index-1a7fa305.js → index-fa66205d.js} +3 -3
- package/build/{index-e8833c6f.js → index-fbbba2c5.js} +1 -1
- package/build/{index-42de05a9.js → index-fff16fad.js} +2 -2
- package/build/index.css +1 -1
- package/build/index.js +140 -123
- package/build/{labelSorting-9604d205.js → labelSorting-93f1e6ac.js} +4 -4
- package/build/lead/layouts/lightbox/fields/textField/context.d.ts +8 -0
- package/build/lead/layouts/lightbox/fields/textField/index.d.ts +19 -2
- package/build/lead/layouts/lightbox/fields/textField/index.styled.d.ts +4 -0
- package/build/lead.css +1 -1
- package/build/lead.js +273 -473
- package/build/{localizeNumberFormat-a9f01ec3.js → localizeNumberFormat-799b6fbc.js} +15 -0
- package/build/{logoIcon-62493c3e.js → logoIcon-cf4cecfa.js} +2 -2
- package/build/mantine.js +24 -24
- package/build/misc/localizeNumberFormat.d.ts +1 -0
- package/build/misc/utils.d.ts +5 -0
- package/build/misc.js +21 -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 +51 -51
- package/build/{post-95d2385c.js → post-524115db.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 +52 -40
- package/build/{store-01dd0c41.js → store-593a9fbf.js} +3 -3
- package/build/subot.js +36 -36
- package/build/surveyOrPremiumBanner.js +34 -34
- package/build/surveyQuestionCard.js +11 -11
- package/build/{surveyThankyouCard-5be8393b.js → surveyThankyouCard-21d2d7b3.js} +5 -5
- package/build/{text-2d269f79.js → text-65cdc640.js} +60 -9
- 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-6faecca0.js → translationsProvider-307c4dad.js} +1 -1
- package/build/{treePopoverMenu-4db8a6e4.js → treePopoverMenu-7842957b.js} +19 -19
- package/build/{types-2eb77d47.js → types-aa9ce98b.js} +2 -2
- package/build/types.js +2 -2
- package/build/{useCategory-6524c254.js → useCategory-d7740975.js} +5 -5
- package/build/{useHealthToolCache-6d09f7d7.js → useHealthToolCache-c6cad236.js} +1 -1
- package/build/{usePlacesAutocomplete-524152dc.js → usePlacesAutocomplete-be5ddd4c.js} +2 -2
- package/build/useTogetherAuthRequiredAction.js +10 -10
- package/build/{utils-94885948.js → utils-0ef1467f.js} +5 -5
- package/build/{utils-d0544a49.js → utils-206e074f.js} +18 -0
- package/build/{utils-185d0253.js → utils-9d6d77e9.js} +3 -3
- package/build/{utils-ea678be2.js → utils-f3053adb.js} +2 -2
- package/build/{utils-fdb9bbc3.js → utils-fc673d1a.js} +2 -2
- package/build/vaccination.js +22 -22
- package/package.json +1 -1
- package/build/esm/index-8d4eb39a.js +0 -262
- package/build/index-3a35c0e9.js +0 -270
- /package/build/{BMI_BOYS.percentile.monthly-6cd85292.js → BMI_BOYS.percentile.monthly-5d545b5d.js} +0 -0
- /package/build/{BMI_BOYS.percentile.weekly-24b3cfee.js → BMI_BOYS.percentile.weekly-30c8e5d2.js} +0 -0
- /package/build/{BMI_BOYS.percentile.yearly-9afacd6a.js → BMI_BOYS.percentile.yearly-3b04f19b.js} +0 -0
- /package/build/{BMI_BOYS.zscore.monthly-44a7ede7.js → BMI_BOYS.zscore.monthly-2fcd238c.js} +0 -0
- /package/build/{BMI_BOYS.zscore.weekly-35da8dda.js → BMI_BOYS.zscore.weekly-9b48bdad.js} +0 -0
- /package/build/{BMI_BOYS.zscore.yearly-0ef69646.js → BMI_BOYS.zscore.yearly-195fc73f.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.monthly-8600cce2.js → BMI_GIRLS.percentile.monthly-50c60d12.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.weekly-88b44cb7.js → BMI_GIRLS.percentile.weekly-bfad24a2.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.yearly-22a4846d.js → BMI_GIRLS.percentile.yearly-e46bd422.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.monthly-fb1bf424.js → BMI_GIRLS.zscore.monthly-112e38be.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.weekly-52dc4c25.js → BMI_GIRLS.zscore.weekly-f8b64838.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.yearly-231c4054.js → BMI_GIRLS.zscore.yearly-4eac195d.js} +0 -0
- /package/build/{ChevronDown-2dfa26ff.js → ChevronDown-4ae39479.js} +0 -0
- /package/build/{Close-4e480030.js → Close-e564e280.js} +0 -0
- /package/build/{Google-f55051be.js → Google-ab8052d8.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-1494965f.js → HEAD CIRCUM_BOYS.percentile.monthly-4964d603.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-e0913ee2.js → HEAD CIRCUM_BOYS.percentile.weekly-78ff0893.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-7c2b9787.js → HEAD CIRCUM_BOYS.percentile.yearly-155af748.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-b9c6fc8d.js → HEAD CIRCUM_BOYS.zscore.monthly-67af1b85.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-b71f5ed2.js → HEAD CIRCUM_BOYS.zscore.weekly-904fc6aa.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-b2ebac1d.js → HEAD CIRCUM_BOYS.zscore.yearly-0dd9c885.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-21bb2b95.js → HEAD CIRCUM_GIRLS.percentile.monthly-c8190d46.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-dcd6f7e6.js → HEAD CIRCUM_GIRLS.percentile.weekly-a4f36407.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-aa24e205.js → HEAD CIRCUM_GIRLS.percentile.yearly-97825869.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-1cd178f4.js → HEAD CIRCUM_GIRLS.zscore.monthly-58d848f8.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-7bc4fdc7.js → HEAD CIRCUM_GIRLS.zscore.weekly-efa5c0a2.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-51cfb94c.js → HEAD CIRCUM_GIRLS.zscore.yearly-669e2530.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.monthly-d70e2688.js → HEIGHT_BOYS.percentile.monthly-0a6db259.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.weekly-f31b7293.js → HEIGHT_BOYS.percentile.weekly-46cf3b8b.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.yearly-9cf55f7f.js → HEIGHT_BOYS.percentile.yearly-5d1e4321.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.monthly-1462dd76.js → HEIGHT_BOYS.zscore.monthly-4eb42fdf.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.weekly-cba56516.js → HEIGHT_BOYS.zscore.weekly-b003ef15.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.yearly-618a9999.js → HEIGHT_BOYS.zscore.yearly-a01d65a4.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.monthly-4e938816.js → HEIGHT_GIRLS.percentile.monthly-b02ebc51.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.weekly-c597a8a4.js → HEIGHT_GIRLS.percentile.weekly-82a0838f.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.yearly-e682e46f.js → HEIGHT_GIRLS.percentile.yearly-0c2f682b.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.monthly-14f95ac0.js → HEIGHT_GIRLS.zscore.monthly-b5d104d2.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.weekly-f1462b99.js → HEIGHT_GIRLS.zscore.weekly-a4d61705.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.yearly-d65a3d45.js → HEIGHT_GIRLS.zscore.yearly-1cd931a4.js} +0 -0
- /package/build/{Locale-a70f3018.js → Locale-8b371dbd.js} +0 -0
- /package/build/{Visible-16372590.js → Visible-f9afb87e.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.monthly-703127ea.js → WEIGHT_BOYS.percentile.monthly-f613ac6a.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.weekly-2e3530f2.js → WEIGHT_BOYS.percentile.weekly-683586bc.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.yearly-f8b0f900.js → WEIGHT_BOYS.percentile.yearly-a37fb5d0.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.monthly-0a4ea821.js → WEIGHT_BOYS.zscore.monthly-d4a0d7a5.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.weekly-5eb764cc.js → WEIGHT_BOYS.zscore.weekly-c794ebcc.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.yearly-d8dc154a.js → WEIGHT_BOYS.zscore.yearly-4695996c.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.monthly-f7ba3a8b.js → WEIGHT_GIRLS.percentile.monthly-0905ab25.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.weekly-5cc644f2.js → WEIGHT_GIRLS.percentile.weekly-2183f76a.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.yearly-1d6b2e04.js → WEIGHT_GIRLS.percentile.yearly-2641e1eb.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.monthly-5db3b65e.js → WEIGHT_GIRLS.zscore.monthly-9f988d18.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.weekly-c55f9501.js → WEIGHT_GIRLS.zscore.weekly-a39f42bc.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.yearly-a147ef14.js → WEIGHT_GIRLS.zscore.yearly-fb6bdb4c.js} +0 -0
- /package/build/{animation-1049b28e.js → animation-61042685.js} +0 -0
- /package/build/{constants-b3db85a3.js → constants-36031416.js} +0 -0
- /package/build/{constants-06e52591.js → constants-708845d0.js} +0 -0
- /package/build/{constants-454e1545.js → constants-70b54d4e.js} +0 -0
- /package/build/{dataTransform-0be836ca.js → dataTransform-2843da0a.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.monthly-00da0087.js → BMI_BOYS.percentile.monthly-e49038ad.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.weekly-c1a894cd.js → BMI_BOYS.percentile.weekly-a60ca0bb.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.yearly-e52331e4.js → BMI_BOYS.percentile.yearly-9ff65d46.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.monthly-6afc9acd.js → BMI_BOYS.zscore.monthly-ba08d83f.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.weekly-98433237.js → BMI_BOYS.zscore.weekly-879461ec.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.yearly-eebae207.js → BMI_BOYS.zscore.yearly-a8614564.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.monthly-d1d75e5a.js → BMI_GIRLS.percentile.monthly-9d6f82be.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.weekly-d084b37c.js → BMI_GIRLS.percentile.weekly-6911fd0f.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.yearly-cccd8fd5.js → BMI_GIRLS.percentile.yearly-d0b08522.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.monthly-9ef3584b.js → BMI_GIRLS.zscore.monthly-268c523d.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.weekly-8d18e391.js → BMI_GIRLS.zscore.weekly-684c8903.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.yearly-483faa92.js → BMI_GIRLS.zscore.yearly-5ee90099.js} +0 -0
- /package/build/esm/{ChevronDown-72f353c4.js → ChevronDown-1524e5cb.js} +0 -0
- /package/build/esm/{Close-7f696413.js → Close-aee573e5.js} +0 -0
- /package/build/esm/{Google-f0351cf7.js → Google-d736d10b.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-02f07ece.js → HEAD CIRCUM_BOYS.percentile.monthly-11e98b64.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-b03af760.js → HEAD CIRCUM_BOYS.percentile.weekly-e518e41d.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-6ddb9f1b.js → HEAD CIRCUM_BOYS.percentile.yearly-4d2d4687.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-2a047c13.js → HEAD CIRCUM_BOYS.zscore.monthly-b7244d28.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-0e13d9ae.js → HEAD CIRCUM_BOYS.zscore.weekly-00720e3f.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-3270018c.js → HEAD CIRCUM_BOYS.zscore.yearly-61fc2f5d.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-3b183bbd.js → HEAD CIRCUM_GIRLS.percentile.monthly-84eac1d0.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-26a85036.js → HEAD CIRCUM_GIRLS.percentile.weekly-37b7c9af.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-1ae4e888.js → HEAD CIRCUM_GIRLS.percentile.yearly-258ef37a.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-0ae24819.js → HEAD CIRCUM_GIRLS.zscore.monthly-338f5b71.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-fe9f4e7e.js → HEAD CIRCUM_GIRLS.zscore.weekly-ff92ef87.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-e1cc002a.js → HEAD CIRCUM_GIRLS.zscore.yearly-73d79b31.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.monthly-c8d18fed.js → HEIGHT_BOYS.percentile.monthly-933f2f2b.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.weekly-2ad839c2.js → HEIGHT_BOYS.percentile.weekly-d29f58ad.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.yearly-e9fbedf9.js → HEIGHT_BOYS.percentile.yearly-7177e6c3.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.monthly-dda8b396.js → HEIGHT_BOYS.zscore.monthly-37e5866b.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.weekly-c9d9d4d0.js → HEIGHT_BOYS.zscore.weekly-5f5938aa.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.yearly-7f3bb41a.js → HEIGHT_BOYS.zscore.yearly-42ad5475.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-adda6c91.js → HEIGHT_GIRLS.percentile.monthly-3ab449b6.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-6ec2aa86.js → HEIGHT_GIRLS.percentile.weekly-3fe74af3.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-78203b9f.js → HEIGHT_GIRLS.percentile.yearly-71f48a52.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-f7cc6a4f.js → HEIGHT_GIRLS.zscore.monthly-b50d97f8.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-e11c0e1a.js → HEIGHT_GIRLS.zscore.weekly-fbd61d59.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-cb1f2588.js → HEIGHT_GIRLS.zscore.yearly-bc391fbd.js} +0 -0
- /package/build/esm/{Locale-5460e729.js → Locale-5e5b94e0.js} +0 -0
- /package/build/esm/{Visible-79ea5175.js → Visible-7ef640dc.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.monthly-6b23fa82.js → WEIGHT_BOYS.percentile.monthly-0a1e2566.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.weekly-b9220743.js → WEIGHT_BOYS.percentile.weekly-4a6322f8.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.yearly-917da5f3.js → WEIGHT_BOYS.percentile.yearly-84eb3831.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.monthly-215e737e.js → WEIGHT_BOYS.zscore.monthly-7cd7d797.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.weekly-07952bd1.js → WEIGHT_BOYS.zscore.weekly-bf6a9e39.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.yearly-d5e15816.js → WEIGHT_BOYS.zscore.yearly-85d82db6.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-cea4561a.js → WEIGHT_GIRLS.percentile.monthly-3e662e4b.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-be28a920.js → WEIGHT_GIRLS.percentile.weekly-871713a1.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-eec8d549.js → WEIGHT_GIRLS.percentile.yearly-fcb53176.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-d0d56506.js → WEIGHT_GIRLS.zscore.monthly-cf642af8.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-afc164b5.js → WEIGHT_GIRLS.zscore.weekly-818f653e.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-b8a698b5.js → WEIGHT_GIRLS.zscore.yearly-3118444e.js} +0 -0
- /package/build/esm/{animation-bea85d42.js → animation-3cd45cde.js} +0 -0
- /package/build/esm/{constants-abdbe382.js → constants-90871984.js} +0 -0
- /package/build/esm/{constants-ee67fd63.js → constants-d9e7e0c3.js} +0 -0
- /package/build/esm/{constants-bff3251f.js → constants-eee5c517.js} +0 -0
- /package/build/esm/{dataTransform-391e4916.js → dataTransform-414d77ff.js} +0 -0
- /package/build/esm/{index-15eb2ff8.js → index-013a4186.js} +0 -0
- /package/build/esm/{index-f98a6cab.js → index-06055b2e.js} +0 -0
- /package/build/esm/{index-2f9d4e82.js → index-08975b8e.js} +0 -0
- /package/build/esm/{index-8c22a18e.js → index-110107d5.js} +0 -0
- /package/build/esm/{index-e6f7246e.js → index-39603939.js} +0 -0
- /package/build/esm/{index-a4efc829.js → index-56bfe9b6.js} +0 -0
- /package/build/esm/{index-9bfb1aef.js → index-b7244692.js} +0 -0
- /package/build/esm/{index-84bcb371.js → index-ddc7cf70.js} +0 -0
- /package/build/esm/{index.styles-f34ddcab.js → index.styles-631320ba.js} +0 -0
- /package/build/esm/{normalizeLink-ed68733d.js → normalizeLink-1201fe81.js} +0 -0
- /package/build/esm/{number-8f9b730f.js → number-871e02b8.js} +0 -0
- /package/build/esm/{paths-76abc768.js → paths-6cc66381.js} +0 -0
- /package/build/esm/{shared-92e33797.js → shared-2d2d18e1.js} +0 -0
- /package/build/esm/{translationsContext-62c6db41.js → translationsContext-818f2767.js} +0 -0
- /package/build/esm/{tslib.es6-f56963a6.js → tslib.es6-a1185d41.js} +0 -0
- /package/build/esm/{types-8662f52e.js → types-37701045.js} +0 -0
- /package/build/esm/{useIsInit-740027d8.js → useIsInit-be63311e.js} +0 -0
- /package/build/esm/{useOutsideClick-3b74014e.js → useOutsideClick-88112ae0.js} +0 -0
- /package/build/esm/{useScrollbarSize-d4181977.js → useScrollbarSize-7fea2a46.js} +0 -0
- /package/build/esm/{useUniqueId-78549510.js → useUniqueId-6a3c2999.js} +0 -0
- /package/build/{index-96d8a1b4.js → index-4253eb23.js} +0 -0
- /package/build/{index-49e4941e.js → index-50a8b3e6.js} +0 -0
- /package/build/{index-9eb5924e.js → index-6258e826.js} +0 -0
- /package/build/{index-411ff63a.js → index-9fc9352d.js} +0 -0
- /package/build/{index-dc805646.js → index-a6016e1f.js} +0 -0
- /package/build/{index-7a5470ca.js → index-e137bbf5.js} +0 -0
- /package/build/{index-4cf3425b.js → index-e6ea5cf2.js} +0 -0
- /package/build/{index-479148db.js → index-f4788d34.js} +0 -0
- /package/build/{index.styles-58f3d2e6.js → index.styles-c77e4f07.js} +0 -0
- /package/build/{normalizeLink-efc85ab4.js → normalizeLink-527ab0fa.js} +0 -0
- /package/build/{number-4ca3b24c.js → number-7933a510.js} +0 -0
- /package/build/{paths-8a7a5ea9.js → paths-24da5872.js} +0 -0
- /package/build/{shared-357ef7eb.js → shared-d918f3b5.js} +0 -0
- /package/build/{translationsContext-d7368ee5.js → translationsContext-bd7e78bb.js} +0 -0
- /package/build/{tslib.es6-77611d97.js → tslib.es6-abaf58a5.js} +0 -0
- /package/build/{types-b073cdd3.js → types-c1483104.js} +0 -0
- /package/build/{useIsInit-1e93a875.js → useIsInit-8db37812.js} +0 -0
- /package/build/{useOutsideClick-a13e1843.js → useOutsideClick-94265ed2.js} +0 -0
- /package/build/{useScrollbarSize-f04fff5f.js → useScrollbarSize-baab3949.js} +0 -0
- /package/build/{useUniqueId-230a0871.js → useUniqueId-ad0a5556.js} +0 -0
|
@@ -1,48 +1,50 @@
|
|
|
1
|
-
import { _ as __rest, a as __awaiter } from './tslib.es6-
|
|
2
|
-
import React__default, { useRef, useState, useEffect, useImperativeHandle, useMemo, Fragment, useCallback, forwardRef, memo } from 'react';
|
|
3
|
-
import { R as Radio } from './index-
|
|
4
|
-
import { Stack, Group, createStyles, getStylesRef, Box } from '@mantine/core';
|
|
1
|
+
import { _ as __rest, a as __awaiter } from './tslib.es6-a1185d41.js';
|
|
2
|
+
import React__default, { useRef, useState, useEffect, useImperativeHandle, useMemo, Fragment, useCallback, forwardRef, memo, createContext, useContext } from 'react';
|
|
3
|
+
import { R as Radio } from './index-6856a8dc.js';
|
|
4
|
+
import { Stack, Group, createStyles, getStylesRef, Box, clsx, rem, Button as Button$2, AspectRatio } from '@mantine/core';
|
|
5
5
|
import '@mantine/dates';
|
|
6
|
-
import { L as LOCALE_SPECS, F as FAVICONS } from './index-
|
|
7
|
-
import './index-
|
|
8
|
-
import { C as CommonGAssets } from './index-
|
|
9
|
-
import './index-
|
|
10
|
-
import { T as Text } from './index-
|
|
11
|
-
import { B as Button$1 } from './index-
|
|
12
|
-
import './index.styles-
|
|
13
|
-
import './translationsContext-
|
|
6
|
+
import { L as LOCALE_SPECS, F as FAVICONS } from './index-c979e822.js';
|
|
7
|
+
import './index-c1a80bfa.js';
|
|
8
|
+
import { C as CommonGAssets } from './index-39603939.js';
|
|
9
|
+
import './index-d8a1c9b7.js';
|
|
10
|
+
import { T as Text } from './index-11f99f13.js';
|
|
11
|
+
import { B as Button$1 } from './index-bb8bebf5.js';
|
|
12
|
+
import './index.styles-631320ba.js';
|
|
13
|
+
import './translationsContext-818f2767.js';
|
|
14
14
|
import '@mantine/hooks';
|
|
15
|
-
import './text-
|
|
16
|
-
import { M as MediaQueries } from './utils-
|
|
17
|
-
import './index-
|
|
18
|
-
import { i as isInternalLink } from './index-
|
|
15
|
+
import './text-6b1a3cb1.js';
|
|
16
|
+
import { M as MediaQueries } from './utils-127c91c4.js';
|
|
17
|
+
import './index-9746eb1a.js';
|
|
18
|
+
import { i as isInternalLink } from './index-a959e4e6.js';
|
|
19
19
|
import styled from '@emotion/styled';
|
|
20
20
|
import { theme } from './miscTheme.js';
|
|
21
|
-
import { C as Checkbox,
|
|
21
|
+
import { C as Checkbox, a as PureInput, P as Pagination$1, b as SearchInput } from './index-90098e72.js';
|
|
22
22
|
import { format, isBefore, startOfMonth, addMonths, subMonths, getDaysInMonth, isToday, isSameDay, isWithinInterval, isAfter, isPast } from 'date-fns';
|
|
23
23
|
import DayPickerInput from 'react-day-picker/DayPickerInput';
|
|
24
|
-
import { L as Logo } from './index-
|
|
24
|
+
import { L as Logo } from './index-6b1054cb.js';
|
|
25
25
|
import throttle from 'lodash/throttle';
|
|
26
26
|
import parse from 'html-react-parser';
|
|
27
27
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
28
28
|
import { isProduction } from './constantsIsProduction.js';
|
|
29
|
-
import { a as useOutsideClick } from './useOutsideClick-
|
|
29
|
+
import { a as useOutsideClick } from './useOutsideClick-88112ae0.js';
|
|
30
30
|
import enUS from 'date-fns/locale/en-US';
|
|
31
31
|
import id from 'date-fns/locale/id';
|
|
32
32
|
import vi from 'date-fns/locale/vi';
|
|
33
33
|
import zhTW from 'date-fns/locale/zh-TW';
|
|
34
|
-
import { B as Button } from './index-
|
|
35
|
-
import { u as useScreenSize } from './index-
|
|
36
|
-
import { u as useTranslations } from './index-
|
|
37
|
-
import { D as Dropdown } from './index-
|
|
34
|
+
import { B as Button } from './index-68e2690f.js';
|
|
35
|
+
import { u as useScreenSize, I as ImageWrap } from './index-32eebded.js';
|
|
36
|
+
import { u as useTranslations } from './index-50272676.js';
|
|
37
|
+
import { D as Dropdown } from './index-08975b8e.js';
|
|
38
38
|
import { getSocialList } from './miscGetSocialList.js';
|
|
39
|
-
import { I as Input } from './index-
|
|
40
|
-
import { D as Drawer } from './index-
|
|
39
|
+
import { I as Input } from './index-655cc84a.js';
|
|
40
|
+
import { D as Drawer } from './index-5b9615b0.js';
|
|
41
41
|
import { v4 } from 'uuid';
|
|
42
|
-
import { L as LOCALE } from './Locale-
|
|
42
|
+
import { L as LOCALE } from './Locale-5e5b94e0.js';
|
|
43
43
|
import { ArrowRight } from '@hhgtech/icons/arrow';
|
|
44
44
|
import { MultiStar, Question } from '@hhgtech/icons/other';
|
|
45
45
|
import Lottie from 'lottie-light-react';
|
|
46
|
+
import { L as Loading } from './index-5d972b14.js';
|
|
47
|
+
import { debounce } from 'lodash';
|
|
46
48
|
|
|
47
49
|
const StyledCategoryCard = styled.a `
|
|
48
50
|
display: flex;
|
|
@@ -4634,4 +4636,332 @@ const WidgetChatbotAi = ({}) => {
|
|
|
4634
4636
|
React__default.createElement(Button$1, { className: "submitBtn", type: "submit", variant: value ? 'primary' : 'ghost', leftIcon: React__default.createElement(ArrowRight, { size: 16, color: value ? '#fff' : '#595959' }) }))))));
|
|
4635
4637
|
};
|
|
4636
4638
|
|
|
4637
|
-
|
|
4639
|
+
const ListContext = createContext(null);
|
|
4640
|
+
function useListContext() {
|
|
4641
|
+
const ctx = useContext(ListContext);
|
|
4642
|
+
if (!ctx)
|
|
4643
|
+
throw new Error('useListContext must be used within ListProvider');
|
|
4644
|
+
return ctx;
|
|
4645
|
+
}
|
|
4646
|
+
|
|
4647
|
+
function Content({ className, children, customLoading, customEmpty, }) {
|
|
4648
|
+
const { loading, items } = useListContext();
|
|
4649
|
+
if (loading) {
|
|
4650
|
+
return customLoading ? React__default.createElement(React__default.Fragment, null, customLoading) : React__default.createElement(Loading, null);
|
|
4651
|
+
}
|
|
4652
|
+
if (!items.length) {
|
|
4653
|
+
return customEmpty ? React__default.createElement(React__default.Fragment, null, customEmpty) : React__default.createElement("div", null, "No Result");
|
|
4654
|
+
}
|
|
4655
|
+
return React__default.createElement("div", { className: className }, children);
|
|
4656
|
+
}
|
|
4657
|
+
|
|
4658
|
+
function Item({ render, }) {
|
|
4659
|
+
const { items, loading, loadingMore } = useListContext();
|
|
4660
|
+
return (React__default.createElement(React__default.Fragment, null, items.map((item, idx) => (React__default.createElement("div", { key: idx }, render(item, loading, loadingMore))))));
|
|
4661
|
+
}
|
|
4662
|
+
|
|
4663
|
+
const DEFAULT_PAGE_SIZE = 10;
|
|
4664
|
+
function useList({ fetcher, pageSize = DEFAULT_PAGE_SIZE, defaultSearch = '', defaultFilters = {}, }) {
|
|
4665
|
+
const [items, setItems] = useState([]);
|
|
4666
|
+
const [total, setTotal] = useState(0);
|
|
4667
|
+
const [page, setPage] = useState(1);
|
|
4668
|
+
const [search, setSearch] = useState(defaultSearch);
|
|
4669
|
+
const [loading, setLoading] = useState(false);
|
|
4670
|
+
const [loadingMore, setLoadingMore] = useState(false);
|
|
4671
|
+
const [filters, setFilters] = useState(defaultFilters);
|
|
4672
|
+
const loadData = ({ page, search, isMore, pageSize: customPage, filters: filtersData, }) => __awaiter(this, void 0, void 0, function* () {
|
|
4673
|
+
setLoading(!isMore);
|
|
4674
|
+
setLoadingMore(isMore);
|
|
4675
|
+
try {
|
|
4676
|
+
const res = yield fetcher({
|
|
4677
|
+
page,
|
|
4678
|
+
pageSize: customPage || pageSize,
|
|
4679
|
+
search,
|
|
4680
|
+
filters: filtersData,
|
|
4681
|
+
});
|
|
4682
|
+
if (isMore) {
|
|
4683
|
+
setItems((prevState) => [...prevState, ...res.data]);
|
|
4684
|
+
}
|
|
4685
|
+
else {
|
|
4686
|
+
setItems(res.data);
|
|
4687
|
+
}
|
|
4688
|
+
setPage(page);
|
|
4689
|
+
setTotal(res.total);
|
|
4690
|
+
}
|
|
4691
|
+
finally {
|
|
4692
|
+
setLoading(false);
|
|
4693
|
+
setLoadingMore(false);
|
|
4694
|
+
}
|
|
4695
|
+
});
|
|
4696
|
+
const loadDataDebounce = useCallback(debounce(loadData, 300), []);
|
|
4697
|
+
const handleChangePage = (page) => {
|
|
4698
|
+
loadDataDebounce({
|
|
4699
|
+
search,
|
|
4700
|
+
page,
|
|
4701
|
+
});
|
|
4702
|
+
};
|
|
4703
|
+
const handleLoadMore = () => {
|
|
4704
|
+
const nextPage = page + 1;
|
|
4705
|
+
loadDataDebounce({
|
|
4706
|
+
search,
|
|
4707
|
+
page: nextPage,
|
|
4708
|
+
isMore: true,
|
|
4709
|
+
filters,
|
|
4710
|
+
});
|
|
4711
|
+
};
|
|
4712
|
+
const handleChangeSearch = (value) => {
|
|
4713
|
+
setSearch(value);
|
|
4714
|
+
loadDataDebounce({
|
|
4715
|
+
search: value,
|
|
4716
|
+
page: 1,
|
|
4717
|
+
filters,
|
|
4718
|
+
});
|
|
4719
|
+
};
|
|
4720
|
+
const resetData = () => {
|
|
4721
|
+
setSearch('');
|
|
4722
|
+
setFilters({});
|
|
4723
|
+
loadDataDebounce({
|
|
4724
|
+
page: 1,
|
|
4725
|
+
search: '',
|
|
4726
|
+
filters: {},
|
|
4727
|
+
});
|
|
4728
|
+
};
|
|
4729
|
+
const handleChangeFilter = (filterData) => {
|
|
4730
|
+
const nextFilter = Object.assign({}, filters);
|
|
4731
|
+
if (filterData.filterKey in nextFilter &&
|
|
4732
|
+
nextFilter[filterData.filterKey] === filterData.value) {
|
|
4733
|
+
delete nextFilter[filterData.filterKey];
|
|
4734
|
+
}
|
|
4735
|
+
else {
|
|
4736
|
+
nextFilter[filterData.filterKey] = filterData.value;
|
|
4737
|
+
}
|
|
4738
|
+
setFilters(nextFilter);
|
|
4739
|
+
loadDataDebounce({
|
|
4740
|
+
page: 1,
|
|
4741
|
+
search: search,
|
|
4742
|
+
filters: nextFilter,
|
|
4743
|
+
});
|
|
4744
|
+
};
|
|
4745
|
+
const handleUpdateFilter = (filterObject) => {
|
|
4746
|
+
const nextFilter = Object.assign(Object.assign({}, filters), filterObject);
|
|
4747
|
+
console.log('nextFilter', nextFilter);
|
|
4748
|
+
setFilters(nextFilter);
|
|
4749
|
+
loadDataDebounce({
|
|
4750
|
+
page: 1,
|
|
4751
|
+
search: search,
|
|
4752
|
+
filters: nextFilter,
|
|
4753
|
+
});
|
|
4754
|
+
};
|
|
4755
|
+
return {
|
|
4756
|
+
items,
|
|
4757
|
+
total,
|
|
4758
|
+
page,
|
|
4759
|
+
pageSize,
|
|
4760
|
+
search,
|
|
4761
|
+
loading,
|
|
4762
|
+
loadingMore,
|
|
4763
|
+
filters,
|
|
4764
|
+
handleChangePage,
|
|
4765
|
+
handleChangeSearch,
|
|
4766
|
+
handleLoadMore,
|
|
4767
|
+
handleChangeFilter,
|
|
4768
|
+
handleUpdateFilter,
|
|
4769
|
+
resetData,
|
|
4770
|
+
};
|
|
4771
|
+
}
|
|
4772
|
+
|
|
4773
|
+
function ListProvider({ fetcher, children, defaultFilters, defaultSearch, pageSize, }) {
|
|
4774
|
+
const listState = useList({
|
|
4775
|
+
fetcher,
|
|
4776
|
+
defaultFilters,
|
|
4777
|
+
defaultSearch,
|
|
4778
|
+
pageSize,
|
|
4779
|
+
});
|
|
4780
|
+
const value = useMemo(() => (Object.assign({}, listState)), [
|
|
4781
|
+
listState.items,
|
|
4782
|
+
listState.page,
|
|
4783
|
+
listState.loading,
|
|
4784
|
+
listState.loadingMore,
|
|
4785
|
+
listState.search,
|
|
4786
|
+
listState.total,
|
|
4787
|
+
listState.filters,
|
|
4788
|
+
]);
|
|
4789
|
+
return React__default.createElement(ListContext.Provider, { value: value }, children);
|
|
4790
|
+
}
|
|
4791
|
+
|
|
4792
|
+
const StyledFilterItem = styled.div `
|
|
4793
|
+
display: inline-flex;
|
|
4794
|
+
border: 1px solid ${theme.colors.neutral100};
|
|
4795
|
+
padding: 0.5rem 0.75rem;
|
|
4796
|
+
color: ${theme.colors.gray800};
|
|
4797
|
+
text-align: center;
|
|
4798
|
+
font-size: 0.8125rem;
|
|
4799
|
+
border-radius: 0.5rem;
|
|
4800
|
+
line-height: 1.25rem;
|
|
4801
|
+
background-color: ${theme.colors.white};
|
|
4802
|
+
white-space: nowrap;
|
|
4803
|
+
cursor: pointer;
|
|
4804
|
+
|
|
4805
|
+
&.active {
|
|
4806
|
+
border: 1px solid ${theme.colors.blue100};
|
|
4807
|
+
background-color: ${theme.colors.blue50};
|
|
4808
|
+
}
|
|
4809
|
+
`;
|
|
4810
|
+
|
|
4811
|
+
const StyledVaccineFilter = styled.div `
|
|
4812
|
+
&::-webkit-scrollbar {
|
|
4813
|
+
width: 6px;
|
|
4814
|
+
height: 6px;
|
|
4815
|
+
display: none;
|
|
4816
|
+
}
|
|
4817
|
+
|
|
4818
|
+
&::-webkit-scrollbar-track {
|
|
4819
|
+
background-color: transparent;
|
|
4820
|
+
}
|
|
4821
|
+
|
|
4822
|
+
&::-webkit-scrollbar-thumb {
|
|
4823
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
4824
|
+
border-radius: 6px;
|
|
4825
|
+
}
|
|
4826
|
+
`;
|
|
4827
|
+
function QuickFilter({ filterOptions, activeFilter, onChange, }) {
|
|
4828
|
+
const handleChange = (item) => {
|
|
4829
|
+
return ((e) => {
|
|
4830
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(item);
|
|
4831
|
+
const target = e.target;
|
|
4832
|
+
if (target) {
|
|
4833
|
+
target.scrollIntoView({
|
|
4834
|
+
block: 'nearest',
|
|
4835
|
+
inline: 'center',
|
|
4836
|
+
behavior: 'auto',
|
|
4837
|
+
});
|
|
4838
|
+
}
|
|
4839
|
+
});
|
|
4840
|
+
};
|
|
4841
|
+
return (React__default.createElement(StyledVaccineFilter, { className: "flex flex-nowrap gap-2 overflow-x-auto snap-x max-w-full" }, filterOptions.map((item, index) => (React__default.createElement(StyledFilterItem, { key: `filter_${index}`, onClick: handleChange(item), className: clsx('snap-center', {
|
|
4842
|
+
active: activeFilter[item.filterKey] === item.value,
|
|
4843
|
+
}), "data-event-label": item.label }, item.label)))));
|
|
4844
|
+
}
|
|
4845
|
+
|
|
4846
|
+
function ListQuickFilter({ filterOptions }) {
|
|
4847
|
+
const { handleChangeFilter, filters } = useListContext();
|
|
4848
|
+
return (React__default.createElement(QuickFilter, { filterOptions: filterOptions, onChange: handleChangeFilter, activeFilter: filters }));
|
|
4849
|
+
}
|
|
4850
|
+
|
|
4851
|
+
function LoadMore({ renderLoadMore, }) {
|
|
4852
|
+
const { loadingMore, handleLoadMore, pageSize, page, total } = useListContext();
|
|
4853
|
+
const totalPages = Math.ceil(total / pageSize);
|
|
4854
|
+
const isEndLoadMore = totalPages === page || !total;
|
|
4855
|
+
if (isEndLoadMore) {
|
|
4856
|
+
return null;
|
|
4857
|
+
}
|
|
4858
|
+
return (React__default.createElement(Box, { mt: rem(24), className: "text-center" },
|
|
4859
|
+
React__default.createElement(Button$2, { loading: loadingMore, onClick: handleLoadMore, variant: "white", radius: 30, py: 8, px: 32, lh: rem(20), sx: {
|
|
4860
|
+
color: theme.colors.gray800,
|
|
4861
|
+
fontSize: 13,
|
|
4862
|
+
transition: 'color 0.2s',
|
|
4863
|
+
':hover': {
|
|
4864
|
+
color: theme.colors.gray600,
|
|
4865
|
+
},
|
|
4866
|
+
} }, typeof renderLoadMore === 'function'
|
|
4867
|
+
? renderLoadMore({
|
|
4868
|
+
loadingMore,
|
|
4869
|
+
page,
|
|
4870
|
+
pageSize,
|
|
4871
|
+
})
|
|
4872
|
+
: `Load more ${pageSize} items`)));
|
|
4873
|
+
}
|
|
4874
|
+
|
|
4875
|
+
function Pagination() {
|
|
4876
|
+
const { total, page, handleChangePage, pageSize } = useListContext();
|
|
4877
|
+
const totalPages = Math.ceil(total / pageSize);
|
|
4878
|
+
return (React__default.createElement(Pagination$1, { pagesAmount: totalPages, currentPage: page, onChange: handleChangePage }));
|
|
4879
|
+
}
|
|
4880
|
+
|
|
4881
|
+
function Search({ className, placeholder = 'Search...', formatValue, }) {
|
|
4882
|
+
const { search, handleChangeSearch } = useListContext();
|
|
4883
|
+
const onChange = (value) => {
|
|
4884
|
+
if (formatValue) {
|
|
4885
|
+
handleChangeSearch(formatValue(value));
|
|
4886
|
+
return;
|
|
4887
|
+
}
|
|
4888
|
+
handleChangeSearch(value);
|
|
4889
|
+
};
|
|
4890
|
+
return (React__default.createElement(SearchInput, { value: search, onChange: onChange, placeholder: placeholder, className: className }));
|
|
4891
|
+
}
|
|
4892
|
+
|
|
4893
|
+
const List = {
|
|
4894
|
+
Provider: ListProvider,
|
|
4895
|
+
Search,
|
|
4896
|
+
Content,
|
|
4897
|
+
Pagination,
|
|
4898
|
+
Item,
|
|
4899
|
+
LoadMore,
|
|
4900
|
+
QuickFilter: ListQuickFilter,
|
|
4901
|
+
};
|
|
4902
|
+
|
|
4903
|
+
const StyleCardItem = styled.div `
|
|
4904
|
+
padding: 1rem;
|
|
4905
|
+
display: grid;
|
|
4906
|
+
grid-template-columns: 1fr 84px;
|
|
4907
|
+
background-color: ${theme.colors.white};
|
|
4908
|
+
gap: 0.75rem;
|
|
4909
|
+
|
|
4910
|
+
.logo {
|
|
4911
|
+
width: 84px;
|
|
4912
|
+
border-radius: 8px;
|
|
4913
|
+
overflow: hidden;
|
|
4914
|
+
}
|
|
4915
|
+
|
|
4916
|
+
/* grid-rows-1 grid-cols-2 order-2 w-[84px] */
|
|
4917
|
+
|
|
4918
|
+
.title {
|
|
4919
|
+
font-size: 0.9375rem;
|
|
4920
|
+
line-height: 1.5rem;
|
|
4921
|
+
font-weight: 600;
|
|
4922
|
+
letter-spacing: -0.2px;
|
|
4923
|
+
color: #1e1e1e;
|
|
4924
|
+
}
|
|
4925
|
+
|
|
4926
|
+
.description {
|
|
4927
|
+
font-size: 0.8125rem;
|
|
4928
|
+
line-height: 1.25rem;
|
|
4929
|
+
color: ${theme.colors.gray600};
|
|
4930
|
+
letter-spacing: -0.3px;
|
|
4931
|
+
|
|
4932
|
+
overflow: hidden;
|
|
4933
|
+
text-overflow: ellipsis;
|
|
4934
|
+
-webkit-line-clamp: 2;
|
|
4935
|
+
display: -webkit-box;
|
|
4936
|
+
-webkit-box-orient: vertical;
|
|
4937
|
+
}
|
|
4938
|
+
|
|
4939
|
+
.info {
|
|
4940
|
+
gap: 4px;
|
|
4941
|
+
display: flex;
|
|
4942
|
+
flex-direction: column;
|
|
4943
|
+
}
|
|
4944
|
+
`;
|
|
4945
|
+
styled.div `
|
|
4946
|
+
position: relative;
|
|
4947
|
+
width: 85px;
|
|
4948
|
+
flex-shrink: 0;
|
|
4949
|
+
border-radius: 0.5rem;
|
|
4950
|
+
`;
|
|
4951
|
+
|
|
4952
|
+
function CardListItem({ title, href, description, logo, defaultImage, LinkComponent = 'a', children, contentInfo, className, }) {
|
|
4953
|
+
return (React__default.createElement(StyleCardItem, { className: className },
|
|
4954
|
+
React__default.createElement("div", { className: "info" },
|
|
4955
|
+
React__default.createElement(LinkComponent, { href: href },
|
|
4956
|
+
React__default.createElement("h5", { className: "title" }, title)),
|
|
4957
|
+
description && (React__default.createElement(LinkComponent, { href: href },
|
|
4958
|
+
React__default.createElement("p", { className: "description" }, description))),
|
|
4959
|
+
contentInfo),
|
|
4960
|
+
React__default.createElement("div", { className: "logo" },
|
|
4961
|
+
React__default.createElement(LinkComponent, { href: href },
|
|
4962
|
+
React__default.createElement(AspectRatio, { ratio: 1, bg: "#EFF4FF" },
|
|
4963
|
+
React__default.createElement(ImageWrap, { src: logo || defaultImage, width: 84, height: 84, alt: title, backupSrc: defaultImage })))),
|
|
4964
|
+
children));
|
|
4965
|
+
}
|
|
4966
|
+
|
|
4967
|
+
export { AdBlock as A, Breadcrumbs as B, CategoryCard as C, DatePicker as D, FloatButtonGroup as F, IconText as I, List as L, QuickFilter as Q, RadioGroup as R, ScrollList as S, Tabs as T, WidgetChatbotAi as W, CheckboxGroup as a, StatisticCard as b, index as c, DoctorInfo as d, CookieAcceptConfirm as e, SeoHead as f, DateRangePicker as g, ShareContainer as h, index$1 as i, ShareDrawer as j, FixedBottomAdBlock as k, ListContext as l, CardListItem as m, useListContext as u };
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
import React__default, { createContext, useContext, useMemo, useCallback, useState, useEffect, forwardRef, useRef } from 'react';
|
|
2
2
|
import { rem, Container, createStyles, Box, Stack, Flex, AspectRatio, ScrollArea, Chip, Group, Badge, MultiSelect, Stepper } from '@mantine/core';
|
|
3
|
-
import { C as CommonGAssets } from './index-
|
|
4
|
-
import { b as callApiWithAuth, d as getApiPath, T as TogetherComponentGlobalContext, e as getPremiumApiPath, f as getWebsiteUrlApi, h as getSsoApiPath } from './utils-
|
|
5
|
-
import { G as GA_TOKEN_COOKIE } from './index-
|
|
6
|
-
import { H as HEALTH_TOOL_TYPE, a as HEALTH_TOOL_DEFAULT_IMG } from './healthTools-
|
|
3
|
+
import { C as CommonGAssets } from './index-39603939.js';
|
|
4
|
+
import { b as callApiWithAuth, d as getApiPath, T as TogetherComponentGlobalContext, e as getPremiumApiPath, f as getWebsiteUrlApi, h as getSsoApiPath } from './utils-e09337fc.js';
|
|
5
|
+
import { G as GA_TOKEN_COOKIE } from './index-c979e822.js';
|
|
6
|
+
import { H as HEALTH_TOOL_TYPE, a as HEALTH_TOOL_DEFAULT_IMG } from './healthTools-88170e03.js';
|
|
7
7
|
import { RISK_SCREENER_NAME, RISK_SCREENER_SLUG } from './constantsRiskScreener.js';
|
|
8
|
-
import { _ as __rest, a as __awaiter } from './tslib.es6-
|
|
9
|
-
import { u as useSSOV2Store, I as IS_SSOV2_ENABLED } from './store-
|
|
10
|
-
import { I as ImageWrap } from './index-
|
|
11
|
-
import { g as getCurrentBaseUrl, a as getCurrentSsoUrl } from './normalizeLink-
|
|
12
|
-
import { u as useTranslations } from './index-
|
|
8
|
+
import { _ as __rest, a as __awaiter } from './tslib.es6-a1185d41.js';
|
|
9
|
+
import { u as useSSOV2Store, I as IS_SSOV2_ENABLED } from './store-bee87a6d.js';
|
|
10
|
+
import { I as ImageWrap } from './index-32eebded.js';
|
|
11
|
+
import { g as getCurrentBaseUrl, a as getCurrentSsoUrl } from './normalizeLink-1201fe81.js';
|
|
12
|
+
import { u as useTranslations } from './index-50272676.js';
|
|
13
13
|
import { useForm, isNotEmpty } from '@mantine/form';
|
|
14
|
-
import { d as Checkbox, e as ChipButton, I as Input, b as AspectRatio$1 } from './index-
|
|
14
|
+
import { d as Checkbox, e as ChipButton, I as Input, b as AspectRatio$1 } from './index-6856a8dc.js';
|
|
15
15
|
import '@mantine/dates';
|
|
16
|
-
import './index-
|
|
17
|
-
import { t as themeColors } from './index-
|
|
18
|
-
import { T as Text } from './index-
|
|
19
|
-
import { B as Button } from './index-
|
|
20
|
-
import './index.styles-
|
|
16
|
+
import './index-c1a80bfa.js';
|
|
17
|
+
import { t as themeColors } from './index-d8a1c9b7.js';
|
|
18
|
+
import { T as Text } from './index-11f99f13.js';
|
|
19
|
+
import { B as Button } from './index-bb8bebf5.js';
|
|
20
|
+
import './index.styles-631320ba.js';
|
|
21
21
|
import { useViewportSize } from '@mantine/hooks';
|
|
22
|
-
import './text-
|
|
23
|
-
import './utils-
|
|
24
|
-
import './index-
|
|
22
|
+
import './text-6b1a3cb1.js';
|
|
23
|
+
import './utils-127c91c4.js';
|
|
24
|
+
import './index-9746eb1a.js';
|
|
25
25
|
import { PATHS as PATHS$2 } from './togetherApiPaths.js';
|
|
26
|
-
import './translationsContext-
|
|
27
|
-
import { H as Heading } from './index-
|
|
28
|
-
import { u as useHealthToolsCache } from './useHealthToolCache-
|
|
29
|
-
import { I as Icon } from './index-
|
|
26
|
+
import './translationsContext-818f2767.js';
|
|
27
|
+
import { H as Heading } from './index-0eefffa4.js';
|
|
28
|
+
import { u as useHealthToolsCache } from './useHealthToolCache-bfd17662.js';
|
|
29
|
+
import { I as Icon } from './index-9606993e.js';
|
|
30
30
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
31
31
|
import { isProduction } from './constantsIsProduction.js';
|
|
32
32
|
import { Close, Plus } from '@hhgtech/icons/core';
|
|
33
|
-
import { i as isVideo } from './index-
|
|
34
|
-
import { M as Modal } from './index-
|
|
33
|
+
import { i as isVideo } from './index-013a4186.js';
|
|
34
|
+
import { M as Modal } from './index-c209a4fb.js';
|
|
35
35
|
import Cookies from 'js-cookie';
|
|
36
36
|
import flatten from 'lodash/flatten';
|
|
37
37
|
import uniqBy from 'lodash/uniqBy';
|
|
38
|
-
import { L as LOCALE } from './Locale-
|
|
38
|
+
import { L as LOCALE } from './Locale-5e5b94e0.js';
|
|
39
39
|
|
|
40
40
|
const PREFER_TOPICS = [
|
|
41
41
|
{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-a1185d41.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-f84dedc1.js';
|
|
5
|
+
import { S as Spinner } from './Spinner-3ca82c47.js';
|
|
6
6
|
|
|
7
7
|
const App = (_a) => {
|
|
8
8
|
var { size = 24 } = _a, rest = __rest(_a, ["size"]);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-a1185d41.js';
|
|
2
2
|
import React__default, { useRef, useState, useEffect } from 'react';
|
|
3
3
|
import { ArrowLeft, ArrowRight } from '@hhgtech/icons/other';
|
|
4
4
|
import { createStyles, rem, Tabs as Tabs$1, ScrollArea } from '@mantine/core';
|
|
5
|
-
import { B as Button } from './index-
|
|
6
|
-
import { T as Text } from './index-
|
|
5
|
+
import { B as Button } from './index-bb8bebf5.js';
|
|
6
|
+
import { T as Text } from './index-11f99f13.js';
|
|
7
7
|
|
|
8
8
|
var useStyles = createStyles((theme, params) => {
|
|
9
9
|
const { variant } = params;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as __awaiter } from './tslib.es6-
|
|
1
|
+
import { a as __awaiter } from './tslib.es6-a1185d41.js';
|
|
2
2
|
import { isProduction } from './constantsIsProduction.js';
|
|
3
|
-
import { e as normalizeLinkSlash, a as getCurrentSsoUrl } from './normalizeLink-
|
|
4
|
-
import { L as LOCALE_SPECS, e as BEARER_REFRESH_TOKEN_COOKIE } from './index-
|
|
3
|
+
import { e as normalizeLinkSlash, a as getCurrentSsoUrl } from './normalizeLink-1201fe81.js';
|
|
4
|
+
import { L as LOCALE_SPECS, e as BEARER_REFRESH_TOKEN_COOKIE } from './index-c979e822.js';
|
|
5
5
|
import { getCookie, setCookie } from './miscCookieHelper.js';
|
|
6
|
-
import { L as LOCALE } from './Locale-
|
|
6
|
+
import { L as LOCALE } from './Locale-5e5b94e0.js';
|
|
7
7
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
8
8
|
|
|
9
9
|
const SSO_V2_PATHS = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as cookie } from './index-
|
|
2
|
-
import { B as BEARER_TOKEN_COOKIE } from './index-
|
|
3
|
-
import { N as NodeIntentType } from './index-
|
|
1
|
+
import { c as cookie } from './index-56bfe9b6.js';
|
|
2
|
+
import { B as BEARER_TOKEN_COOKIE } from './index-c979e822.js';
|
|
3
|
+
import { N as NodeIntentType } from './index-c1a80bfa.js';
|
|
4
4
|
import Cookies from 'js-cookie';
|
|
5
5
|
import { v4 } from 'uuid';
|
|
6
6
|
import { isProduction } from './constantsIsProduction.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
2
|
import { theme } from './miscTheme.js';
|
|
3
3
|
import styled from '@emotion/styled';
|
|
4
|
-
import { M as MarryBabyText } from './index-
|
|
5
|
-
import { T as Text } from './index-
|
|
4
|
+
import { M as MarryBabyText } from './index-8034f068.js';
|
|
5
|
+
import { T as Text } from './index-8757a290.js';
|
|
6
6
|
|
|
7
7
|
const StyledRadioImageGroup = styled.div `
|
|
8
8
|
display: flex;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { useContext, useState, useRef, useEffect } from 'react';
|
|
2
|
-
import { B as Button } from './index-
|
|
3
|
-
import { T as TogetherComponentGlobalContext } from './utils-
|
|
2
|
+
import { B as Button } from './index-68e2690f.js';
|
|
3
|
+
import { T as TogetherComponentGlobalContext } from './utils-e09337fc.js';
|
|
4
4
|
import styled from '@emotion/styled';
|
|
5
5
|
import { theme } from './miscTheme.js';
|
|
6
6
|
|
|
@@ -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-6856a8dc.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-11f99f13.js';
|
|
6
|
+
import { C as CommonGAssets } from './index-39603939.js';
|
|
7
|
+
import { _ as __rest } from './tslib.es6-a1185d41.js';
|
|
8
|
+
import { V as VIDEO_DETAIL_TEMP_STORAGE } from './index-c979e822.js';
|
|
9
|
+
import { V as VideoType } from './index-c1a80bfa.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-871e02b8.js';
|
|
12
|
+
import { u as useTranslations } from './index-50272676.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-c209a4fb.js';
|
|
15
|
+
import { S as SocialLinkPreview } from './index-21521628.js';
|
|
16
16
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
17
17
|
|
|
18
18
|
const ALLOW_DOMAIN_URL = [
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-a1185d41.js';
|
|
2
2
|
import React__default, { createContext, useContext } from 'react';
|
|
3
3
|
import { createStyles, rem, Box, Input, Chip, useMantineTheme, Flex, Switch } from '@mantine/core';
|
|
4
|
-
import { T as Text } from './index-
|
|
5
|
-
import { B as Button } from './index-
|
|
6
|
-
import { u as useTranslations } from './index-
|
|
4
|
+
import { T as Text } from './index-11f99f13.js';
|
|
5
|
+
import { B as Button } from './index-bb8bebf5.js';
|
|
6
|
+
import { u as useTranslations } from './index-50272676.js';
|
|
7
7
|
import flattenChildren from 'react-keyed-flatten-children';
|
|
8
8
|
import { theme } from './miscTheme.js';
|
|
9
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-a1185d41.js';
|
|
2
2
|
import React__default, { useContext, useState } from 'react';
|
|
3
|
-
import { T as TogetherComponentGlobalContext } from './utils-
|
|
3
|
+
import { T as TogetherComponentGlobalContext } from './utils-e09337fc.js';
|
|
4
4
|
import styled from '@emotion/styled';
|
|
5
5
|
import { theme } from './miscTheme.js';
|
|
6
6
|
|