@hhgtech/hhg-components 1.29.418-beta-1 → 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-5a4d6538.js → InputDate-de03b552.js} +6 -6
- package/build/{LastPeriod-60bb1dd4.js → LastPeriod-4a02913f.js} +1 -1
- package/build/{MobileBottomNavigationIcon-620ff3c9.js → MobileBottomNavigationIcon-2601edb1.js} +3 -3
- package/build/{Spinner-7a5884e5.js → Spinner-0ccbab5d.js} +1 -1
- package/build/{WhatsApp-a1d21a62.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/index.d.ts +1 -0
- package/build/components/atoms/searchInput/index.d.ts +17 -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-51a9e764.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-f4d51607.js → core-86f553f9.js} +1 -1
- package/build/{dataTransform-9a528d4e.js → dataTransform-7e5324ad.js} +1 -1
- package/build/ecom.js +4 -4
- package/build/{editor-187480ae.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-47595d8d.js → InputDate-414e35dd.js} +6 -6
- package/build/esm/{LastPeriod-2ff290d5.js → LastPeriod-c9c2137a.js} +1 -1
- package/build/esm/{MobileBottomNavigationIcon-114e08a4.js → MobileBottomNavigationIcon-803042d0.js} +3 -3
- package/build/esm/{Spinner-d2e9f59a.js → Spinner-3ca82c47.js} +1 -1
- package/build/esm/{WhatsApp-7b192be4.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/index.d.ts +1 -0
- package/build/esm/components/atoms/searchInput/index.d.ts +17 -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-d4c2f380.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-fb88905a.js → core-4882f51c.js} +1 -1
- package/build/esm/{dataTransform-a1a20129.js → dataTransform-6e16ee2e.js} +1 -1
- package/build/esm/ecom.js +4 -4
- package/build/esm/{editor-eda546e3.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-466d0bb8.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-e3537bf1.js → index-0b7db693.js} +15 -15
- package/build/esm/{index-042f50ef.js → index-0d28e940.js} +13 -13
- package/build/esm/{index-3ac01cd8.js → index-0e155348.js} +1 -1
- package/build/esm/{index-5bcc8107.js → index-0eab03d7.js} +2 -2
- package/build/esm/{index-46e08088.js → index-0eefffa4.js} +2 -2
- package/build/esm/{index-96606b7b.js → index-11f99f13.js} +2 -2
- package/build/esm/{index-2adf3835.js → index-1790ff2e.js} +1 -1
- package/build/esm/{index-4ff4aa01.js → index-19d09f21.js} +15 -15
- package/build/esm/{index-10f57124.js → index-1af34b4d.js} +2 -2
- package/build/esm/{index-5277e388.js → index-1e45bd04.js} +3 -3
- package/build/esm/{index-d1f891f1.js → index-21521628.js} +6 -6
- package/build/esm/{index-b7d5c382.js → index-29e3b708.js} +16 -16
- package/build/esm/{index-9fabc760.js → index-2e5ed831.js} +13 -13
- package/build/esm/{index-ee0c25ba.js → index-30dd242d.js} +2 -2
- package/build/esm/{index-4a0b263e.js → index-32eebded.js} +2 -2
- package/build/esm/{index-9d7cc01e.js → index-36040944.js} +6 -6
- package/build/esm/{index-af965805.js → index-3ebbaef5.js} +32 -32
- package/build/esm/{index-22d87c93.js → index-417c35b5.js} +6 -6
- package/build/esm/{index-dbdb7969.js → index-4902cbf1.js} +13 -13
- package/build/esm/{index-1c4a31b1.js → index-4b741d5a.js} +11 -11
- package/build/esm/{index-f82ced74.js → index-50272676.js} +1 -1
- package/build/esm/{index-c2ea33ab.js → index-5b9615b0.js} +3 -3
- package/build/esm/{index-633ff7f5.js → index-5bd606cb.js} +6 -6
- package/build/esm/{index-e64e68bf.js → index-5d972b14.js} +2 -2
- package/build/esm/{index-0d7e20fb.js → index-60ea0a79.js} +13 -13
- package/build/esm/{index-04d56126.js → index-6142e7c2.js} +1 -1
- package/build/esm/{index-b63f18b2.js → index-635cb189.js} +1 -1
- package/build/esm/{index-0b6a365d.js → index-63f15dce.js} +7 -7
- package/build/esm/{index-576cde59.js → index-655cc84a.js} +2 -2
- package/build/esm/{index-6032d7e1.js → index-6856a8dc.js} +8 -8
- package/build/esm/{index-cc834f3f.js → index-68e2690f.js} +2 -2
- package/build/esm/{index-8f7394ed.js → index-6b1054cb.js} +6 -6
- package/build/esm/{index-3aabd966.js → index-76a14768.js} +17 -17
- package/build/esm/{index-e5483032.js → index-7e8e1920.js} +15 -15
- package/build/esm/{index-2b9d479b.js → index-8034f068.js} +1 -1
- package/build/esm/{index-66549bce.js → index-838b76fe.js} +2 -2
- package/build/esm/{index-09c35627.js → index-8757a290.js} +13 -13
- package/build/esm/{index-2c5a3038.js → index-8c362fb9.js} +3 -3
- package/build/esm/{index-f63af2b6.js → index-8c8ff392.js} +17 -17
- package/build/esm/index-90098e72.js +438 -0
- package/build/esm/{index-36dfca92.js → index-95be323c.js} +357 -27
- package/build/esm/{index-566fe097.js → index-95dca4a2.js} +25 -25
- package/build/esm/{index-ec09c24b.js → index-9606993e.js} +3 -3
- package/build/esm/{index-c9890de4.js → index-9746eb1a.js} +3 -3
- package/build/esm/{index-ae9cad05.js → index-9885add9.js} +1 -1
- package/build/esm/{index-f5050d07.js → index-9c732be8.js} +4 -4
- package/build/esm/{index-0b31c943.js → index-9d8b7481.js} +3 -3
- package/build/esm/{index-daeaaf7b.js → index-a2fe3dec.js} +2 -2
- package/build/esm/{index-7b98fb75.js → index-a528817b.js} +2 -2
- package/build/esm/{index-42c9a783.js → index-a959e4e6.js} +10 -10
- package/build/esm/{index-4e8bfaa1.js → index-b2bb05cc.js} +4 -4
- package/build/esm/{index-653c5c72.js → index-bb15e143.js} +2 -2
- package/build/esm/{index-2ac08cd6.js → index-bb7b6958.js} +17 -17
- package/build/esm/{index-8c6e583f.js → index-bb8bebf5.js} +3 -3
- package/build/esm/{index-e120177a.js → index-c1a80bfa.js} +1 -1
- package/build/esm/{index-aa7ec308.js → index-c209a4fb.js} +2 -2
- package/build/esm/{index-c57328aa.js → index-c48929f7.js} +22 -22
- package/build/esm/{index-b69036b6.js → index-c49dc7d3.js} +16 -16
- package/build/esm/{index-077323f8.js → index-c6a83644.js} +5 -5
- package/build/esm/{index-8a5a2683.js → index-c979e822.js} +2 -2
- package/build/esm/{index-ba18ee42.js → index-d8a1c9b7.js} +8 -8
- package/build/esm/{index-4eb875ba.js → index-dd149a67.js} +21 -21
- package/build/esm/{index-187d3df6.js → index-def9e211.js} +7 -7
- package/build/esm/{index-af07302f.js → index-e44e32cd.js} +17 -17
- package/build/esm/{index-dac669e4.js → index-ee7126bb.js} +32 -32
- package/build/esm/{index-8aee7b4f.js → index-f00d920b.js} +7 -141
- package/build/esm/{index-e2325214.js → index-f2440d1a.js} +30 -30
- package/build/esm/{index-121b44de.js → index-fa258e89.js} +13 -13
- package/build/esm/index.js +127 -121
- package/build/esm/{labelSorting-59e94ae8.js → labelSorting-21210d45.js} +4 -4
- package/build/esm/lead.js +64 -47
- package/build/esm/{localizeNumberFormat-a28dc6e1.js → localizeNumberFormat-90562420.js} +15 -1
- package/build/esm/{logoIcon-df518063.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-84601efd.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.js +31 -31
- package/build/esm/{store-f4e29295.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-2f2671a4.js → surveyThankyouCard-50d80f64.js} +5 -5
- package/build/esm/together.js +57 -57
- package/build/esm/togetherApiUtils.js +4 -4
- package/build/esm/togetherAtoms.js +31 -31
- package/build/esm/togetherComponentGlobalContext.js +4 -4
- package/build/esm/togetherMolecules.js +52 -52
- package/build/esm/togetherMoleculesCardAuthor.js +29 -29
- package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
- package/build/esm/togetherMoleculesProfileDetail.js +40 -40
- package/build/esm/togetherOrganisms.js +51 -51
- package/build/esm/togetherRichTextEditor.js +18 -18
- package/build/esm/togetherShareBox.js +10 -10
- package/build/esm/{translationsProvider-c677cefb.js → translationsProvider-a018b73c.js} +1 -1
- package/build/esm/{treePopoverMenu-73681e68.js → treePopoverMenu-92a734d9.js} +19 -19
- package/build/esm/{types-39ff2a5b.js → types-23de8c7d.js} +2 -2
- package/build/esm/types.js +2 -2
- package/build/esm/{useCategory-1e39a713.js → useCategory-6cdc7127.js} +5 -5
- package/build/esm/{useHealthToolCache-fadb05cf.js → useHealthToolCache-bfd17662.js} +1 -1
- package/build/esm/{usePlacesAutocomplete-5502d0fc.js → usePlacesAutocomplete-e1db56ad.js} +1 -1
- package/build/esm/useTogetherAuthRequiredAction.js +10 -10
- package/build/esm/{utils-06a90493.js → utils-127c91c4.js} +18 -1
- package/build/esm/{utils-d2b679a6.js → utils-4049c921.js} +5 -5
- package/build/esm/{utils-ad7e8afc.js → utils-5b7c4be4.js} +2 -2
- package/build/esm/{utils-75cc97d6.js → utils-d6ce10e0.js} +2 -2
- package/build/esm/{utils-a3564cac.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-77f90d40.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-ad02cc12.js → index-05e7f959.js} +1 -1
- package/build/{index-3808822f.js → index-0a2c7722.js} +13 -13
- package/build/{index-de0edd32.js → index-0e812f7f.js} +22 -22
- package/build/{index-379a3767.js → index-184beb54.js} +6 -6
- package/build/{index-28bbbfcb.js → index-190a4162.js} +8 -8
- package/build/{index-dae54d02.js → index-1def94e6.js} +3 -3
- package/build/{index-148a0da6.js → index-24c04246.js} +2 -2
- package/build/{index-feb81494.js → index-2599c8f2.js} +3 -3
- package/build/{index-6f1306bd.js → index-2c21f982.js} +4 -4
- package/build/{index-24dbcdcc.js → index-2ea90655.js} +30 -30
- package/build/{index-91eb1f02.js → index-2f9d101e.js} +6 -6
- package/build/{index-188d7d0b.js → index-30c33273.js} +2 -2
- package/build/{index-e38d5395.js → index-31b8ffd8.js} +32 -32
- package/build/{index-bf21c08a.js → index-31f91e68.js} +17 -17
- package/build/{index-30b8dc7f.js → index-320f4fd2.js} +5 -5
- package/build/{index-93cb7e8d.js → index-3552ece1.js} +15 -15
- package/build/{index-03e8787c.js → index-3c869cf8.js} +7 -7
- package/build/{index-b422dd0a.js → index-3edccb97.js} +6 -6
- package/build/{index-aea33eee.js → index-44744aab.js} +17 -17
- package/build/{index-595c51a9.js → index-44ca31dd.js} +21 -21
- package/build/{index-14b59ad5.js → index-44d68391.js} +2 -2
- package/build/{index-ad74e2d7.js → index-456664e6.js} +15 -15
- package/build/{index-d7f21fcb.js → index-4a4816a9.js} +13 -13
- package/build/{index-235b772b.js → index-57a3efb9.js} +3 -3
- package/build/{index-a6528458.js → index-5e30720a.js} +2 -2
- package/build/{index-4bc4d9ed.js → index-60a696cb.js} +2 -2
- package/build/{index-115c15d9.js → index-62c4fe64.js} +2 -2
- package/build/{index-78d8696b.js → index-69e87e56.js} +2 -2
- package/build/{index-5ee9ab57.js → index-6a5f8c2d.js} +2 -2
- package/build/{index-49d08e3e.js → index-7aec0a0c.js} +6 -6
- package/build/{index-919b2376.js → index-815851d4.js} +15 -15
- package/build/{index-1f8eecf1.js → index-87855280.js} +17 -17
- package/build/{index-39126ea1.js → index-8dc1e18d.js} +7 -7
- package/build/{index-02507d21.js → index-8eb726c8.js} +1 -1
- package/build/{index-071eb126.js → index-90a30fae.js} +1 -1
- package/build/{index-68d122ba.js → index-93df808e.js} +5 -140
- package/build/{index-2f19468e.js → index-9628baf4.js} +1 -1
- package/build/{index-5f2466e4.js → index-9b755601.js} +1 -1
- package/build/index-9c3d826c.js +467 -0
- package/build/{index-fa7fcf49.js → index-a0676378.js} +16 -16
- package/build/{index-0c1c026c.js → index-a8a23325.js} +3 -3
- package/build/{index-18c46d29.js → index-b030df11.js} +10 -10
- package/build/{index-6ec469bf.js → index-b7db8f82.js} +6 -6
- package/build/{index-e28a6e05.js → index-b8f10221.js} +13 -13
- package/build/{index-6c45f27e.js → index-b96bf5e8.js} +359 -24
- package/build/{index-bb1acb32.js → index-bb89c691.js} +3 -3
- package/build/{index-02d08ae2.js → index-c08ec1b5.js} +16 -16
- package/build/{index-1bafe88e.js → index-c4aa4870.js} +13 -13
- package/build/{index-4fd69b77.js → index-c4e6faca.js} +13 -13
- package/build/{index-d4d4629a.js → index-c4f5c1c6.js} +4 -4
- package/build/{index-35580834.js → index-c5c67407.js} +2 -2
- package/build/{index-4eaed35f.js → index-c771ec23.js} +2 -2
- package/build/{index-98e7bbd6.js → index-c9f2be0b.js} +13 -13
- package/build/{index-64625ca6.js → index-d14610c4.js} +8 -8
- package/build/{index-fa81afed.js → index-d4f08b20.js} +17 -17
- package/build/{index-8918cdc7.js → index-e71489c0.js} +2 -2
- package/build/{index-a2333a7c.js → index-e81537b3.js} +2 -2
- package/build/{index-ca5a3313.js → index-e92a67b5.js} +1 -1
- package/build/{index-d547a664.js → index-eb0592c5.js} +25 -25
- package/build/{index-6656eff4.js → index-ebfc0d25.js} +32 -32
- package/build/{index-e6b77445.js → index-ec34a27f.js} +11 -11
- package/build/{index-ad243b92.js → index-f0b8a1ab.js} +3 -3
- package/build/{index-e92b8327.js → index-f6f36c16.js} +1 -1
- package/build/{index-68c2a0a9.js → index-f8f46a81.js} +2 -2
- package/build/{index-883a3f15.js → index-f90034be.js} +2 -2
- package/build/{index-fa9d5cbb.js → index-fa66205d.js} +3 -3
- package/build/{index-c21ed3d7.js → index-fbbba2c5.js} +1 -1
- package/build/{index-f409bbbf.js → index-fff16fad.js} +2 -2
- package/build/index.js +140 -123
- package/build/{labelSorting-032d226c.js → labelSorting-93f1e6ac.js} +4 -4
- package/build/lead.js +64 -47
- package/build/{localizeNumberFormat-5bc09765.js → localizeNumberFormat-799b6fbc.js} +15 -0
- package/build/{logoIcon-2969864c.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-918e9b29.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.js +29 -29
- package/build/{store-9eeea9d4.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-9f74cdab.js → surveyThankyouCard-21d2d7b3.js} +5 -5
- package/build/together.js +57 -57
- package/build/togetherApiUtils.js +4 -4
- package/build/togetherAtoms.js +31 -31
- package/build/togetherComponentGlobalContext.js +4 -4
- package/build/togetherMolecules.js +52 -52
- package/build/togetherMoleculesCardAuthor.js +29 -29
- package/build/togetherMoleculesPostImagePreview.js +11 -11
- package/build/togetherMoleculesProfileDetail.js +40 -40
- package/build/togetherOrganisms.js +51 -51
- package/build/togetherRichTextEditor.js +18 -18
- package/build/togetherShareBox.js +10 -10
- package/build/{translationsProvider-6fd28b79.js → translationsProvider-307c4dad.js} +1 -1
- package/build/{treePopoverMenu-89b3cf3e.js → treePopoverMenu-7842957b.js} +19 -19
- package/build/{types-4157e6e0.js → types-aa9ce98b.js} +2 -2
- package/build/types.js +2 -2
- package/build/{useCategory-e7258875.js → useCategory-d7740975.js} +5 -5
- package/build/{useHealthToolCache-4c460918.js → useHealthToolCache-c6cad236.js} +1 -1
- package/build/{usePlacesAutocomplete-e78b153d.js → usePlacesAutocomplete-be5ddd4c.js} +1 -1
- package/build/useTogetherAuthRequiredAction.js +10 -10
- package/build/{utils-257a1d2c.js → utils-0ef1467f.js} +5 -5
- package/build/{utils-f8b481d2.js → utils-206e074f.js} +18 -0
- package/build/{utils-a1253bc1.js → utils-9d6d77e9.js} +3 -3
- package/build/{utils-2128979a.js → utils-f3053adb.js} +2 -2
- package/build/{utils-06db93cc.js → utils-fc673d1a.js} +2 -2
- package/build/vaccination.js +22 -22
- package/package.json +1 -1
- package/build/esm/index-16013e37.js +0 -262
- package/build/index-4ef2a1d4.js +0 -270
- /package/build/{BMI_BOYS.percentile.monthly-01f331a8.js → BMI_BOYS.percentile.monthly-5d545b5d.js} +0 -0
- /package/build/{BMI_BOYS.percentile.weekly-31a152d6.js → BMI_BOYS.percentile.weekly-30c8e5d2.js} +0 -0
- /package/build/{BMI_BOYS.percentile.yearly-65146373.js → BMI_BOYS.percentile.yearly-3b04f19b.js} +0 -0
- /package/build/{BMI_BOYS.zscore.monthly-4211e0be.js → BMI_BOYS.zscore.monthly-2fcd238c.js} +0 -0
- /package/build/{BMI_BOYS.zscore.weekly-93c61d55.js → BMI_BOYS.zscore.weekly-9b48bdad.js} +0 -0
- /package/build/{BMI_BOYS.zscore.yearly-6310f148.js → BMI_BOYS.zscore.yearly-195fc73f.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.monthly-fd0b09b5.js → BMI_GIRLS.percentile.monthly-50c60d12.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.weekly-2913e783.js → BMI_GIRLS.percentile.weekly-bfad24a2.js} +0 -0
- /package/build/{BMI_GIRLS.percentile.yearly-b4a98ab7.js → BMI_GIRLS.percentile.yearly-e46bd422.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.monthly-3ae99e6a.js → BMI_GIRLS.zscore.monthly-112e38be.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.weekly-e16157e0.js → BMI_GIRLS.zscore.weekly-f8b64838.js} +0 -0
- /package/build/{BMI_GIRLS.zscore.yearly-74088231.js → BMI_GIRLS.zscore.yearly-4eac195d.js} +0 -0
- /package/build/{ChevronDown-2e4ee3ae.js → ChevronDown-4ae39479.js} +0 -0
- /package/build/{Close-2d16cfed.js → Close-e564e280.js} +0 -0
- /package/build/{Google-50e8aaca.js → Google-ab8052d8.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-eff1e9e0.js → HEAD CIRCUM_BOYS.percentile.monthly-4964d603.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-c30a27a7.js → HEAD CIRCUM_BOYS.percentile.weekly-78ff0893.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-7f3fbe9e.js → HEAD CIRCUM_BOYS.percentile.yearly-155af748.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-b79f0952.js → HEAD CIRCUM_BOYS.zscore.monthly-67af1b85.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-7d05f9c9.js → HEAD CIRCUM_BOYS.zscore.weekly-904fc6aa.js} +0 -0
- /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-b87bb885.js → HEAD CIRCUM_BOYS.zscore.yearly-0dd9c885.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-765a92df.js → HEAD CIRCUM_GIRLS.percentile.monthly-c8190d46.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-36d3fda2.js → HEAD CIRCUM_GIRLS.percentile.weekly-a4f36407.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-42fa0b2f.js → HEAD CIRCUM_GIRLS.percentile.yearly-97825869.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-8fd5e945.js → HEAD CIRCUM_GIRLS.zscore.monthly-58d848f8.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-8a7ef4bd.js → HEAD CIRCUM_GIRLS.zscore.weekly-efa5c0a2.js} +0 -0
- /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-d0ae8ab4.js → HEAD CIRCUM_GIRLS.zscore.yearly-669e2530.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.monthly-bffe713a.js → HEIGHT_BOYS.percentile.monthly-0a6db259.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.weekly-9da217b9.js → HEIGHT_BOYS.percentile.weekly-46cf3b8b.js} +0 -0
- /package/build/{HEIGHT_BOYS.percentile.yearly-6c4795ff.js → HEIGHT_BOYS.percentile.yearly-5d1e4321.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.monthly-8cffeb20.js → HEIGHT_BOYS.zscore.monthly-4eb42fdf.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.weekly-67363d45.js → HEIGHT_BOYS.zscore.weekly-b003ef15.js} +0 -0
- /package/build/{HEIGHT_BOYS.zscore.yearly-6858ce01.js → HEIGHT_BOYS.zscore.yearly-a01d65a4.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.monthly-77b68efe.js → HEIGHT_GIRLS.percentile.monthly-b02ebc51.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.weekly-a329169b.js → HEIGHT_GIRLS.percentile.weekly-82a0838f.js} +0 -0
- /package/build/{HEIGHT_GIRLS.percentile.yearly-b1580594.js → HEIGHT_GIRLS.percentile.yearly-0c2f682b.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.monthly-111fed27.js → HEIGHT_GIRLS.zscore.monthly-b5d104d2.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.weekly-47db9fcd.js → HEIGHT_GIRLS.zscore.weekly-a4d61705.js} +0 -0
- /package/build/{HEIGHT_GIRLS.zscore.yearly-ac7f2ce3.js → HEIGHT_GIRLS.zscore.yearly-1cd931a4.js} +0 -0
- /package/build/{Locale-7bc5a105.js → Locale-8b371dbd.js} +0 -0
- /package/build/{Visible-1dd6806c.js → Visible-f9afb87e.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.monthly-5f970541.js → WEIGHT_BOYS.percentile.monthly-f613ac6a.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.weekly-fceb5e23.js → WEIGHT_BOYS.percentile.weekly-683586bc.js} +0 -0
- /package/build/{WEIGHT_BOYS.percentile.yearly-8b8c44f0.js → WEIGHT_BOYS.percentile.yearly-a37fb5d0.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.monthly-c126eb4d.js → WEIGHT_BOYS.zscore.monthly-d4a0d7a5.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.weekly-97ceb561.js → WEIGHT_BOYS.zscore.weekly-c794ebcc.js} +0 -0
- /package/build/{WEIGHT_BOYS.zscore.yearly-995d0473.js → WEIGHT_BOYS.zscore.yearly-4695996c.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.monthly-48b688b0.js → WEIGHT_GIRLS.percentile.monthly-0905ab25.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.weekly-512e0909.js → WEIGHT_GIRLS.percentile.weekly-2183f76a.js} +0 -0
- /package/build/{WEIGHT_GIRLS.percentile.yearly-b0baf0a3.js → WEIGHT_GIRLS.percentile.yearly-2641e1eb.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.monthly-a18d7f88.js → WEIGHT_GIRLS.zscore.monthly-9f988d18.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.weekly-9110c940.js → WEIGHT_GIRLS.zscore.weekly-a39f42bc.js} +0 -0
- /package/build/{WEIGHT_GIRLS.zscore.yearly-f5417677.js → WEIGHT_GIRLS.zscore.yearly-fb6bdb4c.js} +0 -0
- /package/build/{animation-74e46603.js → animation-61042685.js} +0 -0
- /package/build/{constants-94bf3614.js → constants-36031416.js} +0 -0
- /package/build/{constants-8953c136.js → constants-708845d0.js} +0 -0
- /package/build/{constants-9b1376bf.js → constants-70b54d4e.js} +0 -0
- /package/build/{dataTransform-2b65d249.js → dataTransform-2843da0a.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.monthly-8791bad6.js → BMI_BOYS.percentile.monthly-e49038ad.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.weekly-dcbea609.js → BMI_BOYS.percentile.weekly-a60ca0bb.js} +0 -0
- /package/build/esm/{BMI_BOYS.percentile.yearly-51d70b35.js → BMI_BOYS.percentile.yearly-9ff65d46.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.monthly-e133e03d.js → BMI_BOYS.zscore.monthly-ba08d83f.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.weekly-d90db238.js → BMI_BOYS.zscore.weekly-879461ec.js} +0 -0
- /package/build/esm/{BMI_BOYS.zscore.yearly-bd2e3ea3.js → BMI_BOYS.zscore.yearly-a8614564.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.monthly-ee42eba5.js → BMI_GIRLS.percentile.monthly-9d6f82be.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.weekly-6dcc5955.js → BMI_GIRLS.percentile.weekly-6911fd0f.js} +0 -0
- /package/build/esm/{BMI_GIRLS.percentile.yearly-51b6cd94.js → BMI_GIRLS.percentile.yearly-d0b08522.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.monthly-f2efb36a.js → BMI_GIRLS.zscore.monthly-268c523d.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.weekly-b9cd04f2.js → BMI_GIRLS.zscore.weekly-684c8903.js} +0 -0
- /package/build/esm/{BMI_GIRLS.zscore.yearly-96557ed1.js → BMI_GIRLS.zscore.yearly-5ee90099.js} +0 -0
- /package/build/esm/{ChevronDown-98c00d74.js → ChevronDown-1524e5cb.js} +0 -0
- /package/build/esm/{Close-25e39b2e.js → Close-aee573e5.js} +0 -0
- /package/build/esm/{Google-ef8ee611.js → Google-d736d10b.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-97e23f19.js → HEAD CIRCUM_BOYS.percentile.monthly-11e98b64.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-2c6ade2a.js → HEAD CIRCUM_BOYS.percentile.weekly-e518e41d.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-bfee5f18.js → HEAD CIRCUM_BOYS.percentile.yearly-4d2d4687.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-d28575a0.js → HEAD CIRCUM_BOYS.zscore.monthly-b7244d28.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-fe15548b.js → HEAD CIRCUM_BOYS.zscore.weekly-00720e3f.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-4796e4e8.js → HEAD CIRCUM_BOYS.zscore.yearly-61fc2f5d.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-16442772.js → HEAD CIRCUM_GIRLS.percentile.monthly-84eac1d0.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-7574994a.js → HEAD CIRCUM_GIRLS.percentile.weekly-37b7c9af.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-89613877.js → HEAD CIRCUM_GIRLS.percentile.yearly-258ef37a.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-f83ef1ed.js → HEAD CIRCUM_GIRLS.zscore.monthly-338f5b71.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-09a9ef26.js → HEAD CIRCUM_GIRLS.zscore.weekly-ff92ef87.js} +0 -0
- /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-09635de6.js → HEAD CIRCUM_GIRLS.zscore.yearly-73d79b31.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.monthly-e785e410.js → HEIGHT_BOYS.percentile.monthly-933f2f2b.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.weekly-9e6e82a5.js → HEIGHT_BOYS.percentile.weekly-d29f58ad.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.percentile.yearly-67daaa41.js → HEIGHT_BOYS.percentile.yearly-7177e6c3.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.monthly-0ebae9d2.js → HEIGHT_BOYS.zscore.monthly-37e5866b.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.weekly-0c84cfa4.js → HEIGHT_BOYS.zscore.weekly-5f5938aa.js} +0 -0
- /package/build/esm/{HEIGHT_BOYS.zscore.yearly-55683e8a.js → HEIGHT_BOYS.zscore.yearly-42ad5475.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-ae5fb949.js → HEIGHT_GIRLS.percentile.monthly-3ab449b6.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-c8cd5498.js → HEIGHT_GIRLS.percentile.weekly-3fe74af3.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-012a47d6.js → HEIGHT_GIRLS.percentile.yearly-71f48a52.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-e0a672b8.js → HEIGHT_GIRLS.zscore.monthly-b50d97f8.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-c5ba509b.js → HEIGHT_GIRLS.zscore.weekly-fbd61d59.js} +0 -0
- /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-19dbd1b9.js → HEIGHT_GIRLS.zscore.yearly-bc391fbd.js} +0 -0
- /package/build/esm/{Locale-11dbaf70.js → Locale-5e5b94e0.js} +0 -0
- /package/build/esm/{Visible-4173e721.js → Visible-7ef640dc.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.monthly-293ef398.js → WEIGHT_BOYS.percentile.monthly-0a1e2566.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.weekly-7dbef437.js → WEIGHT_BOYS.percentile.weekly-4a6322f8.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.percentile.yearly-1d506670.js → WEIGHT_BOYS.percentile.yearly-84eb3831.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.monthly-0088982f.js → WEIGHT_BOYS.zscore.monthly-7cd7d797.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.weekly-56e3ca19.js → WEIGHT_BOYS.zscore.weekly-bf6a9e39.js} +0 -0
- /package/build/esm/{WEIGHT_BOYS.zscore.yearly-a55dcc9d.js → WEIGHT_BOYS.zscore.yearly-85d82db6.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-97bb48e5.js → WEIGHT_GIRLS.percentile.monthly-3e662e4b.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-ee1db769.js → WEIGHT_GIRLS.percentile.weekly-871713a1.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-e20fd74c.js → WEIGHT_GIRLS.percentile.yearly-fcb53176.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-5248957d.js → WEIGHT_GIRLS.zscore.monthly-cf642af8.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-75a2a927.js → WEIGHT_GIRLS.zscore.weekly-818f653e.js} +0 -0
- /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-0bbd2280.js → WEIGHT_GIRLS.zscore.yearly-3118444e.js} +0 -0
- /package/build/esm/{animation-e9e29680.js → animation-3cd45cde.js} +0 -0
- /package/build/esm/{constants-95131dca.js → constants-90871984.js} +0 -0
- /package/build/esm/{constants-986e9e22.js → constants-d9e7e0c3.js} +0 -0
- /package/build/esm/{constants-49aaec45.js → constants-eee5c517.js} +0 -0
- /package/build/esm/{dataTransform-4d1e8037.js → dataTransform-414d77ff.js} +0 -0
- /package/build/esm/{index-44c89feb.js → index-013a4186.js} +0 -0
- /package/build/esm/{index-938356cb.js → index-06055b2e.js} +0 -0
- /package/build/esm/{index-2463b156.js → index-08975b8e.js} +0 -0
- /package/build/esm/{index-6b478c68.js → index-110107d5.js} +0 -0
- /package/build/esm/{index-98afb88a.js → index-39603939.js} +0 -0
- /package/build/esm/{index-78413c0c.js → index-56bfe9b6.js} +0 -0
- /package/build/esm/{index-38456a33.js → index-b7244692.js} +0 -0
- /package/build/esm/{index-2f306d85.js → index-ddc7cf70.js} +0 -0
- /package/build/esm/{index.styles-957894a9.js → index.styles-631320ba.js} +0 -0
- /package/build/esm/{normalizeLink-ea55309e.js → normalizeLink-1201fe81.js} +0 -0
- /package/build/esm/{number-b92a074c.js → number-871e02b8.js} +0 -0
- /package/build/esm/{paths-1e5f9f34.js → paths-6cc66381.js} +0 -0
- /package/build/esm/{shared-d57c70b8.js → shared-2d2d18e1.js} +0 -0
- /package/build/esm/{text-a592e4ae.js → text-6b1a3cb1.js} +0 -0
- /package/build/esm/{translationsContext-c729899a.js → translationsContext-818f2767.js} +0 -0
- /package/build/esm/{tslib.es6-973fb363.js → tslib.es6-a1185d41.js} +0 -0
- /package/build/esm/{types-8a7f413a.js → types-37701045.js} +0 -0
- /package/build/esm/{useIsInit-313d337a.js → useIsInit-be63311e.js} +0 -0
- /package/build/esm/{useOutsideClick-8d3edd19.js → useOutsideClick-88112ae0.js} +0 -0
- /package/build/esm/{useScrollbarSize-e6daae39.js → useScrollbarSize-7fea2a46.js} +0 -0
- /package/build/esm/{useUniqueId-ad30e709.js → useUniqueId-6a3c2999.js} +0 -0
- /package/build/{index-6dd5b7a5.js → index-4253eb23.js} +0 -0
- /package/build/{index-bf66f2e8.js → index-50a8b3e6.js} +0 -0
- /package/build/{index-8c514b5a.js → index-6258e826.js} +0 -0
- /package/build/{index-245d6fd3.js → index-9fc9352d.js} +0 -0
- /package/build/{index-288cb138.js → index-a6016e1f.js} +0 -0
- /package/build/{index-31dd9f6c.js → index-e137bbf5.js} +0 -0
- /package/build/{index-7e6aa6d3.js → index-e6ea5cf2.js} +0 -0
- /package/build/{index-f273f473.js → index-f4788d34.js} +0 -0
- /package/build/{index.styles-f203e1a2.js → index.styles-c77e4f07.js} +0 -0
- /package/build/{normalizeLink-0e9fec08.js → normalizeLink-527ab0fa.js} +0 -0
- /package/build/{number-d07d6540.js → number-7933a510.js} +0 -0
- /package/build/{paths-8ea4c695.js → paths-24da5872.js} +0 -0
- /package/build/{shared-5d1ce612.js → shared-d918f3b5.js} +0 -0
- /package/build/{text-69b6c175.js → text-65cdc640.js} +0 -0
- /package/build/{translationsContext-86f8978d.js → translationsContext-bd7e78bb.js} +0 -0
- /package/build/{tslib.es6-b12343bd.js → tslib.es6-abaf58a5.js} +0 -0
- /package/build/{types-acaab592.js → types-c1483104.js} +0 -0
- /package/build/{useIsInit-783e8c1b.js → useIsInit-8db37812.js} +0 -0
- /package/build/{useOutsideClick-f655cf5f.js → useOutsideClick-94265ed2.js} +0 -0
- /package/build/{useScrollbarSize-ea624087.js → useScrollbarSize-baab3949.js} +0 -0
- /package/build/{useUniqueId-0fb4be92.js → useUniqueId-ad0a5556.js} +0 -0
package/build/esm/lead.js
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import { _ as __rest, a as __awaiter } from './tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __awaiter } from './tslib.es6-a1185d41.js';
|
|
2
2
|
import React__default, { createContext, useMemo, useEffect, useRef, useState, useContext, useCallback, forwardRef, useImperativeHandle, memo, useLayoutEffect } from 'react';
|
|
3
3
|
import { createStyles, Box, useMantineTheme, Button as Button$1, Autocomplete, clsx, Input as Input$1, Checkbox as Checkbox$1, Radio as Radio$1, Select as Select$1, Flex, TextInput, NumberInput as NumberInput$1, Portal, Transition, Overlay } from '@mantine/core';
|
|
4
4
|
import debounce from 'lodash/debounce';
|
|
5
5
|
import { createFormContext, useForm } from '@mantine/form';
|
|
6
6
|
import dayjs from 'dayjs';
|
|
7
|
-
import { B as BEARER_TOKEN_COOKIE } from './index-
|
|
7
|
+
import { B as BEARER_TOKEN_COOKIE } from './index-9c732be8.js';
|
|
8
8
|
import { getCookie, setCookie } from './miscCookieHelper.js';
|
|
9
|
-
import { u as useTranslations } from './index-
|
|
10
|
-
import { T as TranslationsContext } from './translationsContext-
|
|
11
|
-
import { M as MediaQueries, b as getWrapperDomWithSelector, a as getPopupWrapperDom } from './utils-
|
|
12
|
-
import { T as Text } from './index-
|
|
13
|
-
import { S as Select, d as Checkbox, I as Input, R as Radio, P as Phone, N as NumberInput, O as OTP } from './index-
|
|
14
|
-
import { D as DatePicker } from './index-
|
|
15
|
-
import { B as Button } from './index-
|
|
16
|
-
import './index.styles-
|
|
9
|
+
import { u as useTranslations } from './index-50272676.js';
|
|
10
|
+
import { T as TranslationsContext } from './translationsContext-818f2767.js';
|
|
11
|
+
import { M as MediaQueries, b as getWrapperDomWithSelector, a as getPopupWrapperDom } from './utils-127c91c4.js';
|
|
12
|
+
import { T as Text } from './index-11f99f13.js';
|
|
13
|
+
import { S as Select, d as Checkbox, I as Input, R as Radio, P as Phone, N as NumberInput, O as OTP } from './index-6856a8dc.js';
|
|
14
|
+
import { D as DatePicker } from './index-36040944.js';
|
|
15
|
+
import { B as Button } from './index-bb8bebf5.js';
|
|
16
|
+
import './index.styles-631320ba.js';
|
|
17
17
|
import { useIntersection, useClickOutside } from '@mantine/hooks';
|
|
18
|
-
import './index-
|
|
19
|
-
import { G as GlobalTextStyleNew, C as CustomStylesType } from './text-
|
|
20
|
-
import './index-
|
|
21
|
-
import { M as MAPPED_LOCALE } from './utils-
|
|
18
|
+
import './index-d8a1c9b7.js';
|
|
19
|
+
import { G as GlobalTextStyleNew, C as CustomStylesType, F as FontWeight } from './text-6b1a3cb1.js';
|
|
20
|
+
import './index-9746eb1a.js';
|
|
21
|
+
import { M as MAPPED_LOCALE } from './utils-5b7c4be4.js';
|
|
22
22
|
import { DateInput } from '@mantine/dates';
|
|
23
|
-
import { L as LOCALE_SPECS, Z as ZINDEX_SSO, I as ISO_FORMAT } from './index-
|
|
24
|
-
import { C as COMMON_DATE_TRANSLATE_KEY } from './index-
|
|
25
|
-
import './index-
|
|
26
|
-
import { u as usePlacesAutocomplete, G as GOOGLE_API_KEY } from './usePlacesAutocomplete-
|
|
27
|
-
import { H as Heading$1 } from './index-
|
|
28
|
-
import { t as translationsMap$1 } from './translationsProvider-
|
|
29
|
-
import { L as LOCALE } from './Locale-
|
|
23
|
+
import { L as LOCALE_SPECS, Z as ZINDEX_SSO, I as ISO_FORMAT } from './index-c979e822.js';
|
|
24
|
+
import { C as COMMON_DATE_TRANSLATE_KEY } from './index-c1a80bfa.js';
|
|
25
|
+
import './index-39603939.js';
|
|
26
|
+
import { u as usePlacesAutocomplete, G as GOOGLE_API_KEY } from './usePlacesAutocomplete-e1db56ad.js';
|
|
27
|
+
import { H as Heading$1 } from './index-0eefffa4.js';
|
|
28
|
+
import { t as translationsMap$1 } from './translationsProvider-a018b73c.js';
|
|
29
|
+
import { L as LOCALE } from './Locale-5e5b94e0.js';
|
|
30
30
|
import { v1 } from 'uuid';
|
|
31
31
|
import { domainLocales } from './constantsDomainLocales.js';
|
|
32
32
|
import { parsePhoneNumber } from 'react-phone-number-input';
|
|
33
33
|
import styled from '@emotion/styled';
|
|
34
34
|
import { theme } from './miscTheme.js';
|
|
35
35
|
import { css } from '@emotion/react';
|
|
36
|
-
import { T as TogetherComponentGlobalContext } from './utils-
|
|
37
|
-
import { M as MantineProvider } from './index-
|
|
38
|
-
import { i as isVideo } from './index-
|
|
39
|
-
import { u as useScreenSize } from './index-
|
|
36
|
+
import { T as TogetherComponentGlobalContext } from './utils-e09337fc.js';
|
|
37
|
+
import { M as MantineProvider } from './index-1e45bd04.js';
|
|
38
|
+
import { i as isVideo } from './index-013a4186.js';
|
|
39
|
+
import { u as useScreenSize } from './index-32eebded.js';
|
|
40
40
|
import { motion } from 'framer-motion';
|
|
41
41
|
import { createPortal } from 'react-dom';
|
|
42
42
|
import { ChevronDown } from '@hhgtech/icons/arrow';
|
|
43
43
|
import { MapPin } from '@hhgtech/icons/core';
|
|
44
|
-
import { I as InputDate } from './InputDate-
|
|
45
|
-
import { D as DrawerComponent } from './index-
|
|
46
|
-
import { C as Close } from './Close-
|
|
44
|
+
import { I as InputDate } from './InputDate-414e35dd.js';
|
|
45
|
+
import { D as DrawerComponent } from './index-1af34b4d.js';
|
|
46
|
+
import { C as Close } from './Close-aee573e5.js';
|
|
47
47
|
import './constantsIsProduction.js';
|
|
48
|
-
import './normalizeLink-
|
|
48
|
+
import './normalizeLink-1201fe81.js';
|
|
49
49
|
import '@hhgtech/icons/other';
|
|
50
50
|
import '@mantine/carousel';
|
|
51
51
|
import 'classnames';
|
|
52
|
-
import './useUniqueId-
|
|
52
|
+
import './useUniqueId-6a3c2999.js';
|
|
53
53
|
import './constantsSite.js';
|
|
54
|
-
import './shared-
|
|
54
|
+
import './shared-2d2d18e1.js';
|
|
55
55
|
import '@mantine/notifications';
|
|
56
56
|
import 'date-fns/locale';
|
|
57
57
|
import './constantsRiskScreener.js';
|
|
@@ -67,11 +67,11 @@ import './i18n-values/vi-VN.js';
|
|
|
67
67
|
import './i18n-values/vi-VN_MB.js';
|
|
68
68
|
import './i18n-values/zh-SG.js';
|
|
69
69
|
import './i18n-values/zh-TW.js';
|
|
70
|
-
import './index-
|
|
70
|
+
import './index-56bfe9b6.js';
|
|
71
71
|
import 'slugify';
|
|
72
72
|
import 'string-format';
|
|
73
73
|
import './togetherApiPaths.js';
|
|
74
|
-
import './constants-
|
|
74
|
+
import './constants-90871984.js';
|
|
75
75
|
import 'vaul';
|
|
76
76
|
|
|
77
77
|
const LeadGenComponentContext = createContext({});
|
|
@@ -3200,7 +3200,9 @@ const LeadGenForm = forwardRef((props, ref) => {
|
|
|
3200
3200
|
return (React__default.createElement(TextField, { key: reactKey, shrink: !!value, className: "leadgen-form_input" },
|
|
3201
3201
|
React__default.createElement(TextField.Control, null, (shrink) => (React__default.createElement(TextInput, Object.assign({ name: name, spellCheck: false, withAsterisk: required, label: React__default.createElement(Text, { size: shrink ? 'p3' : 'p2', variant: "secondary", weight: "halfBold" }, label), placeholder: " ", inputWrapperOrder: LEADGEN_ORDER_INPUT_WRAPPER, type: "text", "data-control": "text" }, formInputProps, { error: error && (React__default.createElement(Flex, { align: 'center', gap: 4 },
|
|
3202
3202
|
React__default.createElement(ErrorIcon, { size: 12 }),
|
|
3203
|
-
React__default.createElement(Text, { size: "c1", variant: "error" }, error)))
|
|
3203
|
+
React__default.createElement(Text, { size: "c1", variant: "error" }, error))), styles: (theme) => ({
|
|
3204
|
+
input: Object.assign(Object.assign({}, GlobalTextStyleNew(theme)[CustomStylesType.LEADGEN].p2), { color: theme.colors.gray[9], fontWeight: FontWeight.halfBold }),
|
|
3205
|
+
}) }))))));
|
|
3204
3206
|
}
|
|
3205
3207
|
case LEADGEN_BLOCK.NumberBlock: {
|
|
3206
3208
|
return (React__default.createElement(TextField, { key: reactKey, shrink: !!value, className: "leadgen-form_input" },
|
|
@@ -3229,7 +3231,9 @@ const LeadGenForm = forwardRef((props, ref) => {
|
|
|
3229
3231
|
], error: error && (React__default.createElement(Flex, { align: 'center', gap: 4 },
|
|
3230
3232
|
React__default.createElement(ErrorIcon, { size: 12 }),
|
|
3231
3233
|
React__default.createElement(Text, { size: "c1", variant: "error" }, error))) },
|
|
3232
|
-
React__default.createElement(
|
|
3234
|
+
React__default.createElement(Box, { className: "mantine-Input-wrapper", sx: (theme) => ({
|
|
3235
|
+
'.PhoneInput .PhoneInputInput': Object.assign(Object.assign({}, GlobalTextStyleNew(theme)[CustomStylesType.LEADGEN].p2), { color: theme.colors.gray[9], fontWeight: FontWeight.halfBold }),
|
|
3236
|
+
}) },
|
|
3233
3237
|
React__default.createElement(Phone, Object.assign({ className: `mantine-Input-input ${classes.p2}`, name: name, spellCheck: false, placeholder: " ", defaultCountry: (locale
|
|
3234
3238
|
? MAPPED_LOCALE[locale] || 'VN'
|
|
3235
3239
|
: 'VN'), type: "text", "data-control": "tel" }, formInputProps))))))));
|
|
@@ -4325,7 +4329,6 @@ const TitleBlock = ({ children, align, }) => (React__default.createElement("h2",
|
|
|
4325
4329
|
|
|
4326
4330
|
const LightboxFields = ({ listBlockAdded, popupId, locale, onClose, onOtherSubmit, }) => {
|
|
4327
4331
|
const { t } = useTranslations();
|
|
4328
|
-
const { classes } = useTextStyles();
|
|
4329
4332
|
const form = useLeadFormContext();
|
|
4330
4333
|
const formValues = form.values;
|
|
4331
4334
|
const labelTuples = useMemo(() => {
|
|
@@ -4356,7 +4359,10 @@ const LightboxFields = ({ listBlockAdded, popupId, locale, onClose, onOtherSubmi
|
|
|
4356
4359
|
'error',
|
|
4357
4360
|
] }, form.getInputProps(value), { name: value, error: form.errors[value] && (React__default.createElement(Flex, { align: 'center', gap: 4 },
|
|
4358
4361
|
React__default.createElement(ErrorIcon, { size: 12 }),
|
|
4359
|
-
React__default.createElement(Text, { size: "c1", variant: "error" }, form.errors[value])))
|
|
4362
|
+
React__default.createElement(Text, { size: "c1", variant: "error" }, form.errors[value]))), styles: (theme) => ({
|
|
4363
|
+
input: Object.assign(Object.assign({}, GlobalTextStyleNew(theme)[CustomStylesType.LEADGEN]
|
|
4364
|
+
.p2), { color: theme.colors.gray[9], fontWeight: FontWeight.halfBold }),
|
|
4365
|
+
}) }))))));
|
|
4360
4366
|
case 'NumberBlock':
|
|
4361
4367
|
return (React__default.createElement(TextField, { key: index, shrink: !!formValue, className: "lead-modal__form-control leadgen-form_field" },
|
|
4362
4368
|
React__default.createElement(TextField.Control, null, (shrink) => (React__default.createElement(NumberInput$1, Object.assign({ withAsterisk: required, spellCheck: false, type: "number", placeholder: " ",
|
|
@@ -4369,7 +4375,10 @@ const LightboxFields = ({ listBlockAdded, popupId, locale, onClose, onOtherSubmi
|
|
|
4369
4375
|
'error',
|
|
4370
4376
|
] }, form.getInputProps(value), { error: form.errors[value] && (React__default.createElement(Flex, { align: 'center', gap: 4 },
|
|
4371
4377
|
React__default.createElement(ErrorIcon, { size: 12 }),
|
|
4372
|
-
React__default.createElement(Text, { size: "c1", variant: "error" }, form.errors[value])))
|
|
4378
|
+
React__default.createElement(Text, { size: "c1", variant: "error" }, form.errors[value]))), styles: (theme) => ({
|
|
4379
|
+
input: Object.assign(Object.assign({}, GlobalTextStyleNew(theme)[CustomStylesType.LEADGEN]
|
|
4380
|
+
.p2), { color: theme.colors.gray[9], fontWeight: FontWeight.halfBold }),
|
|
4381
|
+
}) }))))));
|
|
4373
4382
|
case 'EmailBlock':
|
|
4374
4383
|
return (React__default.createElement(TextField, { key: index, shrink: !!formValue, className: "lead-modal__form-control leadgen-form_field" },
|
|
4375
4384
|
React__default.createElement(TextField.Control, null, (shrink) => (React__default.createElement(TextInput, Object.assign({ withAsterisk: required, spellCheck: false,
|
|
@@ -4384,8 +4393,8 @@ const LightboxFields = ({ listBlockAdded, popupId, locale, onClose, onOtherSubmi
|
|
|
4384
4393
|
] }, form.getInputProps(value), { error: form.errors[value] && (React__default.createElement(Flex, { align: 'center', gap: 4 },
|
|
4385
4394
|
React__default.createElement(ErrorIcon, { size: 12 }),
|
|
4386
4395
|
React__default.createElement(Text, { size: "c1", variant: "error" }, form.errors[value]))), styles: (theme) => ({
|
|
4387
|
-
input: GlobalTextStyleNew(theme)[CustomStylesType.LEADGEN]
|
|
4388
|
-
.p2,
|
|
4396
|
+
input: Object.assign(Object.assign({}, GlobalTextStyleNew(theme)[CustomStylesType.LEADGEN]
|
|
4397
|
+
.p2), { color: theme.colors.gray[9], fontWeight: FontWeight.halfBold }),
|
|
4389
4398
|
}) }))))));
|
|
4390
4399
|
case 'PhoneOtpBlock':
|
|
4391
4400
|
case 'WhatsappOtpBlock':
|
|
@@ -4404,8 +4413,10 @@ const LightboxFields = ({ listBlockAdded, popupId, locale, onClose, onOtherSubmi
|
|
|
4404
4413
|
], error: form.errors[value] && (React__default.createElement(Flex, { align: 'center', gap: 4 },
|
|
4405
4414
|
React__default.createElement(ErrorIcon, { size: 12 }),
|
|
4406
4415
|
React__default.createElement(Text, { size: "c1", variant: "error" }, form.errors[value]))) },
|
|
4407
|
-
React__default.createElement(
|
|
4408
|
-
|
|
4416
|
+
React__default.createElement(Box, { className: "mantine-Input-wrapper", sx: (theme) => ({
|
|
4417
|
+
'.PhoneInput .PhoneInputInput': Object.assign(Object.assign({}, GlobalTextStyleNew(theme)[CustomStylesType.LEADGEN].p2), { color: theme.colors.gray[9], fontWeight: FontWeight.halfBold }),
|
|
4418
|
+
}) },
|
|
4419
|
+
React__default.createElement(Phone, Object.assign({ className: `mantine-Input-input`, name: value, spellCheck: false, type: "tel", placeholder: " ",
|
|
4409
4420
|
// onBlur={(e) => inputOnBlur('tel', e)}
|
|
4410
4421
|
id: htmlForId, defaultCountry: (locale
|
|
4411
4422
|
? MAPPED_LOCALE[locale] || 'VN'
|
|
@@ -4420,7 +4431,10 @@ const LightboxFields = ({ listBlockAdded, popupId, locale, onClose, onOtherSubmi
|
|
|
4420
4431
|
'error',
|
|
4421
4432
|
] }, form.getInputProps(value), { error: form.errors[value] && (React__default.createElement(Flex, { align: 'center', gap: 4 },
|
|
4422
4433
|
React__default.createElement(ErrorIcon, { size: 12 }),
|
|
4423
|
-
React__default.createElement(Text, { size: "c1", variant: "error" }, form.errors[value])))
|
|
4434
|
+
React__default.createElement(Text, { size: "c1", variant: "error" }, form.errors[value]))), styles: (theme) => ({
|
|
4435
|
+
input: Object.assign(Object.assign({}, GlobalTextStyleNew(theme)[CustomStylesType.LEADGEN]
|
|
4436
|
+
.p2), { color: theme.colors.gray[9], fontWeight: FontWeight.halfBold }),
|
|
4437
|
+
}) })))),
|
|
4424
4438
|
React__default.createElement(TextField.Icon, { Icon: MapPin })));
|
|
4425
4439
|
}
|
|
4426
4440
|
case 'DateBlock': {
|
|
@@ -4459,7 +4473,7 @@ const LightboxFields = ({ listBlockAdded, popupId, locale, onClose, onOtherSubmi
|
|
|
4459
4473
|
// className="lead-modal__form-control leadgen-form_field"
|
|
4460
4474
|
label: React__default.createElement(Text, { size: "p2", variant: "primary" }, label), size: "md", inputWrapperOrder: ['label', 'input', 'description', 'error'], inputContainer: (children) => {
|
|
4461
4475
|
return (React__default.createElement("div", { className: "leadgen-choiceContainer" }, children));
|
|
4462
|
-
} }, form.getInputProps(value)), listQuestion.map((l, _index) => (React__default.createElement(Radio, { name: value, key: _index, value: l.value, label: l.placeholder, "data-control": "radio", "data-lead-control": name, "data-is-required": required }))))));
|
|
4476
|
+
} }, form.getInputProps(value)), listQuestion.map((l, _index) => (React__default.createElement(Radio, { name: value, key: _index, value: l.value, label: React__default.createElement(Text, { size: "p2", variant: "primary" }, l.placeholder), "data-control": "radio", "data-lead-control": name, "data-is-required": required }))))));
|
|
4463
4477
|
case 'DropdownBlock':
|
|
4464
4478
|
return (React__default.createElement(TextField, { shrink: !!formValue, className: "lead-modal__form-control leadgen-form_field DropdownBlock", key: index },
|
|
4465
4479
|
React__default.createElement(TextField.Control, null, (shrink) => (React__default.createElement(React__default.Fragment, null,
|
|
@@ -4471,7 +4485,10 @@ const LightboxFields = ({ listBlockAdded, popupId, locale, onClose, onOtherSubmi
|
|
|
4471
4485
|
label: React__default.createElement(Text, { size: shrink ? 'p3' : 'p2', variant: "secondary", weight: "halfBold" }, label), placeholder: " ", searchable: true, withAsterisk: required, name: value, data: listQuestion.map((l) => ({
|
|
4472
4486
|
value: l.value,
|
|
4473
4487
|
label: l.placeholder,
|
|
4474
|
-
})), nothingFound: React__default.createElement(NoData, null), rightSection: React__default.createElement(TextField.Icon, { Icon: ChevronDown }), styles: {
|
|
4488
|
+
})), nothingFound: React__default.createElement(NoData, null), rightSection: React__default.createElement(TextField.Icon, { Icon: ChevronDown }), styles: (theme) => ({
|
|
4489
|
+
wrapper: {
|
|
4490
|
+
input: Object.assign(Object.assign({}, GlobalTextStyleNew(theme)[CustomStylesType.LEADGEN].p2), { color: theme.colors.gray[9], fontWeight: FontWeight.halfBold }),
|
|
4491
|
+
},
|
|
4475
4492
|
item: {
|
|
4476
4493
|
paddingBlock: 12,
|
|
4477
4494
|
paddingInline: 10,
|
|
@@ -4492,14 +4509,14 @@ const LightboxFields = ({ listBlockAdded, popupId, locale, onClose, onOtherSubmi
|
|
|
4492
4509
|
paddingInline: 0,
|
|
4493
4510
|
},
|
|
4494
4511
|
},
|
|
4495
|
-
}, maxDropdownHeight: 192 }, form.getInputProps(value), { error: form.errors[value] && (React__default.createElement(Flex, { align: 'center', gap: 4 },
|
|
4512
|
+
}), maxDropdownHeight: 192 }, form.getInputProps(value), { error: form.errors[value] && (React__default.createElement(Flex, { align: 'center', gap: 4 },
|
|
4496
4513
|
React__default.createElement(ErrorIcon, { size: 12 }),
|
|
4497
4514
|
React__default.createElement(Text, { size: "c1", variant: "error" }, form.errors[value]))) })))))));
|
|
4498
4515
|
case 'TncBlock':
|
|
4499
4516
|
const _d = form.getInputProps(`TNC-${id}`), { error } = _d, tncInputProps = __rest(_d, ["error"]);
|
|
4500
4517
|
return (React__default.createElement(ChoiceField, { className: "leadgen-form_checkbox", key: id },
|
|
4501
4518
|
React__default.createElement(Input$1.Wrapper, { error: error },
|
|
4502
|
-
React__default.createElement(Checkbox, Object.assign({ name: 'TNC-' + id, label: React__default.createElement(Text, { as: "span", size: "
|
|
4519
|
+
React__default.createElement(Checkbox, Object.assign({ name: 'TNC-' + id, label: React__default.createElement(Text, { as: "span", size: "p2", variant: "primary", dangerouslySetInnerHTML: { __html: data.valueHTML }, styles: (theme) => ({
|
|
4503
4520
|
root: {
|
|
4504
4521
|
a: {
|
|
4505
4522
|
textDecoration: 'underline !important',
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import dayjs from 'dayjs';
|
|
2
|
+
import { parsePhoneNumber, formatPhoneNumber as formatPhoneNumber$1 } from 'react-phone-number-input';
|
|
2
3
|
|
|
3
4
|
const ageGenerate = (birthDate, calculateDate = new Date()) => {
|
|
4
5
|
const numberOfWeek = Math.ceil(dayjs(calculateDate).diff(birthDate, 'week', true));
|
|
@@ -18,6 +19,19 @@ const localizeNumberFormat = (num, locale, maximumFractionDigits = 2) => {
|
|
|
18
19
|
};
|
|
19
20
|
const convertLocalizedStringToNumber = (value) => {
|
|
20
21
|
return Number(value.replace(/,/gi, '.'));
|
|
22
|
+
};
|
|
23
|
+
const formatPhoneNumber = (phone) => {
|
|
24
|
+
try {
|
|
25
|
+
const parseData = parsePhoneNumber(phone, 'VN');
|
|
26
|
+
if (!(parseData === null || parseData === void 0 ? void 0 : parseData.number)) {
|
|
27
|
+
throw new Error('Invalid number');
|
|
28
|
+
}
|
|
29
|
+
return formatPhoneNumber$1(parseData.number);
|
|
30
|
+
}
|
|
31
|
+
catch (error) {
|
|
32
|
+
console.log('🚀 ~ formatPhoneNumber ~ error:', error);
|
|
33
|
+
return phone;
|
|
34
|
+
}
|
|
21
35
|
};
|
|
22
36
|
|
|
23
|
-
export { ageGenerate as a, convertLocalizedStringToNumber as c, localizeNumberFormat as l };
|
|
37
|
+
export { ageGenerate as a, convertLocalizedStringToNumber as c, formatPhoneNumber as f, localizeNumberFormat as l };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { memo, useMemo } from 'react';
|
|
2
|
-
import { C as CommonGAssets } from './index-
|
|
3
|
-
import { I as ImageWrap } from './index-
|
|
2
|
+
import { C as CommonGAssets } from './index-39603939.js';
|
|
3
|
+
import { I as ImageWrap } from './index-32eebded.js';
|
|
4
4
|
|
|
5
5
|
const _LogoIcon = ({ type, width, height }) => {
|
|
6
6
|
const data = useMemo(() => {
|
package/build/esm/mantine.js
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
import { g as StyledTextArea, D as DEBOUNCED_TIME, h as StyledSliderWrapper, i as StyledSlider } from './index-
|
|
2
|
-
export { j as Accordion, A as Anchor, b as AspectRatio, a as Avatar, B as Breadcrumbs, k as Carousel, c as CentralCarousel, d as Checkbox, e as ChipButton, I as Input, O as OTP, P as Phone, m as Popover, R as Radio, S as Select, l as emotionCache } from './index-
|
|
3
|
-
export { D as DatePicker } from './index-
|
|
4
|
-
export { T as Text } from './index-
|
|
5
|
-
import { B as Button } from './index-
|
|
6
|
-
export { B as Button } from './index-
|
|
7
|
-
export { I as Indicator } from './index-
|
|
1
|
+
import { g as StyledTextArea, D as DEBOUNCED_TIME, h as StyledSliderWrapper, i as StyledSlider } from './index-6856a8dc.js';
|
|
2
|
+
export { j as Accordion, A as Anchor, b as AspectRatio, a as Avatar, B as Breadcrumbs, k as Carousel, c as CentralCarousel, d as Checkbox, e as ChipButton, I as Input, O as OTP, P as Phone, m as Popover, R as Radio, S as Select, l as emotionCache } from './index-6856a8dc.js';
|
|
3
|
+
export { D as DatePicker } from './index-36040944.js';
|
|
4
|
+
export { T as Text } from './index-11f99f13.js';
|
|
5
|
+
import { B as Button } from './index-bb8bebf5.js';
|
|
6
|
+
export { B as Button } from './index-bb8bebf5.js';
|
|
7
|
+
export { I as Indicator } from './index-6142e7c2.js';
|
|
8
8
|
import React__default, { useState, useEffect } from 'react';
|
|
9
|
-
export { M as Modal } from './index-
|
|
10
|
-
import { _ as __rest } from './tslib.es6-
|
|
9
|
+
export { M as Modal } from './index-c209a4fb.js';
|
|
10
|
+
import { _ as __rest } from './tslib.es6-a1185d41.js';
|
|
11
11
|
import { Badge as Badge$1, LoadingOverlay as LoadingOverlay$1, clsx, Title, Text, Button as Button$1 } from '@mantine/core';
|
|
12
12
|
import { theme } from './miscTheme.js';
|
|
13
|
-
export { S as Spoiler } from './index-
|
|
13
|
+
export { S as Spoiler } from './index-8c362fb9.js';
|
|
14
14
|
import { useDebouncedValue } from '@mantine/hooks';
|
|
15
|
-
export { S as Switch } from './index-
|
|
16
|
-
export { M as MantineProvider } from './index-
|
|
17
|
-
export { M as MAPPED_LOCALE, a as getHeadingStyles, g as getMantineThemeOverride, s as showNotification, t as themeColors, u as useMantineLocale } from './index-
|
|
18
|
-
export { C as CustomStylesType, F as FontWeight } from './text-
|
|
19
|
-
export { T as Tabs } from './index-
|
|
15
|
+
export { S as Switch } from './index-ddc7cf70.js';
|
|
16
|
+
export { M as MantineProvider } from './index-1e45bd04.js';
|
|
17
|
+
export { M as MAPPED_LOCALE, a as getHeadingStyles, g as getMantineThemeOverride, s as showNotification, t as themeColors, u as useMantineLocale } from './index-d8a1c9b7.js';
|
|
18
|
+
export { C as CustomStylesType, F as FontWeight } from './text-6b1a3cb1.js';
|
|
19
|
+
export { T as Tabs } from './index-9746eb1a.js';
|
|
20
20
|
import '@hhgtech/icons/other';
|
|
21
|
-
import './index-
|
|
21
|
+
import './index-39603939.js';
|
|
22
22
|
import './constantsDomainLocales.js';
|
|
23
|
-
import './Locale-
|
|
23
|
+
import './Locale-5e5b94e0.js';
|
|
24
24
|
import './constantsIsProduction.js';
|
|
25
|
-
import './index-
|
|
26
|
-
import './utils-
|
|
25
|
+
import './index-32eebded.js';
|
|
26
|
+
import './utils-127c91c4.js';
|
|
27
27
|
import '@emotion/styled';
|
|
28
28
|
import '@mantine/carousel';
|
|
29
29
|
import 'classnames';
|
|
30
|
-
import './useUniqueId-
|
|
30
|
+
import './useUniqueId-6a3c2999.js';
|
|
31
31
|
import './constantsSite.js';
|
|
32
|
-
import './index-
|
|
32
|
+
import './index-c1a80bfa.js';
|
|
33
33
|
import '@hhgtech/icons/core';
|
|
34
34
|
import '@mantine/dates';
|
|
35
|
-
import './index-
|
|
35
|
+
import './index-c979e822.js';
|
|
36
36
|
import 'date-fns/locale';
|
|
37
37
|
import './constantsRiskScreener.js';
|
|
38
|
-
import './shared-
|
|
39
|
-
import './index.styles-
|
|
40
|
-
import './index-
|
|
41
|
-
import './translationsContext-
|
|
38
|
+
import './shared-2d2d18e1.js';
|
|
39
|
+
import './index.styles-631320ba.js';
|
|
40
|
+
import './index-50272676.js';
|
|
41
|
+
import './translationsContext-818f2767.js';
|
|
42
42
|
import 'dayjs';
|
|
43
43
|
import '@mantine/notifications';
|
|
44
44
|
|
|
@@ -59,3 +59,8 @@ export declare const getPopupWrapperDom: () => Element;
|
|
|
59
59
|
export declare const getWrapperDomWithSelector: (parentDom: HTMLElement, wrapperKey: string) => Element;
|
|
60
60
|
export declare const startCase: (str?: string) => string;
|
|
61
61
|
export declare const safeEncodeURI: (s: string) => string;
|
|
62
|
+
export declare const convertDay: (totalDay: number) => {
|
|
63
|
+
years: number;
|
|
64
|
+
months: number;
|
|
65
|
+
weeks: number;
|
|
66
|
+
};
|
package/build/esm/misc.js
CHANGED
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
export { a as ageGenerate, c as convertLocalizedStringToNumber, l as localizeNumberFormat } from './localizeNumberFormat-
|
|
2
|
-
export { h as fadeIn, a as slideInDown, b as slideInLeft, c as slideInRight, s as slideInUp, e as slideOutDown, f as slideOutLeft, g as slideOutRight, d as slideOutUp } from './animation-
|
|
1
|
+
export { a as ageGenerate, c as convertLocalizedStringToNumber, f as formatPhoneNumber, l as localizeNumberFormat } from './localizeNumberFormat-90562420.js';
|
|
2
|
+
export { h as fadeIn, a as slideInDown, b as slideInLeft, c as slideInRight, s as slideInUp, e as slideOutDown, f as slideOutLeft, g as slideOutRight, d as slideOutUp } from './animation-3cd45cde.js';
|
|
3
3
|
export { deleteCookie, getCookie, setCookie } from './miscCookieHelper.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '@mantine/core';
|
|
6
|
-
import './index-
|
|
7
|
-
import './text-
|
|
8
|
-
export { a as abbreviateNumber } from './number-
|
|
9
|
-
export { d as getCareApiDomain, g as getCurrentBaseUrl, a as getCurrentSsoUrl, c as getDiscoverApiDomain, b as getTogetherApiDomain } from './normalizeLink-
|
|
6
|
+
import './index-d8a1c9b7.js';
|
|
7
|
+
import './text-6b1a3cb1.js';
|
|
8
|
+
export { a as abbreviateNumber } from './number-871e02b8.js';
|
|
9
|
+
export { d as getCareApiDomain, g as getCurrentBaseUrl, a as getCurrentSsoUrl, c as getDiscoverApiDomain, b as getTogetherApiDomain } from './normalizeLink-1201fe81.js';
|
|
10
10
|
export { MBTheme, theme } from './miscTheme.js';
|
|
11
|
-
export { B as Breakpoints, M as MediaQueries, S as Screens, f as formatUrlWithPageParam, g as getBoundariesFromMediaQueryKey, a as getPopupWrapperDom, b as getWrapperDomWithSelector, m as makeParams, c as safeEncodeURI, s as startCase, t as toggleNoScroll } from './utils-
|
|
11
|
+
export { B as Breakpoints, M as MediaQueries, S as Screens, d as convertDay, f as formatUrlWithPageParam, g as getBoundariesFromMediaQueryKey, a as getPopupWrapperDom, b as getWrapperDomWithSelector, m as makeParams, c as safeEncodeURI, s as startCase, t as toggleNoScroll } from './utils-127c91c4.js';
|
|
12
12
|
export { formatHealthTool, getDynamicHealthTool, getDynamicHealthToolWithCache } from './miscGetDynamicHealthTool.js';
|
|
13
13
|
export { getSocialList } from './miscGetSocialList.js';
|
|
14
14
|
export { ScreenSizeContext, ScreenSizeContextProvider, getWindowSizeGroups } from './miscScreenSizeContext.js';
|
|
15
|
-
export { f as formatPill } from './dataTransform-
|
|
15
|
+
export { f as formatPill } from './dataTransform-414d77ff.js';
|
|
16
16
|
import 'dayjs';
|
|
17
|
+
import 'react-phone-number-input';
|
|
17
18
|
import '@emotion/react';
|
|
18
|
-
import './tslib.es6-
|
|
19
|
-
import './index-
|
|
20
|
-
import './Locale-
|
|
19
|
+
import './tslib.es6-a1185d41.js';
|
|
20
|
+
import './index-c1a80bfa.js';
|
|
21
|
+
import './Locale-5e5b94e0.js';
|
|
21
22
|
import '@mantine/notifications';
|
|
22
|
-
import './index-
|
|
23
|
+
import './index-c979e822.js';
|
|
23
24
|
import 'date-fns/locale';
|
|
24
25
|
import './constantsSite.js';
|
|
25
26
|
import './constantsDomainLocales.js';
|
|
26
27
|
import './constantsRiskScreener.js';
|
|
27
28
|
import './constantsIsProduction.js';
|
|
28
|
-
import './index-
|
|
29
|
-
import './shared-
|
|
30
|
-
import './core-
|
|
31
|
-
import './WhatsApp-
|
|
32
|
-
import './index-
|
|
33
|
-
import './index-
|
|
29
|
+
import './index-39603939.js';
|
|
30
|
+
import './shared-2d2d18e1.js';
|
|
31
|
+
import './core-4882f51c.js';
|
|
32
|
+
import './WhatsApp-f84dedc1.js';
|
|
33
|
+
import './index-9d8b7481.js';
|
|
34
|
+
import './index-56bfe9b6.js';
|
|
34
35
|
import 'js-cookie';
|
|
35
36
|
import 'uuid';
|
|
36
37
|
import 'lodash/throttle';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __awaiter } from './tslib.es6-
|
|
2
|
-
import { e as normalizeLinkSlash, c as getDiscoverApiDomain } from './normalizeLink-
|
|
3
|
-
import { g as getDataWithCache } from './core-
|
|
1
|
+
import { a as __awaiter } from './tslib.es6-a1185d41.js';
|
|
2
|
+
import { e as normalizeLinkSlash, c as getDiscoverApiDomain } from './normalizeLink-1201fe81.js';
|
|
3
|
+
import { g as getDataWithCache } from './core-4882f51c.js';
|
|
4
4
|
import './constantsDomainLocales.js';
|
|
5
|
-
import './Locale-
|
|
5
|
+
import './Locale-5e5b94e0.js';
|
|
6
6
|
import './constantsIsProduction.js';
|
|
7
7
|
|
|
8
8
|
const formatHealthTool = (healthTool, locale) => {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { _ as __rest } from './tslib.es6-
|
|
3
|
-
import { W as WhatsApp, I as Instagram } from './WhatsApp-
|
|
4
|
-
import { S as SocialType } from './index-
|
|
5
|
-
import { g as getHelloSitesUrl } from './index-
|
|
6
|
-
import { C as CommonGAssets } from './index-
|
|
7
|
-
import { L as LOCALE } from './Locale-
|
|
8
|
-
import './index-
|
|
9
|
-
import './index-
|
|
2
|
+
import { _ as __rest } from './tslib.es6-a1185d41.js';
|
|
3
|
+
import { W as WhatsApp, I as Instagram } from './WhatsApp-f84dedc1.js';
|
|
4
|
+
import { S as SocialType } from './index-c1a80bfa.js';
|
|
5
|
+
import { g as getHelloSitesUrl } from './index-9d8b7481.js';
|
|
6
|
+
import { C as CommonGAssets } from './index-39603939.js';
|
|
7
|
+
import { L as LOCALE } from './Locale-5e5b94e0.js';
|
|
8
|
+
import './index-56bfe9b6.js';
|
|
9
|
+
import './index-c979e822.js';
|
|
10
10
|
import 'date-fns/locale';
|
|
11
11
|
import './constantsSite.js';
|
|
12
12
|
import './constantsDomainLocales.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { createContext, useState, useEffect, useMemo } from 'react';
|
|
2
2
|
import throttle from 'lodash/throttle';
|
|
3
|
-
import { B as Breakpoints } from './utils-
|
|
3
|
+
import { B as Breakpoints } from './utils-127c91c4.js';
|
|
4
4
|
|
|
5
5
|
const ScreenSizeContext = createContext({
|
|
6
6
|
isInit: true,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as __rest } from './tslib.es6-
|
|
1
|
+
import { _ as __rest } from './tslib.es6-a1185d41.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { M as MobileBottomNavigationIcon, S as StyledMobileBottomNavigation } from './MobileBottomNavigationIcon-
|
|
4
|
-
import './index-
|
|
3
|
+
import { M as MobileBottomNavigationIcon, S as StyledMobileBottomNavigation } from './MobileBottomNavigationIcon-803042d0.js';
|
|
4
|
+
import './index-11f99f13.js';
|
|
5
5
|
import '@mantine/core';
|
|
6
|
-
import './text-
|
|
6
|
+
import './text-6b1a3cb1.js';
|
|
7
7
|
import './miscTheme.js';
|
|
8
8
|
import '@emotion/react';
|
|
9
9
|
import '@emotion/styled';
|
|
10
|
-
import './utils-
|
|
10
|
+
import './utils-127c91c4.js';
|
|
11
11
|
|
|
12
12
|
const MobileBottomNavigationWrapper = (_a) => {
|
|
13
13
|
var { children, isCollapsed = false, template = 'homepage', refObject, height = 56 } = _a, rest = __rest(_a, ["children", "isCollapsed", "template", "refObject", "height"]);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-a1185d41.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import './index-
|
|
3
|
+
import './index-11f99f13.js';
|
|
4
4
|
import './miscTheme.js';
|
|
5
|
-
export { M as MobileBottomNavigationIcon } from './MobileBottomNavigationIcon-
|
|
5
|
+
export { M as MobileBottomNavigationIcon } from './MobileBottomNavigationIcon-803042d0.js';
|
|
6
6
|
import '@mantine/core';
|
|
7
|
-
import './text-
|
|
7
|
+
import './text-6b1a3cb1.js';
|
|
8
8
|
import '@emotion/react';
|
|
9
9
|
import '@emotion/styled';
|
|
10
|
-
import './utils-
|
|
10
|
+
import './utils-127c91c4.js';
|