@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
package/build/esm/ssoV2.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { a as __awaiter, _ as __rest } from './tslib.es6-
|
|
1
|
+
import { a as __awaiter, _ as __rest } from './tslib.es6-a1185d41.js';
|
|
2
2
|
import React__default, { createContext, useMemo, useEffect, useState, useCallback, forwardRef } from 'react';
|
|
3
3
|
import { getCookie, setCookie, deleteCookie } from './miscCookieHelper.js';
|
|
4
|
-
import { I as Input, s as styles, O as OTP, f as PasswordInput, E as ErrorBoundary } from './index-
|
|
5
|
-
import { f as fetchSSOV2Api, w as websiteId, S as SSO_V2_PATHS, c as checkUserExist, F as FacebookAppId, G as GoogleAuthClientId, h as handleAuthSuccess, g as getUserInfo, u as updateUserInfo, r as resetPassword } from './index-
|
|
4
|
+
import { I as Input, s as styles, O as OTP, f as PasswordInput, E as ErrorBoundary } from './index-6856a8dc.js';
|
|
5
|
+
import { f as fetchSSOV2Api, w as websiteId, S as SSO_V2_PATHS, c as checkUserExist, F as FacebookAppId, G as GoogleAuthClientId, h as handleAuthSuccess, g as getUserInfo, u as updateUserInfo, r as resetPassword } from './index-9c732be8.js';
|
|
6
6
|
import { isProduction } from './constantsIsProduction.js';
|
|
7
7
|
import { ChevronLeft } from '@hhgtech/icons/arrow';
|
|
8
8
|
import { Close, Search, ReplySquare } from '@hhgtech/icons/core';
|
|
9
|
-
import { Z as ZINDEX_SSO, L as LOCALE_SPECS, S as STATIC_PAGES, Q as QUERY_HEALTH_TOOL } from './index-
|
|
10
|
-
import { L as LogoIcon } from './logoIcon-
|
|
11
|
-
import { B as Button } from './index-
|
|
12
|
-
import { M as Modal } from './index-
|
|
9
|
+
import { Z as ZINDEX_SSO, L as LOCALE_SPECS, S as STATIC_PAGES, Q as QUERY_HEALTH_TOOL } from './index-c979e822.js';
|
|
10
|
+
import { L as LogoIcon } from './logoIcon-a212c9df.js';
|
|
11
|
+
import { B as Button } from './index-bb8bebf5.js';
|
|
12
|
+
import { M as Modal } from './index-c209a4fb.js';
|
|
13
13
|
import { Stack, Flex, Box, Group, Divider } from '@mantine/core';
|
|
14
14
|
import '@mantine/dates';
|
|
15
|
-
import './index-
|
|
16
|
-
import { C as CommonGAssets } from './index-
|
|
17
|
-
import { s as showNotification } from './index-
|
|
18
|
-
import { T as Text } from './index-
|
|
19
|
-
import { u as useTranslations } from './index-
|
|
15
|
+
import './index-c1a80bfa.js';
|
|
16
|
+
import { C as CommonGAssets } from './index-39603939.js';
|
|
17
|
+
import { s as showNotification } from './index-d8a1c9b7.js';
|
|
18
|
+
import { T as Text } from './index-11f99f13.js';
|
|
19
|
+
import { u as useTranslations } from './index-50272676.js';
|
|
20
20
|
import '@mantine/hooks';
|
|
21
|
-
import './text-
|
|
22
|
-
import './utils-
|
|
23
|
-
import './index-
|
|
24
|
-
import { L as LOCALE } from './Locale-
|
|
25
|
-
import { S as SSOStepTypeType, a as useSSOSteps, u as useSSOV2Store, i as isUserFinishedSetup, b as isPhoneNotVerifedYet, c as isLoginWithPhoneNotVerifedYet, d as isFlowFinishedSetup, r as redirect } from './store-
|
|
26
|
-
export { u as useSSOV2Store } from './store-
|
|
27
|
-
import { I as ImageWrap, u as useScreenSize } from './index-
|
|
28
|
-
import { G as Google, F as Facebook } from './Google-
|
|
21
|
+
import './text-6b1a3cb1.js';
|
|
22
|
+
import './utils-127c91c4.js';
|
|
23
|
+
import './index-9746eb1a.js';
|
|
24
|
+
import { L as LOCALE } from './Locale-5e5b94e0.js';
|
|
25
|
+
import { S as SSOStepTypeType, a as useSSOSteps, u as useSSOV2Store, i as isUserFinishedSetup, b as isPhoneNotVerifedYet, c as isLoginWithPhoneNotVerifedYet, d as isFlowFinishedSetup, r as redirect } from './store-bee87a6d.js';
|
|
26
|
+
export { u as useSSOV2Store } from './store-bee87a6d.js';
|
|
27
|
+
import { I as ImageWrap, u as useScreenSize } from './index-32eebded.js';
|
|
28
|
+
import { G as Google, F as Facebook } from './Google-d736d10b.js';
|
|
29
29
|
import { parsePhoneNumber, getCountryCallingCode } from 'react-phone-number-input';
|
|
30
|
-
import { i as isFeatureWhatsAppEnabled, a as isFeatureZaloEnabled, b as isFeatureSMSEnabled, c as isSupportProduct } from './utils-
|
|
31
|
-
export { g as getURLwithSSOTracking } from './utils-
|
|
32
|
-
import { S as Spoiler } from './index-
|
|
30
|
+
import { i as isFeatureWhatsAppEnabled, a as isFeatureZaloEnabled, b as isFeatureSMSEnabled, c as isSupportProduct } from './utils-4049c921.js';
|
|
31
|
+
export { g as getURLwithSSOTracking } from './utils-4049c921.js';
|
|
32
|
+
import { S as Spoiler } from './index-8c362fb9.js';
|
|
33
33
|
import { domainLocales, MAP_DOMAIN_BY_LOCALE } from './constantsDomainLocales.js';
|
|
34
34
|
import styled from '@emotion/styled';
|
|
35
35
|
import cn from 'classnames';
|
|
@@ -38,27 +38,32 @@ import debounce from 'lodash/debounce';
|
|
|
38
38
|
import throttle from 'lodash/throttle';
|
|
39
39
|
import Flags from 'react-phone-number-input/flags';
|
|
40
40
|
import { Drawer } from 'vaul';
|
|
41
|
-
import { M as MAPPED_LOCALE } from './utils-
|
|
41
|
+
import { M as MAPPED_LOCALE } from './utils-5b7c4be4.js';
|
|
42
42
|
import { useForm, yupResolver } from '@mantine/form';
|
|
43
43
|
import * as yup from 'yup';
|
|
44
44
|
import dayjs from 'dayjs';
|
|
45
|
-
import { D as DatePicker } from './index-
|
|
45
|
+
import { D as DatePicker } from './index-36040944.js';
|
|
46
46
|
import '@mantine/carousel';
|
|
47
47
|
import './miscTheme.js';
|
|
48
|
-
import './useUniqueId-
|
|
48
|
+
import './useUniqueId-6a3c2999.js';
|
|
49
49
|
import './constantsSite.js';
|
|
50
|
-
import './normalizeLink-
|
|
50
|
+
import './normalizeLink-1201fe81.js';
|
|
51
51
|
import 'date-fns/locale';
|
|
52
52
|
import './constantsRiskScreener.js';
|
|
53
|
-
import './shared-
|
|
54
|
-
import './index.styles-
|
|
53
|
+
import './shared-2d2d18e1.js';
|
|
54
|
+
import './index.styles-631320ba.js';
|
|
55
55
|
import '@mantine/notifications';
|
|
56
|
-
import './translationsContext-
|
|
56
|
+
import './translationsContext-818f2767.js';
|
|
57
57
|
import 'zustand';
|
|
58
|
-
import './healthTools-
|
|
58
|
+
import './healthTools-88170e03.js';
|
|
59
59
|
|
|
60
60
|
// const fakeData = {
|
|
61
|
-
const
|
|
61
|
+
const getFeatureFlagCookieKey = (setupSource) => {
|
|
62
|
+
return setupSource === 'community'
|
|
63
|
+
? 'abTestingCommunityFlow'
|
|
64
|
+
: 'abTestingFlow';
|
|
65
|
+
};
|
|
66
|
+
const fetchFeatureFlag = (site, setupSource) => __awaiter(void 0, void 0, void 0, function* () {
|
|
62
67
|
var _a, _b;
|
|
63
68
|
let data = null;
|
|
64
69
|
try {
|
|
@@ -69,9 +74,11 @@ const fetchFeatureFlag = (site) => __awaiter(void 0, void 0, void 0, function* (
|
|
|
69
74
|
data = yield response.json();
|
|
70
75
|
}
|
|
71
76
|
catch (err) {
|
|
72
|
-
data =
|
|
77
|
+
data = {};
|
|
73
78
|
}
|
|
74
|
-
|
|
79
|
+
const flagKey = setupSource === 'community' ? 'SSO_V2_Together_flag' : 'SSO_V2_flag';
|
|
80
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
81
|
+
return (_b = (_a = data === null || data === void 0 ? void 0 : data.data) === null || _a === void 0 ? void 0 : _a.flags) === null || _b === void 0 ? void 0 : _b.find((o) => o.name === flagKey);
|
|
75
82
|
});
|
|
76
83
|
|
|
77
84
|
const SSOStateContext = createContext({
|
|
@@ -2297,7 +2304,7 @@ function CountrySelectWithIcon(_a) {
|
|
|
2297
2304
|
height: 16,
|
|
2298
2305
|
borderRadius: 2,
|
|
2299
2306
|
} })),
|
|
2300
|
-
React__default.createElement(Text, { size: "p2" }, selectedCallingCode))),
|
|
2307
|
+
React__default.createElement(Text, { size: "p2", variant: "primary" }, selectedCallingCode))),
|
|
2301
2308
|
React__default.createElement(Arrow, null))),
|
|
2302
2309
|
open &&
|
|
2303
2310
|
(isMobile ? (React__default.createElement(Drawer.Root, { open: open, onOpenChange: (o) => setOpen(o) },
|
|
@@ -4543,7 +4550,7 @@ if (!String.prototype.capitalize) {
|
|
|
4543
4550
|
};
|
|
4544
4551
|
}
|
|
4545
4552
|
const SSOV2 = ({ onClose: onCloseProps, locale }) => {
|
|
4546
|
-
const { isOpen, setOpen, returnUrl, setMounted, source, overrideClose, setOnCloseProp, forceReloadOnClose, setABTestFlow, } = useSSOV2Store();
|
|
4553
|
+
const { isOpen, setOpen, returnUrl, setMounted, source, overrideClose, setOnCloseProp, forceReloadOnClose, setABTestFlow, setupSource, } = useSSOV2Store();
|
|
4547
4554
|
useEffect(() => {
|
|
4548
4555
|
setMounted(true);
|
|
4549
4556
|
return () => {
|
|
@@ -4563,8 +4570,9 @@ const SSOV2 = ({ onClose: onCloseProps, locale }) => {
|
|
|
4563
4570
|
}, [onCloseProps]);
|
|
4564
4571
|
useEffect(() => {
|
|
4565
4572
|
const site = MAP_DOMAIN_BY_LOCALE[locale];
|
|
4566
|
-
const
|
|
4567
|
-
|
|
4573
|
+
const key = getFeatureFlagCookieKey(setupSource);
|
|
4574
|
+
const previousABTestingFlow = getCookie(key);
|
|
4575
|
+
fetchFeatureFlag(site, setupSource).then((data) => {
|
|
4568
4576
|
if ((data === null || data === void 0 ? void 0 : data.is_enabled) && isSupportProduct(data === null || data === void 0 ? void 0 : data.products)) {
|
|
4569
4577
|
if (previousABTestingFlow) {
|
|
4570
4578
|
setABTestFlow(previousABTestingFlow);
|
|
@@ -4573,24 +4581,28 @@ const SSOV2 = ({ onClose: onCloseProps, locale }) => {
|
|
|
4573
4581
|
const randomBetween100Percent = Math.floor(Math.random() * 100 + 1);
|
|
4574
4582
|
const aFlow = data.a_percentage;
|
|
4575
4583
|
if (randomBetween100Percent <= aFlow) {
|
|
4576
|
-
setCookie(
|
|
4584
|
+
setCookie(key, 'A', {
|
|
4577
4585
|
days: 30,
|
|
4586
|
+
domain: '.' + site,
|
|
4587
|
+
path: '/',
|
|
4578
4588
|
});
|
|
4579
4589
|
setABTestFlow('A');
|
|
4580
4590
|
}
|
|
4581
4591
|
else {
|
|
4582
|
-
setCookie(
|
|
4592
|
+
setCookie(key, 'B', {
|
|
4583
4593
|
days: 30,
|
|
4594
|
+
domain: '.' + site,
|
|
4595
|
+
path: '/',
|
|
4584
4596
|
});
|
|
4585
4597
|
setABTestFlow('B');
|
|
4586
4598
|
}
|
|
4587
4599
|
}
|
|
4588
4600
|
}
|
|
4589
4601
|
else {
|
|
4590
|
-
deleteCookie(
|
|
4602
|
+
deleteCookie(key);
|
|
4591
4603
|
}
|
|
4592
4604
|
});
|
|
4593
|
-
}, [locale]);
|
|
4605
|
+
}, [locale, setupSource]);
|
|
4594
4606
|
if (!isOpen) {
|
|
4595
4607
|
return null;
|
|
4596
4608
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as __awaiter } from './tslib.es6-
|
|
1
|
+
import { a as __awaiter } from './tslib.es6-a1185d41.js';
|
|
2
2
|
import { create } from 'zustand';
|
|
3
|
-
import { g as getUserInfo } from './index-
|
|
4
|
-
import { B as BEARER_TOKEN_COOKIE } from './index-
|
|
3
|
+
import { g as getUserInfo } from './index-9c732be8.js';
|
|
4
|
+
import { B as BEARER_TOKEN_COOKIE } from './index-c979e822.js';
|
|
5
5
|
import { getCookie } from './miscCookieHelper.js';
|
|
6
6
|
|
|
7
7
|
var SSOStepTypeType;
|
package/build/esm/subot.js
CHANGED
|
@@ -1,76 +1,76 @@
|
|
|
1
1
|
import React__default, { createContext, useContext, useRef, useState, useEffect, useCallback, useMemo, forwardRef, useImperativeHandle, memo } from 'react';
|
|
2
|
-
import { d as NodeType, E as ELEMENT_CONTROL_INPUT_TYPE, f as NodeActionType, c as NodePosition, e as NodeFinalTypes, g as NodeMultipleOptions, N as NodeIntentType, F as FULL_KEY_ADDRESS, C as COMMON_DATE_TRANSLATE_KEY } from './index-
|
|
3
|
-
import { a as __awaiter, _ as __rest } from './tslib.es6-
|
|
4
|
-
import { f as basePath, G as GA_TOKEN_COOKIE, A as API_DATE_FORMAT, I as ISO_FORMAT, g as SSO_URL } from './index-
|
|
2
|
+
import { d as NodeType, E as ELEMENT_CONTROL_INPUT_TYPE, f as NodeActionType, c as NodePosition, e as NodeFinalTypes, g as NodeMultipleOptions, N as NodeIntentType, F as FULL_KEY_ADDRESS, C as COMMON_DATE_TRANSLATE_KEY } from './index-c1a80bfa.js';
|
|
3
|
+
import { a as __awaiter, _ as __rest } from './tslib.es6-a1185d41.js';
|
|
4
|
+
import { f as basePath, G as GA_TOKEN_COOKIE, A as API_DATE_FORMAT, I as ISO_FORMAT, g as SSO_URL } from './index-c979e822.js';
|
|
5
5
|
import Cookies from 'js-cookie';
|
|
6
6
|
import fd from 'fastdom';
|
|
7
7
|
import fastdomPromised from 'fastdom/extensions/fastdom-promised';
|
|
8
|
-
import { G as GlobalData, c as callApi, u as locale, T as TogetherComponentGlobalContext } from './utils-
|
|
8
|
+
import { G as GlobalData, c as callApi, u as locale, T as TogetherComponentGlobalContext } from './utils-e09337fc.js';
|
|
9
9
|
import formatString from 'string-format';
|
|
10
|
-
import { a as getUserIdFromCookie, b as getSubotCookieId, c as getUserInfoFromCookie, d as getWindowId, o as overrideParamsByQuery, e as checkUntilFinished, g as getHelloSitesUrl, f as checkMobile, h as clickAndOpenInNewTab, i as formatUrlWithEncrypedGa, T as TIME_RESET_RESEND_OTP, j as isFakeEmail, s as ssoIntents, k as getHhgIdFromCookie } from './index-
|
|
11
|
-
export { T as TIME_RESET_RESEND_OTP, f as checkMobile, e as checkUntilFinished, h as clickAndOpenInNewTab, i as formatUrlWithEncrypedGa, g as getHelloSitesUrl, k as getHhgIdFromCookie, b as getSubotCookieId, a as getUserIdFromCookie, c as getUserInfoFromCookie, d as getWindowId, j as isFakeEmail, o as overrideParamsByQuery, s as ssoIntents } from './index-
|
|
10
|
+
import { a as getUserIdFromCookie, b as getSubotCookieId, c as getUserInfoFromCookie, d as getWindowId, o as overrideParamsByQuery, e as checkUntilFinished, g as getHelloSitesUrl, f as checkMobile, h as clickAndOpenInNewTab, i as formatUrlWithEncrypedGa, T as TIME_RESET_RESEND_OTP, j as isFakeEmail, s as ssoIntents, k as getHhgIdFromCookie } from './index-9d8b7481.js';
|
|
11
|
+
export { T as TIME_RESET_RESEND_OTP, f as checkMobile, e as checkUntilFinished, h as clickAndOpenInNewTab, i as formatUrlWithEncrypedGa, g as getHelloSitesUrl, k as getHhgIdFromCookie, b as getSubotCookieId, a as getUserIdFromCookie, c as getUserInfoFromCookie, d as getWindowId, j as isFakeEmail, o as overrideParamsByQuery, s as ssoIntents } from './index-9d8b7481.js';
|
|
12
12
|
import dayjs from 'dayjs';
|
|
13
13
|
import { MAP_DOMAIN_BY_LOCALE, domainLocales } from './constantsDomainLocales.js';
|
|
14
14
|
import cn from 'classnames';
|
|
15
|
-
import { C as Container$w } from './index-
|
|
16
|
-
import { L as Loading } from './index-
|
|
15
|
+
import { C as Container$w } from './index-b7244692.js';
|
|
16
|
+
import { L as Loading } from './index-5d972b14.js';
|
|
17
17
|
import { motion } from 'framer-motion';
|
|
18
18
|
import styled from '@emotion/styled';
|
|
19
|
-
import { M as MediaQueries } from './utils-
|
|
20
|
-
import { B as Button } from './index-
|
|
19
|
+
import { M as MediaQueries } from './utils-127c91c4.js';
|
|
20
|
+
import { B as Button } from './index-bb8bebf5.js';
|
|
21
21
|
import { Remarkable } from 'remarkable';
|
|
22
22
|
import { ArrowRight } from '@hhgtech/icons/other';
|
|
23
23
|
import { useInView } from 'react-intersection-observer';
|
|
24
24
|
import { Box, Textarea } from '@mantine/core';
|
|
25
|
-
import { C as CommonGAssets } from './index-
|
|
25
|
+
import { C as CommonGAssets } from './index-39603939.js';
|
|
26
26
|
import isSameOrBefore from 'dayjs/plugin/isSameOrBefore';
|
|
27
|
-
import { d as LEAD_TOKEN_COOKIE } from './constants-
|
|
27
|
+
import { d as LEAD_TOKEN_COOKIE } from './constants-90871984.js';
|
|
28
28
|
import { v4 } from 'uuid';
|
|
29
|
-
import { T as Text } from './index-
|
|
29
|
+
import { T as Text } from './index-11f99f13.js';
|
|
30
30
|
import { theme } from './miscTheme.js';
|
|
31
31
|
import { isProduction } from './constantsIsProduction.js';
|
|
32
|
-
import { S as Select } from './index-
|
|
32
|
+
import { S as Select } from './index-6856a8dc.js';
|
|
33
33
|
import '@mantine/dates';
|
|
34
|
-
import './index-
|
|
35
|
-
import './index.styles-
|
|
36
|
-
import './translationsContext-
|
|
34
|
+
import './index-d8a1c9b7.js';
|
|
35
|
+
import './index.styles-631320ba.js';
|
|
36
|
+
import './translationsContext-818f2767.js';
|
|
37
37
|
import '@mantine/hooks';
|
|
38
|
-
import './text-
|
|
39
|
-
import './index-
|
|
38
|
+
import './text-6b1a3cb1.js';
|
|
39
|
+
import './index-9746eb1a.js';
|
|
40
40
|
import isEmpty from 'lodash/isEmpty';
|
|
41
41
|
import { Controller, useForm } from 'react-hook-form';
|
|
42
42
|
import PhoneInputBase, { getCountryCallingCode, isPossiblePhoneNumber, parsePhoneNumber } from 'react-phone-number-input';
|
|
43
43
|
import { LoadScript } from '@react-google-maps/api';
|
|
44
|
-
import { u as usePlacesAutocomplete, G as GOOGLE_API_KEY, a as GOOGLE_API_LANGUAGE } from './usePlacesAutocomplete-
|
|
44
|
+
import { u as usePlacesAutocomplete, G as GOOGLE_API_KEY, a as GOOGLE_API_LANGUAGE } from './usePlacesAutocomplete-e1db56ad.js';
|
|
45
45
|
import { setDefaultClass } from './miscDefaultClassWrapper.js';
|
|
46
|
-
import { L as LOCALE } from './Locale-
|
|
47
|
-
import { I as InputDate } from './InputDate-
|
|
48
|
-
import { B as Button$1 } from './index-
|
|
49
|
-
import { D as Dropdown } from './index-
|
|
50
|
-
import { u as useSSOV2Store, I as IS_SSOV2_ENABLED } from './store-
|
|
51
|
-
import { g as getURLwithSSOTracking } from './utils-
|
|
46
|
+
import { L as LOCALE } from './Locale-5e5b94e0.js';
|
|
47
|
+
import { I as InputDate } from './InputDate-414e35dd.js';
|
|
48
|
+
import { B as Button$1 } from './index-68e2690f.js';
|
|
49
|
+
import { D as Dropdown } from './index-08975b8e.js';
|
|
50
|
+
import { u as useSSOV2Store, I as IS_SSOV2_ENABLED } from './store-bee87a6d.js';
|
|
51
|
+
import { g as getURLwithSSOTracking } from './utils-4049c921.js';
|
|
52
52
|
import 'date-fns/locale';
|
|
53
53
|
import './constantsSite.js';
|
|
54
54
|
import './constantsRiskScreener.js';
|
|
55
|
-
import './index-
|
|
55
|
+
import './index-56bfe9b6.js';
|
|
56
56
|
import './miscCookieHelper.js';
|
|
57
57
|
import 'slugify';
|
|
58
58
|
import './togetherApiPaths.js';
|
|
59
|
-
import './index-
|
|
60
|
-
import './WhatsApp-
|
|
61
|
-
import './Spinner-
|
|
62
|
-
import './index-
|
|
63
|
-
import './shared-
|
|
64
|
-
import './index-
|
|
59
|
+
import './index-9606993e.js';
|
|
60
|
+
import './WhatsApp-f84dedc1.js';
|
|
61
|
+
import './Spinner-3ca82c47.js';
|
|
62
|
+
import './index-50272676.js';
|
|
63
|
+
import './shared-2d2d18e1.js';
|
|
64
|
+
import './index-32eebded.js';
|
|
65
65
|
import '@mantine/carousel';
|
|
66
|
-
import './useUniqueId-
|
|
66
|
+
import './useUniqueId-6a3c2999.js';
|
|
67
67
|
import '@hhgtech/icons/core';
|
|
68
68
|
import '@mantine/notifications';
|
|
69
69
|
import '@emotion/react';
|
|
70
70
|
import 'zustand';
|
|
71
|
-
import './index-
|
|
72
|
-
import './normalizeLink-
|
|
73
|
-
import './healthTools-
|
|
71
|
+
import './index-9c732be8.js';
|
|
72
|
+
import './normalizeLink-1201fe81.js';
|
|
73
|
+
import './healthTools-88170e03.js';
|
|
74
74
|
|
|
75
75
|
// extend fastdom
|
|
76
76
|
const fastdom = fd.extend(fastdomPromised);
|
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '@mantine/core';
|
|
3
|
-
export { S as SurveyOrPremiumBanner } from './index-
|
|
4
|
-
import './utils-
|
|
5
|
-
import './index-
|
|
6
|
-
import './index-
|
|
3
|
+
export { S as SurveyOrPremiumBanner } from './index-95dca4a2.js';
|
|
4
|
+
import './utils-e09337fc.js';
|
|
5
|
+
import './index-50272676.js';
|
|
6
|
+
import './index-39603939.js';
|
|
7
7
|
import './constantsDomainLocales.js';
|
|
8
|
-
import './Locale-
|
|
8
|
+
import './Locale-5e5b94e0.js';
|
|
9
9
|
import './constantsIsProduction.js';
|
|
10
|
-
import './index-
|
|
10
|
+
import './index-c979e822.js';
|
|
11
11
|
import 'date-fns/locale';
|
|
12
|
-
import './index-
|
|
12
|
+
import './index-c1a80bfa.js';
|
|
13
13
|
import './constantsSite.js';
|
|
14
14
|
import './constantsRiskScreener.js';
|
|
15
|
-
import './healthTools-
|
|
16
|
-
import './tslib.es6-
|
|
17
|
-
import './store-
|
|
15
|
+
import './healthTools-88170e03.js';
|
|
16
|
+
import './tslib.es6-a1185d41.js';
|
|
17
|
+
import './store-bee87a6d.js';
|
|
18
18
|
import 'zustand';
|
|
19
|
-
import './index-
|
|
20
|
-
import './normalizeLink-
|
|
19
|
+
import './index-9c732be8.js';
|
|
20
|
+
import './normalizeLink-1201fe81.js';
|
|
21
21
|
import './miscCookieHelper.js';
|
|
22
|
-
import './index-
|
|
23
|
-
import './utils-
|
|
22
|
+
import './index-32eebded.js';
|
|
23
|
+
import './utils-127c91c4.js';
|
|
24
24
|
import '@emotion/styled';
|
|
25
25
|
import '@mantine/form';
|
|
26
|
-
import './index-
|
|
26
|
+
import './index-6856a8dc.js';
|
|
27
27
|
import '@hhgtech/icons/other';
|
|
28
28
|
import '@mantine/hooks';
|
|
29
29
|
import '@mantine/carousel';
|
|
30
|
-
import './index-
|
|
31
|
-
import './text-
|
|
32
|
-
import './index-
|
|
30
|
+
import './index-11f99f13.js';
|
|
31
|
+
import './text-6b1a3cb1.js';
|
|
32
|
+
import './index-d8a1c9b7.js';
|
|
33
33
|
import 'dayjs';
|
|
34
34
|
import '@mantine/notifications';
|
|
35
35
|
import './miscTheme.js';
|
|
36
|
-
import './shared-
|
|
36
|
+
import './shared-2d2d18e1.js';
|
|
37
37
|
import 'classnames';
|
|
38
|
-
import './useUniqueId-
|
|
38
|
+
import './useUniqueId-6a3c2999.js';
|
|
39
39
|
import '@hhgtech/icons/core';
|
|
40
|
-
import './index-
|
|
40
|
+
import './index-bb8bebf5.js';
|
|
41
41
|
import '@mantine/dates';
|
|
42
|
-
import './index.styles-
|
|
43
|
-
import './index-
|
|
42
|
+
import './index.styles-631320ba.js';
|
|
43
|
+
import './index-9746eb1a.js';
|
|
44
44
|
import './togetherApiPaths.js';
|
|
45
|
-
import './translationsContext-
|
|
46
|
-
import './index-
|
|
47
|
-
import './useHealthToolCache-
|
|
45
|
+
import './translationsContext-818f2767.js';
|
|
46
|
+
import './index-0eefffa4.js';
|
|
47
|
+
import './useHealthToolCache-bfd17662.js';
|
|
48
48
|
import './miscGetDynamicHealthTool.js';
|
|
49
|
-
import './core-
|
|
50
|
-
import './index-
|
|
51
|
-
import './WhatsApp-
|
|
52
|
-
import './Spinner-
|
|
53
|
-
import './index-
|
|
54
|
-
import './index-
|
|
49
|
+
import './core-4882f51c.js';
|
|
50
|
+
import './index-9606993e.js';
|
|
51
|
+
import './WhatsApp-f84dedc1.js';
|
|
52
|
+
import './Spinner-3ca82c47.js';
|
|
53
|
+
import './index-013a4186.js';
|
|
54
|
+
import './index-c209a4fb.js';
|
|
55
55
|
import 'js-cookie';
|
|
56
56
|
import 'lodash/flatten';
|
|
57
57
|
import 'lodash/uniqBy';
|
|
58
|
-
import './index-
|
|
58
|
+
import './index-56bfe9b6.js';
|
|
59
59
|
import 'slugify';
|
|
60
60
|
import 'string-format';
|
|
61
|
-
import './constants-
|
|
61
|
+
import './constants-90871984.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { S as SurveyQuestionCard, a as SurveyThankyouCard } from './surveyThankyouCard-
|
|
1
|
+
export { S as SurveyQuestionCard, a as SurveyThankyouCard } from './surveyThankyouCard-50d80f64.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import './index-
|
|
4
|
-
import './tslib.es6-
|
|
5
|
-
import './index-
|
|
3
|
+
import './index-68e2690f.js';
|
|
4
|
+
import './tslib.es6-a1185d41.js';
|
|
5
|
+
import './index-bb8bebf5.js';
|
|
6
6
|
import '@mantine/core';
|
|
7
|
-
import './shared-
|
|
8
|
-
import './text-
|
|
9
|
-
import './index-
|
|
10
|
-
import './index-
|
|
11
|
-
import './index-
|
|
7
|
+
import './shared-2d2d18e1.js';
|
|
8
|
+
import './text-6b1a3cb1.js';
|
|
9
|
+
import './index-11f99f13.js';
|
|
10
|
+
import './index-0eefffa4.js';
|
|
11
|
+
import './index-655cc84a.js';
|
|
12
12
|
import '@emotion/styled';
|
|
13
13
|
import './miscTheme.js';
|
|
14
|
-
import './utils-
|
|
15
|
-
import './index-
|
|
14
|
+
import './utils-127c91c4.js';
|
|
15
|
+
import './index-9885add9.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState, useEffect, useRef } from 'react';
|
|
2
|
-
import { B as Button } from './index-
|
|
3
|
-
import { T as Text } from './index-
|
|
4
|
-
import { H as Heading } from './index-
|
|
5
|
-
import { I as Input } from './index-
|
|
6
|
-
import { T as TextArea } from './index-
|
|
2
|
+
import { B as Button } from './index-68e2690f.js';
|
|
3
|
+
import { T as Text } from './index-11f99f13.js';
|
|
4
|
+
import { H as Heading } from './index-0eefffa4.js';
|
|
5
|
+
import { I as Input } from './index-655cc84a.js';
|
|
6
|
+
import { T as TextArea } from './index-9885add9.js';
|
|
7
7
|
import styled from '@emotion/styled';
|
|
8
8
|
import { theme } from './miscTheme.js';
|
|
9
9
|
|
|
@@ -116,9 +116,9 @@ const GlobalTextStyle = {
|
|
|
116
116
|
s3: [rem(16), rem(14)],
|
|
117
117
|
s4: [rem(14), rem(12)],
|
|
118
118
|
s5: [rem(12), rem(12)],
|
|
119
|
-
p1: [rem(17), rem(
|
|
119
|
+
p1: [rem(17), rem(17)],
|
|
120
120
|
p2: [rem(15), rem(15)],
|
|
121
|
-
p3: [rem(13), rem(
|
|
121
|
+
p3: [rem(13), rem(13)],
|
|
122
122
|
p4: [rem(14), rem(12)],
|
|
123
123
|
p5: [rem(12), rem(12)],
|
|
124
124
|
c1: [rem(12), rem(12)],
|
|
@@ -129,9 +129,11 @@ const GlobalTextStyle = {
|
|
|
129
129
|
h1: [rem(40), rem(26)],
|
|
130
130
|
h2: [rem(32), rem(24)],
|
|
131
131
|
h3: [rem(26), rem(20)],
|
|
132
|
-
h4: [rem(20), rem(
|
|
132
|
+
h4: [rem(20), rem(17)],
|
|
133
133
|
h5: [rem(18), rem(16)],
|
|
134
134
|
h6: [rem(16), rem(14)],
|
|
135
|
+
title1: [rem(17), rem(17)],
|
|
136
|
+
title2: [rem(15), rem(15)],
|
|
135
137
|
},
|
|
136
138
|
lineHeight: {
|
|
137
139
|
base: [rem(24), rem(24)],
|
|
@@ -146,7 +148,7 @@ const GlobalTextStyle = {
|
|
|
146
148
|
s5: [rem(18), rem(18)],
|
|
147
149
|
p1: [rem(28), rem(28)],
|
|
148
150
|
p2: [rem(24), rem(24)],
|
|
149
|
-
p3: [rem(
|
|
151
|
+
p3: [rem(20), rem(20)],
|
|
150
152
|
p4: [rem(22), rem(18)],
|
|
151
153
|
c1: [rem(16), rem(16)],
|
|
152
154
|
c2: [rem(22), rem(18)],
|
|
@@ -156,9 +158,11 @@ const GlobalTextStyle = {
|
|
|
156
158
|
h1: [rem(48), rem(34)],
|
|
157
159
|
h2: [rem(40), rem(32)],
|
|
158
160
|
h3: [rem(32), rem(26)],
|
|
159
|
-
h4: [rem(28), rem(
|
|
161
|
+
h4: [rem(28), rem(24)],
|
|
160
162
|
h5: [rem(28), rem(24)],
|
|
161
163
|
h6: [rem(24), rem(22)],
|
|
164
|
+
title1: [rem(24), rem(24)],
|
|
165
|
+
title2: [rem(24), rem(24)],
|
|
162
166
|
},
|
|
163
167
|
letterSpacing: {
|
|
164
168
|
lg: [-0.2, 0],
|
|
@@ -168,9 +172,9 @@ const GlobalTextStyle = {
|
|
|
168
172
|
s2: [-0.4, -0.2],
|
|
169
173
|
s3: [0, -0.2],
|
|
170
174
|
s4: [0, -0.2],
|
|
171
|
-
p1: [-0.4, -0.
|
|
175
|
+
p1: [-0.4, -0.4],
|
|
172
176
|
p2: [-0.3, -0.3],
|
|
173
|
-
p3: [-0.
|
|
177
|
+
p3: [-0.3, -0.3],
|
|
174
178
|
p4: [-0.2, 0],
|
|
175
179
|
c1: [-0.2, -0.2],
|
|
176
180
|
c2: [-0.2, -0.2],
|
|
@@ -178,10 +182,12 @@ const GlobalTextStyle = {
|
|
|
178
182
|
h1: [-1.2, -0.9],
|
|
179
183
|
h2: [-1, -0.8],
|
|
180
184
|
h3: [-0.6, -0.7],
|
|
181
|
-
h4: [-0.4, -0.
|
|
185
|
+
h4: [-0.4, -0.4],
|
|
182
186
|
h5: [-0.2, -0.2],
|
|
183
187
|
h6: [0, -0.2],
|
|
184
188
|
n1: [-0.2, -0.2],
|
|
189
|
+
title1: [-0.4, -0.4],
|
|
190
|
+
title2: [-0.3, -0.3],
|
|
185
191
|
},
|
|
186
192
|
fontWeightBySize: {
|
|
187
193
|
s1: FontWeight.semiBold,
|
|
@@ -197,6 +203,50 @@ const GlobalTextStyle = {
|
|
|
197
203
|
},
|
|
198
204
|
fontWeight: FontWeight,
|
|
199
205
|
},
|
|
200
|
-
};
|
|
206
|
+
};
|
|
207
|
+
const GlobalTextStyleNew = (theme) => ({
|
|
208
|
+
[CustomStylesType.LEADGEN]: {
|
|
209
|
+
h1: {
|
|
210
|
+
fontSize: rem(40),
|
|
211
|
+
lineHeight: rem(48),
|
|
212
|
+
letterSpacing: '-1.2px',
|
|
213
|
+
[theme.fn.smallerThan('sm')]: {
|
|
214
|
+
fontSize: rem(26),
|
|
215
|
+
lineHeight: rem(32),
|
|
216
|
+
letterSpacing: '-0.6px',
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
h2: {
|
|
220
|
+
fontSize: rem(32),
|
|
221
|
+
lineHeight: rem(40),
|
|
222
|
+
letterSpacing: '-1px',
|
|
223
|
+
[theme.fn.smallerThan('sm')]: {
|
|
224
|
+
fontSize: rem(20),
|
|
225
|
+
lineHeight: rem(28),
|
|
226
|
+
letterSpacing: '-0.4px',
|
|
227
|
+
},
|
|
228
|
+
},
|
|
229
|
+
h3: {
|
|
230
|
+
fontSize: rem(26),
|
|
231
|
+
lineHeight: rem(32),
|
|
232
|
+
letterSpacing: '-0.6px',
|
|
233
|
+
[theme.fn.smallerThan('sm')]: {
|
|
234
|
+
fontSize: rem(20),
|
|
235
|
+
lineHeight: rem(28),
|
|
236
|
+
letterSpacing: '-0.4px',
|
|
237
|
+
},
|
|
238
|
+
},
|
|
239
|
+
p1: {
|
|
240
|
+
fontSize: rem(17),
|
|
241
|
+
lineHeight: rem(28),
|
|
242
|
+
letterSpacing: '-0.4px',
|
|
243
|
+
},
|
|
244
|
+
p2: {
|
|
245
|
+
fontSize: rem(15),
|
|
246
|
+
lineHeight: rem(24),
|
|
247
|
+
letterSpacing: '-0.3px',
|
|
248
|
+
},
|
|
249
|
+
},
|
|
250
|
+
});
|
|
201
251
|
|
|
202
|
-
export { CustomStylesType as C, FontWeight as F,
|
|
252
|
+
export { CustomStylesType as C, FontWeight as F, GlobalTextStyleNew as G, GlobalTextStyle as a };
|