@envive-ai/react-hooks 0.1.4 → 0.1.6
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/amplitudeContext-CHzas7Cf.d.cts +52 -0
- package/dist/amplitudeContext-D-7fmVh1.cjs +356 -0
- package/dist/amplitudeContext-hY3caPC6.js +322 -0
- package/dist/amplitudeContext-tJ4y-SzX.d.ts +52 -0
- package/dist/api-DjeZXxl_.js +207 -0
- package/dist/api-_JaUnIUj.cjs +292 -0
- package/dist/app-CjsQ2_n-.js +132 -0
- package/dist/app-CnKRZ9RW.cjs +178 -0
- package/dist/application/models/graphql/index.cjs +3 -12
- package/dist/application/models/graphql/index.d.cts +1 -1
- package/dist/application/models/graphql/index.d.ts +1 -1
- package/dist/application/models/graphql/index.js +1 -10
- package/dist/application/models/guards/api/index.cjs +1 -2
- 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 +1 -2
- package/dist/application/models/index.cjs +48 -54
- package/dist/application/models/index.d.cts +7 -9
- package/dist/application/models/index.d.ts +7 -9
- package/dist/application/models/index.js +7 -11
- package/dist/application/models/utilityTypes/index.cjs +1 -1
- package/dist/application/models/utilityTypes/index.d.cts +1 -1
- package/dist/application/models/utilityTypes/index.d.ts +1 -1
- package/dist/application/models/utilityTypes/index.js +1 -1
- package/dist/application/models/variantInfo/index.cjs +1 -1
- package/dist/application/models/variantInfo/index.d.cts +1 -1
- package/dist/application/models/variantInfo/index.d.ts +1 -1
- package/dist/application/models/variantInfo/index.js +1 -1
- package/dist/application/utils/index.cjs +40 -37
- package/dist/application/utils/index.d.cts +18 -14
- package/dist/application/utils/index.d.ts +17 -13
- package/dist/application/utils/index.js +13 -10
- package/dist/{atomStore-JwGb7pcy.cjs → atomStore-B4jIaDPd.cjs} +1 -1
- package/dist/{atomStore-B1cgmbP0.js → atomStore-D8pjE1vL.js} +1 -1
- package/dist/atoms/app/index.cjs +14 -16
- package/dist/atoms/app/index.d.cts +20 -19
- package/dist/atoms/app/index.d.ts +20 -19
- package/dist/atoms/app/index.js +10 -11
- package/dist/atoms/atomStore/index.cjs +2 -1
- package/dist/atoms/atomStore/index.d.cts +1 -1
- package/dist/atoms/atomStore/index.js +2 -1
- package/dist/atoms/chat/index.cjs +44 -40
- package/dist/atoms/chat/index.d.cts +35 -36
- package/dist/atoms/chat/index.d.ts +35 -36
- package/dist/atoms/chat/index.js +14 -10
- package/dist/atoms/globalSearch/index.cjs +1 -1
- package/dist/atoms/globalSearch/index.d.cts +5 -5
- package/dist/atoms/globalSearch/index.d.ts +5 -5
- package/dist/atoms/globalSearch/index.js +1 -1
- package/dist/atoms/org/index.cjs +26 -37
- package/dist/atoms/org/index.d.cts +37 -47
- package/dist/atoms/org/index.d.ts +37 -47
- package/dist/atoms/org/index.js +11 -11
- package/dist/atoms/search/index.cjs +47 -41
- package/dist/atoms/search/index.d.cts +7 -9
- package/dist/atoms/search/index.d.ts +7 -9
- package/dist/atoms/search/index.js +16 -10
- package/dist/bandolier-DYEz4-8C.js +1229 -0
- package/dist/bandolier-o_-xrbOV.cjs +1229 -0
- package/dist/carpe-CsG5jCcl.cjs +607 -0
- package/dist/carpe-DONk00bZ.js +605 -0
- package/dist/cdnUtils-32v8bDX9.cjs +16 -0
- package/dist/cdnUtils-E4tLBt2g.js +11 -0
- package/dist/{chat-BgONoYU7.cjs → chat-BubCW1as.cjs} +1 -1
- package/dist/chat-CO7cRkaq.cjs +506 -0
- package/dist/{chat-CLJ4NWcN.js → chat-CV6MXeID.js} +1 -1
- package/dist/chat-hcRc4RRd.js +285 -0
- package/dist/{components-CV1fhAkj.js → components-B4T3Uzth.js} +1 -1
- package/dist/{components-BKZbet67.cjs → components-Cw9WjA6g.cjs} +1 -1
- package/dist/config/locators/components/chat/index.cjs +1 -1
- 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/index.js +1 -1
- package/dist/config/locators/components/chat/variants/index.d.ts +1 -1
- package/dist/config/locators/components/index.cjs +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/index.js +1 -1
- package/dist/config/locators/index.cjs +4 -4
- package/dist/config/locators/index.d.cts +2 -2
- package/dist/config/locators/index.d.ts +3 -3
- package/dist/config/locators/index.js +4 -4
- package/dist/contexts/index.cjs +45 -14
- package/dist/contexts/index.d.cts +10 -78
- package/dist/contexts/index.d.ts +10 -78
- package/dist/contexts/index.js +22 -11
- package/dist/contexts-B4ihTBsV.cjs +2980 -0
- package/dist/contexts-DGlr7M1o.js +2596 -0
- package/dist/coterie-CKB93qfz.cjs +239 -0
- package/dist/{coterie-yQ-_JXSw.cjs → coterie-DHcj2fRE.js} +64 -65
- package/dist/{custservice-types-C83itZmy.cjs → custservice-types-Dy0kc9TW.cjs} +1 -1
- package/dist/{custservice-types-DPQ-4TI6.js → custservice-types-mnIunabv.js} +1 -1
- package/dist/default-BnB4p0Se.cjs +234 -0
- package/dist/default-D6f5Dyt7.js +199 -0
- package/dist/default-ZKkE5zT4.cjs +4 -0
- package/dist/default-legGZJwI.js +4 -0
- package/dist/{divIds-DEL_-qU0.cjs → divIds-2dJlU3z8.cjs} +1 -15
- package/dist/{divIds-CWkntTsx.js → divIds-BUrN2vY-.js} +2 -4
- package/dist/dreamlandBaby-BiRYYFav.js +346 -0
- package/dist/dreamlandBaby-zuvmfzfD.cjs +346 -0
- package/dist/{embedded-C5uJqmuD.js → embedded-BJLWIriJ.js} +1 -1
- package/dist/{embedded--2L0F4b5.cjs → embedded-Dl79TJLC.cjs} +1 -1
- package/dist/{entrypoints-CNUvSgnk.js → entrypoints-Bs3pn6EV.js} +1 -1
- package/dist/{entrypoints-DM9Sm18O.cjs → entrypoints-Dqi5pzWH.cjs} +1 -1
- package/dist/enviveConfig-BccuzS2a.cjs +240 -0
- package/dist/enviveConfig-CzhTz8Aa.js +152 -0
- package/dist/events/index.cjs +1 -1
- package/dist/events/index.d.cts +1 -1
- package/dist/events/index.js +1 -1
- package/dist/{events-ClCDFK7t.js → events-BrLpaNxh.js} +1 -1
- package/dist/{events-Da7gpmGv.cjs → events-DwT6cEwI.cjs} +1 -1
- package/dist/fiveCbd-DwTTwC2j.cjs +613 -0
- package/dist/fiveCbd-Dz2NouOF.js +613 -0
- package/dist/forLoveAndLemons-DqSdyD6S.js +665 -0
- package/dist/forLoveAndLemons-Ud6mPrV3.cjs +667 -0
- package/dist/{globalSearch-b0wC7ZEO.js → globalSearch-B6THR7Jx.js} +1 -1
- package/dist/{globalSearch-BTeZxvk1.cjs → globalSearch-BFvEg53C.cjs} +1 -1
- package/dist/graphql-BNW60InJ.cjs +128 -0
- package/dist/graphql-CjB8wHzm.js +74 -0
- package/dist/graphqlConfig-CYt6tWII.js +30 -0
- package/dist/graphqlConfig-DicykC-o.cjs +61 -0
- package/dist/greenpan-B_EbPkSP.js +397 -0
- package/dist/greenpan-kPE4fJgd.cjs +397 -0
- package/dist/grooveLife-Ckuir319.js +342 -0
- package/dist/grooveLife-DKSEQp1F.cjs +342 -0
- package/dist/homegrownCannabis-BVPa2pqe.js +410 -0
- package/dist/homegrownCannabis-BwIAkxuA.cjs +410 -0
- package/dist/hooks/index.cjs +40 -16
- package/dist/hooks/index.d.cts +122 -95
- package/dist/hooks/index.d.ts +122 -95
- package/dist/hooks/index.js +22 -11
- package/dist/{index-D46Rd0io.d.cts → index-B0NW9KTj.d.cts} +1 -1
- package/dist/{index-jBATkcc_.d.cts → index-BDPWBU3h.d.cts} +1 -1
- package/dist/index-BMPtlgac.d.ts +191 -0
- package/dist/{index-BTK5uzs6.d.cts → index-Bmub8e38.d.cts} +1 -1
- package/dist/{index-C62lPpy4.d.cts → index-Byb45OPg.d.cts} +1 -1
- package/dist/{index-DPx8s5YH.d.ts → index-C6KdON7d.d.ts} +1 -1
- package/dist/index-C7pGDl1A.d.ts +1609 -0
- package/dist/{index-CYtsPztZ.d.cts → index-C9lgsCWp.d.cts} +32 -32
- package/dist/{index-BzgkfbNO.d.cts → index-CESxqFso.d.cts} +1 -1
- package/dist/{index-C_C0tLeD.d.ts → index-Cc-wBCn6.d.ts} +32 -32
- package/dist/{index-Cx9e-fRi.d.ts → index-CcIG01PJ.d.ts} +2 -2
- package/dist/{index-ClJ0nMsR.d.cts → index-CiWEYzXl.d.cts} +2 -2
- package/dist/{index-CKKkTsms.d.ts → index-Cqg6ltII.d.ts} +1 -1
- package/dist/{index-CExtydIH.d.ts → index-DOii3C6b.d.ts} +1 -1
- package/dist/index-DTu2X-YS.d.cts +1609 -0
- package/dist/index-OEifcBsm.d.cts +191 -0
- package/dist/{index-Dxpscrvz.d.ts → index-PGF8BvxQ.d.ts} +1 -1
- package/dist/{index-D2VaMPA3.d.ts → index-ylUiJvnr.d.ts} +1 -1
- package/dist/interceptors/index.cjs +2 -12
- package/dist/interceptors/index.d.cts +8 -13
- package/dist/interceptors/index.d.ts +8 -13
- package/dist/interceptors/index.js +2 -11
- package/dist/jackArcher-B39OEIj6.cjs +727 -0
- package/dist/{jackArcher-CXf_IAmC.js → jackArcher-BwkWGybC.js} +24 -25
- package/dist/jordanCraig-CxRH_jLi.js +1786 -0
- package/dist/jordanCraig-RwmWw-jM.cjs +1786 -0
- package/dist/kindredBravely-D78VwL20.cjs +490 -0
- package/dist/kindredBravely-DQDpAzdl.js +490 -0
- package/dist/kutFromTheKloth-TcXQkIti.js +369 -0
- package/dist/kutFromTheKloth-dXRrNti0.cjs +369 -0
- package/dist/larryAndSerges-Bh5XEXsZ.js +262 -0
- package/dist/larryAndSerges-COdBzOzu.cjs +262 -0
- package/dist/leapsAndRebounds-BbXnqkl5.cjs +360 -0
- package/dist/leapsAndRebounds-mjCaH1k-.js +360 -0
- package/dist/longevityrx-DdV3v26F.cjs +320 -0
- package/dist/longevityrx-DfPDfvAt.js +320 -0
- package/dist/lookOptic-DgXFGBPP.cjs +282 -0
- package/dist/{lookOptic-BGhU4910.js → lookOptic-FgVW1afF.js} +19 -20
- package/dist/mantraBrand-C5gVm3rk.cjs +750 -0
- package/dist/{mantraBrand-DrqG9uqO.js → mantraBrand-uV8HCDR8.js} +22 -23
- package/dist/medterra-BtDpr1Hw.cjs +583 -0
- package/dist/medterra-DgzE7-mj.js +583 -0
- package/dist/modells-CJjsxOIR.js +484 -0
- package/dist/modells-Ck5KbRFj.cjs +484 -0
- package/dist/models-BkXg5eIP.cjs +1534 -0
- package/dist/models-UZ6HszfZ.js +1281 -0
- package/dist/{nodeSelector-BiCDowlK.d.ts → nodeSelector-BxrS2S_k.d.ts} +1 -1
- package/dist/{nodeSelector-B3bPtEjX.d.cts → nodeSelector-Dm4S-10n.d.cts} +1 -1
- package/dist/org-C2RrBVQR.cjs +81 -0
- package/dist/org-xMytX--e.js +38 -0
- package/dist/orgAnalyticsConfig-BJ2A1RZ-.cjs +39 -0
- package/dist/orgAnalyticsConfig-ClrFy2qH.js +14 -0
- package/dist/pressedFloral-Bteoboms.js +661 -0
- package/dist/pressedFloral-CexgV-xy.cjs +661 -0
- package/dist/search-BMOAmrmY.js +459 -0
- package/dist/search-Df0Ifneg.cjs +672 -0
- package/dist/{search-filter-types-BNTLVXqQ.d.cts → search-filter-types-DosbseF3.d.cts} +1 -1
- package/dist/{search-filter-types-DkmH1TxJ.d.ts → search-filter-types-fZf91Pdw.d.ts} +1 -1
- package/dist/skinPerfection-BGzq9lq-.cjs +334 -0
- package/dist/skinPerfection-BlvcEcUE.js +334 -0
- package/dist/snapSupplements-CbbGzAgO.cjs +285 -0
- package/dist/snapSupplements-kcsPAOm9.js +285 -0
- package/dist/{socialProofClasses-ky69yppk.cjs → socialProofClasses-Db8gzsfi.cjs} +1 -1
- package/dist/{socialProofClasses-DdzG1tZy.js → socialProofClasses-kwDvwLOZ.js} +1 -1
- package/dist/spanx-B4WFA_rI.js +661 -0
- package/dist/spanx-BWoE4F8b.cjs +663 -0
- package/dist/spanxStaging-BOrOjhXn.js +845 -0
- package/dist/spanxStaging-BfdfIug4.cjs +848 -0
- package/dist/{suggestionBarV2-types-CwOXzIKq.js → suggestionBarV2-types-IMMOmCir.js} +1 -1
- package/dist/{suggestionBarV2-types-Dc4-zJlV.cjs → suggestionBarV2-types-nnGNgFvR.cjs} +1 -1
- package/dist/supergoop-22dd5_BS.js +323 -0
- package/dist/supergoop-B-a4cku2.cjs +323 -0
- package/dist/{test-types-CXVJxTeu.d.ts → test-types-C9b_OdfO.d.ts} +1 -1
- package/dist/{test-types-CuOq25VT.d.cts → test-types-CgVJtwUr.d.cts} +1 -1
- package/dist/types/index.cjs +2 -2
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.js +2 -2
- package/dist/types--pr1GQQx.js +154 -0
- package/dist/types-BVSyY3Hk.cjs +196 -0
- package/dist/{uniqueVintage-Cui74mlJ.js → uniqueVintage-CJXiNNe7.js} +19 -20
- package/dist/uniqueVintage-D0jzJWlo.cjs +1213 -0
- package/dist/useMessageInterceptor-B87e3yu3.cjs +33 -0
- package/dist/useMessageInterceptor-Bb7YRaWk.js +25 -0
- package/dist/userIdentityContext-BPqvVIg0.d.cts +20 -0
- package/dist/userIdentityContext-wbCRmlzp.d.ts +20 -0
- package/dist/utils-C9ZSCx12.js +888 -0
- package/dist/utils-D5HO61hG.cjs +1016 -0
- package/dist/variantInfo-DbVxA1yE.js +1 -0
- package/dist/variantInfo-orXoPBCU.cjs +0 -0
- package/dist/venaCbd-Bhhu_qUf.cjs +365 -0
- package/dist/venaCbd-CanovPS_.js +365 -0
- package/dist/westonJonBoucher-BC0x1ktI.cjs +422 -0
- package/dist/{westonJonBoucher-C95EuCl-.js → westonJonBoucher-BUu1_wP1.js} +19 -20
- package/dist/wineEnthusiast-BlCryfil.cjs +940 -0
- package/dist/{wineEnthusiast-DeTFY8Gm.js → wineEnthusiast-Ck1x5iJq.js} +19 -20
- package/dist/wolfMattress-D9Mjq-HP.js +372 -0
- package/dist/wolfMattress-JssghhC-.cjs +372 -0
- package/dist/wolfTactical-C6exYhL7.cjs +349 -0
- package/dist/wolfTactical-CnV3KQdI.js +349 -0
- package/package.json +101 -19
- package/src/{adapters/spiffy/commerce/api.ts → application/commerce-api.ts} +31 -23
- package/src/application/models/colorsConfig.ts +18 -18
- package/src/application/models/frontendConfig.ts +3 -3
- package/src/application/models/graphql/queries/getMerchantColorsQuery.ts +1 -1
- package/src/application/models/graphql/queries/getMerchantFrontendConfigQuery.ts +1 -1
- package/src/application/models/index.ts +0 -2
- package/src/application/models/localStorageEventListener.ts +2 -2
- package/src/application/models/supportedOrgs.ts +1 -1
- package/src/application/models/utils/snakeToCamelTransformer.ts +8 -8
- package/src/application/models/validators/validateGraphQLColorsConfig.ts +0 -21
- package/src/application/models/validators/validateGraphQLFrontendConfig.ts +2 -2
- package/src/application/utils/analyticsUtils.ts +53 -22
- package/src/application/utils/cdnUtils.ts +11 -0
- package/src/atoms/amplitude/amplitudeTrackEventAtom.ts +15 -0
- package/src/atoms/app/index.ts +7 -17
- package/src/atoms/app/variant.ts +13 -4
- package/src/atoms/chat/chatState.ts +28 -18
- package/src/atoms/chat/messageQueue.ts +36 -5
- package/src/atoms/chat/replies.ts +45 -37
- package/src/atoms/envive/enviveConfig.ts +10 -6
- package/src/atoms/org/graphqlConfig.ts +21 -4
- package/src/atoms/org/index.ts +7 -7
- package/src/atoms/org/newOrgConfigAtom.ts +8 -0
- package/src/atoms/org/orgPageConfig.ts +6 -5
- package/src/atoms/search/chatSearch.ts +11 -5
- package/src/atoms/search/searchAPI.ts +68 -48
- package/src/atoms/search/searchServiceAdapter.ts +25 -0
- package/src/contexts/amplitudeContext.tsx +466 -0
- package/src/contexts/cdnContext.tsx +48 -0
- package/src/contexts/chatContext.tsx +15 -12
- package/src/contexts/enviveConfigContext.tsx +22 -17
- package/src/contexts/enviveCssContext.tsx +34 -5
- package/src/contexts/featureFlagContext.tsx +193 -0
- package/src/contexts/featureFlagServiceContext.tsx +87 -0
- package/src/contexts/graphqlContext.tsx +165 -0
- package/src/contexts/index.ts +13 -3
- package/src/contexts/localStorageContext.tsx +159 -0
- package/src/contexts/newOrgConfigContext.tsx +104 -0
- package/src/contexts/orgConfigContext.tsx +92 -92
- package/src/contexts/searchContext.tsx +187 -0
- package/src/contexts/sessionStorageContext.tsx +80 -0
- package/src/contexts/shopifyUrlContext.tsx +97 -0
- package/src/contexts/types.ts +12 -8
- package/src/contexts/userIdentityContext.tsx +197 -0
- package/src/events/registerAnalyticsListeners.ts +32 -38
- package/src/hooks/index.ts +10 -6
- package/src/hooks/useAmplitudeOperations.ts +35 -0
- package/src/hooks/useAppDetails.ts +49 -0
- package/src/hooks/useCdnOperations.ts +16 -0
- package/src/hooks/useChatToggle.ts +5 -4
- package/src/hooks/useChatToggleAnalytics.ts +15 -0
- package/src/hooks/useGraphQLConfig.ts +63 -0
- package/src/hooks/useIdentifyUser.ts +33 -0
- package/src/hooks/useImageResolver.ts +18 -10
- package/src/hooks/useLocalStorageOperations.ts +92 -0
- package/src/hooks/useNewOrgConfig.ts +7 -0
- package/src/hooks/useSearch.tsx +21 -18
- package/src/hooks/useSearchOperations.ts +97 -0
- package/src/hooks/useSessionStorageOperations.ts +28 -0
- package/src/hooks/useShopifyUrlOperations.ts +45 -0
- package/src/hooks/useTrackComponentVisibleEvent.ts +12 -8
- package/src/hooks/useUpdateAnalyticsProps.ts +28 -17
- package/src/interceptors/index.ts +0 -1
- package/src/interceptors/useMessageInterceptor.ts +5 -8
- package/src/merchants/bandolier/bandolier.ts +10 -28
- package/src/merchants/carpe/carpe.ts +5 -8
- package/src/merchants/coterie/coterie.ts +3 -6
- package/src/merchants/default.ts +73 -70
- package/src/merchants/domInsertion.ts +30 -0
- package/src/merchants/dreamlandBaby/dreamlandBaby.ts +12 -6
- package/src/merchants/fiveCbd/fiveCbd.ts +7 -13
- package/src/merchants/forLoveAndLemons/forLoveAndLemons.ts +44 -14
- package/src/merchants/greenpan/greenpan.ts +6 -12
- package/src/merchants/gridInsertion.ts +19 -0
- package/src/merchants/grooveLife/grooveLife.ts +13 -7
- package/src/merchants/homegrownCannabis/homegrownCannabis.ts +12 -6
- package/src/merchants/jackArcher/jackArcher.ts +26 -11
- package/src/merchants/jordanCraig/jordanCraig.ts +5 -5
- package/src/merchants/kindredBravely/kindredBravely.ts +16 -7
- package/src/merchants/kutFromTheKloth/kutFromTheKloth.ts +9 -6
- package/src/merchants/larryAndSerges/larryAndSerges.ts +6 -2
- package/src/merchants/leapsAndRebounds/leapsAndRebounds.ts +7 -7
- package/src/merchants/longevityrx/longevityrx.ts +14 -8
- package/src/merchants/lookOptic/lookOptic.ts +6 -6
- package/src/merchants/mantraBrand/mantraBrand.ts +14 -8
- package/src/merchants/medterra/medterra.ts +14 -11
- package/src/merchants/modells/modells.ts +6 -9
- package/src/merchants/pressedFloral/pressedFloral.ts +7 -13
- package/src/merchants/skinPerfection/skinPerfection.ts +13 -7
- package/src/merchants/snapSupplements/snapSupplements.ts +13 -10
- package/src/merchants/spanx/spanx.ts +6 -6
- package/src/merchants/spanx/spanxStaging.ts +6 -12
- package/src/merchants/supergoop/supergoop.ts +11 -12
- package/src/merchants/uniqueVintage/uniqueVintage.ts +6 -6
- package/src/merchants/venaCbd/venaCbd.ts +6 -9
- package/src/merchants/westonJonBoucher/westonJonBoucher.ts +6 -6
- package/src/merchants/wineEnthusiast/wineEnthusiast.ts +6 -6
- package/src/merchants/wolfMattress/wolfMattress.ts +3 -3
- package/src/merchants/wolfTactical/wolfTactical.ts +5 -11
- package/src/types/config-versions.ts +6 -0
- package/src/types.ts +0 -53
- package/dist/adapters/amplitude/index.cjs +0 -14
- package/dist/adapters/amplitude/index.d.cts +0 -6
- package/dist/adapters/amplitude/index.d.ts +0 -6
- package/dist/adapters/amplitude/index.js +0 -12
- package/dist/api-B2euFL-5.cjs +0 -269
- package/dist/api-XRr_lAG6.js +0 -190
- package/dist/application/config/index.cjs +0 -43
- package/dist/application/config/index.d.cts +0 -15
- package/dist/application/config/index.d.ts +0 -15
- package/dist/application/config/index.js +0 -41
- package/dist/application/service/customerService/index.cjs +0 -4
- package/dist/application/service/customerService/index.d.cts +0 -3
- package/dist/application/service/customerService/index.d.ts +0 -3
- package/dist/application/service/customerService/index.js +0 -4
- package/dist/application/service/index.cjs +0 -41
- package/dist/application/service/index.d.cts +0 -399
- package/dist/application/service/index.d.ts +0 -399
- package/dist/application/service/index.js +0 -12
- package/dist/bandolier-B76-OE75.cjs +0 -1230
- package/dist/bandolier-DRn_x1g1.js +0 -1230
- package/dist/carpe-kHi4RLB5.cjs +0 -608
- package/dist/carpe-qrSU99gq.js +0 -606
- package/dist/contexts-CQDwe3rK.cjs +0 -14333
- package/dist/contexts-e2sM-B9g.js +0 -12919
- package/dist/coterie-mMirPcHP.js +0 -240
- package/dist/customerService-BG1uNZZ1.cjs +0 -36
- package/dist/customerService-BHQRnLhC.js +0 -23
- package/dist/default-8Jfv8ehQ.cjs +0 -199
- package/dist/default-C8PQf-38.js +0 -176
- package/dist/default-LukSiCz1.js +0 -4
- package/dist/default-rJSJ887P.cjs +0 -4
- package/dist/dreamlandBaby-DHltv12Z.cjs +0 -347
- package/dist/dreamlandBaby-cG0HM9bt.js +0 -347
- package/dist/featureFlagService-5wdmW02z.d.ts +0 -18
- package/dist/featureFlagService-DaelrXEk.d.cts +0 -18
- package/dist/fiveCbd-Cvnwh03g.cjs +0 -614
- package/dist/fiveCbd-DhYMlsf9.js +0 -614
- package/dist/forLoveAndLemons-C8DuUexW.js +0 -666
- package/dist/forLoveAndLemons-DR6a1zjJ.cjs +0 -668
- package/dist/greenpan-B4Pu65kV.js +0 -398
- package/dist/greenpan-BL5p6j7f.cjs +0 -398
- package/dist/grooveLife-DjKWHoN3.cjs +0 -343
- package/dist/grooveLife-JK0TyaPz.js +0 -343
- package/dist/homegrownCannabis-DxqSDkmS.js +0 -411
- package/dist/homegrownCannabis-ZnfCqW-m.cjs +0 -411
- package/dist/index-BfuO9b0Q.d.ts +0 -749
- package/dist/index-CNsGWfS6.d.cts +0 -749
- package/dist/index-DFL1dIT_.d.ts +0 -7
- package/dist/index-MFbPQ8Ji.d.ts +0 -95
- package/dist/index-VSFakgAI.d.cts +0 -95
- package/dist/index-zZjcds15.d.cts +0 -7
- package/dist/jackArcher-mGkojXek.cjs +0 -728
- package/dist/jordanCraig-BvCvPRoR.js +0 -1787
- package/dist/jordanCraig-Dv8pVCiS.cjs +0 -1787
- package/dist/kindredBravely-UQP7wiNu.cjs +0 -491
- package/dist/kindredBravely-X8F_LNph.js +0 -491
- package/dist/kutFromTheKloth-BhYKk3CN.cjs +0 -370
- package/dist/kutFromTheKloth-D1xsTSJr.js +0 -370
- package/dist/larryAndSerges-1411NuZa.cjs +0 -262
- package/dist/larryAndSerges-DVIRLItu.js +0 -262
- package/dist/leapsAndRebounds-BJ8mwr33.js +0 -361
- package/dist/leapsAndRebounds-UcP9EJVO.cjs +0 -361
- package/dist/logger-Dln20ans.cjs +0 -26
- package/dist/logger-pdEEY8T2.js +0 -20
- package/dist/longevityrx-BFSv9GF5.cjs +0 -321
- package/dist/longevityrx-Cp6wleWr.js +0 -321
- package/dist/lookOptic-KieSqskd.cjs +0 -283
- package/dist/mantraBrand-CHQw-0nw.cjs +0 -751
- package/dist/medterra-CLG6Co1C.cjs +0 -584
- package/dist/medterra-D8ZX9NZC.js +0 -584
- package/dist/modells-BzyPwN2m.cjs +0 -485
- package/dist/modells-CAfqOCW4.js +0 -485
- package/dist/orgConfigResults--dAwtw3W.d.ts +0 -881
- package/dist/orgConfigResults-BL0XBA6x.d.cts +0 -881
- package/dist/pressedFloral-DULBuQwR.cjs +0 -662
- package/dist/pressedFloral-Dp-7Fk3S.js +0 -662
- package/dist/skinPerfection-BxuYCeJX.js +0 -335
- package/dist/skinPerfection-Cd3XZ6By.cjs +0 -335
- package/dist/snapSupplements-Bf6htPM0.js +0 -286
- package/dist/snapSupplements-ZFnXyMuZ.cjs +0 -286
- package/dist/spanx-CwDPQaGj.js +0 -662
- package/dist/spanx-Cyd4qDlK.cjs +0 -664
- package/dist/spanxStaging-D43nyAGy.js +0 -846
- package/dist/spanxStaging-ijbYnHzr.cjs +0 -849
- package/dist/supergoop-BnbFG7hm.cjs +0 -338
- package/dist/supergoop-CY043wIg.js +0 -336
- package/dist/types-BF_CJeck.js +0 -177
- package/dist/types-CD4LFta-.d.cts +0 -33
- package/dist/types-CNH4sfF-.cjs +0 -231
- package/dist/types-DBdI0j89.d.ts +0 -33
- package/dist/uniqueVintage-R2Jcu1y1.cjs +0 -1214
- package/dist/variant-CKVRF2-W.d.ts +0 -13
- package/dist/variant-raYuOP4L.d.cts +0 -13
- package/dist/venaCbd-o5_vOp4e.js +0 -366
- package/dist/venaCbd-r-IxEVc1.cjs +0 -366
- package/dist/westonJonBoucher-DjGEW3ZB.cjs +0 -423
- package/dist/wineEnthusiast-DvfcV5B3.cjs +0 -941
- package/dist/wolfMattress-6xPfOJt3.js +0 -373
- package/dist/wolfMattress-BjGnGKjP.cjs +0 -373
- package/dist/wolfTactical-Bi3WZu0m.cjs +0 -350
- package/dist/wolfTactical-C_F9-oPX.js +0 -350
- package/src/adapters/amplitude/amplitudeAdapter.ts +0 -477
- package/src/adapters/amplitude/index.ts +0 -2
- package/src/adapters/amplitude/stubAmplitudeAdapter.ts +0 -34
- package/src/adapters/spiffy/commerce/graphql.ts +0 -219
- package/src/application/config/generalStaticConfig.ts +0 -40
- package/src/application/config/index.ts +0 -1
- package/src/application/models/domMutationContinuation.ts +0 -7
- package/src/application/models/domObservationStrategy.ts +0 -9
- package/src/application/service/cachingService.ts +0 -84
- package/src/application/service/cdnService.ts +0 -20
- package/src/application/service/customerService/index.ts +0 -8
- package/src/application/service/customerService/providers/UnsupportedCustomerService.ts +0 -15
- package/src/application/service/domMutationObserver.ts +0 -320
- package/src/application/service/domMutations/GridInsertionService.ts +0 -123
- package/src/application/service/domMutations/dataLayer/dataLayerEventsListener.ts +0 -99
- package/src/application/service/domMutations/domInsertionService.ts +0 -90
- package/src/application/service/domMutations/domMutationListener.ts +0 -15
- package/src/application/service/domMutations/domMutationListenerState.ts +0 -52
- package/src/application/service/domMutations/floatingChat/embeddedChatsPlacementsListener.ts +0 -41
- package/src/application/service/domMutations/gladly/gladlyListener.ts +0 -61
- package/src/application/service/domMutations/spiffy/orgs/common/kustomerVisibilityListener.ts +0 -41
- package/src/application/service/domMutations/spiffy/orgs/common/orgsCommonDataLayerListener.ts +0 -119
- package/src/application/service/featureFlagService.ts +0 -130
- package/src/application/service/index.ts +0 -31
- package/src/application/service/kustomerIntegrationService.ts +0 -111
- package/src/application/service/localStorageService.ts +0 -77
- package/src/application/service/pageVariantService.ts +0 -866
- package/src/application/service/searchService.ts +0 -147
- package/src/application/service/sessionStorageService.ts +0 -27
- package/src/application/service/shopifyUrlService.ts +0 -63
- package/src/application/service/userIdentityService.ts +0 -114
- package/src/application/service/windowChatToggleService.ts +0 -80
- package/src/application/service/windowDataLayerService.ts +0 -181
- package/src/application/service/windowFrontendConfigService.ts +0 -129
- package/src/atoms/org/merchantCss.ts +0 -158
- package/src/atoms/org/org.ts +0 -291
- package/src/atoms/org/orgUIConfig.ts +0 -142
- package/src/enabled-features.ts +0 -83
- package/src/hooks/useDynamicVariants.ts +0 -210
- package/src/hooks/useFileUpload.ts +0 -63
- package/src/hooks/useHideElements.ts +0 -82
- package/src/hooks/useHorizontalScrollAnimation.ts +0 -115
- package/src/hooks/useReducedMotionWithOverride.ts +0 -15
- package/src/hooks/useSnapControl.ts +0 -155
- package/src/interceptors/useFormEscalation.ts +0 -57
- /package/dist/{variantInfo-CzhR5W6h.js → atomStore-CZnUUsrr.js} +0 -0
- /package/dist/{variantInfo-CNRTY0gH.cjs → atomStore-KSoFS3Jj.cjs} +0 -0
- /package/dist/{utilityTypes-C4h2wgAK.cjs → locators-0YYZu9n4.cjs} +0 -0
- /package/dist/{utilityTypes-BVikejDo.js → locators-fBXS_pxP.js} +0 -0
- /package/dist/{locators-Dc5ZT0aF.js → utilityTypes-8sETsYPk.js} +0 -0
- /package/dist/{locators-lQMJj830.cjs → utilityTypes-COShxVir.cjs} +0 -0
- /package/src/{application/service/customerService/types.ts → types/customerService.ts} +0 -0
- /package/src/{adapters/spiffy/commerce → types}/exceptions/sessionExceptions.ts +0 -0
- /package/src/{adapters/spiffy/commerce → types}/exceptions/unsupportedProductExceptions.ts +0 -0
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
BOTTOM_SUGGESTION_BAR_TESTID,
|
|
5
5
|
} from "src/config/locators";
|
|
6
6
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
7
|
-
import {
|
|
8
|
-
import { GridInsertionType } from "src/
|
|
9
|
-
import { DOMInsertionType } from "src/
|
|
7
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
8
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
9
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
10
10
|
import {
|
|
11
11
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
12
12
|
TOP_SUGGESTION_BAR_PDP_ID,
|
|
@@ -66,7 +66,7 @@ const grooveLifeOrgUIConfig = (): OrgUIConfig => {
|
|
|
66
66
|
},
|
|
67
67
|
chatHeader: {
|
|
68
68
|
...defaultGrooveLifeOrgConfig.chatHeader,
|
|
69
|
-
imageSrc:
|
|
69
|
+
imageSrc: getCdnAssetURL(
|
|
70
70
|
"groove-life-logo-small.png",
|
|
71
71
|
OrgShortName.GrooveLife
|
|
72
72
|
),
|
|
@@ -84,7 +84,7 @@ const grooveLifeOrgUIConfig = (): OrgUIConfig => {
|
|
|
84
84
|
headerConfig: {
|
|
85
85
|
...defaultGrooveLifeOrgConfig.chatPreviewConfig!.headerConfig,
|
|
86
86
|
title: "Shopping Assistant",
|
|
87
|
-
imageSrc:
|
|
87
|
+
imageSrc: getCdnAssetURL(
|
|
88
88
|
"groove-life-logo.svg",
|
|
89
89
|
OrgShortName.GrooveLife
|
|
90
90
|
),
|
|
@@ -246,7 +246,10 @@ const grooveLifePageConfig = (): OrgPageConfig => ({
|
|
|
246
246
|
addSeparators: false,
|
|
247
247
|
socialProofConfig: {
|
|
248
248
|
staticPLPImagesLayout: "grid",
|
|
249
|
-
logoName:
|
|
249
|
+
logoName: getCdnAssetURL(
|
|
250
|
+
"groove-life-logo.svg",
|
|
251
|
+
OrgShortName.GrooveLife
|
|
252
|
+
),
|
|
250
253
|
customerQuery: "asked which products are the best.",
|
|
251
254
|
headerTitle: "Shopping Assistant",
|
|
252
255
|
suggestionButtonStrings: [
|
|
@@ -277,7 +280,10 @@ const grooveLifePageConfig = (): OrgPageConfig => ({
|
|
|
277
280
|
addSeparators: false,
|
|
278
281
|
socialProofConfig: {
|
|
279
282
|
staticPLPImagesLayout: "horizontal",
|
|
280
|
-
logoName:
|
|
283
|
+
logoName: getCdnAssetURL(
|
|
284
|
+
"groove-life-logo.svg",
|
|
285
|
+
OrgShortName.GrooveLife
|
|
286
|
+
),
|
|
281
287
|
customerQuery: "asked which products are the best.",
|
|
282
288
|
headerTitle: "Shopping Assistant",
|
|
283
289
|
suggestionButtonStrings: [
|
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
} from "src/config/locators";
|
|
6
6
|
import { OrgShortName, BasicOrgInfoType } from "src/application/models";
|
|
7
7
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
8
|
-
import {
|
|
8
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
9
9
|
import {
|
|
10
10
|
CustomerServiceIntegrationMode,
|
|
11
11
|
CustomerServiceType,
|
|
12
|
-
} from "src/
|
|
13
|
-
import { DOMInsertionType } from "src/
|
|
12
|
+
} from "src/types/customerService";
|
|
13
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
14
14
|
import {
|
|
15
15
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
16
16
|
TOP_SUGGESTION_BAR_PDP_ID,
|
|
@@ -64,7 +64,7 @@ const homegrownCannabisOrgUIConfig = (): OrgUIConfig => {
|
|
|
64
64
|
},
|
|
65
65
|
chatHeader: {
|
|
66
66
|
...defaultHomegrownCannabisOrgConfig.chatHeader,
|
|
67
|
-
imageSrc:
|
|
67
|
+
imageSrc: getCdnAssetURL(
|
|
68
68
|
"homegrown-cannabis-logo.svg",
|
|
69
69
|
OrgShortName.HomegrownCannabis
|
|
70
70
|
),
|
|
@@ -308,7 +308,10 @@ const homegrownCannabisPageConfig = (): OrgPageConfig => ({
|
|
|
308
308
|
addSeparators: false,
|
|
309
309
|
socialProofConfig: {
|
|
310
310
|
staticPLPImagesLayout: "grid",
|
|
311
|
-
logoName:
|
|
311
|
+
logoName: getCdnAssetURL(
|
|
312
|
+
"homegrown-cannabis-logo.svg",
|
|
313
|
+
OrgShortName.HomegrownCannabis
|
|
314
|
+
),
|
|
312
315
|
customerQuery: "asked which products are the best.",
|
|
313
316
|
headerTitle: "Shopping Assistant",
|
|
314
317
|
suggestionButtonStrings: [
|
|
@@ -339,7 +342,10 @@ const homegrownCannabisPageConfig = (): OrgPageConfig => ({
|
|
|
339
342
|
addSeparators: false,
|
|
340
343
|
socialProofConfig: {
|
|
341
344
|
staticPLPImagesLayout: "horizontal",
|
|
342
|
-
logoName:
|
|
345
|
+
logoName: getCdnAssetURL(
|
|
346
|
+
"homegrown-cannabis-logo.svg",
|
|
347
|
+
OrgShortName.HomegrownCannabis
|
|
348
|
+
),
|
|
343
349
|
customerQuery: "asked which products are the best.",
|
|
344
350
|
headerTitle: "Shopping Assistant",
|
|
345
351
|
suggestionButtonStrings: [
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
} from "src/config/locators";
|
|
6
6
|
import { OrgShortName, BasicOrgInfoType } from "src/application/models";
|
|
7
7
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
8
|
-
import {
|
|
9
|
-
import { DOMInsertionType } from "src/
|
|
10
|
-
import { GridInsertionType } from "src/
|
|
8
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
9
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
10
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
11
11
|
import {
|
|
12
12
|
BOTTOM_REVIEWS_BAR_ID,
|
|
13
13
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
import {
|
|
30
30
|
CustomerServiceIntegrationMode,
|
|
31
31
|
CustomerServiceType,
|
|
32
|
-
} from "src/
|
|
32
|
+
} from "src/types/customerService";
|
|
33
33
|
|
|
34
34
|
const jackArcherColors: ColorMapping = {
|
|
35
35
|
[ColorNames.TextPrimary]: "#1D1D1F",
|
|
@@ -90,7 +90,7 @@ const jackArcherOrgUIConfig = (): OrgUIConfig => {
|
|
|
90
90
|
},
|
|
91
91
|
chatHeader: {
|
|
92
92
|
...defaultJackArcherOrgConfig.chatHeader,
|
|
93
|
-
imageSrc:
|
|
93
|
+
imageSrc: getCdnAssetURL(
|
|
94
94
|
"jack-archer-long-logo.webp",
|
|
95
95
|
OrgShortName.JackArcher
|
|
96
96
|
),
|
|
@@ -107,7 +107,7 @@ const jackArcherOrgUIConfig = (): OrgUIConfig => {
|
|
|
107
107
|
headerConfig: {
|
|
108
108
|
...defaultJackArcherOrgConfig.chatPreviewConfig!.headerConfig!,
|
|
109
109
|
title: "Shopping Assistant",
|
|
110
|
-
imageSrc:
|
|
110
|
+
imageSrc: getCdnAssetURL(
|
|
111
111
|
"jack-archer-logo-dark.svg",
|
|
112
112
|
OrgShortName.JackArcher
|
|
113
113
|
),
|
|
@@ -663,7 +663,10 @@ const jackArcherPageConfig = (): OrgPageConfig => ({
|
|
|
663
663
|
customerQuery:
|
|
664
664
|
"asked which styles are the most comfortable for everyday wear...",
|
|
665
665
|
headerTitle: "Shopping Assistant",
|
|
666
|
-
logoName:
|
|
666
|
+
logoName: getCdnAssetURL(
|
|
667
|
+
"jack-archer-logo-dark.svg",
|
|
668
|
+
OrgShortName.JackArcher
|
|
669
|
+
),
|
|
667
670
|
suggestionButtonStrings: [
|
|
668
671
|
"Which jacket pulls it all together?",
|
|
669
672
|
"Best gift for someone starting a new job?",
|
|
@@ -699,7 +702,10 @@ const jackArcherPageConfig = (): OrgPageConfig => ({
|
|
|
699
702
|
customerQuery:
|
|
700
703
|
"asked which styles are the most comfortable for everyday wear...",
|
|
701
704
|
headerTitle: "Shopping Assistant",
|
|
702
|
-
logoName:
|
|
705
|
+
logoName: getCdnAssetURL(
|
|
706
|
+
"jack-archer-logo-dark.svg",
|
|
707
|
+
OrgShortName.JackArcher
|
|
708
|
+
),
|
|
703
709
|
suggestionButtonStrings: [
|
|
704
710
|
"Which item is a must have?",
|
|
705
711
|
"Why do others love these products?",
|
|
@@ -734,7 +740,10 @@ const jackArcherPageConfig = (): OrgPageConfig => ({
|
|
|
734
740
|
customerQuery:
|
|
735
741
|
"asked which styles are the most comfortable for everyday wear...",
|
|
736
742
|
headerTitle: "Shopping Assistant",
|
|
737
|
-
logoName:
|
|
743
|
+
logoName: getCdnAssetURL(
|
|
744
|
+
"jack-archer-logo-dark.svg",
|
|
745
|
+
OrgShortName.JackArcher
|
|
746
|
+
),
|
|
738
747
|
suggestionButtonStrings: [
|
|
739
748
|
"Which bundle offers the best deal?",
|
|
740
749
|
"Why do others love these products?",
|
|
@@ -767,7 +776,10 @@ const jackArcherPageConfig = (): OrgPageConfig => ({
|
|
|
767
776
|
socialProofConfig: {
|
|
768
777
|
customerQuery: "wanted to know how they fit...",
|
|
769
778
|
headerTitle: "Shopping Assistant",
|
|
770
|
-
logoName:
|
|
779
|
+
logoName: getCdnAssetURL(
|
|
780
|
+
"jack-archer-logo-dark.svg",
|
|
781
|
+
OrgShortName.JackArcher
|
|
782
|
+
),
|
|
771
783
|
suggestionButtonStrings: [
|
|
772
784
|
"How do I get the right fit?",
|
|
773
785
|
"Will this upgrade my wardrobe?",
|
|
@@ -792,7 +804,10 @@ const jackArcherPageConfig = (): OrgPageConfig => ({
|
|
|
792
804
|
socialProofConfig: {
|
|
793
805
|
customerQuery: "wanted to know how they fit...",
|
|
794
806
|
headerTitle: "Shopping Assistant",
|
|
795
|
-
logoName:
|
|
807
|
+
logoName: getCdnAssetURL(
|
|
808
|
+
"jack-archer-logo-dark.svg",
|
|
809
|
+
OrgShortName.JackArcher
|
|
810
|
+
),
|
|
796
811
|
suggestionButtonStrings: [
|
|
797
812
|
"How do I choose the right fit?",
|
|
798
813
|
"Will this upgrade my wardrobe?",
|
|
@@ -12,9 +12,9 @@ import {
|
|
|
12
12
|
FeatureGates,
|
|
13
13
|
} from "src/application/models";
|
|
14
14
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
15
|
-
import {
|
|
16
|
-
import { GridInsertionType } from "src/
|
|
17
|
-
import { DOMInsertionType } from "src/
|
|
15
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
16
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
17
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
18
18
|
import {
|
|
19
19
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
20
20
|
TOP_SUGGESTION_BAR_PDP_ID,
|
|
@@ -134,7 +134,7 @@ const jordanCraigOrgUIConfig = (): OrgUIConfig => {
|
|
|
134
134
|
},
|
|
135
135
|
chatHeader: {
|
|
136
136
|
...defaultJordanCraigOrgConfig.chatHeader,
|
|
137
|
-
imageSrc:
|
|
137
|
+
imageSrc: getCdnAssetURL(
|
|
138
138
|
"jordancraig-white.png",
|
|
139
139
|
OrgShortName.JordanCraig
|
|
140
140
|
),
|
|
@@ -178,7 +178,7 @@ const jordanCraigOrgUIConfig = (): OrgUIConfig => {
|
|
|
178
178
|
headerConfig: {
|
|
179
179
|
...defaultJordanCraigOrgConfig.chatPreviewConfig!.headerConfig,
|
|
180
180
|
imageHeight: 24,
|
|
181
|
-
imageSrc:
|
|
181
|
+
imageSrc: getCdnAssetURL(
|
|
182
182
|
"jordancraig-black.png",
|
|
183
183
|
OrgShortName.JordanCraig
|
|
184
184
|
),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { CHAT_PREVIEW_TESTID } from "src/config/locators";
|
|
2
2
|
import { OrgShortName, BasicOrgInfoType } from "src/application/models";
|
|
3
|
-
import {
|
|
4
|
-
import { GridInsertionType } from "src/
|
|
5
|
-
import { DOMInsertionType } from "src/
|
|
3
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
4
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
5
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
6
6
|
import { CHAT_PREVIEW_CONTAINER_ID } from "src/config/divIds";
|
|
7
7
|
import { defaultOrgUIConfig } from "src/merchants/default";
|
|
8
8
|
import {
|
|
@@ -60,7 +60,7 @@ const kindredBravelyOrgUIConfig = (): OrgUIConfig => {
|
|
|
60
60
|
},
|
|
61
61
|
chatHeader: {
|
|
62
62
|
...defaultKindredBravelyOrgConfig.chatHeader,
|
|
63
|
-
imageSrc:
|
|
63
|
+
imageSrc: getCdnAssetURL(
|
|
64
64
|
"kindred-bravely-logo.svg",
|
|
65
65
|
OrgShortName.KindredBravely
|
|
66
66
|
),
|
|
@@ -371,7 +371,10 @@ const kindredBravelyPageConfig = (): OrgPageConfig => ({
|
|
|
371
371
|
addSeparators: true,
|
|
372
372
|
socialProofConfig: {
|
|
373
373
|
staticPLPImagesLayout: "grid",
|
|
374
|
-
logoName:
|
|
374
|
+
logoName: getCdnAssetURL(
|
|
375
|
+
"kindred-bravely-logo.svg",
|
|
376
|
+
OrgShortName.KindredBravely
|
|
377
|
+
),
|
|
375
378
|
customerQuery: "asked what’s best for new moms?",
|
|
376
379
|
headerTitle: "",
|
|
377
380
|
suggestionButtonStrings: [
|
|
@@ -403,7 +406,10 @@ const kindredBravelyPageConfig = (): OrgPageConfig => ({
|
|
|
403
406
|
addSeparators: true,
|
|
404
407
|
socialProofConfig: {
|
|
405
408
|
staticPLPImagesLayout: "grid",
|
|
406
|
-
logoName:
|
|
409
|
+
logoName: getCdnAssetURL(
|
|
410
|
+
"kindred-bravely-logo.svg",
|
|
411
|
+
OrgShortName.KindredBravely
|
|
412
|
+
),
|
|
407
413
|
customerQuery: "asked how it fits.",
|
|
408
414
|
headerTitle: "Kindred Bravely AI",
|
|
409
415
|
suggestionButtonStrings: [
|
|
@@ -431,7 +437,10 @@ const kindredBravelyPageConfig = (): OrgPageConfig => ({
|
|
|
431
437
|
addSeparators: true,
|
|
432
438
|
socialProofConfig: {
|
|
433
439
|
staticPLPImagesLayout: "grid",
|
|
434
|
-
logoName:
|
|
440
|
+
logoName: getCdnAssetURL(
|
|
441
|
+
"kindred-bravely-logo.svg",
|
|
442
|
+
OrgShortName.KindredBravely
|
|
443
|
+
),
|
|
435
444
|
customerQuery: "asked about gift ideas for new parents",
|
|
436
445
|
headerTitle: "",
|
|
437
446
|
suggestionButtonStrings: [
|
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
} from "src/config/locators";
|
|
7
7
|
import { OrgShortName, BasicOrgInfoType } from "src/application/models";
|
|
8
8
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
9
|
-
import {
|
|
10
|
-
import { GridInsertionType } from "src/
|
|
11
|
-
import { DOMInsertionType } from "src/
|
|
9
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
10
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
11
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
12
12
|
import {
|
|
13
13
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
14
14
|
TOP_SUGGESTION_BAR_PDP_ID,
|
|
@@ -70,7 +70,7 @@ const kutFromTheKlothOrgUIConfig = (): OrgUIConfig => {
|
|
|
70
70
|
},
|
|
71
71
|
chatHeader: {
|
|
72
72
|
...defaultKutFromTheKlothOrgConfig.chatHeader,
|
|
73
|
-
imageSrc:
|
|
73
|
+
imageSrc: getCdnAssetURL(
|
|
74
74
|
"kut-from-the-kloth-logo.svg",
|
|
75
75
|
OrgShortName.KutFromTheKloth
|
|
76
76
|
),
|
|
@@ -317,7 +317,7 @@ const kutFromTheKlothPageConfig = (): OrgPageConfig => ({
|
|
|
317
317
|
imagePromptCardPLP: {
|
|
318
318
|
widgetConfigId: "imagePromptCard",
|
|
319
319
|
type: WidgetType.ImagePromptCard,
|
|
320
|
-
url:
|
|
320
|
+
url: getCdnAssetURL(
|
|
321
321
|
"image-prompt-card-1.png",
|
|
322
322
|
OrgShortName.KutFromTheKloth
|
|
323
323
|
),
|
|
@@ -344,7 +344,10 @@ const kutFromTheKlothPageConfig = (): OrgPageConfig => ({
|
|
|
344
344
|
addSeparators: false,
|
|
345
345
|
socialProofConfig: {
|
|
346
346
|
staticPLPImagesLayout: "horizontal",
|
|
347
|
-
logoName:
|
|
347
|
+
logoName: getCdnAssetURL(
|
|
348
|
+
"kut-from-the-kloth-logo.svg",
|
|
349
|
+
OrgShortName.KutFromTheKloth
|
|
350
|
+
),
|
|
348
351
|
customerQuery: "asked about fit and style.",
|
|
349
352
|
headerTitle: "Shopping Assistant",
|
|
350
353
|
suggestionButtonStrings: [
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "src/config/locators/embedded";
|
|
5
5
|
import { BasicOrgInfoType, OrgShortName } from "src/application/models";
|
|
6
6
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
7
|
-
import { DOMInsertionType } from "src/
|
|
7
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
8
8
|
import {
|
|
9
9
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
10
10
|
TOP_SUGGESTION_BAR_PDP_ID,
|
|
@@ -25,6 +25,7 @@ import {
|
|
|
25
25
|
WidgetType,
|
|
26
26
|
} from "src/contexts/types";
|
|
27
27
|
import { defaultOrgUIConfig } from "src/merchants/default";
|
|
28
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
28
29
|
|
|
29
30
|
const larryAndSergesColors: ColorMapping = {
|
|
30
31
|
[ColorNames.TextPrimary]: "#202020",
|
|
@@ -64,7 +65,10 @@ const larryAndSergesOrgUIConfig = (): OrgUIConfig => {
|
|
|
64
65
|
},
|
|
65
66
|
chatHeader: {
|
|
66
67
|
...defaultLarryAndSergesOrgConfig.chatHeader,
|
|
67
|
-
|
|
68
|
+
imageSrc: getCdnAssetURL(
|
|
69
|
+
"larry-and-serges-logo.svg",
|
|
70
|
+
OrgShortName.LarryAndSerges
|
|
71
|
+
),
|
|
68
72
|
expandedColor: colorVar(ColorNames.BackgroundDark),
|
|
69
73
|
collapsedColor: colorVar(ColorNames.BackgroundDark),
|
|
70
74
|
},
|
|
@@ -5,13 +5,13 @@ import {
|
|
|
5
5
|
} from "src/config/locators";
|
|
6
6
|
import { BasicOrgInfoType, OrgShortName } from "src/application/models";
|
|
7
7
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
8
|
-
import {
|
|
8
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
9
9
|
import {
|
|
10
10
|
CustomerServiceIntegrationMode,
|
|
11
11
|
CustomerServiceType,
|
|
12
|
-
} from "src/
|
|
13
|
-
import { GridInsertionType } from "src/
|
|
14
|
-
import { DOMInsertionType } from "src/
|
|
12
|
+
} from "src/types/customerService";
|
|
13
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
14
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
15
15
|
import {
|
|
16
16
|
BOTTOM_REVIEWS_BAR_ID,
|
|
17
17
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
@@ -66,7 +66,7 @@ const leapsAndReboundsOrgUIConfig = (): OrgUIConfig => {
|
|
|
66
66
|
},
|
|
67
67
|
chatHeader: {
|
|
68
68
|
...defaultLeapsAndReboundsOrgConfig.chatHeader,
|
|
69
|
-
imageSrc:
|
|
69
|
+
imageSrc: getCdnAssetURL(
|
|
70
70
|
"leapsandrebounds-black-bg.png",
|
|
71
71
|
OrgShortName.LeapsAndRebounds
|
|
72
72
|
),
|
|
@@ -110,7 +110,7 @@ const leapsAndReboundsOrgUIConfig = (): OrgUIConfig => {
|
|
|
110
110
|
headerConfig: {
|
|
111
111
|
...defaultLeapsAndReboundsOrgConfig.chatPreviewConfig!.headerConfig!,
|
|
112
112
|
imageHeight: 24,
|
|
113
|
-
imageSrc:
|
|
113
|
+
imageSrc: getCdnAssetURL(
|
|
114
114
|
"leapsandrebounds-white-bg.png",
|
|
115
115
|
OrgShortName.LeapsAndRebounds
|
|
116
116
|
),
|
|
@@ -129,7 +129,7 @@ const leapsAndReboundsOrgUIConfig = (): OrgUIConfig => {
|
|
|
129
129
|
pdp: "Let's find out if this is right for your fitness goals.",
|
|
130
130
|
plp: "Ready to discover your new favorite way to work out?",
|
|
131
131
|
},
|
|
132
|
-
iconSVGSrc:
|
|
132
|
+
iconSVGSrc: getCdnAssetURL(
|
|
133
133
|
"chat-icon.svg",
|
|
134
134
|
OrgShortName.LeapsAndRebounds
|
|
135
135
|
),
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
} from "src/config/locators";
|
|
5
5
|
import { OrgShortName, BasicOrgInfoType } from "src/application/models";
|
|
6
6
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
7
|
-
import {
|
|
8
|
-
import { GridInsertionType } from "src/
|
|
9
|
-
import { DOMInsertionType } from "src/
|
|
7
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
8
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
9
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
10
10
|
import {
|
|
11
11
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
12
12
|
TOP_SUGGESTION_BAR_PDP_ID,
|
|
@@ -59,8 +59,8 @@ const longevityrxOrgUIConfig = (): OrgUIConfig => {
|
|
|
59
59
|
},
|
|
60
60
|
chatHeader: {
|
|
61
61
|
...defaultLongevityrxOrgConfig.chatHeader,
|
|
62
|
-
imageSrc:
|
|
63
|
-
"
|
|
62
|
+
imageSrc: getCdnAssetURL(
|
|
63
|
+
"longevity-rx-logo.svg",
|
|
64
64
|
OrgShortName.Longevityrx
|
|
65
65
|
),
|
|
66
66
|
},
|
|
@@ -73,7 +73,7 @@ const longevityrxOrgUIConfig = (): OrgUIConfig => {
|
|
|
73
73
|
iconFillColor: colorVar(ColorNames.AccentPrimary),
|
|
74
74
|
headerConfig: {
|
|
75
75
|
...defaultLongevityrxOrgConfig.chatPreviewConfig!.headerConfig,
|
|
76
|
-
imageSrc:
|
|
76
|
+
imageSrc: getCdnAssetURL(
|
|
77
77
|
"longevityrx-logo.svg",
|
|
78
78
|
OrgShortName.Longevityrx
|
|
79
79
|
),
|
|
@@ -255,7 +255,10 @@ const longevityrxPageConfig = (): OrgPageConfig => ({
|
|
|
255
255
|
addSeparators: false,
|
|
256
256
|
socialProofConfig: {
|
|
257
257
|
staticPLPImagesLayout: "grid",
|
|
258
|
-
logoName:
|
|
258
|
+
logoName: getCdnAssetURL(
|
|
259
|
+
"longevityrx-logo.svg",
|
|
260
|
+
OrgShortName.Longevityrx
|
|
261
|
+
),
|
|
259
262
|
customerQuery:
|
|
260
263
|
"are talking about which products help them feel more resilient.",
|
|
261
264
|
headerTitle: "Shopping Assistant",
|
|
@@ -288,7 +291,10 @@ const longevityrxPageConfig = (): OrgPageConfig => ({
|
|
|
288
291
|
addSeparators: false,
|
|
289
292
|
socialProofConfig: {
|
|
290
293
|
staticPLPImagesLayout: "horizontal",
|
|
291
|
-
logoName:
|
|
294
|
+
logoName: getCdnAssetURL(
|
|
295
|
+
"longevityrx-logo.svg",
|
|
296
|
+
OrgShortName.Longevityrx
|
|
297
|
+
),
|
|
292
298
|
customerQuery: "asked “what are the top benefits?”",
|
|
293
299
|
headerTitle: "Shopping Assistant",
|
|
294
300
|
suggestionButtonStrings: [
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
} from "src/config/locators";
|
|
5
5
|
import { OrgShortName, BasicOrgInfoType } from "src/application/models";
|
|
6
6
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
7
|
-
import {
|
|
8
|
-
import { GridInsertionType } from "src/
|
|
9
|
-
import { DOMInsertionType } from "src/
|
|
7
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
8
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
9
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
10
10
|
import {
|
|
11
11
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
12
12
|
TOP_SUGGESTION_BAR_PDP_ID,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
import {
|
|
28
28
|
CustomerServiceIntegrationMode,
|
|
29
29
|
CustomerServiceType,
|
|
30
|
-
} from "src/
|
|
30
|
+
} from "src/types/customerService";
|
|
31
31
|
|
|
32
32
|
const lookOpticColors: ColorMapping = {
|
|
33
33
|
[ColorNames.TextPrimary]: "#101010",
|
|
@@ -61,7 +61,7 @@ const lookOpticOrgUIConfig = (): OrgUIConfig => {
|
|
|
61
61
|
},
|
|
62
62
|
chatHeader: {
|
|
63
63
|
...defaultLookOpticOrgConfig.chatHeader,
|
|
64
|
-
imageSrc:
|
|
64
|
+
imageSrc: getCdnAssetURL("lookOlogo.png", OrgShortName.LookOptic),
|
|
65
65
|
customerSupportSwitchConfig: {
|
|
66
66
|
...defaultLookOpticOrgConfig.chatHeader.customerSupportSwitchConfig!,
|
|
67
67
|
supportTitle: "Live Support",
|
|
@@ -92,7 +92,7 @@ const lookOpticOrgUIConfig = (): OrgUIConfig => {
|
|
|
92
92
|
buttonBackgroundHoverColor: colorVar(ColorNames.BackgroundSecondaryDark),
|
|
93
93
|
headerConfig: {
|
|
94
94
|
...defaultLookOpticOrgConfig.chatPreviewConfig!.headerConfig,
|
|
95
|
-
imageSrc:
|
|
95
|
+
imageSrc: getCdnAssetURL(
|
|
96
96
|
"lookOlogoSocialProof.svg",
|
|
97
97
|
OrgShortName.LookOptic
|
|
98
98
|
),
|
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
FeatureGates,
|
|
13
13
|
} from "src/application/models";
|
|
14
14
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
15
|
-
import {
|
|
15
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
16
16
|
import {
|
|
17
17
|
CustomerServiceIntegrationMode,
|
|
18
18
|
CustomerServiceType,
|
|
19
|
-
} from "src/
|
|
20
|
-
import { GridInsertionType } from "src/
|
|
21
|
-
import { DOMInsertionType } from "src/
|
|
19
|
+
} from "src/types/customerService";
|
|
20
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
21
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
22
22
|
import {
|
|
23
23
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
24
24
|
BOTTOM_REVIEWS_BAR_ID,
|
|
@@ -84,7 +84,7 @@ const mantraBrandOrgUIConfig = (): OrgUIConfig => {
|
|
|
84
84
|
chatHeader: {
|
|
85
85
|
...defaultMantraBrandOrgConfig.chatHeader,
|
|
86
86
|
expandedColor: colorVar(ColorNames.BackgroundPrimary),
|
|
87
|
-
imageSrc:
|
|
87
|
+
imageSrc: getCdnAssetURL(
|
|
88
88
|
"mantra-brand-logo-white.png",
|
|
89
89
|
OrgShortName.MantraBrand
|
|
90
90
|
),
|
|
@@ -141,7 +141,7 @@ const mantraBrandOrgUIConfig = (): OrgUIConfig => {
|
|
|
141
141
|
headerConfig: {
|
|
142
142
|
...defaultMantraBrandOrgConfig.chatPreviewConfig!.headerConfig!,
|
|
143
143
|
imageHeight: 24,
|
|
144
|
-
imageSrc:
|
|
144
|
+
imageSrc: getCdnAssetURL(
|
|
145
145
|
"mantra-brand-logo-charcoal.png",
|
|
146
146
|
OrgShortName.MantraBrand
|
|
147
147
|
),
|
|
@@ -625,7 +625,10 @@ const mantraPageConfig = (): OrgPageConfig => ({
|
|
|
625
625
|
addSeparators: true,
|
|
626
626
|
socialProofConfig: {
|
|
627
627
|
staticPLPImagesLayout: "grid",
|
|
628
|
-
logoName:
|
|
628
|
+
logoName: getCdnAssetURL(
|
|
629
|
+
"mantra-brand-logo.svg",
|
|
630
|
+
OrgShortName.MantraBrand
|
|
631
|
+
),
|
|
629
632
|
customerQuery: "asked which bracelets are best for gift giving...",
|
|
630
633
|
headerTitle: "SHOPPING ASSISTANT",
|
|
631
634
|
headerFontFamily: "DIN",
|
|
@@ -656,7 +659,10 @@ const mantraPageConfig = (): OrgPageConfig => ({
|
|
|
656
659
|
variant: "flat",
|
|
657
660
|
addSeparators: true,
|
|
658
661
|
socialProofConfig: {
|
|
659
|
-
logoName:
|
|
662
|
+
logoName: getCdnAssetURL(
|
|
663
|
+
"mantra-brand-logo.svg",
|
|
664
|
+
OrgShortName.MantraBrand
|
|
665
|
+
),
|
|
660
666
|
customerQuery: "asked what others love about this product.",
|
|
661
667
|
headerTitle: "SHOPPING ASSISTANT",
|
|
662
668
|
headerFontFamily: "DIN",
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
} from "src/config/locators";
|
|
5
5
|
import { OrgShortName, BasicOrgInfoType } from "src/application/models";
|
|
6
6
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
7
|
-
import {
|
|
8
|
-
import { GridInsertionType } from "src/
|
|
9
|
-
import { DOMInsertionType } from "src/
|
|
7
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
8
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
9
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
10
10
|
import {
|
|
11
11
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
12
12
|
TOP_SUGGESTION_BAR_PDP_ID,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
import {
|
|
28
28
|
CustomerServiceIntegrationMode,
|
|
29
29
|
CustomerServiceType,
|
|
30
|
-
} from "src/
|
|
30
|
+
} from "src/types/customerService";
|
|
31
31
|
|
|
32
32
|
const medterraColors: ColorMapping = {
|
|
33
33
|
[ColorNames.TextPrimary]: "#353535",
|
|
@@ -61,10 +61,7 @@ const medterraOrgUIConfig = (): OrgUIConfig => {
|
|
|
61
61
|
},
|
|
62
62
|
chatHeader: {
|
|
63
63
|
...defaultMedterraOrgConfig.chatHeader,
|
|
64
|
-
imageSrc:
|
|
65
|
-
"Medterra_Logo_LT.svg",
|
|
66
|
-
OrgShortName.Medterra
|
|
67
|
-
),
|
|
64
|
+
imageSrc: getCdnAssetURL("Medterra_Logo_LT.svg", OrgShortName.Medterra),
|
|
68
65
|
},
|
|
69
66
|
chatPreviewConfig: {
|
|
70
67
|
...defaultMedterraOrgConfig.chatPreviewConfig!,
|
|
@@ -76,7 +73,7 @@ const medterraOrgUIConfig = (): OrgUIConfig => {
|
|
|
76
73
|
buttonBackgroundHoverColor: colorVar(ColorNames.BackgroundSecondaryDark),
|
|
77
74
|
headerConfig: {
|
|
78
75
|
...defaultMedterraOrgConfig.chatPreviewConfig!.headerConfig,
|
|
79
|
-
imageSrc:
|
|
76
|
+
imageSrc: getCdnAssetURL(
|
|
80
77
|
"Medterra-dark-logo.png",
|
|
81
78
|
OrgShortName.Medterra
|
|
82
79
|
),
|
|
@@ -394,7 +391,10 @@ const medterraPageConfig = (): OrgPageConfig => ({
|
|
|
394
391
|
addSeparators: false,
|
|
395
392
|
socialProofConfig: {
|
|
396
393
|
staticPLPImagesLayout: "grid",
|
|
397
|
-
logoName:
|
|
394
|
+
logoName: getCdnAssetURL(
|
|
395
|
+
"Medterra-dark-logo.png",
|
|
396
|
+
OrgShortName.Medterra
|
|
397
|
+
),
|
|
398
398
|
customerQuery:
|
|
399
399
|
"asked which products are best for those who are new to CBD?",
|
|
400
400
|
headerTitle: "Shopping Assistant",
|
|
@@ -427,7 +427,10 @@ const medterraPageConfig = (): OrgPageConfig => ({
|
|
|
427
427
|
addSeparators: false,
|
|
428
428
|
socialProofConfig: {
|
|
429
429
|
staticPLPImagesLayout: "horizontal",
|
|
430
|
-
logoName:
|
|
430
|
+
logoName: getCdnAssetURL(
|
|
431
|
+
"Medterra-dark-logo.png",
|
|
432
|
+
OrgShortName.Medterra
|
|
433
|
+
),
|
|
431
434
|
customerQuery: "asked how long it takes to feel the effects",
|
|
432
435
|
headerTitle: "Shopping Assistant",
|
|
433
436
|
suggestionButtonStrings: [
|