@envive-ai/react-hooks 0.2.5 → 0.2.6-alpha
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/dist/AmplitudeOperations-CDe6oRn4.cjs +41 -0
- package/dist/AmplitudeOperations-zFjk1Mkm.js +34 -0
- package/dist/{NewOrgConfig-B98Y9tMb.js → NewOrgConfig-ChNJ3ZtC.js} +2 -2
- package/dist/{NewOrgConfig-ZbBKiByQ.cjs → NewOrgConfig-KHz61ikr.cjs} +2 -2
- package/dist/TrackComponentVisibleEvent-f8ahqV1g.js +53 -0
- package/dist/TrackComponentVisibleEvent-uEzgBXb9.cjs +60 -0
- package/dist/amplitudeContext-CRFxGj_x.d.ts +52 -0
- package/dist/amplitudeContext-ZkerrMUa.d.cts +52 -0
- package/dist/api-1-73JxnF.js +166 -0
- package/dist/api-ZNG6wObS.cjs +239 -0
- package/dist/application/models/graphql/index.cjs +3 -3
- package/dist/application/models/graphql/index.d.cts +2 -2
- package/dist/application/models/graphql/index.d.ts +2 -2
- package/dist/application/models/graphql/index.js +2 -3
- package/dist/application/models/guards/api/index.cjs +3 -3
- package/dist/application/models/guards/api/index.d.cts +2 -2
- package/dist/application/models/guards/api/index.d.ts +2 -2
- package/dist/application/models/guards/api/index.js +3 -3
- package/dist/application/models/guards/utils.cjs +1 -1
- package/dist/application/models/guards/utils.d.ts +1 -1
- package/dist/application/models/guards/utils.js +1 -1
- package/dist/application/models/index.cjs +7 -23
- package/dist/application/models/index.d.cts +167 -11
- package/dist/application/models/index.d.ts +168 -12
- package/dist/application/models/index.js +7 -11
- package/dist/application/utils/index.cjs +19 -19
- package/dist/application/utils/index.d.cts +14 -63
- package/dist/application/utils/index.d.ts +16 -65
- package/dist/application/utils/index.js +19 -19
- package/dist/{atomStore-DXTVqiKc.js → atomStore-DAQvNPkh.js} +1 -1
- package/dist/{atomStore-DNji91Im.cjs → atomStore-DD9g7Zw2.cjs} +1 -1
- package/dist/atoms/app/index.cjs +19 -19
- package/dist/atoms/app/index.d.cts +9 -20
- package/dist/atoms/app/index.d.ts +8 -19
- package/dist/atoms/app/index.js +19 -19
- package/dist/atoms/atomStore/index.cjs +1 -1
- package/dist/atoms/atomStore/index.js +1 -1
- package/dist/atoms/chat/index.cjs +21 -21
- package/dist/atoms/chat/index.d.cts +37 -45
- package/dist/atoms/chat/index.d.ts +35 -43
- package/dist/atoms/chat/index.js +21 -21
- package/dist/atoms/globalSearch/index.cjs +1 -1
- package/dist/atoms/globalSearch/index.d.cts +1 -1
- package/dist/atoms/globalSearch/index.d.ts +5 -5
- package/dist/atoms/globalSearch/index.js +1 -1
- package/dist/atoms/org/index.cjs +10 -11
- package/dist/atoms/org/index.d.cts +19 -31
- package/dist/atoms/org/index.d.ts +19 -31
- package/dist/atoms/org/index.js +2 -3
- package/dist/atoms/search/index.cjs +7 -47
- package/dist/atoms/search/index.d.cts +76 -14
- package/dist/atoms/search/index.d.ts +76 -14
- package/dist/atoms/search/index.js +7 -29
- package/dist/atoms/search/utils.cjs +1 -1
- package/dist/atoms/search/utils.d.cts +1 -1
- package/dist/atoms/search/utils.d.ts +1 -1
- package/dist/atoms/search/utils.js +1 -1
- package/dist/cdnContext-BLNiW2HT.cjs +53 -0
- package/dist/cdnContext-DT6J5nCw.js +38 -0
- package/dist/chat-C0cgfkL8.js +230 -0
- package/dist/chat-DULmjtx1.cjs +330 -0
- package/dist/chatState-BrSfXIV4.cjs +120 -0
- package/dist/chatState-Cn8JGAlH.js +34 -0
- package/dist/config/index.d.cts +4 -4
- package/dist/config/index.d.ts +4 -4
- package/dist/config/locators/components/chat/index.d.cts +1 -1
- package/dist/config/locators/components/chat/index.d.ts +1 -1
- package/dist/config/locators/components/chat/variants/index.d.cts +1 -1
- package/dist/config/locators/components/chat/variants/index.d.ts +1 -1
- package/dist/config/locators/components/common/index.d.cts +1 -1
- package/dist/config/locators/components/common/index.d.ts +1 -1
- package/dist/config/locators/components/index.d.cts +1 -1
- package/dist/config/locators/components/index.d.ts +1 -1
- package/dist/config/locators/components/search/index.d.cts +1 -1
- package/dist/config/locators/components/search/index.d.ts +1 -1
- package/dist/config/locators/index.d.cts +4 -4
- package/dist/config/locators/index.d.ts +4 -4
- package/dist/contexts/amplitudeContext/index.cjs +19 -19
- package/dist/contexts/amplitudeContext/index.d.cts +1 -1
- package/dist/contexts/amplitudeContext/index.d.ts +1 -1
- package/dist/contexts/amplitudeContext/index.js +19 -19
- package/dist/contexts/cdnContext/index.cjs +4 -4
- package/dist/contexts/cdnContext/index.d.cts +2 -6
- package/dist/contexts/cdnContext/index.d.ts +2 -6
- package/dist/contexts/cdnContext/index.js +4 -4
- package/dist/contexts/enviveConfigContext/index.cjs +4 -4
- package/dist/contexts/enviveConfigContext/index.d.cts +3 -24
- package/dist/contexts/enviveConfigContext/index.d.ts +3 -24
- package/dist/contexts/enviveConfigContext/index.js +4 -4
- package/dist/contexts/enviveCssContext/index.cjs +15 -19
- package/dist/contexts/enviveCssContext/index.d.cts +3 -5
- package/dist/contexts/enviveCssContext/index.d.ts +3 -5
- package/dist/contexts/enviveCssContext/index.js +15 -19
- package/dist/contexts/featureFlagContext/index.cjs +9 -10
- package/dist/contexts/featureFlagContext/index.d.cts +3 -11
- package/dist/contexts/featureFlagContext/index.d.ts +3 -11
- package/dist/contexts/featureFlagContext/index.js +6 -7
- package/dist/contexts/featureFlagServiceContext/index.cjs +4 -3
- package/dist/contexts/featureFlagServiceContext/index.d.cts +1 -4
- package/dist/contexts/featureFlagServiceContext/index.d.ts +1 -4
- package/dist/contexts/featureFlagServiceContext/index.js +4 -3
- package/dist/contexts/graphqlContext/index.cjs +8 -13
- package/dist/contexts/graphqlContext/index.d.cts +11 -14
- package/dist/contexts/graphqlContext/index.d.ts +11 -14
- package/dist/contexts/graphqlContext/index.js +8 -13
- package/dist/contexts/localStorageContext/index.cjs +3 -3
- package/dist/contexts/localStorageContext/index.d.cts +3 -22
- package/dist/contexts/localStorageContext/index.d.ts +3 -22
- package/dist/contexts/localStorageContext/index.js +4 -3
- package/dist/contexts/newOrgConfigContext/index.cjs +13 -17
- package/dist/contexts/newOrgConfigContext/index.d.cts +12 -15
- package/dist/contexts/newOrgConfigContext/index.d.ts +12 -15
- package/dist/contexts/newOrgConfigContext/index.js +13 -17
- package/dist/contexts/searchContext/index.cjs +24 -24
- package/dist/contexts/searchContext/index.d.cts +2 -7
- package/dist/contexts/searchContext/index.d.ts +2 -7
- package/dist/contexts/searchContext/index.js +24 -24
- package/dist/contexts/sessionStorageContext/index.cjs +2 -2
- package/dist/contexts/sessionStorageContext/index.d.cts +2 -6
- package/dist/contexts/sessionStorageContext/index.d.ts +2 -6
- package/dist/contexts/sessionStorageContext/index.js +2 -2
- package/dist/contexts/shopifyUrlContext/index.cjs +2 -2
- package/dist/contexts/shopifyUrlContext/index.d.cts +2 -11
- package/dist/contexts/shopifyUrlContext/index.d.ts +2 -11
- package/dist/contexts/shopifyUrlContext/index.js +2 -2
- package/dist/contexts/systemSettingsContext/index.cjs +4 -4
- package/dist/contexts/systemSettingsContext/index.d.cts +6 -16
- package/dist/contexts/systemSettingsContext/index.d.ts +4 -14
- package/dist/contexts/systemSettingsContext/index.js +4 -4
- package/dist/contexts/userIdentityContext/index.cjs +19 -19
- package/dist/contexts/userIdentityContext/index.d.cts +11 -2
- package/dist/contexts/userIdentityContext/index.d.ts +11 -2
- package/dist/contexts/userIdentityContext/index.js +19 -19
- package/dist/dist-BZX_Mgfn.cjs +6019 -0
- package/dist/dist-CIM4YRqp.js +5923 -0
- package/dist/domObserver-DKcas6tl.js +285 -0
- package/dist/{domObserver-v9ODTyfT.js → domObserver-Do6RAJdf.cjs} +23 -4
- package/dist/enviveConfig-DaotBKMS.cjs +130 -0
- package/dist/enviveConfig-DrvYlCYG.js +62 -0
- package/dist/enviveConfigContext--89ejDs5.cjs +60 -0
- package/dist/enviveConfigContext-BCnzgk4M.js +45 -0
- package/dist/events/index.cjs +2 -3
- package/dist/events/index.d.cts +2 -15
- package/dist/events/index.d.ts +2 -15
- package/dist/events/index.js +2 -2
- package/dist/events-CgFGtanE.cjs +69 -0
- package/dist/events-WOOrnUAx.js +63 -0
- package/dist/exceptions/index.cjs +4 -0
- package/dist/exceptions/index.d.cts +12 -0
- package/dist/exceptions/index.d.ts +12 -0
- package/dist/exceptions/index.js +3 -0
- package/dist/exceptions-BiSWJEl2.cjs +32 -0
- package/dist/exceptions-DSv0ZaH0.js +20 -0
- package/dist/featureFlagServiceContext-B7je7VZV.d.cts +24 -0
- package/dist/featureFlagServiceContext-BztKnBPk.cjs +66 -0
- package/dist/featureFlagServiceContext-DpdlcjNb.js +46 -0
- package/dist/featureFlagServiceContext-ahy3jou0.d.ts +24 -0
- package/dist/{globalSearch-FBk2epe8.cjs → globalSearch-Cpc8egsM.cjs} +1 -1
- package/dist/{globalSearch-Ccxq8hNF.js → globalSearch-nmrfGLOn.js} +1 -1
- package/dist/graphql-CWNkUHFV.js +46 -0
- package/dist/graphql-DT-H-lta.cjs +70 -0
- package/dist/graphqlContext-B181y-sa.cjs +111 -0
- package/dist/graphqlContext-CWulFxxC.js +96 -0
- package/dist/hooks/AmplitudeOperations/index.cjs +21 -22
- package/dist/hooks/AmplitudeOperations/index.d.cts +2 -2
- package/dist/hooks/AmplitudeOperations/index.d.ts +2 -2
- package/dist/hooks/AmplitudeOperations/index.js +20 -21
- package/dist/hooks/AppDetails/index.cjs +22 -22
- package/dist/hooks/AppDetails/index.d.cts +3 -23
- package/dist/hooks/AppDetails/index.d.ts +3 -23
- package/dist/hooks/AppDetails/index.js +22 -22
- package/dist/hooks/CdnOperations/index.cjs +4 -4
- package/dist/hooks/CdnOperations/index.js +4 -4
- package/dist/hooks/ChatToggle/index.cjs +24 -24
- package/dist/hooks/ChatToggle/index.d.cts +2 -2
- package/dist/hooks/ChatToggle/index.d.ts +2 -2
- package/dist/hooks/ChatToggle/index.js +22 -22
- package/dist/hooks/ChatToggleAnalytics/index.cjs +23 -24
- package/dist/hooks/ChatToggleAnalytics/index.d.cts +2 -2
- package/dist/hooks/ChatToggleAnalytics/index.d.ts +2 -2
- package/dist/hooks/ChatToggleAnalytics/index.js +22 -23
- package/dist/hooks/CustomerSupportHandoff/index.cjs +2 -2
- package/dist/hooks/CustomerSupportHandoff/index.js +2 -2
- package/dist/hooks/Debounce/index.cjs +20 -2
- package/dist/hooks/Debounce/index.js +18 -2
- package/dist/hooks/ElementObserver/index.cjs +4 -6
- package/dist/hooks/ElementObserver/index.d.cts +4 -25
- package/dist/hooks/ElementObserver/index.d.ts +4 -25
- package/dist/hooks/ElementObserver/index.js +4 -6
- package/dist/hooks/GrabAndScroll/index.cjs +1 -1
- package/dist/hooks/GrabAndScroll/index.d.cts +2 -2
- package/dist/hooks/GrabAndScroll/index.js +1 -1
- package/dist/hooks/GraphQLConfig/index.cjs +9 -14
- package/dist/hooks/GraphQLConfig/index.d.cts +2 -13
- package/dist/hooks/GraphQLConfig/index.d.ts +2 -13
- package/dist/hooks/GraphQLConfig/index.js +9 -14
- package/dist/hooks/IdentifyUser/index.cjs +19 -19
- package/dist/hooks/IdentifyUser/index.js +19 -19
- package/dist/hooks/ImageResolver/index.cjs +20 -29
- package/dist/hooks/ImageResolver/index.js +20 -29
- package/dist/hooks/Intersection/index.cjs +1 -1
- package/dist/hooks/Intersection/index.js +1 -1
- package/dist/hooks/LocalStorageOperations/index.cjs +8 -7
- package/dist/hooks/LocalStorageOperations/index.js +4 -3
- package/dist/hooks/MessageFilter/index.cjs +3 -12
- package/dist/hooks/MessageFilter/index.d.cts +2 -17
- package/dist/hooks/MessageFilter/index.d.ts +2 -17
- package/dist/hooks/MessageFilter/index.js +2 -11
- package/dist/hooks/NewOrgConfig/index.cjs +14 -18
- package/dist/hooks/NewOrgConfig/index.d.cts +3 -16
- package/dist/hooks/NewOrgConfig/index.d.ts +3 -16
- package/dist/hooks/NewOrgConfig/index.js +14 -18
- package/dist/hooks/Search/index.cjs +332 -167
- package/dist/hooks/Search/index.d.cts +3 -57
- package/dist/hooks/Search/index.d.ts +3 -57
- package/dist/hooks/Search/index.js +320 -156
- package/dist/hooks/SearchOperations/index.cjs +25 -25
- package/dist/hooks/SearchOperations/index.d.cts +2 -3
- package/dist/hooks/SearchOperations/index.d.ts +2 -3
- package/dist/hooks/SearchOperations/index.js +25 -25
- package/dist/hooks/SessionStorageOperations/index.cjs +2 -2
- package/dist/hooks/SessionStorageOperations/index.js +2 -2
- package/dist/hooks/ShopifyUrlOperations/index.cjs +3 -3
- package/dist/hooks/ShopifyUrlOperations/index.d.cts +3 -5
- package/dist/hooks/ShopifyUrlOperations/index.d.ts +3 -5
- package/dist/hooks/ShopifyUrlOperations/index.js +3 -3
- package/dist/hooks/SnapCalculator/index.cjs +1 -1
- package/dist/hooks/SnapCalculator/index.d.cts +4 -3
- package/dist/hooks/SnapCalculator/index.d.ts +4 -3
- package/dist/hooks/SnapCalculator/index.js +1 -1
- package/dist/hooks/SystemSettingsContext/index.cjs +17 -6
- package/dist/hooks/SystemSettingsContext/index.d.cts +5 -15
- package/dist/hooks/SystemSettingsContext/index.d.ts +5 -15
- package/dist/hooks/SystemSettingsContext/index.js +15 -6
- package/dist/hooks/TrackComponentVisibleEvent/index.cjs +21 -21
- package/dist/hooks/TrackComponentVisibleEvent/index.d.cts +2 -3
- package/dist/hooks/TrackComponentVisibleEvent/index.d.ts +2 -3
- package/dist/hooks/TrackComponentVisibleEvent/index.js +21 -21
- package/dist/hooks/UpdateAnalyticsProps/index.cjs +21 -21
- package/dist/hooks/UpdateAnalyticsProps/index.js +20 -20
- package/dist/hooks/utils.d.cts +20 -13
- package/dist/hooks/utils.d.ts +20 -13
- package/dist/{index-LTdMHOxj.d.ts → index-B4cSHxVN.d.ts} +1 -1
- package/dist/{index-DzbkQtaK.d.cts → index-BQpWG3Jm.d.cts} +1 -1
- package/dist/index-BVZbvpx_.d.cts +11 -0
- package/dist/index-CEmUfoZa.d.ts +42 -0
- package/dist/index-CMZcE7pk.d.cts +224 -0
- package/dist/{index-DBqgBV9N.d.ts → index-CYGpI6hE.d.ts} +1 -1
- package/dist/{index-9NE86em3.d.cts → index-ClVBVK15.d.cts} +1 -1
- package/dist/{index-nDWHlouq.d.ts → index-Clf4wYaJ.d.ts} +1 -1
- package/dist/index-DeQte6mb.d.ts +11 -0
- package/dist/index-Dzv6WwSZ.d.ts +224 -0
- package/dist/{index-FQjyuD3D.d.cts → index-ca7Qn8o0.d.cts} +1 -1
- package/dist/{index-DHgVW8ey.d.ts → index-dngXrfnT.d.ts} +1 -1
- package/dist/index-qOBU4GEh.d.cts +42 -0
- package/dist/{index-Da1s8h5C.d.cts → index-w64il54a.d.cts} +1 -1
- package/dist/interceptors/index.cjs +28 -3
- package/dist/interceptors/index.d.cts +4 -15
- package/dist/interceptors/index.d.ts +4 -15
- package/dist/interceptors/index.js +25 -3
- package/dist/localStorageContext-DSpmlfyr.js +90 -0
- package/dist/localStorageContext-DbWl7Row.cjs +104 -0
- package/dist/{logger-TBIl4uIH.cjs → logger-BF6iGSVd.cjs} +1 -1
- package/dist/{logger-W3lqg-4b.js → logger-DCs3_11o.js} +1 -1
- package/dist/models-158fyHt9.cjs +1305 -0
- package/dist/models-DEJUuKYQ.js +1118 -0
- package/dist/newOrgConfigAtom-BuQE_zPK.js +8 -0
- package/dist/{newOrgConfigAtom-A4BEeHMf.cjs → newOrgConfigAtom-rrYHmp1b.cjs} +1 -1
- package/dist/newOrgConfigContext-BVrzYatq.cjs +68 -0
- package/dist/newOrgConfigContext-C0LzIRJ7.js +53 -0
- package/dist/nodeSelector-CbWcUbuc.d.ts +28 -0
- package/dist/nodeSelector-Cj-Xl1LP.d.cts +28 -0
- package/dist/org-CVjyv-gv.cjs +111 -0
- package/dist/org-Ct9Vjv1J.js +32 -0
- package/dist/search-C0TAcTeY.cjs +312 -0
- package/dist/search-DLHzcbfP.js +233 -0
- package/dist/searchContext-Dmtue5QO.js +129 -0
- package/dist/searchContext-l_23fiuP.cjs +145 -0
- package/dist/searchServiceAdapter-B0h7psvh.js +16 -0
- package/dist/searchServiceAdapter-BclWy4fE.cjs +34 -0
- package/dist/sessionStorageContext-BOyr7mIM.cjs +66 -0
- package/dist/sessionStorageContext-ClXN9eX4.js +52 -0
- package/dist/shopifyUrlContext-G9eqIcsL.cjs +75 -0
- package/dist/shopifyUrlContext-WAm0pnPh.js +61 -0
- package/dist/src/application/commerce-api.js +406 -0
- package/dist/src/application/logging/logger.js +16 -0
- package/dist/src/application/models/graphql/index.js +3 -0
- package/dist/src/application/models/graphql/queries/getMerchantColorsQuery.js +13 -0
- package/dist/src/application/models/graphql/queries/getMerchantFrontendConfigQuery.js +13 -0
- package/dist/src/application/models/graphql/queries/getMerchantOrgIdQuery.js +10 -0
- package/dist/src/application/models/guards/api/index.js +12 -0
- package/dist/src/application/models/guards/api/isApiFormResponse.js +59 -0
- package/dist/src/application/models/guards/api/isApiFormSubmittedResponseAttributes.js +22 -0
- package/dist/src/application/models/guards/api/isApiOrderResponseAttributes.js +91 -0
- package/dist/src/application/models/guards/api/isApiOrgConfigResults.js +188 -0
- package/dist/src/application/models/guards/api/isApiOrganizationConfig.js +115 -0
- package/dist/src/application/models/guards/api/isApiPDPEventAttributes.js +16 -0
- package/dist/src/application/models/guards/api/isApiPLPEventAttributes.js +26 -0
- package/dist/src/application/models/guards/api/isApiPageResponseAttributes.js +15 -0
- package/dist/src/application/models/guards/api/isApiProductResponseAttributes.js +65 -0
- package/dist/src/application/models/guards/api/isApiProductSearchAttributes.js +15 -0
- package/dist/src/application/models/guards/api/isApiProductSearchFilterAttributes.js +10 -0
- package/dist/src/application/models/guards/api/isApiQueryTypedEventAttributes.js +4 -0
- package/dist/src/application/models/guards/api/isApiResponse.js +33 -0
- package/dist/src/application/models/guards/api/isApiReviewResponseAttributes.js +22 -0
- package/dist/src/application/models/guards/api/isApiReviewRichInformation.js +23 -0
- package/dist/src/application/models/guards/api/isApiSearchEventAttributes.js +20 -0
- package/dist/src/application/models/guards/api/isApiSuggestion.js +24 -0
- package/dist/src/application/models/guards/api/isApiSuggestionClickedEventAttributes.js +4 -0
- package/dist/src/application/models/guards/api/isApiTextResponseAttributes.js +4 -0
- package/dist/src/application/models/guards/api/isApiUserEvent.js +18 -0
- package/dist/src/application/models/guards/graphQL/isGraphQLColorsConfig.js +41 -0
- package/dist/src/application/models/guards/isBaseEcommerceEvent.js +14 -0
- package/dist/src/application/models/guards/isGA4EcommerceEvent.js +14 -0
- package/dist/src/application/models/guards/isLegacyUAEcommerceEvent.js +14 -0
- package/dist/src/application/models/guards/isMobilePLPChatPlacementParameter.js +4 -0
- package/dist/src/application/models/guards/isSpanxTakeAQuizCtaParameter.js +1 -0
- package/dist/src/application/models/guards/isVariantInfo.js +28 -0
- package/dist/src/application/models/guards/utils.js +34 -0
- package/dist/src/application/models/index.js +34 -0
- package/dist/src/application/models/utils/snakeToCamelTransformer.js +71 -0
- package/dist/src/application/models/utils/stringToFulfillmentDisplayStatusEnumValue.js +65 -0
- package/dist/src/application/models/validators/validateGraphQLColorsConfig.js +9 -0
- package/dist/src/application/models/validators/validateGraphQLFrontendConfig.js +420 -0
- package/dist/src/application/models/validators/validateGraphQLOrgId.js +6 -0
- package/dist/src/application/models/validators/validateMobilePLPChatPlacementParameter.js +9 -0
- package/dist/src/application/models/validators/validateOrgConfigResults.js +44 -0
- package/dist/src/application/models/validators/validateOrganizationConfig.js +34 -0
- package/dist/src/application/models/validators/validateResponse.js +173 -0
- package/dist/src/application/models/validators/validateSuggestion.js +13 -0
- package/dist/src/application/models/validators/validateUserEvent.js +91 -0
- package/dist/src/application/utils/analyticsUtils.js +94 -0
- package/dist/src/application/utils/coreContextToApiContext.js +8 -0
- package/dist/src/application/utils/coreUserEventToApiUserEvent.js +90 -0
- package/dist/src/application/utils/divideArray.js +7 -0
- package/dist/src/application/utils/domObserver.js +85 -0
- package/dist/src/application/utils/elementObserver.js +186 -0
- package/dist/src/application/utils/imageFilter.js +11 -0
- package/dist/src/application/utils/index.js +21 -0
- package/dist/src/application/utils/merchantUtils.js +15 -0
- package/dist/src/application/utils/messageFromFormSubmittedEvent.js +19 -0
- package/dist/src/application/utils/messageFromQueryEvent.js +35 -0
- package/dist/src/application/utils/messageFromResponse.js +123 -0
- package/dist/src/application/utils/messageFromSuggestionEvent.js +27 -0
- package/dist/src/application/utils/mouseEventTypes.js +1 -0
- package/dist/src/application/utils/mutationHelper.js +33 -0
- package/dist/src/application/utils/nextMessageRequestToApiRequest.js +29 -0
- package/dist/src/application/utils/nodeSelector.js +101 -0
- package/dist/src/application/utils/overrides.js +144 -0
- package/dist/src/application/utils/stringUtils.js +47 -0
- package/dist/src/application/utils/supportedEventRequestToApiRequest.js +7 -0
- package/dist/src/application/utils/urlsParser.js +33 -0
- package/dist/src/application/utils/validation.js +5 -0
- package/dist/src/atoms/amplitude/amplitudeTrackEventAtom.js +4 -0
- package/dist/src/atoms/app/index.js +23 -0
- package/dist/src/atoms/app/variant.js +102 -0
- package/dist/src/atoms/atomStore/atomStore.js +28 -0
- package/dist/src/atoms/atomStore/index.js +1 -0
- package/dist/src/atoms/chat/chatState.js +33 -0
- package/dist/src/atoms/chat/form.js +16 -0
- package/dist/src/atoms/chat/index.js +23 -0
- package/dist/src/atoms/chat/lastMessage.js +10 -0
- package/dist/src/atoms/chat/messageQueue.js +68 -0
- package/dist/src/atoms/chat/performanceMetrics.js +70 -0
- package/dist/src/atoms/chat/renderedWidgetRefs.js +24 -0
- package/dist/src/atoms/chat/replies.js +43 -0
- package/dist/src/atoms/chat/suggestions.js +29 -0
- package/dist/src/atoms/envive/enviveConfig.js +67 -0
- package/dist/src/atoms/globalSearch/globalSearch.js +8 -0
- package/dist/src/atoms/globalSearch/index.js +1 -0
- package/dist/src/atoms/org/customerService.js +6 -0
- package/dist/src/atoms/org/graphqlConfig.js +8 -0
- package/dist/src/atoms/org/index.js +4 -0
- package/dist/src/atoms/org/newOrgConfigAtom.js +2 -0
- package/dist/src/atoms/org/orgAnalyticsConfig.js +8 -0
- package/dist/src/atoms/search/index.js +1 -0
- package/dist/src/atoms/search/productFilters.js +163 -0
- package/dist/src/atoms/search/productRetrievalAPI.js +50 -0
- package/dist/src/atoms/search/productRetrievalAdapter.js +14 -0
- package/dist/src/atoms/search/productSorter.js +13 -0
- package/dist/src/atoms/search/searchAPI.js +140 -0
- package/dist/src/atoms/search/searchServiceAdapter.js +14 -0
- package/dist/src/atoms/search/utils.js +15 -0
- package/dist/src/config/index.js +1 -0
- package/dist/src/config/locators/components/chat/entrypoints.js +10 -0
- package/dist/src/config/locators/components/chat/index.js +21 -0
- package/dist/src/config/locators/components/chat/preview.js +11 -0
- package/dist/src/config/locators/components/chat/variants/index.js +12 -0
- package/dist/src/config/locators/components/common/buttons.js +6 -0
- package/dist/src/config/locators/components/common/cards.js +17 -0
- package/dist/src/config/locators/components/common/index.js +4 -0
- package/dist/src/config/locators/components/common/links.js +1 -0
- package/dist/src/config/locators/components/common/tables.js +1 -0
- package/dist/src/config/locators/components/floating-button.js +2 -0
- package/dist/src/config/locators/components/index.js +3 -0
- package/dist/src/config/locators/components/report-issue.js +13 -0
- package/dist/src/config/locators/components/search/index.js +5 -0
- package/dist/src/config/locators/components/shadow-dom.js +1 -0
- package/dist/src/config/locators/embedded.js +20 -0
- package/dist/src/config/locators/index.js +4 -0
- package/dist/src/contexts/amplitudeContext/amplitudeContext.js +292 -0
- package/dist/src/contexts/amplitudeContext/index.js +1 -0
- package/dist/src/contexts/cdnContext/cdnContext.js +28 -0
- package/dist/src/contexts/cdnContext/index.js +1 -0
- package/dist/src/contexts/enviveConfigContext/enviveConfigContext.js +37 -0
- package/dist/src/contexts/enviveConfigContext/index.js +1 -0
- package/dist/src/contexts/enviveCssContext/enviveCssContext.js +31 -0
- package/dist/src/contexts/enviveCssContext/index.js +1 -0
- package/dist/src/contexts/featureFlagContext/featureFlagContext.js +109 -0
- package/dist/src/contexts/featureFlagContext/index.js +1 -0
- package/dist/src/contexts/featureFlagServiceContext/featureFlagServiceContext.js +47 -0
- package/dist/src/contexts/featureFlagServiceContext/index.js +1 -0
- package/dist/src/contexts/graphqlContext/graphqlContext.js +87 -0
- package/dist/src/contexts/graphqlContext/index.js +1 -0
- package/dist/src/contexts/localStorageContext/index.js +1 -0
- package/dist/src/contexts/localStorageContext/localStorageContext.js +95 -0
- package/dist/src/contexts/newOrgConfigContext/index.js +1 -0
- package/dist/src/contexts/newOrgConfigContext/newOrgConfigContext.js +33 -0
- package/dist/src/contexts/searchContext/index.js +1 -0
- package/dist/src/contexts/searchContext/searchContext.js +131 -0
- package/dist/src/contexts/sessionStorageContext/index.js +1 -0
- package/dist/src/contexts/sessionStorageContext/sessionStorageContext.js +43 -0
- package/dist/src/contexts/shopifyUrlContext/index.js +1 -0
- package/dist/src/contexts/shopifyUrlContext/shopifyUrlContext.js +62 -0
- package/dist/src/contexts/systemSettingsContext/index.js +1 -0
- package/dist/src/contexts/systemSettingsContext/systemSettingsContext.js +29 -0
- package/dist/src/contexts/userIdentityContext/index.js +1 -0
- package/dist/src/contexts/userIdentityContext/userIdentityContext.js +118 -0
- package/dist/src/events/index.js +51 -0
- package/dist/src/events/registerAnalyticsListeners.js +32 -0
- package/dist/src/exceptions/index.js +2 -0
- package/dist/src/exceptions/sessionExceptions.js +6 -0
- package/dist/src/exceptions/unsupportedProductExceptions.js +6 -0
- package/dist/src/hooks/AmplitudeOperations/index.js +1 -0
- package/dist/src/hooks/AmplitudeOperations/useAmplitudeOperations.js +24 -0
- package/dist/src/hooks/AppDetails/index.js +1 -0
- package/dist/src/hooks/AppDetails/useAppDetails.js +26 -0
- package/dist/src/hooks/BlockBackButton/index.js +1 -0
- package/dist/src/hooks/BlockBackButton/useBlockBackButton.js +23 -0
- package/dist/src/hooks/CdnOperations/index.js +1 -0
- package/dist/src/hooks/CdnOperations/useCdnOperations.js +13 -0
- package/dist/src/hooks/ChatToggle/index.js +1 -0
- package/dist/src/hooks/ChatToggle/useChatToggle.js +50 -0
- package/dist/src/hooks/ChatToggleAnalytics/index.js +1 -0
- package/dist/src/hooks/ChatToggleAnalytics/useChatToggleAnalytics.js +11 -0
- package/dist/src/hooks/CustomerSupportHandoff/index.js +1 -0
- package/dist/src/hooks/CustomerSupportHandoff/useCustomerSupportHandoff.js +32 -0
- package/dist/src/hooks/Debounce/index.js +1 -0
- package/dist/src/hooks/Debounce/useDebounce.js +13 -0
- package/dist/src/hooks/ElementObserver/index.js +1 -0
- package/dist/src/hooks/ElementObserver/useElementObserver.js +208 -0
- package/dist/src/hooks/GrabAndScroll/index.js +1 -0
- package/dist/src/hooks/GrabAndScroll/useGrabAndScroll.js +105 -0
- package/dist/src/hooks/GraphQLConfig/index.js +1 -0
- package/dist/src/hooks/GraphQLConfig/useGraphQLConfig.js +54 -0
- package/dist/src/hooks/IdentifyUser/index.js +1 -0
- package/dist/src/hooks/IdentifyUser/useIdentifyUser.js +28 -0
- package/dist/src/hooks/ImageResolver/index.js +1 -0
- package/dist/src/hooks/ImageResolver/useImageResolver.js +45 -0
- package/dist/src/hooks/Intersection/index.js +1 -0
- package/dist/src/hooks/Intersection/useIntersection.js +20 -0
- package/dist/src/hooks/IsSmallScreen/index.js +1 -0
- package/dist/src/hooks/IsSmallScreen/useIsSmallScreen.js +16 -0
- package/dist/src/hooks/LocalStorageOperations/index.js +1 -0
- package/dist/src/hooks/LocalStorageOperations/useLocalStorageOperations.js +64 -0
- package/dist/src/hooks/MessageFilter/index.js +1 -0
- package/dist/src/hooks/MessageFilter/useMessageFilter.js +37 -0
- package/dist/src/hooks/MessageScrollObserver/index.js +1 -0
- package/dist/src/hooks/MessageScrollObserver/useMessageScrollObserver.js +35 -0
- package/dist/src/hooks/NewOrgConfig/index.js +1 -0
- package/dist/src/hooks/NewOrgConfig/useNewOrgConfig.js +5 -0
- package/dist/src/hooks/Search/index.js +1 -0
- package/dist/src/hooks/Search/useRecommendedProducts.js +35 -0
- package/dist/src/hooks/Search/useSearch.js +224 -0
- package/dist/src/hooks/Search/useSearchInput.js +183 -0
- package/dist/src/hooks/SearchOperations/index.js +1 -0
- package/dist/src/hooks/SearchOperations/useSearchOperations.js +78 -0
- package/dist/src/hooks/SessionStorageOperations/index.js +1 -0
- package/dist/src/hooks/SessionStorageOperations/useSessionStorageOperations.js +20 -0
- package/dist/src/hooks/ShopifyUrlOperations/index.js +1 -0
- package/dist/src/hooks/ShopifyUrlOperations/useShopifyUrlOperations.js +34 -0
- package/dist/src/hooks/SnapCalculator/index.js +1 -0
- package/dist/src/hooks/SnapCalculator/useSnapCalculator.js +22 -0
- package/dist/src/hooks/SystemSettingsContext/index.js +1 -0
- package/dist/src/hooks/SystemSettingsContext/useSystemSettingsContext.js +9 -0
- package/dist/src/hooks/TrackComponentVisibleEvent/index.js +1 -0
- package/dist/src/hooks/TrackComponentVisibleEvent/useTrackComponentVisibleEvent.js +45 -0
- package/dist/src/hooks/UpdateAnalyticsProps/index.js +1 -0
- package/dist/src/hooks/UpdateAnalyticsProps/useUpdateAnalyticsProps.js +43 -0
- package/dist/src/hooks/utils.js +116 -0
- package/dist/src/interceptors/index.js +1 -0
- package/dist/src/interceptors/useMessageInterceptor.js +24 -0
- package/dist/src/types/ApiResponse.js +1 -0
- package/dist/src/types/FilterAttribute.js +3 -0
- package/dist/src/types/Message.js +24 -0
- package/dist/src/types/Suggestion.js +3 -0
- package/dist/src/types/index.js +4 -0
- package/dist/src/util/colorVar.js +3 -0
- package/dist/src/util/configVersion.js +4 -0
- package/dist/src/util/domInsertion.js +16 -0
- package/dist/systemSettingsContext-Cb5kczBD.cjs +60 -0
- package/dist/systemSettingsContext-CksCdpiU.js +39 -0
- package/dist/types/index.cjs +3 -33
- package/dist/types/index.d.cts +2 -3
- package/dist/types/index.d.ts +2 -3
- package/dist/types/index.js +2 -30
- package/dist/types-18QXD2rd.cjs +39 -0
- package/dist/types-DQC1pHqD.js +27 -0
- package/dist/urlsParser-C-Vzs--G.cjs +78 -0
- package/dist/urlsParser-G7Ocwg0M.js +42 -0
- package/dist/useAppDetails-BJFRSYbI.js +30 -0
- package/dist/useAppDetails-Czn-5FzP.cjs +38 -0
- package/dist/useGraphQLConfig-BEtX5pDM.cjs +76 -0
- package/dist/useGraphQLConfig-Dkcrz1YL.js +63 -0
- package/dist/{useIntersection-BJRFGG0f.js → useIntersection-BWiHkpKL.js} +1 -1
- package/dist/{useIntersection-CYRvxtRN.cjs → useIntersection-DZHz44BY.cjs} +1 -1
- package/dist/{utils-DIvMgPe8.js → utils-CEKzBcN2.js} +1 -1
- package/dist/utils-CPvqOk0g.cjs +1546 -0
- package/dist/{utils-Buo4KU5l.cjs → utils-CqVRbvfN.cjs} +1 -1
- package/dist/{utils-CDw74BCO.cjs → utils-CsMbZmRw.cjs} +1 -1
- package/dist/{utils-BRNaQkCK.js → utils-DQhbbAnt.js} +1 -1
- package/dist/utils-D_kATUj6.js +1 -1
- package/dist/utils-N47VsL9W.js +1364 -0
- package/dist/utils-hYTjy7hJ.cjs +1 -1
- package/dist/{utils-DyTiotQz.d.ts → utils-wWki3L1d.d.ts} +1 -1
- package/package.json +7 -25
- package/src/application/commerce-api.ts +38 -37
- package/src/application/models/graphql/index.ts +1 -0
- package/src/application/models/graphql/queries/getMerchantColorsQuery.ts +1 -23
- package/src/application/models/graphql/queries/getMerchantFrontendConfigQuery.ts +1 -89
- package/src/application/models/guards/api/isApiFormResponse.ts +4 -4
- package/src/application/models/guards/api/isApiFormSubmittedResponseAttributes.ts +2 -2
- package/src/application/models/guards/api/isApiOrderResponseAttributes.ts +2 -20
- package/src/application/models/guards/api/isApiOrgConfigResults.ts +3 -9
- package/src/application/models/guards/api/isApiOrganizationConfig.ts +8 -32
- package/src/application/models/guards/api/isApiPDPEventAttributes.ts +8 -5
- package/src/application/models/guards/api/isApiPLPEventAttributes.ts +14 -10
- package/src/application/models/guards/api/isApiPageResponseAttributes.ts +1 -1
- package/src/application/models/guards/api/isApiProductResponseAttributes.ts +2 -4
- package/src/application/models/guards/api/isApiProductSearchAttributes.ts +9 -6
- package/src/application/models/guards/api/isApiProductSearchFilterAttributes.ts +7 -4
- package/src/application/models/guards/api/isApiQueryTypedEventAttributes.ts +8 -3
- package/src/application/models/guards/api/isApiResponse.ts +22 -15
- package/src/application/models/guards/api/isApiReviewResponseAttributes.ts +1 -1
- package/src/application/models/guards/api/isApiReviewRichInformation.ts +1 -1
- package/src/application/models/guards/api/isApiTextResponseAttributes.ts +1 -1
- package/src/application/models/guards/graphQL/isGraphQLColorsConfig.ts +1 -1
- package/src/application/models/guards/isBaseEcommerceEvent.ts +1 -2
- package/src/application/models/guards/isGA4EcommerceEvent.ts +1 -1
- package/src/application/models/guards/isLegacyUAEcommerceEvent.ts +1 -1
- package/src/application/models/guards/isMobilePLPChatPlacementParameter.ts +1 -3
- package/src/application/models/guards/isSpanxTakeAQuizCtaParameter.ts +5 -3
- package/src/application/models/guards/isVariantInfo.ts +6 -1
- package/src/application/models/index.ts +30 -95
- package/src/application/models/utils/snakeToCamelTransformer.ts +8 -8
- package/src/application/models/validators/validateGraphQLColorsConfig.ts +6 -2
- package/src/application/models/validators/validateGraphQLFrontendConfig.ts +6 -6
- package/src/application/models/validators/validateMobilePLPChatPlacementParameter.ts +5 -3
- package/src/application/models/validators/validateOrgConfigResults.ts +6 -5
- package/src/application/models/validators/validateOrganizationConfig.ts +11 -8
- package/src/application/models/validators/validateResponse.ts +66 -44
- package/src/application/models/validators/validateSuggestion.ts +1 -1
- package/src/application/models/validators/validateUserEvent.ts +23 -12
- package/src/application/utils/analyticsUtils.ts +16 -38
- package/src/application/utils/coreContextToApiContext.ts +3 -1
- package/src/application/utils/coreUserEventToApiUserEvent.ts +2 -2
- package/src/application/utils/elementObserver.ts +1 -1
- package/src/application/utils/imageFilter.ts +5 -2
- package/src/application/utils/index.ts +20 -21
- package/src/application/utils/messageFromFormSubmittedEvent.ts +1 -1
- package/src/application/utils/messageFromQueryEvent.ts +1 -1
- package/src/application/utils/messageFromResponse.ts +14 -10
- package/src/application/utils/messageFromSuggestionEvent.ts +6 -4
- package/src/application/utils/mouseEventTypes.ts +1 -1
- package/src/application/utils/nextMessageRequestToApiRequest.ts +1 -1
- package/src/application/utils/overrides.ts +1 -49
- package/src/application/utils/supportedEventRequestToApiRequest.ts +3 -1
- package/src/application/utils/urlsParser.ts +1 -7
- package/src/atoms/app/index.ts +15 -25
- package/src/atoms/app/variant.ts +1 -1
- package/src/atoms/chat/chatState.ts +9 -14
- package/src/atoms/chat/form.ts +1 -1
- package/src/atoms/chat/messageQueue.ts +25 -50
- package/src/atoms/chat/replies.ts +40 -43
- package/src/atoms/chat/suggestions.ts +34 -29
- package/src/atoms/envive/enviveConfig.ts +14 -20
- package/src/atoms/org/customerService.ts +4 -8
- package/src/atoms/org/graphqlConfig.ts +7 -15
- package/src/atoms/org/index.ts +4 -6
- package/src/atoms/org/newOrgConfigAtom.ts +2 -2
- package/src/atoms/org/orgAnalyticsConfig.ts +1 -1
- package/src/atoms/search/index.ts +0 -1
- package/src/atoms/search/productFilters.ts +72 -52
- package/src/atoms/search/productRetrievalAPI.ts +72 -0
- package/src/atoms/search/productRetrievalAdapter.ts +28 -0
- package/src/atoms/search/productSorter.ts +2 -2
- package/src/atoms/search/searchAPI.ts +42 -60
- package/src/atoms/search/searchServiceAdapter.ts +1 -1
- package/src/contexts/amplitudeContext/amplitudeContext.tsx +104 -143
- package/src/contexts/cdnContext/cdnContext.tsx +9 -16
- package/src/contexts/enviveConfigContext/enviveConfigContext.tsx +6 -27
- package/src/contexts/enviveCssContext/enviveCssContext.tsx +5 -12
- package/src/contexts/featureFlagContext/featureFlagContext.tsx +27 -48
- package/src/contexts/featureFlagServiceContext/featureFlagServiceContext.tsx +11 -3
- package/src/contexts/graphqlContext/graphqlContext.tsx +40 -95
- package/src/contexts/localStorageContext/localStorageContext.tsx +26 -60
- package/src/contexts/newOrgConfigContext/newOrgConfigContext.tsx +10 -22
- package/src/contexts/searchContext/searchContext.tsx +29 -49
- package/src/contexts/sessionStorageContext/sessionStorageContext.tsx +12 -33
- package/src/contexts/shopifyUrlContext/shopifyUrlContext.tsx +20 -37
- package/src/contexts/systemSettingsContext/systemSettingsContext.tsx +8 -21
- package/src/contexts/userIdentityContext/userIdentityContext.tsx +33 -77
- package/src/events/index.ts +8 -5
- package/src/events/registerAnalyticsListeners.ts +10 -13
- package/src/exceptions/index.ts +2 -0
- package/src/{types/exceptions → exceptions}/unsupportedProductExceptions.ts +2 -2
- package/src/global.d.ts +8 -0
- package/src/hooks/AmplitudeOperations/useAmplitudeOperations.ts +6 -11
- package/src/hooks/AppDetails/useAppDetails.ts +10 -24
- package/src/hooks/ChatToggle/useChatToggle.ts +7 -19
- package/src/hooks/ChatToggleAnalytics/useChatToggleAnalytics.ts +4 -4
- package/src/hooks/CustomerSupportHandoff/useCustomerSupportHandoff.ts +1 -1
- package/src/hooks/ElementObserver/useElementObserver.ts +14 -32
- package/src/hooks/GrabAndScroll/useGrabAndScroll.ts +125 -124
- package/src/hooks/GraphQLConfig/useGraphQLConfig.ts +5 -7
- package/src/hooks/ImageResolver/useImageResolver.ts +24 -31
- package/src/hooks/LocalStorageOperations/useLocalStorageOperations.ts +12 -19
- package/src/hooks/MessageFilter/useMessageFilter.ts +1 -7
- package/src/hooks/Search/useRecommendedProducts.ts +50 -0
- package/src/hooks/Search/useSearch.tsx +80 -210
- package/src/hooks/Search/useSearchInput.ts +227 -0
- package/src/hooks/SearchOperations/useSearchOperations.ts +8 -12
- package/src/hooks/ShopifyUrlOperations/useShopifyUrlOperations.ts +8 -14
- package/src/hooks/SnapCalculator/useSnapCalculator.ts +1 -2
- package/src/hooks/TrackComponentVisibleEvent/useTrackComponentVisibleEvent.ts +8 -11
- package/src/hooks/UpdateAnalyticsProps/useUpdateAnalyticsProps.ts +11 -25
- package/src/hooks/utils.ts +19 -29
- package/src/interceptors/index.ts +1 -2
- package/src/interceptors/useMessageInterceptor.ts +10 -6
- package/src/{application/models/api/response.ts → types/ApiResponse.ts} +35 -29
- package/src/types/FilterAttribute.ts +35 -0
- package/src/{application/models/message.ts → types/Message.ts} +38 -34
- package/src/types/Suggestion.ts +6 -0
- package/src/types/index.ts +4 -4
- package/src/util/colorVar.ts +4 -0
- package/src/util/configVersion.ts +4 -0
- package/src/util/domInsertion.ts +17 -0
- package/dist/SystemSettingsContext-CO5c1L62.cjs +0 -20
- package/dist/SystemSettingsContext-CXmUlH8i.js +0 -13
- package/dist/TrackComponentVisibleEvent-B0WO3ArV.js +0 -52
- package/dist/TrackComponentVisibleEvent-LRE9MYzL.cjs +0 -59
- package/dist/amplitudeContext-B73xamNe.d.cts +0 -52
- package/dist/amplitudeContext-DXnJi0V1.d.ts +0 -52
- package/dist/api-BWSsazAG.js +0 -166
- package/dist/api-DeW6rHj3.cjs +0 -239
- package/dist/application/models/utilityTypes/index.cjs +0 -1
- package/dist/application/models/utilityTypes/index.d.cts +0 -2
- package/dist/application/models/utilityTypes/index.d.ts +0 -2
- package/dist/application/models/utilityTypes/index.js +0 -3
- package/dist/application/models/variantInfo/index.cjs +0 -3
- package/dist/application/models/variantInfo/index.d.cts +0 -2
- package/dist/application/models/variantInfo/index.d.ts +0 -2
- package/dist/application/models/variantInfo/index.js +0 -3
- package/dist/atoms/search/types.cjs +0 -5
- package/dist/atoms/search/types.d.cts +0 -2
- package/dist/atoms/search/types.d.ts +0 -2
- package/dist/atoms/search/types.js +0 -3
- package/dist/cdnContext-CH_-ssYa.js +0 -38
- package/dist/cdnContext-D7kHxOzE.cjs +0 -53
- package/dist/chat-CqPuT9_V.cjs +0 -393
- package/dist/chat-DH70QqJp.js +0 -257
- package/dist/chatElementDisplayLocation-BoE6DEdv.d.ts +0 -25
- package/dist/chatElementDisplayLocation-DWmfNX_u.d.cts +0 -25
- package/dist/chatSearch-BQCZI8MJ.cjs +0 -418
- package/dist/chatSearch-D8xCWU8m.js +0 -295
- package/dist/chatState-CcFtSqJT.cjs +0 -120
- package/dist/chatState-DKnNHmwe.js +0 -34
- package/dist/contexts/chatContext/index.cjs +0 -326
- package/dist/contexts/chatContext/index.d.cts +0 -15
- package/dist/contexts/chatContext/index.d.ts +0 -15
- package/dist/contexts/chatContext/index.js +0 -319
- package/dist/contexts/types.cjs +0 -7
- package/dist/contexts/types.d.cts +0 -4
- package/dist/contexts/types.d.ts +0 -4
- package/dist/contexts/types.js +0 -3
- package/dist/domObserver-Bqf3ooj8.cjs +0 -304
- package/dist/enviveConfig-DZBohDpc.js +0 -62
- package/dist/enviveConfig-Dv9-esGV.cjs +0 -130
- package/dist/enviveConfigContext-D2OELZDR.cjs +0 -60
- package/dist/enviveConfigContext-DrDjCems.js +0 -45
- package/dist/events-DYY4l817.cjs +0 -90
- package/dist/events-DyUix-Bn.js +0 -78
- package/dist/featureFlagServiceContext-CJyYItqu.cjs +0 -62
- package/dist/featureFlagServiceContext-C_2m4wPL.d.ts +0 -23
- package/dist/featureFlagServiceContext-CiKWV306.d.cts +0 -23
- package/dist/featureFlagServiceContext-FBM6DdMJ.js +0 -42
- package/dist/featureGates-KEwAL8p_.js +0 -26
- package/dist/featureGates-qU_ulhpC.cjs +0 -32
- package/dist/frontendConfig-CymUbclV.d.ts +0 -856
- package/dist/frontendConfig-tVg0hsWZ.d.cts +0 -856
- package/dist/graphql-3PxNRFOc.js +0 -36
- package/dist/graphql-DGYfelZp.cjs +0 -53
- package/dist/graphqlConfig-GHZ1UgCw.cjs +0 -73
- package/dist/graphqlConfig-mDg6J44N.js +0 -24
- package/dist/graphqlContext-BZPEAFSR.cjs +0 -111
- package/dist/graphqlContext-Bf3E-V2T.d.cts +0 -28
- package/dist/graphqlContext-CQikpV_I.d.ts +0 -28
- package/dist/graphqlContext-eaZPxgRE.js +0 -96
- package/dist/index-BVf069X-.d.ts +0 -184
- package/dist/index-B_KJB5L_.d.cts +0 -186
- package/dist/index-BkLv_fCu.d.ts +0 -186
- package/dist/index-Bmub8e38.d.cts +0 -98
- package/dist/index-C0eAp5f5.d.ts +0 -98
- package/dist/index-CESxqFso.d.cts +0 -228
- package/dist/index-CG3P8xE1.d.cts +0 -676
- package/dist/index-CJc7_j_v.d.ts +0 -44
- package/dist/index-CiWEYzXl.d.cts +0 -184
- package/dist/index-Cyq5HiC0.d.cts +0 -44
- package/dist/index-DL2ODEnw.d.ts +0 -1
- package/dist/index-DgjDuQl4.d.ts +0 -676
- package/dist/index-RcVcRKH7.d.cts +0 -1
- package/dist/index-vP8BKdxl.d.ts +0 -228
- package/dist/interceptors/types.cjs +0 -1
- package/dist/interceptors/types.d.cts +0 -13
- package/dist/interceptors/types.d.ts +0 -13
- package/dist/interceptors/types.js +0 -3
- package/dist/localStorageContext-BPZ82q-G.js +0 -95
- package/dist/localStorageContext-NRP-CdmF.cjs +0 -115
- package/dist/models-D-4db7XW.cjs +0 -1537
- package/dist/models-c86hYW-F.js +0 -1296
- package/dist/newOrgConfigAtom-OzAyrPS8.js +0 -8
- package/dist/newOrgConfigContext-DOdUxlOE.d.cts +0 -16
- package/dist/newOrgConfigContext-DX9iqIIK.cjs +0 -68
- package/dist/newOrgConfigContext-aqN8Tu79.js +0 -53
- package/dist/newOrgConfigContext-jphS5d4K.d.ts +0 -16
- package/dist/nodeSelector-B3bPtEjX.d.cts +0 -31
- package/dist/nodeSelector-Dcn3_NrZ.d.ts +0 -31
- package/dist/org-Bq2KsJSp.cjs +0 -43
- package/dist/org-gtWmGw4K.js +0 -12
- package/dist/search-BQPMtze5.cjs +0 -205
- package/dist/search-CIrqYYMI.d.ts +0 -20
- package/dist/search-PXzaYtZj.js +0 -126
- package/dist/search-filter-types-BhK20ts3.d.ts +0 -102
- package/dist/search-filter-types-BxaNSLs_.d.cts +0 -102
- package/dist/search-y-ioX5Mz.d.cts +0 -20
- package/dist/searchContext-CmsLR6Ka.cjs +0 -145
- package/dist/searchContext-NPfqMf6b.js +0 -129
- package/dist/searchServiceAdapter-BczodJGV.cjs +0 -34
- package/dist/searchServiceAdapter-BuEHFG5t.js +0 -16
- package/dist/sessionStorageContext-C1u04nAK.js +0 -52
- package/dist/sessionStorageContext-Cy8xc9-3.cjs +0 -66
- package/dist/shopifyUrlContext-CUyq3f27.cjs +0 -75
- package/dist/shopifyUrlContext-DTLlqlMj.js +0 -61
- package/dist/spiffyWidgets-BnkP5kXf.d.ts +0 -20
- package/dist/spiffyWidgets-BuS00VaQ.d.cts +0 -20
- package/dist/systemSettingsContext-Ba-wi2NZ.cjs +0 -60
- package/dist/systemSettingsContext-DumUaV0m.js +0 -39
- package/dist/test-types-DbrKQIqB.d.ts +0 -40
- package/dist/test-types-ThQiO_cc.d.cts +0 -40
- package/dist/types-BWzwd0Qc.js +0 -30
- package/dist/types-CEx2uKKS.d.ts +0 -51
- package/dist/types-CKMMb_gX.d.cts +0 -51
- package/dist/types-CKPddlfS.cjs +0 -0
- package/dist/types-CtUb63bt.js +0 -76
- package/dist/types-Cz8CaPUQ.cjs +0 -48
- package/dist/types-Dc6hx6ei.js +0 -1
- package/dist/types-Mwm0bS2l.d.ts +0 -10
- package/dist/types-UUvB6h05.cjs +0 -106
- package/dist/types-zQGBI-Yo.d.cts +0 -10
- package/dist/types.cjs +0 -0
- package/dist/types.d.cts +0 -15
- package/dist/types.d.ts +0 -15
- package/dist/types.js +0 -1
- package/dist/urlsParser-COzMdJaX.cjs +0 -78
- package/dist/urlsParser-DxjoLj98.js +0 -42
- package/dist/useAmplitudeOperations-Cv0fi3uj.cjs +0 -41
- package/dist/useAmplitudeOperations-Ti6phPPq.js +0 -34
- package/dist/useAppDetails-BgqbPlfR.cjs +0 -38
- package/dist/useAppDetails-DnKGYtCd.js +0 -30
- package/dist/useDebounce-BV7B-Jz3.js +0 -19
- package/dist/useDebounce-vU5iW5sa.cjs +0 -26
- package/dist/useGraphQLConfig-BizpCw23.cjs +0 -76
- package/dist/useGraphQLConfig-DFWl9Z89.js +0 -63
- package/dist/useMessageInterceptor-BjGP_uXm.js +0 -25
- package/dist/useMessageInterceptor-arAqUq1Q.cjs +0 -33
- package/dist/userIdentityContext-BvsEnQVX.d.ts +0 -20
- package/dist/userIdentityContext-D2oFVFzo.d.cts +0 -20
- package/dist/utilityTypes-B2KuRn37.js +0 -1
- package/dist/utilityTypes-BGbL2WTP.cjs +0 -0
- package/dist/utils-B7PAzB_M.d.cts +0 -22
- package/dist/utils-CLGXsOwE.cjs +0 -1591
- package/dist/utils-CrQ0h9tc.d.ts +0 -22
- package/dist/utils-jYtD3hmA.js +0 -1385
- package/dist/variantInfo-BfKlkaWU.js +0 -11
- package/dist/variantInfo-DpLn4nHz.cjs +0 -17
- package/src/application/models/api/context.ts +0 -4
- package/src/application/models/api/generationParams.ts +0 -4
- package/src/application/models/api/nextMessageRequest.ts +0 -11
- package/src/application/models/api/orgAnalyticsConfig.ts +0 -19
- package/src/application/models/api/orgConfigResults.ts +0 -44
- package/src/application/models/api/organizationConfig.ts +0 -12
- package/src/application/models/api/responseGenerics.ts +0 -67
- package/src/application/models/api/search.ts +0 -26
- package/src/application/models/api/suggestion.ts +0 -4
- package/src/application/models/api/supportedEventRequest.ts +0 -8
- package/src/application/models/api/userEvent.ts +0 -101
- package/src/application/models/cachedValue.ts +0 -8
- package/src/application/models/chatElementDisplayLocation.ts +0 -22
- package/src/application/models/clientDetails.ts +0 -18
- package/src/application/models/colorsConfig.ts +0 -28
- package/src/application/models/conversationalSearchIds.ts +0 -5
- package/src/application/models/dataLayer.ts +0 -45
- package/src/application/models/events.ts +0 -5
- package/src/application/models/featureGates.ts +0 -21
- package/src/application/models/frontendConfig.ts +0 -14
- package/src/application/models/googleAnalyticsEvents.ts +0 -8
- package/src/application/models/localStorageEventListener.ts +0 -4
- package/src/application/models/mobilePLPChatPlacementParameter.ts +0 -3
- package/src/application/models/orgsEnum.ts +0 -36
- package/src/application/models/productExperiment.ts +0 -5
- package/src/application/models/spanxTakeAQuizCtaParameter.ts +0 -4
- package/src/application/models/spiffyWidgets.ts +0 -16
- package/src/application/models/utilityTypes/camelCase.ts +0 -87
- package/src/application/models/utilityTypes/camelCasedPropertiesDeep.ts +0 -80
- package/src/application/models/utilityTypes/delimiterCase.ts +0 -121
- package/src/application/models/utilityTypes/delimiterCasedPropertiesDeep.ts +0 -98
- package/src/application/models/utilityTypes/index.ts +0 -1
- package/src/application/models/utilityTypes/internal.ts +0 -93
- package/src/application/models/utilityTypes/primitive.ts +0 -8
- package/src/application/models/utilityTypes/snakeCasedPropertiesDeep.ts +0 -49
- package/src/application/models/utilityTypes/splitWords.ts +0 -76
- package/src/application/models/utilityTypes/trim.ts +0 -28
- package/src/application/models/utilityTypes/unknownArray.ts +0 -25
- package/src/application/models/variantInfo/index.ts +0 -1
- package/src/application/models/variantInfo/pageVisitInfo.ts +0 -6
- package/src/application/models/variantInfo/plpInfo.ts +0 -3
- package/src/application/models/variantInfo/productInfo.ts +0 -5
- package/src/application/models/variantInfo/variantInfo.ts +0 -29
- package/src/application/utils/__tests__/divideArrays.test.ts +0 -14
- package/src/application/utils/cdnUtils.ts +0 -11
- package/src/atoms/search/chatSearch.ts +0 -317
- package/src/atoms/search/types.ts +0 -55
- package/src/config/divIds.ts +0 -27
- package/src/config/socialProofClasses.ts +0 -17
- package/src/contexts/chatContext/chatContext.tsx +0 -509
- package/src/contexts/chatContext/index.ts +0 -1
- package/src/contexts/types.ts +0 -1066
- package/src/events/event-types.ts +0 -11
- package/src/interceptors/types.ts +0 -6
- package/src/merchants/domInsertion.ts +0 -30
- package/src/merchants/gridInsertion.ts +0 -19
- package/src/types/config-versions.ts +0 -6
- package/src/types/customerService.ts +0 -31
- package/src/types/custservice-types.ts +0 -28
- package/src/types/search-filter-types.ts +0 -111
- package/src/types/suggestionBarV2-types.ts +0 -4
- package/src/types/test-types.ts +0 -3
- package/src/types.ts +0 -11
- /package/dist/{AmplitudeOperations-BEGeYKG5.cjs → featureFlagServiceContext-B4ash4vz.cjs} +0 -0
- /package/dist/{AmplitudeOperations-CWI4yjZ4.js → featureFlagServiceContext-bI7ZLz4r.js} +0 -0
- /package/src/{types/exceptions → exceptions}/sessionExceptions.ts +0 -0
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { createContext, useCallback, useContext, useMemo, useState, useEffect } from 'react';
|
|
3
|
+
import UAParser from 'ua-parser-js';
|
|
4
|
+
import Logger from '../../application/logging/logger';
|
|
5
|
+
import CommerceApiClient from '../../application/commerce-api';
|
|
6
|
+
import { useLocalStorage } from '../localStorageContext';
|
|
7
|
+
import { v4 as uuid } from 'uuid';
|
|
8
|
+
// Helper function from the original service
|
|
9
|
+
const getUserAgentDetails = () => {
|
|
10
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
11
|
+
const uaParser = new UAParser();
|
|
12
|
+
const result = uaParser.getResult();
|
|
13
|
+
return {
|
|
14
|
+
os: (_a = result === null || result === void 0 ? void 0 : result.os) === null || _a === void 0 ? void 0 : _a.name,
|
|
15
|
+
osVersion: (_b = result === null || result === void 0 ? void 0 : result.os) === null || _b === void 0 ? void 0 : _b.version,
|
|
16
|
+
deviceBrand: (_c = result === null || result === void 0 ? void 0 : result.device) === null || _c === void 0 ? void 0 : _c.vendor,
|
|
17
|
+
deviceManufacturer: (_d = result === null || result === void 0 ? void 0 : result.device) === null || _d === void 0 ? void 0 : _d.vendor,
|
|
18
|
+
deviceModel: (_e = result === null || result === void 0 ? void 0 : result.device) === null || _e === void 0 ? void 0 : _e.model,
|
|
19
|
+
browser: (_f = result === null || result === void 0 ? void 0 : result.browser) === null || _f === void 0 ? void 0 : _f.name,
|
|
20
|
+
browserVersion: (_g = result === null || result === void 0 ? void 0 : result.browser) === null || _g === void 0 ? void 0 : _g.version,
|
|
21
|
+
userAgent: result === null || result === void 0 ? void 0 : result.ua,
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
const UserIdentityContext = createContext(undefined);
|
|
25
|
+
export const UserIdentityProvider = ({ children }) => {
|
|
26
|
+
const { getItem, setItem, isAvailable: localStorageIsReady } = useLocalStorage();
|
|
27
|
+
const [isReady, setIsReady] = useState(false);
|
|
28
|
+
useEffect(() => {
|
|
29
|
+
// Assuming CommerceApiClient and other dependencies are ready if localStorage is.
|
|
30
|
+
// In a more complex scenario, you might have more checks here.
|
|
31
|
+
setIsReady(localStorageIsReady);
|
|
32
|
+
}, [localStorageIsReady]);
|
|
33
|
+
const USER_ID_OVERRIDE_KEY = 'v1-spiffy-user-id-override';
|
|
34
|
+
const USER_ID_DEFAULT_KEY = 'v1-spiffy-user-id-default';
|
|
35
|
+
const getUserIdOverrideFromLocalStorage = useCallback(() => { var _a; return (_a = getItem(USER_ID_OVERRIDE_KEY)) !== null && _a !== void 0 ? _a : undefined; }, [getItem]);
|
|
36
|
+
const getUserIdDefaultFromLocalStorage = useCallback(() => { var _a; return (_a = getItem(USER_ID_DEFAULT_KEY)) !== null && _a !== void 0 ? _a : undefined; }, [getItem]);
|
|
37
|
+
const setUserIdDefaultInLocalStorage = useCallback((userId) => {
|
|
38
|
+
Logger.logInfo(`setUserIdDefaultInLocalStorage - Setting user_id=${userId}`);
|
|
39
|
+
setItem(USER_ID_DEFAULT_KEY, userId);
|
|
40
|
+
// window.dispatchEvent is handled by useLocalStorage now
|
|
41
|
+
return userId;
|
|
42
|
+
}, [setItem, USER_ID_DEFAULT_KEY]);
|
|
43
|
+
const setUserIdOverrideInLocalStorage = useCallback((userId) => {
|
|
44
|
+
Logger.logInfo(`setUserIdOverrideInLocalStorage - Setting user_id=${userId}`);
|
|
45
|
+
setItem(USER_ID_OVERRIDE_KEY, userId);
|
|
46
|
+
// window.dispatchEvent is handled by useLocalStorage now
|
|
47
|
+
return userId;
|
|
48
|
+
}, [setItem, USER_ID_OVERRIDE_KEY]);
|
|
49
|
+
const clearUserIdOverrideInLocalStorage = useCallback(() => {
|
|
50
|
+
Logger.logInfo(`clearUserIdOverrideInLocalStorage - Clearing user_id`);
|
|
51
|
+
// LocalStorageService.getLocalStorage()?.removeItem(USER_ID_OVERRIDE_KEY);
|
|
52
|
+
// window.dispatchEvent is handled by useLocalStorage now
|
|
53
|
+
setItem(USER_ID_OVERRIDE_KEY, ''); // Set to empty string to clear
|
|
54
|
+
}, [setItem, USER_ID_OVERRIDE_KEY]);
|
|
55
|
+
const getUserIdOrDefault = useCallback(() => {
|
|
56
|
+
const userIdOverride = getUserIdOverrideFromLocalStorage();
|
|
57
|
+
if (userIdOverride) {
|
|
58
|
+
return userIdOverride;
|
|
59
|
+
}
|
|
60
|
+
const defaultUserId = getUserIdDefaultFromLocalStorage();
|
|
61
|
+
if (defaultUserId) {
|
|
62
|
+
return defaultUserId;
|
|
63
|
+
}
|
|
64
|
+
return setUserIdDefaultInLocalStorage(`spiffy-user-id-${uuid()}`);
|
|
65
|
+
}, [
|
|
66
|
+
getUserIdOverrideFromLocalStorage,
|
|
67
|
+
getUserIdDefaultFromLocalStorage,
|
|
68
|
+
setUserIdDefaultInLocalStorage,
|
|
69
|
+
]);
|
|
70
|
+
const identifyUser = useCallback(async () => {
|
|
71
|
+
if (!isReady) {
|
|
72
|
+
Logger.logWarn('[UserIdentityContext] Context not ready, skipping identifyUser', undefined);
|
|
73
|
+
return;
|
|
74
|
+
}
|
|
75
|
+
try {
|
|
76
|
+
// Temporarily commented out until WindowDataLayerService is resolved
|
|
77
|
+
// const cdpUserId = WindowDataLayerService.getGoogleAnalyticsClientId();
|
|
78
|
+
const cdpUserId = 'UNKNOWN_CDP_USER_ID'; // Placeholder
|
|
79
|
+
const userId = getUserIdOrDefault();
|
|
80
|
+
const userAgentDetails = getUserAgentDetails();
|
|
81
|
+
if (!cdpUserId) {
|
|
82
|
+
Logger.logWarn('[spiffy-ai] No GA Client ID found, skipping identifyUser', undefined);
|
|
83
|
+
return;
|
|
84
|
+
}
|
|
85
|
+
await CommerceApiClient.identifyUser(userId, cdpUserId, userAgentDetails);
|
|
86
|
+
}
|
|
87
|
+
catch (error) {
|
|
88
|
+
Logger.logError('[spiffy-ai] Error identifying user', error);
|
|
89
|
+
}
|
|
90
|
+
}, [isReady, getUserIdOrDefault]);
|
|
91
|
+
const value = useMemo(() => ({
|
|
92
|
+
identifyUser,
|
|
93
|
+
getUserIdOrDefault,
|
|
94
|
+
getUserIdOverrideFromLocalStorage,
|
|
95
|
+
getUserIdDefaultFromLocalStorage,
|
|
96
|
+
setUserIdDefaultInLocalStorage,
|
|
97
|
+
setUserIdOverrideInLocalStorage,
|
|
98
|
+
clearUserIdOverrideInLocalStorage,
|
|
99
|
+
isReady,
|
|
100
|
+
}), [
|
|
101
|
+
identifyUser,
|
|
102
|
+
getUserIdOrDefault,
|
|
103
|
+
getUserIdOverrideFromLocalStorage,
|
|
104
|
+
getUserIdDefaultFromLocalStorage,
|
|
105
|
+
setUserIdDefaultInLocalStorage,
|
|
106
|
+
setUserIdOverrideInLocalStorage,
|
|
107
|
+
clearUserIdOverrideInLocalStorage,
|
|
108
|
+
isReady,
|
|
109
|
+
]);
|
|
110
|
+
return _jsx(UserIdentityContext.Provider, { value: value, children: children });
|
|
111
|
+
};
|
|
112
|
+
export const useUserIdentity = () => {
|
|
113
|
+
const context = useContext(UserIdentityContext);
|
|
114
|
+
if (!context) {
|
|
115
|
+
throw new Error('useUserIdentity must be used within a UserIdentityProvider');
|
|
116
|
+
}
|
|
117
|
+
return context;
|
|
118
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
|
+
/**
|
|
3
|
+
* A singleton class for dispatching Spiffy events to the document object.
|
|
4
|
+
* Provides functionality for adding default event data, managing listeners,
|
|
5
|
+
* and dispatching events.
|
|
6
|
+
*
|
|
7
|
+
* TODO: could add observability to the listeners, would need to track listeners
|
|
8
|
+
* internally.
|
|
9
|
+
*/
|
|
10
|
+
export class EventsDispatcher {
|
|
11
|
+
/**
|
|
12
|
+
* Adds event data to the eventData object, which is included by default for
|
|
13
|
+
* every event dispatched. E.g. could add in userId, variantInfo, etc. But
|
|
14
|
+
* make sure it is JSON serializable.
|
|
15
|
+
*/
|
|
16
|
+
static addEventData(data) {
|
|
17
|
+
this.eventData = { ...this.eventData, ...data };
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Dispatches an event with the given name and detail. If includeDefault is
|
|
21
|
+
* false, the default event data is excluded.
|
|
22
|
+
* @param eventName - the name of the event to dispatch, should be all caps
|
|
23
|
+
* and start with SPIFFY_, e.g. "SPIFFY_FLOATING_CONTAINER_CREATED"
|
|
24
|
+
* @param detail - optional parameter to include extra event data
|
|
25
|
+
* @param includeDefault - optional parameter to exclude the default event
|
|
26
|
+
* data
|
|
27
|
+
*/
|
|
28
|
+
static dispatch(eventName, detail, includeDefault) {
|
|
29
|
+
if (detail === undefined) {
|
|
30
|
+
detail = {};
|
|
31
|
+
}
|
|
32
|
+
if (includeDefault === undefined) {
|
|
33
|
+
includeDefault = true;
|
|
34
|
+
}
|
|
35
|
+
const eventData = includeDefault ? { ...this.eventData, ...detail } : detail;
|
|
36
|
+
const event = new CustomEvent(eventName, {
|
|
37
|
+
detail: eventData,
|
|
38
|
+
bubbles: true,
|
|
39
|
+
composed: true,
|
|
40
|
+
cancelable: false,
|
|
41
|
+
});
|
|
42
|
+
window.dispatchEvent(event);
|
|
43
|
+
}
|
|
44
|
+
static addListener(eventName, listener) {
|
|
45
|
+
window.addEventListener(eventName, listener, { once: false, passive: false, capture: false });
|
|
46
|
+
}
|
|
47
|
+
static removeListener(eventName, listener) {
|
|
48
|
+
window.removeEventListener(eventName, listener);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
EventsDispatcher.eventData = {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { getAtomStore } from 'src/atoms/atomStore/atomStore';
|
|
2
|
+
import { pageLoadOffsetTimeAtom, performanceMetricsAtom, resetPerformanceMetricsAtom, } from 'src/atoms/chat';
|
|
3
|
+
import { useAmplitudeTracking } from 'src/hooks/AmplitudeOperations/useAmplitudeOperations';
|
|
4
|
+
import { useEffect } from 'react';
|
|
5
|
+
import { SpiffyMetricsEventName } from '@envive-ai/types';
|
|
6
|
+
export const useRegisterAnalyticsListeners = () => {
|
|
7
|
+
const { track } = useAmplitudeTracking();
|
|
8
|
+
const atomStore = getAtomStore();
|
|
9
|
+
useEffect(() => {
|
|
10
|
+
const performanceMetrics = atomStore.get(performanceMetricsAtom);
|
|
11
|
+
const pageLoadOffsetTime = atomStore.get(pageLoadOffsetTimeAtom);
|
|
12
|
+
const handleVisibilityChange = () => {
|
|
13
|
+
if (document.visibilityState === 'hidden' && performanceMetrics.size > 0) {
|
|
14
|
+
const perfMetricsProperties = Object.fromEntries(Array.from(performanceMetrics.entries()).map(([key, value]) => [
|
|
15
|
+
`performanceMetrics.${key}`,
|
|
16
|
+
value,
|
|
17
|
+
]));
|
|
18
|
+
track(SpiffyMetricsEventName.PerformanceMetrics, {
|
|
19
|
+
...perfMetricsProperties,
|
|
20
|
+
'performance_metrics.page_load_offset_ms': pageLoadOffsetTime,
|
|
21
|
+
});
|
|
22
|
+
resetPerformanceMetricsAtom();
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
// do not use anything other than visibilitychange to detect when a page or
|
|
26
|
+
// session has ended as other events may not fire in all browsers/devices
|
|
27
|
+
window.addEventListener('visibilitychange', handleVisibilityChange);
|
|
28
|
+
return () => {
|
|
29
|
+
window.removeEventListener('visibilitychange', handleVisibilityChange);
|
|
30
|
+
};
|
|
31
|
+
}, [track]);
|
|
32
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useAmplitudeOperations";
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { useState, useCallback } from 'react';
|
|
2
|
+
import { useAmplitude } from 'src/contexts/amplitudeContext/amplitudeContext';
|
|
3
|
+
export const useAmplitudeTracking = () => {
|
|
4
|
+
const { trackEvent, isReady } = useAmplitude();
|
|
5
|
+
const [loading, setLoading] = useState(false);
|
|
6
|
+
const [error, setError] = useState(null);
|
|
7
|
+
const track = useCallback(async (eventName, eventProps) => {
|
|
8
|
+
if (!isReady)
|
|
9
|
+
return;
|
|
10
|
+
setLoading(true);
|
|
11
|
+
setError(null);
|
|
12
|
+
try {
|
|
13
|
+
await trackEvent({ eventName, eventProps });
|
|
14
|
+
}
|
|
15
|
+
catch (err) {
|
|
16
|
+
setError(err instanceof Error ? err : new Error('Tracking failed'));
|
|
17
|
+
throw err;
|
|
18
|
+
}
|
|
19
|
+
finally {
|
|
20
|
+
setLoading(false);
|
|
21
|
+
}
|
|
22
|
+
}, [trackEvent, isReady]);
|
|
23
|
+
return { track, loading, error, isReady };
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useAppDetails";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { useAtomValue } from 'jotai';
|
|
2
|
+
import { ContextEnvEnum, ContextSourceEnum } from '@spiffy-ai/commerce-api-client';
|
|
3
|
+
import { variantInfoAtom } from 'src/atoms/app/variant';
|
|
4
|
+
import { contextSourceAtom, envAtom as enviveEnvAtom, orgShortNameAtom as enviveOrgShortNameAtom, } from 'src/atoms/envive/enviveConfig';
|
|
5
|
+
import { chatIdAtom, userIdAtom } from 'src/atoms/app/index';
|
|
6
|
+
import { useOrgId } from 'src/hooks/GraphQLConfig/useGraphQLConfig';
|
|
7
|
+
export const useAppDetails = () => {
|
|
8
|
+
var _a, _b, _c;
|
|
9
|
+
const { orgId: fetchedOrgId } = useOrgId(); // Get orgId from useOrgId hook
|
|
10
|
+
const orgId = fetchedOrgId !== null && fetchedOrgId !== void 0 ? fetchedOrgId : ''; // Provide a default empty string if undefined
|
|
11
|
+
const orgShortName = (_a = useAtomValue(enviveOrgShortNameAtom)) !== null && _a !== void 0 ? _a : 'spiffy-ai';
|
|
12
|
+
const chatId = useAtomValue(chatIdAtom);
|
|
13
|
+
const userId = useAtomValue(userIdAtom);
|
|
14
|
+
const source = (_b = useAtomValue(contextSourceAtom)) !== null && _b !== void 0 ? _b : ContextSourceEnum.App;
|
|
15
|
+
const env = (_c = useAtomValue(enviveEnvAtom)) !== null && _c !== void 0 ? _c : ContextEnvEnum.Dev; // Cast to ContextEnvEnum
|
|
16
|
+
const variantInfo = useAtomValue(variantInfoAtom);
|
|
17
|
+
return {
|
|
18
|
+
orgId,
|
|
19
|
+
orgShortName,
|
|
20
|
+
chatId,
|
|
21
|
+
userId,
|
|
22
|
+
source,
|
|
23
|
+
env,
|
|
24
|
+
variantInfo,
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useBlockBackButton";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { useEffect } from "react";
|
|
2
|
+
export const useBlockBackButton = (enabled, callback) => {
|
|
3
|
+
useEffect(() => {
|
|
4
|
+
if (enabled && window) {
|
|
5
|
+
if (window.history.scrollRestoration) {
|
|
6
|
+
window.history.scrollRestoration = "manual";
|
|
7
|
+
}
|
|
8
|
+
window.history.pushState(null, document.title, window.location.href);
|
|
9
|
+
window.onpopstate = (e) => {
|
|
10
|
+
e.preventDefault();
|
|
11
|
+
window.history.pushState(null, document.title, window.location.href);
|
|
12
|
+
callback === null || callback === void 0 ? void 0 : callback();
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
return () => {
|
|
16
|
+
if (enabled && window) {
|
|
17
|
+
window.history.back();
|
|
18
|
+
window.onpopstate = null;
|
|
19
|
+
window.history.scrollRestoration = "auto";
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
}, [enabled]);
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useCdnOperations";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { useCdn } from "../../contexts/cdnContext";
|
|
2
|
+
export const useCdnUrl = () => {
|
|
3
|
+
const { cdnUrl } = useCdn();
|
|
4
|
+
return cdnUrl;
|
|
5
|
+
};
|
|
6
|
+
export const useCdnBasePath = () => {
|
|
7
|
+
const { getCdnBasePath } = useCdn();
|
|
8
|
+
return getCdnBasePath();
|
|
9
|
+
};
|
|
10
|
+
export const useAssetUrl = (assetName, orgShortName) => {
|
|
11
|
+
const { getAssetURL } = useCdn();
|
|
12
|
+
return getAssetURL(assetName, orgShortName);
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useChatToggle";
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { SpiffyMetricsEventName } from '@envive-ai/types';
|
|
2
|
+
import { useAtomValue, useSetAtom } from 'jotai';
|
|
3
|
+
import { chatAtom, chatOnToggleAtom } from 'src/atoms/chat';
|
|
4
|
+
import { useAmplitude } from 'src/contexts/amplitudeContext/amplitudeContext';
|
|
5
|
+
export const useChatToggle = () => {
|
|
6
|
+
const onToggle = useSetAtom(chatOnToggleAtom);
|
|
7
|
+
const { isOpen } = useAtomValue(chatAtom);
|
|
8
|
+
const { trackEvent } = useAmplitude();
|
|
9
|
+
const toggle = (triggerLocation, triggerId) => {
|
|
10
|
+
if (!isOpen) {
|
|
11
|
+
trackEvent({
|
|
12
|
+
eventName: SpiffyMetricsEventName.ChatComponentExpanded,
|
|
13
|
+
eventProps: {
|
|
14
|
+
message_metadata: {
|
|
15
|
+
trigger_location: triggerLocation,
|
|
16
|
+
trigger_id: triggerId,
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
trackEvent({
|
|
23
|
+
eventName: SpiffyMetricsEventName.ChatComponentCollapsed,
|
|
24
|
+
eventProps: {
|
|
25
|
+
message_metadata: {
|
|
26
|
+
trigger_location: triggerLocation,
|
|
27
|
+
trigger_id: triggerId,
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
onToggle();
|
|
33
|
+
};
|
|
34
|
+
const openChat = (triggerLocation, triggerId) => {
|
|
35
|
+
if (!isOpen) {
|
|
36
|
+
toggle(triggerLocation, triggerId);
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
const closeChat = (triggerLocation, triggerId) => {
|
|
40
|
+
if (isOpen) {
|
|
41
|
+
toggle(triggerLocation, triggerId);
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
return {
|
|
45
|
+
toggle,
|
|
46
|
+
isOpen,
|
|
47
|
+
openChat,
|
|
48
|
+
closeChat,
|
|
49
|
+
};
|
|
50
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useChatToggleAnalytics";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { useSetAtom } from 'jotai';
|
|
2
|
+
import { chatOnToggleAtom } from 'src/atoms/chat/chatState';
|
|
3
|
+
import { useAmplitudeTracking } from '../AmplitudeOperations';
|
|
4
|
+
export const useChatToggleAnalytics = () => {
|
|
5
|
+
const setChatOnToggle = useSetAtom(chatOnToggleAtom);
|
|
6
|
+
const { track } = useAmplitudeTracking();
|
|
7
|
+
const toggleChat = (triggerLocation) => {
|
|
8
|
+
setChatOnToggle(triggerLocation, track);
|
|
9
|
+
};
|
|
10
|
+
return { toggleChat };
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useCustomerSupportHandoff";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import Logger from '../../application/logging/logger';
|
|
2
|
+
import { useCallback } from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* Hook to call the `click` method of the merchant's customer support chat widget.
|
|
5
|
+
*
|
|
6
|
+
* @param onSwitchToAgent a function to override the function returned by the hook. This is mainly to
|
|
7
|
+
* preserve backward compatibility for merchants not using Kustomer and will be removed when all
|
|
8
|
+
* CS integrations are handled.
|
|
9
|
+
*
|
|
10
|
+
* @returns a function that searches for the customer support chat widget and calls the `click` method.
|
|
11
|
+
*/
|
|
12
|
+
export const useCustomerSupportHandoff = (onSwitchToAgent) => {
|
|
13
|
+
// TODO handle Gorgias
|
|
14
|
+
const onKustomerSwitch = useCallback(() => {
|
|
15
|
+
var _a, _b;
|
|
16
|
+
const kustomerElement = document.getElementById('kustomer-ui-sdk-iframe');
|
|
17
|
+
if (kustomerElement == null || !(kustomerElement instanceof HTMLIFrameElement)) {
|
|
18
|
+
Logger.logError('[spiffy-ai] Kustomer iFrame element not found', undefined);
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
const kustomerButton = (_b = (_a = kustomerElement.contentWindow) === null || _a === void 0 ? void 0 : _a.document) === null || _b === void 0 ? void 0 : _b.getElementById('rootChatIcon');
|
|
22
|
+
if (kustomerButton == null) {
|
|
23
|
+
Logger.logError('[spiffy-ai] Kustomer button not found', undefined);
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
kustomerButton.click();
|
|
27
|
+
}, []);
|
|
28
|
+
if (onSwitchToAgent != null) {
|
|
29
|
+
return { onSwitch: onSwitchToAgent };
|
|
30
|
+
}
|
|
31
|
+
return { onSwitch: onKustomerSwitch };
|
|
32
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useDebounce";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { useState, useEffect } from 'react';
|
|
2
|
+
export function useDebounce(value, delay) {
|
|
3
|
+
const [debouncedValue, setDebouncedValue] = useState(value);
|
|
4
|
+
useEffect(() => {
|
|
5
|
+
const handler = setTimeout(() => {
|
|
6
|
+
setDebouncedValue(value);
|
|
7
|
+
}, delay);
|
|
8
|
+
return () => {
|
|
9
|
+
clearTimeout(handler);
|
|
10
|
+
};
|
|
11
|
+
}, [value, delay]);
|
|
12
|
+
return debouncedValue;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useElementObserver";
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import { useEffect, useRef, useState } from 'react';
|
|
2
|
+
import { DOMObserver } from 'src/application/utils/domObserver';
|
|
3
|
+
/*
|
|
4
|
+
>>>>
|
|
5
|
+
<task_progress>
|
|
6
|
+
- [ ] Identify all exported types across the codebase.
|
|
7
|
+
- [x] Create individual type files in `/types` for each type.
|
|
8
|
+
- [x] Move `ElementObserverUtility` to `src/types/ElementObserverUtility.ts`.
|
|
9
|
+
- [ ] Update `src/hooks/ElementObserver/useElementObserver.ts` to import and use the new type.
|
|
10
|
+
- [ ] Update `/types/index.ts` by adding export for `./ElementObserverUtility`.
|
|
11
|
+
</task_progress>
|
|
12
|
+
* This hook enables the connection between a `MutationObserver` and a React.js component.
|
|
13
|
+
* It abstracts all the necessary validations and implementations to modify HTML elements,
|
|
14
|
+
* monitor their changes, and interact with them. The only required input is the element's selector.
|
|
15
|
+
*
|
|
16
|
+
* How to use it:
|
|
17
|
+
*
|
|
18
|
+
* Let's assume we want to interact with the following element:
|
|
19
|
+
* `<div id="awesome-content"><content /></div>`
|
|
20
|
+
*
|
|
21
|
+
* To hook into that element, simply do the following:
|
|
22
|
+
* `const element = useElementObserver(SelectorFactory.id("awesome-content"))`
|
|
23
|
+
*
|
|
24
|
+
* With the `ElementObserver` instance in hand, we can interact with the HTML element without having
|
|
25
|
+
* to manage its presence in the DOM. The `onAdd` and `onRemove` functions can be used to determine
|
|
26
|
+
* whether the element is present in the DOM or not, and to ensure interaction occurs only when necessary.
|
|
27
|
+
*
|
|
28
|
+
* @param selector
|
|
29
|
+
* @returns
|
|
30
|
+
*/
|
|
31
|
+
export const useElementObserver = (selector) => {
|
|
32
|
+
const INITIAL_RENDER_STATE = true;
|
|
33
|
+
const eoRef = useRef(DOMObserver.add(selector));
|
|
34
|
+
const [renderBlocked, setRenderBlocked] = useState(INITIAL_RENDER_STATE);
|
|
35
|
+
/**
|
|
36
|
+
* Fired every time the HTML element changes.
|
|
37
|
+
*
|
|
38
|
+
* @param fn
|
|
39
|
+
*/
|
|
40
|
+
const onChange = (fn) => {
|
|
41
|
+
var _a;
|
|
42
|
+
(_a = eoRef.current) === null || _a === void 0 ? void 0 : _a.registerOnChange(fn);
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Fired when the HTML element is added to the DOM.
|
|
46
|
+
*
|
|
47
|
+
* @param fn
|
|
48
|
+
*/
|
|
49
|
+
const onAdd = (fn) => {
|
|
50
|
+
var _a;
|
|
51
|
+
(_a = eoRef.current) === null || _a === void 0 ? void 0 : _a.registerOnAdd(fn);
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Fired when the HTML element is removed from the DOM.
|
|
55
|
+
*
|
|
56
|
+
* @param fn
|
|
57
|
+
*/
|
|
58
|
+
const onRemove = (fn) => {
|
|
59
|
+
var _a;
|
|
60
|
+
(_a = eoRef.current) === null || _a === void 0 ? void 0 : _a.registerOnRemove(fn);
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Fired when the class of the HTML element changes.
|
|
64
|
+
*
|
|
65
|
+
* @param fn
|
|
66
|
+
*/
|
|
67
|
+
const onClassChange = (fn) => {
|
|
68
|
+
var _a;
|
|
69
|
+
(_a = eoRef.current) === null || _a === void 0 ? void 0 : _a.registerOnclassChange(fn);
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* Fired when a class is added to the HTML element.
|
|
73
|
+
*
|
|
74
|
+
* @param className
|
|
75
|
+
* @param fn
|
|
76
|
+
*/
|
|
77
|
+
const onClassAdded = (className, fn) => {
|
|
78
|
+
var _a;
|
|
79
|
+
(_a = eoRef.current) === null || _a === void 0 ? void 0 : _a.registerOnClassAdded(className, fn);
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Fired when a class is removed from the HTML element.
|
|
83
|
+
*
|
|
84
|
+
* @param className
|
|
85
|
+
* @param fn
|
|
86
|
+
*/
|
|
87
|
+
const onClassRemoved = (className, fn) => {
|
|
88
|
+
var _a;
|
|
89
|
+
(_a = eoRef.current) === null || _a === void 0 ? void 0 : _a.registerOnClassRemoved(className, fn);
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* Fired when a child element is added to the HTML element.
|
|
93
|
+
*
|
|
94
|
+
* @param fn
|
|
95
|
+
*/
|
|
96
|
+
const onAddChild = (fn) => {
|
|
97
|
+
var _a;
|
|
98
|
+
(_a = eoRef.current) === null || _a === void 0 ? void 0 : _a.registerOnAddChild(fn);
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* Fired when a child element is removed from the HTML element.
|
|
102
|
+
*
|
|
103
|
+
* @param fn
|
|
104
|
+
*/
|
|
105
|
+
const onRemoveChild = (fn) => {
|
|
106
|
+
var _a;
|
|
107
|
+
(_a = eoRef.current) === null || _a === void 0 ? void 0 : _a.registerOnRemoveChild(fn);
|
|
108
|
+
};
|
|
109
|
+
/**
|
|
110
|
+
* Allows hooking event listeners to the HTML element, such as `focus`, `blur`, etc.
|
|
111
|
+
*
|
|
112
|
+
* @param event
|
|
113
|
+
* @param fn
|
|
114
|
+
*/
|
|
115
|
+
const onEvent = (event, fn) => {
|
|
116
|
+
eoRef.current.registerEvent(event, fn);
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* Useful when rendering a React.js component inside the HTML element.
|
|
120
|
+
*
|
|
121
|
+
* @param fn
|
|
122
|
+
* @returns
|
|
123
|
+
*/
|
|
124
|
+
const render = (fn) => !renderBlocked ? eoRef.current.render(fn) : undefined;
|
|
125
|
+
/**
|
|
126
|
+
* Checks if the element exists in the DOM.
|
|
127
|
+
*
|
|
128
|
+
* @returns
|
|
129
|
+
*/
|
|
130
|
+
const exists = () => !!eoRef.current.getNode();
|
|
131
|
+
/**
|
|
132
|
+
* Checks if rendering is unblocked.
|
|
133
|
+
*
|
|
134
|
+
* @returns
|
|
135
|
+
*/
|
|
136
|
+
const isRendered = () => !renderBlocked;
|
|
137
|
+
/**
|
|
138
|
+
* Triggers an event for the HTML element.
|
|
139
|
+
*
|
|
140
|
+
* @param event
|
|
141
|
+
*/
|
|
142
|
+
const fire = (event) => {
|
|
143
|
+
eoRef.current.fire(event);
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Shows the HTML element.
|
|
147
|
+
*
|
|
148
|
+
* @returns
|
|
149
|
+
*/
|
|
150
|
+
const show = () => eoRef.current.show();
|
|
151
|
+
/**
|
|
152
|
+
* Hides the HTML element.
|
|
153
|
+
*
|
|
154
|
+
* @returns
|
|
155
|
+
*/
|
|
156
|
+
const hide = () => eoRef.current.hide();
|
|
157
|
+
/**
|
|
158
|
+
* Blocks the rendering of elements.
|
|
159
|
+
*
|
|
160
|
+
* @returns
|
|
161
|
+
*/
|
|
162
|
+
const blockRendering = () => setRenderBlocked(true);
|
|
163
|
+
/**
|
|
164
|
+
* Unblocks the rendering of elements.
|
|
165
|
+
*
|
|
166
|
+
* @returns
|
|
167
|
+
*/
|
|
168
|
+
const unblockRendering = () => setRenderBlocked(false);
|
|
169
|
+
/**
|
|
170
|
+
* Applies CSS styles to the HTML element.
|
|
171
|
+
*
|
|
172
|
+
* @param styles
|
|
173
|
+
*/
|
|
174
|
+
const applyStyle = (styles) => {
|
|
175
|
+
var _a;
|
|
176
|
+
const node = (_a = eoRef === null || eoRef === void 0 ? void 0 : eoRef.current) === null || _a === void 0 ? void 0 : _a.getNode();
|
|
177
|
+
if (node) {
|
|
178
|
+
Object.assign(node.style, styles);
|
|
179
|
+
}
|
|
180
|
+
};
|
|
181
|
+
useEffect(() => {
|
|
182
|
+
eoRef.current.init();
|
|
183
|
+
eoRef.current.registerOnReset(() => setRenderBlocked(INITIAL_RENDER_STATE));
|
|
184
|
+
DOMObserver.observe();
|
|
185
|
+
return () => DOMObserver.remove(selector);
|
|
186
|
+
}, [selector.getPattern()]);
|
|
187
|
+
return {
|
|
188
|
+
targetNode: eoRef.current.getNode(),
|
|
189
|
+
onChange,
|
|
190
|
+
onAdd,
|
|
191
|
+
onRemove,
|
|
192
|
+
onClassChange,
|
|
193
|
+
onClassAdded,
|
|
194
|
+
onClassRemoved,
|
|
195
|
+
onAddChild,
|
|
196
|
+
onRemoveChild,
|
|
197
|
+
onEvent,
|
|
198
|
+
blockRendering,
|
|
199
|
+
unblockRendering,
|
|
200
|
+
exists,
|
|
201
|
+
isRendered,
|
|
202
|
+
render,
|
|
203
|
+
fire,
|
|
204
|
+
show,
|
|
205
|
+
hide,
|
|
206
|
+
applyStyle,
|
|
207
|
+
};
|
|
208
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useGrabAndScroll";
|