@envive-ai/react-hooks 0.1.2 → 0.1.4
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/adapters/amplitude/index.cjs +8 -8
- package/dist/adapters/amplitude/index.d.cts +5 -3
- package/dist/adapters/amplitude/index.d.ts +5 -3
- package/dist/adapters/amplitude/index.js +5 -5
- package/dist/api-B2euFL-5.cjs +2 -1
- package/dist/api-XRr_lAG6.js +2 -1
- package/dist/application/config/index.cjs +14 -5
- package/dist/application/config/index.d.cts +2 -1
- package/dist/application/config/index.d.ts +2 -1
- package/dist/application/config/index.js +14 -5
- package/dist/application/models/graphql/index.cjs +7 -7
- 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 +5 -5
- 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/index.cjs +49 -49
- package/dist/application/models/index.d.cts +8 -9
- package/dist/application/models/index.d.ts +8 -9
- package/dist/application/models/index.js +5 -5
- package/dist/application/models/utilityTypes/index.d.cts +1 -1
- package/dist/application/models/utilityTypes/index.d.ts +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/service/customerService/index.cjs +1 -1
- package/dist/application/service/customerService/index.d.cts +2 -2
- package/dist/application/service/customerService/index.d.ts +2 -2
- package/dist/application/service/customerService/index.js +1 -1
- package/dist/application/service/index.cjs +30 -750
- package/dist/application/service/index.d.cts +14 -22
- package/dist/application/service/index.d.ts +14 -22
- package/dist/application/service/index.js +7 -722
- package/dist/application/utils/index.cjs +32 -32
- package/dist/application/utils/index.d.cts +13 -13
- package/dist/application/utils/index.d.ts +11 -11
- package/dist/application/utils/index.js +5 -5
- package/dist/atomStore-B1cgmbP0.js +32 -0
- package/dist/atomStore-JwGb7pcy.cjs +58 -0
- package/dist/atoms/app/index.cjs +11 -11
- package/dist/atoms/app/index.d.cts +11 -11
- package/dist/atoms/app/index.d.ts +11 -11
- package/dist/atoms/app/index.js +5 -5
- package/dist/atoms/atomStore/index.cjs +1 -2
- package/dist/atoms/atomStore/index.d.cts +2 -1
- package/dist/atoms/atomStore/index.d.ts +2 -1
- package/dist/atoms/atomStore/index.js +1 -2
- package/dist/atoms/chat/index.cjs +35 -35
- package/dist/atoms/chat/index.d.cts +37 -37
- package/dist/atoms/chat/index.d.ts +10 -10
- package/dist/atoms/chat/index.js +5 -5
- package/dist/atoms/globalSearch/index.cjs +1 -1
- package/dist/atoms/globalSearch/index.d.cts +7 -6
- package/dist/atoms/globalSearch/index.d.ts +7 -6
- package/dist/atoms/globalSearch/index.js +1 -1
- package/dist/atoms/org/index.cjs +32 -35
- package/dist/atoms/org/index.d.cts +32 -53
- package/dist/atoms/org/index.d.ts +31 -52
- package/dist/atoms/org/index.js +6 -7
- package/dist/atoms/search/index.cjs +36 -38
- package/dist/atoms/search/index.d.cts +9 -10
- package/dist/atoms/search/index.d.ts +9 -10
- package/dist/atoms/search/index.js +5 -7
- package/dist/bandolier-B76-OE75.cjs +1230 -0
- package/dist/bandolier-DRn_x1g1.js +1230 -0
- package/dist/carpe-kHi4RLB5.cjs +608 -0
- package/dist/carpe-qrSU99gq.js +606 -0
- package/dist/{chat-CCgyDehy.cjs → chat-BgONoYU7.cjs} +2 -1
- package/dist/chat-CLJ4NWcN.js +26 -0
- package/dist/{components-CScS7Ii-.cjs → components-BKZbet67.cjs} +2 -1
- package/dist/components-CV1fhAkj.js +11 -0
- 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.cjs +2 -1
- package/dist/config/locators/components/chat/variants/index.d.cts +2 -1
- package/dist/config/locators/components/chat/variants/index.d.ts +2 -1
- package/dist/config/locators/components/chat/variants/index.js +2 -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/components/search/index.cjs +2 -1
- package/dist/config/locators/components/search/index.d.cts +2 -1
- package/dist/config/locators/components/search/index.d.ts +2 -1
- package/dist/config/locators/components/search/index.js +2 -1
- package/dist/config/locators/index.cjs +4 -4
- package/dist/config/locators/index.d.cts +4 -3
- package/dist/config/locators/index.d.ts +4 -3
- package/dist/config/locators/index.js +4 -4
- package/dist/contexts/index.cjs +10 -13
- package/dist/contexts/index.d.cts +41 -22
- package/dist/contexts/index.d.ts +41 -22
- package/dist/contexts/index.js +6 -12
- package/dist/contexts-CQDwe3rK.cjs +14333 -0
- package/dist/contexts-e2sM-B9g.js +12919 -0
- package/dist/coterie-mMirPcHP.js +240 -0
- package/dist/coterie-yQ-_JXSw.cjs +240 -0
- package/dist/customerService-BG1uNZZ1.cjs +36 -0
- package/dist/customerService-BHQRnLhC.js +23 -0
- package/dist/custservice-types-C83itZmy.cjs +35 -0
- package/dist/custservice-types-DPQ-4TI6.js +23 -0
- package/dist/default-8Jfv8ehQ.cjs +199 -0
- package/dist/default-C8PQf-38.js +176 -0
- package/dist/default-LukSiCz1.js +4 -0
- package/dist/default-rJSJ887P.cjs +4 -0
- package/dist/divIds-CWkntTsx.js +23 -0
- package/dist/{divIds-CFyAjjp3.cjs → divIds-DEL_-qU0.cjs} +2 -1
- package/dist/dreamlandBaby-DHltv12Z.cjs +347 -0
- package/dist/dreamlandBaby-cG0HM9bt.js +347 -0
- package/dist/{embedded-BlXJUbik.cjs → embedded--2L0F4b5.cjs} +2 -1
- package/dist/embedded-C5uJqmuD.js +23 -0
- package/dist/entrypoints-CNUvSgnk.js +7 -0
- package/dist/entrypoints-DM9Sm18O.cjs +19 -0
- package/dist/events/index.d.cts +2 -1
- package/dist/events/index.d.ts +2 -1
- package/dist/events-ClCDFK7t.js +2 -1
- package/dist/events-Da7gpmGv.cjs +2 -1
- package/dist/featureFlagService-5wdmW02z.d.ts +18 -0
- package/dist/featureFlagService-DaelrXEk.d.cts +18 -0
- package/dist/fiveCbd-Cvnwh03g.cjs +614 -0
- package/dist/fiveCbd-DhYMlsf9.js +614 -0
- package/dist/forLoveAndLemons-C8DuUexW.js +666 -0
- package/dist/forLoveAndLemons-DR6a1zjJ.cjs +668 -0
- package/dist/{globalSearch-hxbXekus.cjs → globalSearch-BTeZxvk1.cjs} +2 -1
- package/dist/globalSearch-b0wC7ZEO.js +14 -0
- package/dist/greenpan-B4Pu65kV.js +398 -0
- package/dist/greenpan-BL5p6j7f.cjs +398 -0
- package/dist/grooveLife-DjKWHoN3.cjs +343 -0
- package/dist/grooveLife-JK0TyaPz.js +343 -0
- package/dist/homegrownCannabis-DxqSDkmS.js +411 -0
- package/dist/homegrownCannabis-ZnfCqW-m.cjs +411 -0
- package/dist/hooks/index.cjs +11 -11
- package/dist/hooks/index.d.cts +30 -21
- package/dist/hooks/index.d.ts +30 -21
- package/dist/hooks/index.js +6 -12
- package/dist/index-BTK5uzs6.d.cts +98 -0
- package/dist/index-BfuO9b0Q.d.ts +749 -0
- package/dist/index-BzgkfbNO.d.cts +228 -0
- package/dist/index-C62lPpy4.d.cts +25 -0
- package/dist/index-CExtydIH.d.ts +9 -0
- package/dist/index-CKKkTsms.d.ts +39 -0
- package/dist/index-CNsGWfS6.d.cts +749 -0
- package/dist/index-CYtsPztZ.d.cts +203 -0
- package/dist/index-C_C0tLeD.d.ts +203 -0
- package/dist/index-ClJ0nMsR.d.cts +184 -0
- package/dist/index-Cx9e-fRi.d.ts +184 -0
- package/dist/index-D2VaMPA3.d.ts +98 -0
- package/dist/index-D46Rd0io.d.cts +39 -0
- package/dist/index-DFL1dIT_.d.ts +7 -0
- package/dist/index-DPx8s5YH.d.ts +25 -0
- package/dist/index-Dxpscrvz.d.ts +228 -0
- package/dist/index-MFbPQ8Ji.d.ts +95 -0
- package/dist/index-VSFakgAI.d.cts +95 -0
- package/dist/index-jBATkcc_.d.cts +9 -0
- package/dist/index-zZjcds15.d.cts +7 -0
- package/dist/interceptors/index.cjs +7 -8
- package/dist/interceptors/index.d.cts +10 -10
- package/dist/interceptors/index.d.ts +10 -10
- package/dist/interceptors/index.js +5 -6
- package/dist/jackArcher-CXf_IAmC.js +728 -0
- package/dist/jackArcher-mGkojXek.cjs +728 -0
- package/dist/jordanCraig-BvCvPRoR.js +1787 -0
- package/dist/jordanCraig-Dv8pVCiS.cjs +1787 -0
- package/dist/kindredBravely-UQP7wiNu.cjs +491 -0
- package/dist/kindredBravely-X8F_LNph.js +491 -0
- package/dist/kutFromTheKloth-BhYKk3CN.cjs +370 -0
- package/dist/kutFromTheKloth-D1xsTSJr.js +370 -0
- package/dist/larryAndSerges-1411NuZa.cjs +262 -0
- package/dist/larryAndSerges-DVIRLItu.js +262 -0
- package/dist/leapsAndRebounds-BJ8mwr33.js +361 -0
- package/dist/leapsAndRebounds-UcP9EJVO.cjs +361 -0
- package/dist/logger-Dln20ans.cjs +2 -1
- package/dist/logger-pdEEY8T2.js +2 -1
- package/dist/longevityrx-BFSv9GF5.cjs +321 -0
- package/dist/longevityrx-Cp6wleWr.js +321 -0
- package/dist/lookOptic-BGhU4910.js +283 -0
- package/dist/lookOptic-KieSqskd.cjs +283 -0
- package/dist/mantraBrand-CHQw-0nw.cjs +751 -0
- package/dist/mantraBrand-DrqG9uqO.js +751 -0
- package/dist/medterra-CLG6Co1C.cjs +584 -0
- package/dist/medterra-D8ZX9NZC.js +584 -0
- package/dist/modells-BzyPwN2m.cjs +485 -0
- package/dist/modells-CAfqOCW4.js +485 -0
- package/dist/nodeSelector-B3bPtEjX.d.cts +31 -0
- package/dist/nodeSelector-BiCDowlK.d.ts +31 -0
- package/dist/orgConfigResults--dAwtw3W.d.ts +881 -0
- package/dist/orgConfigResults-BL0XBA6x.d.cts +881 -0
- package/dist/pressedFloral-DULBuQwR.cjs +662 -0
- package/dist/pressedFloral-Dp-7Fk3S.js +662 -0
- package/dist/search-filter-types-BNTLVXqQ.d.cts +102 -0
- package/dist/search-filter-types-DkmH1TxJ.d.ts +102 -0
- package/dist/skinPerfection-BxuYCeJX.js +335 -0
- package/dist/skinPerfection-Cd3XZ6By.cjs +335 -0
- package/dist/snapSupplements-Bf6htPM0.js +286 -0
- package/dist/snapSupplements-ZFnXyMuZ.cjs +286 -0
- package/dist/socialProofClasses-DdzG1tZy.js +10 -0
- package/dist/socialProofClasses-ky69yppk.cjs +40 -0
- package/dist/spanx-CwDPQaGj.js +662 -0
- package/dist/spanx-Cyd4qDlK.cjs +664 -0
- package/dist/spanxStaging-D43nyAGy.js +846 -0
- package/dist/spanxStaging-ijbYnHzr.cjs +849 -0
- package/dist/suggestionBarV2-types-CwOXzIKq.js +10 -0
- package/dist/{suggestionBarV2-types-DG3Ekk44.cjs → suggestionBarV2-types-Dc4-zJlV.cjs} +2 -1
- package/dist/supergoop-BnbFG7hm.cjs +338 -0
- package/dist/supergoop-CY043wIg.js +336 -0
- package/dist/test-types-CXVJxTeu.d.ts +40 -0
- package/dist/test-types-CuOq25VT.d.cts +40 -0
- package/dist/types/index.cjs +2 -2
- package/dist/types/index.d.cts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/dist/types/index.js +2 -2
- package/dist/types-BF_CJeck.js +177 -0
- package/dist/types-CD4LFta-.d.cts +33 -0
- package/dist/types-CNH4sfF-.cjs +231 -0
- package/dist/types-DBdI0j89.d.ts +33 -0
- package/dist/uniqueVintage-Cui74mlJ.js +1212 -0
- package/dist/uniqueVintage-R2Jcu1y1.cjs +1214 -0
- package/dist/variant-CKVRF2-W.d.ts +13 -0
- package/dist/variant-raYuOP4L.d.cts +13 -0
- package/dist/venaCbd-o5_vOp4e.js +366 -0
- package/dist/venaCbd-r-IxEVc1.cjs +366 -0
- package/dist/westonJonBoucher-C95EuCl-.js +423 -0
- package/dist/westonJonBoucher-DjGEW3ZB.cjs +423 -0
- package/dist/wineEnthusiast-DeTFY8Gm.js +941 -0
- package/dist/wineEnthusiast-DvfcV5B3.cjs +941 -0
- package/dist/wolfMattress-6xPfOJt3.js +373 -0
- package/dist/wolfMattress-BjGnGKjP.cjs +373 -0
- package/dist/wolfTactical-Bi3WZu0m.cjs +350 -0
- package/dist/wolfTactical-C_F9-oPX.js +350 -0
- package/package.json +1 -1
- package/src/adapters/amplitude/amplitudeAdapter.ts +32 -9
- package/src/adapters/spiffy/commerce/api.ts +17 -8
- package/src/adapters/spiffy/commerce/graphql.ts +16 -5
- package/src/application/config/generalStaticConfig.ts +5 -2
- package/src/application/models/api/orgConfigResults.ts +6 -2
- package/src/application/models/validators/validateGraphQLColorsConfig.ts +23 -21
- package/src/application/service/cdnService.ts +4 -2
- package/src/application/service/index.ts +0 -1
- package/src/application/service/pageVariantService.ts +5 -5
- package/src/application/service/searchService.ts +9 -2
- package/src/application/service/windowChatToggleService.ts +28 -19
- package/src/application/service/windowFrontendConfigService.ts +7 -4
- package/src/atoms/app/index.ts +26 -17
- package/src/atoms/app/variant.ts +1 -0
- package/src/atoms/chat/messageQueue.ts +1 -1
- package/src/atoms/envive/enviveConfig.ts +81 -0
- package/src/atoms/org/graphqlConfig.ts +29 -11
- package/src/atoms/org/merchantCss.ts +114 -0
- package/src/atoms/org/org.ts +101 -64
- package/src/atoms/org/orgPageConfig.ts +9 -6
- package/src/atoms/org/orgUIConfig.ts +22 -9
- package/src/atoms/search/chatSearch.ts +85 -67
- package/src/contexts/chatContext.tsx +4 -1
- package/src/contexts/enviveConfigContext.tsx +37 -26
- package/src/contexts/enviveCssContext.tsx +20 -0
- package/src/contexts/index.ts +2 -0
- package/src/contexts/orgConfigContext.tsx +106 -0
- package/src/contexts/systemSettingsContext.tsx +22 -9
- package/src/contexts/types.ts +12 -9
- package/src/hooks/index.ts +1 -0
- package/src/hooks/useSearch.tsx +16 -9
- package/src/hooks/utils.ts +1 -1
- package/src/interceptors/useFormEscalation.ts +26 -9
- package/src/types/search-filter-types.ts +7 -7
- package/src/types.ts +0 -2
- package/dist/api-CxGedDxj.cjs +0 -5057
- package/dist/api-NJEaveju.js +0 -4113
- package/dist/atomStore-BFtpknLM.js +0 -31
- package/dist/atomStore-CeJm9Llb.cjs +0 -57
- package/dist/bandolier-C7PAIw02.js +0 -1230
- package/dist/bandolier-oMkFDJMF.cjs +0 -1230
- package/dist/carpe-C0ccKuR9.cjs +0 -608
- package/dist/carpe-DFc78_lJ.js +0 -606
- package/dist/cdnService-DvDSpfVJ.js +0 -18
- package/dist/cdnService-dJU3sHpF.cjs +0 -23
- package/dist/chat-Dk6KPb1K.js +0 -25
- package/dist/components-DAQxVIn9.js +0 -10
- package/dist/contexts-DO75-Kmx.js +0 -7152
- package/dist/contexts-iAzSvZjb.cjs +0 -7331
- package/dist/coterie-BGT8hqFR.js +0 -240
- package/dist/coterie-Cp9FAJTQ.cjs +0 -240
- package/dist/customerService-CUyZzowx.js +0 -22
- package/dist/customerService-DqPw_XKf.cjs +0 -35
- package/dist/custservice-types-D8Npo-5Z.js +0 -22
- package/dist/custservice-types-E9_OSaZ7.cjs +0 -34
- package/dist/default-BAXPatxf.cjs +0 -198
- package/dist/default-BR3225LZ.js +0 -4
- package/dist/default-DR6YjE9B.cjs +0 -4
- package/dist/default-wf_IORgo.js +0 -175
- package/dist/divIds-BWvq-i6I.js +0 -22
- package/dist/dreamlandBaby-BzuMvUFS.cjs +0 -347
- package/dist/dreamlandBaby-DZvM81LQ.js +0 -347
- package/dist/embedded-C1jvFj3v.js +0 -22
- package/dist/entrypoints-CmmOszXO.js +0 -6
- package/dist/entrypoints-fowCLUT2.cjs +0 -18
- package/dist/enviveConfigContext-CUGLpPGU.js +0 -34
- package/dist/enviveConfigContext-Dfr2VH6u.cjs +0 -48
- package/dist/featureFlagService-CroFRxvD.d.cts +0 -17
- package/dist/featureFlagService-NkJ2fuEj.d.ts +0 -17
- package/dist/featureGates-BMWXU0dS.d.ts +0 -90
- package/dist/featureGates-N_gyHCTn.d.cts +0 -90
- package/dist/fiveCbd-DE-tDY3d.cjs +0 -614
- package/dist/fiveCbd-HNBPqPtX.js +0 -614
- package/dist/forLoveAndLemons-BKmJJ9pq.js +0 -666
- package/dist/forLoveAndLemons-BeVEBOiu.cjs +0 -668
- package/dist/frontendConfig-KeNqU1wa.d.cts +0 -790
- package/dist/frontendConfig-cPvCTWm6.d.ts +0 -790
- package/dist/globalSearch-BC0rOX3E.js +0 -13
- package/dist/greenpan-BX1viAZB.js +0 -398
- package/dist/greenpan-chd3aa5I.cjs +0 -398
- package/dist/grooveLife-CHot3rZw.js +0 -343
- package/dist/grooveLife-DEob7rK0.cjs +0 -343
- package/dist/homegrownCannabis-CoIjcehi.cjs +0 -411
- package/dist/homegrownCannabis-CwkS1qDA.js +0 -411
- package/dist/index-BdNKc2ix.d.cts +0 -8
- package/dist/index-BkhvV8RZ.d.cts +0 -202
- package/dist/index-BrXuc_Ck.d.cts +0 -24
- package/dist/index-C4zjAR1c.d.cts +0 -227
- package/dist/index-CGB6CAmr.d.ts +0 -6
- package/dist/index-CIco0cCQ.d.ts +0 -183
- package/dist/index-COG1kOZG.d.ts +0 -749
- package/dist/index-CVxe7FpL.d.cts +0 -6
- package/dist/index-Cn1SeI5y.d.cts +0 -183
- package/dist/index-Cqg6ltII.d.ts +0 -38
- package/dist/index-CzMrMKx-.d.ts +0 -202
- package/dist/index-DE_7Q8qK.d.ts +0 -94
- package/dist/index-Da0UzyI9.d.ts +0 -24
- package/dist/index-DbWWcYax.d.cts +0 -749
- package/dist/index-DtoVXd6O.d.cts +0 -97
- package/dist/index-JClBRnSX.d.cts +0 -94
- package/dist/index-ghzD_356.d.ts +0 -8
- package/dist/index-hdbCEjYy.d.cts +0 -38
- package/dist/index-luJrHgPN.d.ts +0 -97
- package/dist/index-tfRj22E1.d.ts +0 -227
- package/dist/jackArcher-BA-pkB4A.js +0 -728
- package/dist/jackArcher-bewC0q1T.cjs +0 -728
- package/dist/jordanCraig-B5k9nlAw.cjs +0 -1787
- package/dist/jordanCraig-BsQ1mYbt.js +0 -1787
- package/dist/kindredBravely-BxYkCpGY.js +0 -491
- package/dist/kindredBravely-DsN0fo3s.cjs +0 -491
- package/dist/kutFromTheKloth-BQTCu3ct.cjs +0 -370
- package/dist/kutFromTheKloth-bukOQM3P.js +0 -370
- package/dist/larryAndSerges-D1ecaT5a.js +0 -261
- package/dist/larryAndSerges-bj7fgy9b.cjs +0 -261
- package/dist/leapsAndRebounds-BfneG_0c.cjs +0 -361
- package/dist/leapsAndRebounds-DhNpZETg.js +0 -361
- package/dist/locators-C2DX_nX6.js +0 -1
- package/dist/locators-CUpyd9Wt.cjs +0 -0
- package/dist/longevityrx-CnoGcw0w.js +0 -321
- package/dist/longevityrx-D0goIuX0.cjs +0 -321
- package/dist/lookOptic-C4afLPZP.cjs +0 -283
- package/dist/lookOptic-uJWIKpER.js +0 -283
- package/dist/mantraBrand-8JUlYtCE.cjs +0 -751
- package/dist/mantraBrand-DuwKHM26.js +0 -751
- package/dist/medterra-BQec8rzn.js +0 -584
- package/dist/medterra-DH067P-V.cjs +0 -584
- package/dist/modells-DAgLE2xo.js +0 -485
- package/dist/modells-DUFnLmAz.cjs +0 -485
- package/dist/nodeSelector-DpKXszfU.d.ts +0 -30
- package/dist/nodeSelector-vKB44CDB.d.cts +0 -30
- package/dist/org-C11APG3v.js +0 -63
- package/dist/org-CnHL2I9B.cjs +0 -106
- package/dist/pressedFloral-DVZVfOSQ.cjs +0 -662
- package/dist/pressedFloral-MdbuoRyA.js +0 -662
- package/dist/search-CvHb1M3S.js +0 -542
- package/dist/search-bSYdOBhY.cjs +0 -743
- package/dist/search-filter-types-BsJjrxk0.d.ts +0 -101
- package/dist/search-filter-types-CqaGK3nM.d.cts +0 -101
- package/dist/skinPerfection-BcEWICQN.cjs +0 -335
- package/dist/skinPerfection-bGiYxq1i.js +0 -335
- package/dist/snapSupplements-BXSXTjqF.cjs +0 -286
- package/dist/snapSupplements-D7hHhdC9.js +0 -286
- package/dist/socialProofClasses-BYLiEXpU.cjs +0 -39
- package/dist/socialProofClasses-CkJufEGb.js +0 -9
- package/dist/spanx-5-0yX3iK.js +0 -662
- package/dist/spanx-lUzP6Lva.cjs +0 -664
- package/dist/spanxStaging-HglCMJag.js +0 -846
- package/dist/spanxStaging-hreMR0MS.cjs +0 -849
- package/dist/suggestionBarV2-types-B0RbMStE.js +0 -9
- package/dist/supergoop-C9DDT3lY.js +0 -335
- package/dist/supergoop-CkjtuRck.cjs +0 -337
- package/dist/test-types-C9b_OdfO.d.ts +0 -39
- package/dist/test-types-CpKCxk8U.d.cts +0 -39
- package/dist/types-BE4faOO_.d.cts +0 -32
- package/dist/types-BUjohkXp.cjs +0 -230
- package/dist/types-BVsTRyxL.js +0 -176
- package/dist/types-TD8g7LnH.d.ts +0 -32
- package/dist/uniqueVintage-DIMGtYAU.cjs +0 -1214
- package/dist/uniqueVintage-DPWA5Ed6.js +0 -1212
- package/dist/useMessageInterceptor-B-P_rw73.cjs +0 -72
- package/dist/useMessageInterceptor-C2RZM-fo.js +0 -57
- package/dist/variant-BGjOVpY3.d.cts +0 -12
- package/dist/variant-XITncuI3.d.ts +0 -12
- package/dist/venaCbd-B-znfAsl.js +0 -366
- package/dist/venaCbd-BOwOtpOz.cjs +0 -366
- package/dist/westonJonBoucher-CraTzRVt.cjs +0 -423
- package/dist/westonJonBoucher-DCRagGu3.js +0 -423
- package/dist/wineEnthusiast-Bv7umajk.js +0 -941
- package/dist/wineEnthusiast-sVuATrq6.cjs +0 -941
- package/dist/wolfMattress-BUH-Rhov.js +0 -373
- package/dist/wolfMattress-DpVHIEnJ.cjs +0 -373
- package/dist/wolfTactical-BcvF_sy-.cjs +0 -350
- package/dist/wolfTactical-Q14A1fpw.js +0 -350
- package/src/application/service/environmentService.ts +0 -51
- package/src/extension.ts +0 -63
- package/src/initialize.ts +0 -163
- package/src/main.tsx +0 -108
- package/src/merchants/uniqueVintage/views/useUniqueVintageChatSearch.ts +0 -147
- /package/dist/{atomStore-FSZd_20F.js → locators-Dc5ZT0aF.js} +0 -0
- /package/dist/{atomStore-B3tsg6mF.cjs → locators-lQMJj830.cjs} +0 -0
|
@@ -1,1230 +0,0 @@
|
|
|
1
|
-
require('./logger-Dln20ans.cjs');
|
|
2
|
-
require('./api-B2euFL-5.cjs');
|
|
3
|
-
const require_api$1 = require('./api-CxGedDxj.cjs');
|
|
4
|
-
const require_types = require('./types-BUjohkXp.cjs');
|
|
5
|
-
require('./enviveConfigContext-Dfr2VH6u.cjs');
|
|
6
|
-
require('./atomStore-CeJm9Llb.cjs');
|
|
7
|
-
require('./customerService-DqPw_XKf.cjs');
|
|
8
|
-
require('./utilityTypes-C4h2wgAK.cjs');
|
|
9
|
-
require('./variantInfo-CNRTY0gH.cjs');
|
|
10
|
-
require('./events-Da7gpmGv.cjs');
|
|
11
|
-
const require_suggestionBarV2_types = require('./suggestionBarV2-types-DG3Ekk44.cjs');
|
|
12
|
-
const require_divIds = require('./divIds-CFyAjjp3.cjs');
|
|
13
|
-
const require_cdnService = require('./cdnService-dJU3sHpF.cjs');
|
|
14
|
-
require('./chat-CCgyDehy.cjs');
|
|
15
|
-
require('./components-CScS7Ii-.cjs');
|
|
16
|
-
const require_embedded = require('./embedded-BlXJUbik.cjs');
|
|
17
|
-
require('./locators-CUpyd9Wt.cjs');
|
|
18
|
-
const require_default = require('./default-BAXPatxf.cjs');
|
|
19
|
-
|
|
20
|
-
//#region src/merchants/bandolier/bandolier.ts
|
|
21
|
-
const bandolierColors = {
|
|
22
|
-
[require_types.ColorNames.TextPrimary]: "#000000",
|
|
23
|
-
[require_types.ColorNames.TextSecondary]: "#6C6C6C",
|
|
24
|
-
[require_types.ColorNames.TextAccent]: "#AF986E",
|
|
25
|
-
[require_types.ColorNames.TextLink]: "#000000",
|
|
26
|
-
[require_types.ColorNames.TextLight]: "#FFFFFF",
|
|
27
|
-
[require_types.ColorNames.BackgroundPrimary]: "#000000",
|
|
28
|
-
[require_types.ColorNames.BackgroundSecondary]: "#ECECEC",
|
|
29
|
-
[require_types.ColorNames.BackgroundSecondaryDark]: "#E2E2E2",
|
|
30
|
-
[require_types.ColorNames.BackgroundTertiary]: "#ECECEC",
|
|
31
|
-
[require_types.ColorNames.BackgroundDark]: "#000000",
|
|
32
|
-
[require_types.ColorNames.BackgroundLight]: "#FFFFFF",
|
|
33
|
-
[require_types.ColorNames.BackgroundSaturated]: "#CCCCCC",
|
|
34
|
-
[require_types.ColorNames.BorderLight]: "#ECECEC",
|
|
35
|
-
[require_types.ColorNames.BorderMedium]: "#EAEAEA",
|
|
36
|
-
[require_types.ColorNames.BorderDark]: "#6C6C6C",
|
|
37
|
-
[require_types.ColorNames.BorderOutline]: "#000000",
|
|
38
|
-
[require_types.ColorNames.AccentPrimary]: "#AF986E",
|
|
39
|
-
[require_types.ColorNames.AccentSecondary]: "#DCB4AE"
|
|
40
|
-
};
|
|
41
|
-
const bandolierOrgUIConfig = () => {
|
|
42
|
-
const defaultBandolierOrgConfig = require_default.defaultOrgUIConfig(require_types.OrgShortName.Bandolier);
|
|
43
|
-
return {
|
|
44
|
-
...defaultBandolierOrgConfig,
|
|
45
|
-
merchantVariantSettings: { dynamicVariants: {
|
|
46
|
-
enabled: false,
|
|
47
|
-
refreshInterval: 400
|
|
48
|
-
} },
|
|
49
|
-
chatMessageConfig: {
|
|
50
|
-
...defaultBandolierOrgConfig.chatMessageConfig,
|
|
51
|
-
assistantChatTitle: "Ask Maggie",
|
|
52
|
-
variant: "accent"
|
|
53
|
-
},
|
|
54
|
-
chatHeader: {
|
|
55
|
-
...defaultBandolierOrgConfig.chatHeader,
|
|
56
|
-
imageSrc: require_cdnService.CdnService.getAssetURL("bandolier-logo.svg", require_types.OrgShortName.Bandolier)
|
|
57
|
-
},
|
|
58
|
-
chatPreviewConfig: {
|
|
59
|
-
...defaultBandolierOrgConfig.chatPreviewConfig,
|
|
60
|
-
buttonTextColor: require_types.colorVar(require_types.ColorNames.TextLink),
|
|
61
|
-
buttonBackgroundColor: require_types.colorVar(require_types.ColorNames.BackgroundSecondary),
|
|
62
|
-
buttonBackgroundHoverColor: require_types.colorVar(require_types.ColorNames.BackgroundSecondaryDark),
|
|
63
|
-
buttonTextHoverColor: require_types.colorVar(require_types.ColorNames.TextLink),
|
|
64
|
-
iconFillColor: require_types.colorVar(require_types.ColorNames.TextAccent),
|
|
65
|
-
copies: {
|
|
66
|
-
pdp: [
|
|
67
|
-
"does this fit my device model?",
|
|
68
|
-
"is this adjustable?",
|
|
69
|
-
"why choose this over a bulky bag?",
|
|
70
|
-
"what do reviewers love most?",
|
|
71
|
-
"can I use this every day?"
|
|
72
|
-
],
|
|
73
|
-
plp: []
|
|
74
|
-
},
|
|
75
|
-
headerConfig: { ...defaultBandolierOrgConfig.chatPreviewConfig.headerConfig },
|
|
76
|
-
footerConfig: { ...defaultBandolierOrgConfig.chatPreviewConfig.footerConfig }
|
|
77
|
-
},
|
|
78
|
-
floatingEntrypointConfig: {
|
|
79
|
-
...defaultBandolierOrgConfig.floatingEntrypointConfig,
|
|
80
|
-
showOption: "always",
|
|
81
|
-
expandedColor: require_types.colorVar(require_types.ColorNames.BackgroundDark),
|
|
82
|
-
expansionText: {
|
|
83
|
-
pdp: "Could this be your perfect everyday essential?",
|
|
84
|
-
plp: "What can we help you find today?"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
productCardConfig: { ...defaultBandolierOrgConfig.productCardConfig },
|
|
88
|
-
pageCardConfig: {
|
|
89
|
-
...defaultBandolierOrgConfig.pageCardConfig,
|
|
90
|
-
variant: "filled",
|
|
91
|
-
hoverVariant: "lift",
|
|
92
|
-
iconVariant: "primary"
|
|
93
|
-
},
|
|
94
|
-
productReviewConfig: { ...defaultBandolierOrgConfig.productReviewConfig },
|
|
95
|
-
welcomeSectionConfig: {
|
|
96
|
-
...defaultBandolierOrgConfig.welcomeSectionConfig,
|
|
97
|
-
title: "Welcome to Bandolier AI!",
|
|
98
|
-
colorVariant: "accent",
|
|
99
|
-
subtitle: "Hey there. I’m Maggie, your Bandolier shopping assistant. I’m here to help you find your perfect Bandolier—effortlessly stylish, hands-free, and ready for wherever life takes you."
|
|
100
|
-
},
|
|
101
|
-
customerServiceIntegration: {
|
|
102
|
-
integrationMode: require_types.CustomerServiceIntegrationMode.simple,
|
|
103
|
-
provider: require_types.CustomerServiceType.gorgias,
|
|
104
|
-
useUnifiedButton: true
|
|
105
|
-
},
|
|
106
|
-
searchConfig: {
|
|
107
|
-
enableGlobalSearch: true,
|
|
108
|
-
redirectSearchResultsUrl: "https://www.bandolierstyle.com/pages/search-page",
|
|
109
|
-
searchFilterConfig: [
|
|
110
|
-
{
|
|
111
|
-
filterId: "price",
|
|
112
|
-
displayName: "Price",
|
|
113
|
-
type: "price",
|
|
114
|
-
bucketSize: 100
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
filterId: "material",
|
|
118
|
-
displayName: "Materials",
|
|
119
|
-
attribute: "materials",
|
|
120
|
-
type: "dynamic",
|
|
121
|
-
sorting: { type: "productCount" }
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
filterId: "devices",
|
|
125
|
-
displayName: "Phone size",
|
|
126
|
-
type: "dynamic",
|
|
127
|
-
attribute: "devices",
|
|
128
|
-
sorting: { type: "productCount" }
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
filterId: "colors",
|
|
132
|
-
displayName: "Color",
|
|
133
|
-
type: "dynamic",
|
|
134
|
-
attribute: "colors",
|
|
135
|
-
sorting: { type: "productCount" }
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
filterId: "dynamic",
|
|
139
|
-
displayName: "",
|
|
140
|
-
type: "dynamic",
|
|
141
|
-
attribute: "dynamic",
|
|
142
|
-
sorting: { type: "productCount" }
|
|
143
|
-
}
|
|
144
|
-
]
|
|
145
|
-
},
|
|
146
|
-
merchantOverrideCss: `
|
|
147
|
-
.spiffy-headline {
|
|
148
|
-
font-family: 'DM Sans', 'Poppins', sans-serif;
|
|
149
|
-
}
|
|
150
|
-
.spiffy-headline-placeholder::placeholder {
|
|
151
|
-
font-family: 'DM Sans', 'Poppins', sans-serif;
|
|
152
|
-
font-style: italic;
|
|
153
|
-
}
|
|
154
|
-
.spiffy-star-rating-container {
|
|
155
|
-
background: var(--spiffy-colors-background-light) !important;
|
|
156
|
-
}
|
|
157
|
-
.spiffy-star-rating-star {
|
|
158
|
-
fill: var(--spiffy-colors-accent-primary) !important;
|
|
159
|
-
}
|
|
160
|
-
.spiffy-product-card-text-color {
|
|
161
|
-
color: var(--spiffy-colors-text-secondary);
|
|
162
|
-
}
|
|
163
|
-
.spiffy-view-source-icon-wrapper {
|
|
164
|
-
background: var(--spiffy-colors-accent-primary) !important;
|
|
165
|
-
}
|
|
166
|
-
.spiffy-view-source-icon-wrapper svg {
|
|
167
|
-
fill: var(--spiffy-colors-background-light);
|
|
168
|
-
}
|
|
169
|
-
.spiffy-floating-button-position {
|
|
170
|
-
top: 150px !important;
|
|
171
|
-
|
|
172
|
-
@media (max-width: 760px) {
|
|
173
|
-
top: 100px !important;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
[data-testid="floating-chat-shadow-dom-container"] {
|
|
177
|
-
z-index: 2147483647 !important;
|
|
178
|
-
}
|
|
179
|
-
.spiffy-chat-header-close-button {
|
|
180
|
-
color: var(--spiffy-colors-background-primary);
|
|
181
|
-
}
|
|
182
|
-
.spiffy-modal-sheet-footer .spiffy-suggestion-button-question-class svg {
|
|
183
|
-
fill: var(--spiffy-colors-text-link) !important;
|
|
184
|
-
stroke: var(--spiffy-colors-text-link) !important;
|
|
185
|
-
}
|
|
186
|
-
.spiffy-chat-header-container img {
|
|
187
|
-
max-width: 150px;
|
|
188
|
-
}
|
|
189
|
-
.spiffy-image-prompt-card-container .spiffy-suggestion-bar-row button {
|
|
190
|
-
background-color: var(--spiffy-colors-background-secondary) !important;
|
|
191
|
-
color: var(--spiffy-colors-text-link) !important;
|
|
192
|
-
border: none;
|
|
193
|
-
}
|
|
194
|
-
.spiffy-image-prompt-card-container .spiffy-suggestion-bar-row button svg {
|
|
195
|
-
fill: var(--spiffy-colors-accent-primary) !important;
|
|
196
|
-
stroke: var(--spiffy-colors-accent-primary) !important;
|
|
197
|
-
}
|
|
198
|
-
.spiffy-image-prompt-card-container .spiffy-suggestion-bar-row button:hover {
|
|
199
|
-
background-color: var(--spiffy-colors-background-secondary-dark) !important;
|
|
200
|
-
}
|
|
201
|
-
.spiffy-chat-preview-footer-container button {
|
|
202
|
-
background-color: var(--spiffy-colors-background-secondary);
|
|
203
|
-
border-radius: 0 !important;
|
|
204
|
-
}
|
|
205
|
-
.spiffy-chat-preview-footer-container button span {
|
|
206
|
-
color: var(--spiffy-colors-text-link) !important;
|
|
207
|
-
}
|
|
208
|
-
.spiffy-chat-preview-footer-container button:hover span {
|
|
209
|
-
color: var(--spiffy-colors-text-link) !important;
|
|
210
|
-
}
|
|
211
|
-
.spiffy-chat-preview-footer-container button svg {
|
|
212
|
-
fill: var(--spiffy-colors-accent-primary);
|
|
213
|
-
stroke: var(--spiffy-colors-accent-primary);
|
|
214
|
-
}
|
|
215
|
-
.spiffy-chat-preview-footer-container button:hover {
|
|
216
|
-
background-color: var(--spiffy-colors-background-secondary-dark);
|
|
217
|
-
}
|
|
218
|
-
.spiffy-chat-preview-footer-container button:hover svg {
|
|
219
|
-
fill: var(--spiffy-colors-accent-primary) !important;
|
|
220
|
-
stroke: var(--spiffy-colors-accent-primary) !important;
|
|
221
|
-
}
|
|
222
|
-
.spiffy-back-to-results-button {
|
|
223
|
-
color: var(--spiffy-colors-text-light);
|
|
224
|
-
}
|
|
225
|
-
.spiffy-back-to-results-button svg {
|
|
226
|
-
fill: var(--spiffy-colors-accent-primary) !important;
|
|
227
|
-
stroke: var(--spiffy-colors-accent-primary) !important;
|
|
228
|
-
}
|
|
229
|
-
@media (max-width: 479px) {
|
|
230
|
-
#spiffy-ai-prompt-card {
|
|
231
|
-
grid-area: 2 / 1 / 2 / -1 !important;
|
|
232
|
-
min-height: 350px !important;
|
|
233
|
-
}
|
|
234
|
-
.spiffy-image-prompt-card-container {
|
|
235
|
-
background-position-y: 0%, 100% !important;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
/* ==========================================================================
|
|
240
|
-
Search Layout & Visibility Rules
|
|
241
|
-
========================================================================== */
|
|
242
|
-
|
|
243
|
-
.search-results-entry-point ~ .section-padding.text-section.text-dark {
|
|
244
|
-
color: red;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
/* -- Rules to hide original site elements -- */
|
|
248
|
-
.global-entry-desktop + .js-search-trigger.search,
|
|
249
|
-
.global-entry-small-desktop + .js-search-trigger.search,
|
|
250
|
-
.global-entry-desktop + .search-popdown,
|
|
251
|
-
.global-entry-small-desktop + .search-popdown,
|
|
252
|
-
#spiffy-ai-global-search-entrypoint-mobile-icon-only + .search-popdown,
|
|
253
|
-
#spiffy-ai-global-search-entrypoint-mobile-homepage + .search-popdown,
|
|
254
|
-
.global-entry-desktop + .main-content,
|
|
255
|
-
.global-entry-small-desktop + .main-content,
|
|
256
|
-
.search-results-entry-point + .shopify-section {
|
|
257
|
-
display: none !important;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
// .search-results-no-op ~ * {
|
|
261
|
-
// z-index: 0;
|
|
262
|
-
// }
|
|
263
|
-
|
|
264
|
-
#spiffy-ai-global-search-entrypoint-mobile.global-entry-mobile {
|
|
265
|
-
display: block;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
@media (min-width: 640px) {
|
|
269
|
-
#spiffy-ai-global-search-entrypoint-mobile.global-entry-mobile {
|
|
270
|
-
display: none;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
#spiffy-ai-global-search-entrypoint-mobile-icon-only {
|
|
274
|
-
display: block;
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
@media (min-width: 1200px) {
|
|
279
|
-
#spiffy-ai-global-search-entrypoint.global-entry-desktop {
|
|
280
|
-
display: block;
|
|
281
|
-
}
|
|
282
|
-
#spiffy-ai-global-search-entrypoint-tablet.global-entry-small-desktop {
|
|
283
|
-
display: none;
|
|
284
|
-
}
|
|
285
|
-
#spiffy-ai-global-search-entrypoint-mobile.global-entry-mobile {
|
|
286
|
-
display: none;
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
`
|
|
290
|
-
};
|
|
291
|
-
};
|
|
292
|
-
const bandolierPageConfig = () => ({
|
|
293
|
-
pageVariants: [
|
|
294
|
-
{
|
|
295
|
-
variantId: "search-results",
|
|
296
|
-
variantType: "search",
|
|
297
|
-
variantTests: [
|
|
298
|
-
{ testType: require_types.PageVariantTestType.UrlResolver },
|
|
299
|
-
{
|
|
300
|
-
testType: require_types.PageVariantTestType.FeatureGate,
|
|
301
|
-
featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
testType: require_types.PageVariantTestType.QueryParam,
|
|
305
|
-
queryParam: "esq"
|
|
306
|
-
}
|
|
307
|
-
],
|
|
308
|
-
widgetMounting: [
|
|
309
|
-
{
|
|
310
|
-
mountingConfigId: "globalSearchEntryPointDesktop",
|
|
311
|
-
widgetConfigId: "globalSearchEntryPointDesktop"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
mountingConfigId: "globalSearchEntryPointSmallDesktop",
|
|
315
|
-
widgetConfigId: "globalSearchEntryPointDesktop"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
mountingConfigId: "chatPreviewPLP",
|
|
319
|
-
widgetConfigId: "chatPreviewPLP"
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
mountingConfigId: "searchResultsEntryPointPLP",
|
|
323
|
-
widgetConfigId: "searchResultsEntryPoint"
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
mountingConfigId: "globalSearchEntryPointOnlyIconMobile",
|
|
327
|
-
widgetConfigId: "globalSearchEntryPointOnlyIconMobile"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
mountingConfigId: "searchOverlayHost",
|
|
331
|
-
widgetConfigId: "searchOverlayHost"
|
|
332
|
-
}
|
|
333
|
-
]
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
variantId: "plp-with-search",
|
|
337
|
-
variantType: "plp",
|
|
338
|
-
variantTests: [{ testType: require_types.PageVariantTestType.UrlResolver }, {
|
|
339
|
-
testType: require_types.PageVariantTestType.FeatureGate,
|
|
340
|
-
featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
|
|
341
|
-
}],
|
|
342
|
-
plpIdExtractor: "url-resolver-plp-id",
|
|
343
|
-
widgetMounting: [
|
|
344
|
-
{
|
|
345
|
-
mountingConfigId: "globalSearchEntryPointDesktop",
|
|
346
|
-
widgetConfigId: "globalSearchEntryPointDesktop"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
mountingConfigId: "globalSearchEntryPointSmallDesktop",
|
|
350
|
-
widgetConfigId: "globalSearchEntryPointDesktop"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
mountingConfigId: "globalSearchEntryPointMobile",
|
|
354
|
-
widgetConfigId: "globalSearchEntryPointMobile"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
mountingConfigId: "globalSearchEntryPointMobileSearchIcon",
|
|
358
|
-
widgetConfigId: "globalSearchEntryPointMobileSearchIcon"
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
mountingConfigId: "chatPreviewPLP",
|
|
362
|
-
widgetConfigId: "chatPreviewPLP"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
mountingConfigId: "globalSearchEntryPointOnlyIconMobile",
|
|
366
|
-
widgetConfigId: "globalSearchEntryPointOnlyIconMobile"
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
mountingConfigId: "searchOverlayHost",
|
|
370
|
-
widgetConfigId: "searchOverlayHost"
|
|
371
|
-
}
|
|
372
|
-
]
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
variantId: "pdp-with-search-bags",
|
|
376
|
-
variantType: "pdp",
|
|
377
|
-
variantTests: [
|
|
378
|
-
{ testType: require_types.PageVariantTestType.UrlResolver },
|
|
379
|
-
{
|
|
380
|
-
testType: require_types.PageVariantTestType.FeatureGate,
|
|
381
|
-
featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
testType: require_types.PageVariantTestType.InCollection,
|
|
385
|
-
collections: ["bags"]
|
|
386
|
-
}
|
|
387
|
-
],
|
|
388
|
-
productIdExtractor: "url-resolver-product-id",
|
|
389
|
-
widgetMounting: [
|
|
390
|
-
{
|
|
391
|
-
mountingConfigId: "globalSearchEntryPointDesktop",
|
|
392
|
-
widgetConfigId: "globalSearchEntryPointDesktop"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
mountingConfigId: "globalSearchEntryPointSmallDesktop",
|
|
396
|
-
widgetConfigId: "globalSearchEntryPointDesktop"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
mountingConfigId: "globalSearchEntryPointMobile",
|
|
400
|
-
widgetConfigId: "globalSearchEntryPointMobile"
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
mountingConfigId: "globalSearchEntryPointMobileSearchIcon",
|
|
404
|
-
widgetConfigId: "globalSearchEntryPointMobileSearchIcon"
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
mountingConfigId: "topSuggestionBarPDP",
|
|
408
|
-
widgetConfigId: "topSuggestionsBarBags"
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
mountingConfigId: "bottomSuggestionBarPDP",
|
|
412
|
-
widgetConfigId: "bottomSuggestionsBar"
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
mountingConfigId: "chatPreviewPDP",
|
|
416
|
-
widgetConfigId: "chatPreviewPDP"
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
mountingConfigId: "globalSearchEntryPointOnlyIconMobile",
|
|
420
|
-
widgetConfigId: "globalSearchEntryPointOnlyIconMobile"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
mountingConfigId: "searchOverlayHost",
|
|
424
|
-
widgetConfigId: "searchOverlayHost"
|
|
425
|
-
}
|
|
426
|
-
]
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
variantId: "pdp-with-search",
|
|
430
|
-
variantType: "pdp",
|
|
431
|
-
variantTests: [{ testType: require_types.PageVariantTestType.UrlResolver }, {
|
|
432
|
-
testType: require_types.PageVariantTestType.FeatureGate,
|
|
433
|
-
featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
|
|
434
|
-
}],
|
|
435
|
-
productIdExtractor: "url-resolver-product-id",
|
|
436
|
-
widgetMounting: [
|
|
437
|
-
{
|
|
438
|
-
mountingConfigId: "globalSearchEntryPointDesktop",
|
|
439
|
-
widgetConfigId: "globalSearchEntryPointDesktop"
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
mountingConfigId: "globalSearchEntryPointSmallDesktop",
|
|
443
|
-
widgetConfigId: "globalSearchEntryPointDesktop"
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
mountingConfigId: "globalSearchEntryPointMobile",
|
|
447
|
-
widgetConfigId: "globalSearchEntryPointMobile"
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
mountingConfigId: "globalSearchEntryPointMobileSearchIcon",
|
|
451
|
-
widgetConfigId: "globalSearchEntryPointMobileSearchIcon"
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
mountingConfigId: "topSuggestionBarPDP",
|
|
455
|
-
widgetConfigId: "topSuggestionsBar"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
mountingConfigId: "bottomSuggestionBarPDP",
|
|
459
|
-
widgetConfigId: "bottomSuggestionsBar"
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
mountingConfigId: "chatPreviewPDP",
|
|
463
|
-
widgetConfigId: "chatPreviewPDP"
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
mountingConfigId: "globalSearchEntryPointOnlyIconMobile",
|
|
467
|
-
widgetConfigId: "globalSearchEntryPointOnlyIconMobile"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
mountingConfigId: "searchOverlayHost",
|
|
471
|
-
widgetConfigId: "searchOverlayHost"
|
|
472
|
-
}
|
|
473
|
-
]
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
variantId: "home-with-search",
|
|
477
|
-
variantType: "homepage",
|
|
478
|
-
variantTests: [{ testType: require_types.PageVariantTestType.UrlResolver }, {
|
|
479
|
-
testType: require_types.PageVariantTestType.FeatureGate,
|
|
480
|
-
featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
|
|
481
|
-
}],
|
|
482
|
-
widgetMounting: [
|
|
483
|
-
{
|
|
484
|
-
mountingConfigId: "globalSearchEntryPointDesktopHomepage",
|
|
485
|
-
widgetConfigId: "globalSearchEntryPointDesktopHomepage"
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
mountingConfigId: "globalSearchEntryPointSmallDesktopHomepage",
|
|
489
|
-
widgetConfigId: "globalSearchEntryPointDesktopHomepage"
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
mountingConfigId: "globalSearchEntryPointMobileHomepage",
|
|
493
|
-
widgetConfigId: "globalSearchEntryPointOnlyIconMobile"
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
mountingConfigId: "searchOverlayHost",
|
|
497
|
-
widgetConfigId: "searchOverlayHost"
|
|
498
|
-
}
|
|
499
|
-
]
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
variantId: "other-with-search",
|
|
503
|
-
variantType: "other",
|
|
504
|
-
variantTests: [{
|
|
505
|
-
testType: require_types.PageVariantTestType.FeatureGate,
|
|
506
|
-
featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
|
|
507
|
-
}, { testType: require_types.PageVariantTestType.UrlResolver }],
|
|
508
|
-
widgetMounting: [
|
|
509
|
-
{
|
|
510
|
-
mountingConfigId: "globalSearchEntryPointDesktop",
|
|
511
|
-
widgetConfigId: "globalSearchEntryPointDesktop"
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
mountingConfigId: "globalSearchEntryPointSmallDesktop",
|
|
515
|
-
widgetConfigId: "globalSearchEntryPointDesktop"
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
mountingConfigId: "globalSearchEntryPointOnlyIconMobile",
|
|
519
|
-
widgetConfigId: "globalSearchEntryPointOnlyIconMobile"
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
mountingConfigId: "searchOverlayHost",
|
|
523
|
-
widgetConfigId: "searchOverlayHost"
|
|
524
|
-
}
|
|
525
|
-
]
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
variantId: "plpPhoneCases",
|
|
529
|
-
variantType: "plp",
|
|
530
|
-
variantTests: [{ testType: require_types.PageVariantTestType.ShopifyPLP }, {
|
|
531
|
-
testType: require_types.PageVariantTestType.PlpId,
|
|
532
|
-
plpIds: [
|
|
533
|
-
"bandolier-crossbody",
|
|
534
|
-
"wristlet-phone-cases",
|
|
535
|
-
"case-only"
|
|
536
|
-
],
|
|
537
|
-
plpIdExtractor: "shopify-collection-id"
|
|
538
|
-
}],
|
|
539
|
-
plpIdExtractor: "shopify-collection-id",
|
|
540
|
-
widgetMounting: [{
|
|
541
|
-
mountingConfigId: "imagePromptCardPLP",
|
|
542
|
-
widgetConfigId: "imagePromptCardPLPPhoneCases"
|
|
543
|
-
}]
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
variantId: "plpAccessories",
|
|
547
|
-
variantType: "plp",
|
|
548
|
-
variantTests: [{ testType: require_types.PageVariantTestType.ShopifyPLP }, {
|
|
549
|
-
testType: require_types.PageVariantTestType.PlpId,
|
|
550
|
-
plpIds: ["shop-all-accessories"],
|
|
551
|
-
plpIdExtractor: "shopify-collection-id"
|
|
552
|
-
}],
|
|
553
|
-
plpIdExtractor: "shopify-collection-id",
|
|
554
|
-
widgetMounting: [{
|
|
555
|
-
mountingConfigId: "imagePromptCardPLP",
|
|
556
|
-
widgetConfigId: "imagePromptCardPLPAccessories"
|
|
557
|
-
}]
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
variantId: "plpBags",
|
|
561
|
-
variantType: "plp",
|
|
562
|
-
variantTests: [{ testType: require_types.PageVariantTestType.ShopifyPLP }, {
|
|
563
|
-
testType: require_types.PageVariantTestType.PlpId,
|
|
564
|
-
plpIds: ["bags"],
|
|
565
|
-
plpIdExtractor: "shopify-collection-id"
|
|
566
|
-
}],
|
|
567
|
-
plpIdExtractor: "shopify-collection-id",
|
|
568
|
-
widgetMounting: [{
|
|
569
|
-
mountingConfigId: "imagePromptCardPLP",
|
|
570
|
-
widgetConfigId: "imagePromptCardPLPBags"
|
|
571
|
-
}]
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
variantId: "pdpPouches",
|
|
575
|
-
variantType: "pdp",
|
|
576
|
-
variantTests: [{ testType: require_types.PageVariantTestType.ShopifyPDP }, {
|
|
577
|
-
testType: require_types.PageVariantTestType.InCollection,
|
|
578
|
-
collections: ["shop-all-bags-pouches"]
|
|
579
|
-
}],
|
|
580
|
-
productIdExtractor: "shopify-product-variant-id",
|
|
581
|
-
widgetMounting: [
|
|
582
|
-
{
|
|
583
|
-
mountingConfigId: "topSuggestionBarPDP",
|
|
584
|
-
widgetConfigId: "topSuggestionsBarPouches"
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
mountingConfigId: "chatPreviewPDP",
|
|
588
|
-
widgetConfigId: "chatPreviewPDP"
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
mountingConfigId: "bottomSuggestionBarPDP",
|
|
592
|
-
widgetConfigId: "bottomSuggestionsBar"
|
|
593
|
-
}
|
|
594
|
-
]
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
variantId: "pdpBags",
|
|
598
|
-
variantType: "pdp",
|
|
599
|
-
variantTests: [{ testType: require_types.PageVariantTestType.ShopifyPDP }, {
|
|
600
|
-
testType: require_types.PageVariantTestType.InCollection,
|
|
601
|
-
collections: ["bags"]
|
|
602
|
-
}],
|
|
603
|
-
productIdExtractor: "shopify-product-variant-id",
|
|
604
|
-
widgetMounting: [
|
|
605
|
-
{
|
|
606
|
-
mountingConfigId: "topSuggestionBarPDP",
|
|
607
|
-
widgetConfigId: "topSuggestionsBarBags"
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
mountingConfigId: "chatPreviewPDP",
|
|
611
|
-
widgetConfigId: "chatPreviewPDP"
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
mountingConfigId: "bottomSuggestionBarPDP",
|
|
615
|
-
widgetConfigId: "bottomSuggestionsBar"
|
|
616
|
-
}
|
|
617
|
-
]
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
variantId: "plpShopAll",
|
|
621
|
-
variantType: "plp",
|
|
622
|
-
variantTests: [{ testType: require_types.PageVariantTestType.ShopifyPLP }, {
|
|
623
|
-
testType: require_types.PageVariantTestType.PlpId,
|
|
624
|
-
plpIds: ["all"],
|
|
625
|
-
plpIdExtractor: "shopify-collection-id"
|
|
626
|
-
}],
|
|
627
|
-
plpIdExtractor: "shopify-collection-id",
|
|
628
|
-
widgetMounting: [{
|
|
629
|
-
mountingConfigId: "imagePromptCardPLP",
|
|
630
|
-
widgetConfigId: "imagePromptCardPLPShopAll"
|
|
631
|
-
}]
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
variantId: "plp",
|
|
635
|
-
variantType: "plp",
|
|
636
|
-
variantTests: [{ testType: require_types.PageVariantTestType.ShopifyPLP }],
|
|
637
|
-
plpIdExtractor: "shopify-collection-id",
|
|
638
|
-
widgetMounting: [{
|
|
639
|
-
mountingConfigId: "imagePromptCardPLP",
|
|
640
|
-
widgetConfigId: "imagePromptCardPLP"
|
|
641
|
-
}]
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
variantId: "pdp",
|
|
645
|
-
variantType: "pdp",
|
|
646
|
-
variantTests: [{ testType: require_types.PageVariantTestType.ShopifyPDP }],
|
|
647
|
-
productIdExtractor: "shopify-product-variant-id",
|
|
648
|
-
widgetMounting: [
|
|
649
|
-
{
|
|
650
|
-
mountingConfigId: "topSuggestionBarPDP",
|
|
651
|
-
widgetConfigId: "topSuggestionsBar"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
mountingConfigId: "chatPreviewPDP",
|
|
655
|
-
widgetConfigId: "chatPreviewPDP"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
mountingConfigId: "bottomSuggestionBarPDP",
|
|
659
|
-
widgetConfigId: "bottomSuggestionsBar"
|
|
660
|
-
}
|
|
661
|
-
]
|
|
662
|
-
}
|
|
663
|
-
],
|
|
664
|
-
mountingConfigs: {
|
|
665
|
-
imagePromptCardPLP: {
|
|
666
|
-
mountingConfigId: "imagePromptCardPLP",
|
|
667
|
-
containerId: require_divIds.PROMPT_CARD_ID,
|
|
668
|
-
testId: require_embedded.PROMPT_CARD_TESTID,
|
|
669
|
-
insertionPoint: {
|
|
670
|
-
selector: "#AjaxinateLoop",
|
|
671
|
-
insertionType: require_api$1.DOMInsertionType.AFTER
|
|
672
|
-
},
|
|
673
|
-
gridInsertionType: require_api$1.GridInsertionType.FIXED_1,
|
|
674
|
-
divCheckSelector: "test",
|
|
675
|
-
style: {
|
|
676
|
-
gridRow: "2 / 2",
|
|
677
|
-
gridColumn: "1 / 1"
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
|
-
chatPreviewPDP: {
|
|
681
|
-
mountingConfigId: "chatPreviewPDP",
|
|
682
|
-
containerId: require_divIds.CHAT_PREVIEW_CONTAINER_ID,
|
|
683
|
-
testId: require_embedded.CHAT_PREVIEW_TESTID,
|
|
684
|
-
insertionPoint: {
|
|
685
|
-
selector: ".product-single div",
|
|
686
|
-
insertionType: require_api$1.DOMInsertionType.APPEND_CHILD
|
|
687
|
-
}
|
|
688
|
-
},
|
|
689
|
-
topSuggestionBarPDP: {
|
|
690
|
-
mountingConfigId: "topSuggestionBarPDP",
|
|
691
|
-
containerId: require_divIds.TOP_SUGGESTION_BAR_PDP_ID,
|
|
692
|
-
testId: require_embedded.TOP_SUGGESTION_BAR_TESTID,
|
|
693
|
-
insertionPoint: {
|
|
694
|
-
selector: ".product__price-and-rating",
|
|
695
|
-
insertionType: require_api$1.DOMInsertionType.AFTER
|
|
696
|
-
},
|
|
697
|
-
style: { marginBottom: "16px" }
|
|
698
|
-
},
|
|
699
|
-
bottomSuggestionBarPDP: {
|
|
700
|
-
mountingConfigId: "bottomSuggestionBarPDP",
|
|
701
|
-
containerId: require_divIds.BOTTOM_REVIEWS_BAR_ID,
|
|
702
|
-
testId: require_embedded.BOTTOM_SUGGESTION_BAR_TESTID,
|
|
703
|
-
insertionPoint: {
|
|
704
|
-
selector: ".yotpo-smart-topics-panel",
|
|
705
|
-
insertionType: require_api$1.DOMInsertionType.AFTER
|
|
706
|
-
},
|
|
707
|
-
style: { width: "100%" }
|
|
708
|
-
},
|
|
709
|
-
searchOverlayHost: {
|
|
710
|
-
mountingConfigId: "searchOverlayHost",
|
|
711
|
-
containerId: require_divIds.SEARCH_OVERLAY_ENTRYPOINT_ID,
|
|
712
|
-
testId: require_embedded.SEARCH_OVERLAY_HOST_TESTID,
|
|
713
|
-
insertionPoint: {
|
|
714
|
-
selector: "body",
|
|
715
|
-
insertionType: require_api$1.DOMInsertionType.APPEND_CHILD
|
|
716
|
-
},
|
|
717
|
-
className: "spiffy-overlay-host"
|
|
718
|
-
},
|
|
719
|
-
searchResultsEntryPointPLP: {
|
|
720
|
-
mountingConfigId: "searchResultsEntryPointPLP",
|
|
721
|
-
containerId: require_divIds.SEARCH_RESULTS_ENTRYPOINT_ID,
|
|
722
|
-
testId: require_embedded.SEARCH_RESULTS_ENTRYPOINT_TESTID,
|
|
723
|
-
insertionPoint: {
|
|
724
|
-
selector: ".main-content",
|
|
725
|
-
insertionType: require_api$1.DOMInsertionType.BEFORE
|
|
726
|
-
},
|
|
727
|
-
suppressionSelector: "#MainContent",
|
|
728
|
-
className: "search-results-entry-point",
|
|
729
|
-
style: { marginBottom: "60px" }
|
|
730
|
-
},
|
|
731
|
-
searchResultsEntryPointPDP: {
|
|
732
|
-
mountingConfigId: "searchResultsEntryPointPDP",
|
|
733
|
-
containerId: require_divIds.SEARCH_RESULTS_ENTRYPOINT_ID,
|
|
734
|
-
testId: require_embedded.SEARCH_RESULTS_ENTRYPOINT_TESTID,
|
|
735
|
-
insertionPoint: {
|
|
736
|
-
selector: ".main-content",
|
|
737
|
-
insertionType: require_api$1.DOMInsertionType.BEFORE
|
|
738
|
-
},
|
|
739
|
-
suppressionSelector: "#MainContent",
|
|
740
|
-
className: "search-results-entry-point",
|
|
741
|
-
style: { marginBottom: "60px" }
|
|
742
|
-
},
|
|
743
|
-
globalSearchEntryPointDesktopHomepage: {
|
|
744
|
-
mountingConfigId: "globalSearchEntryPointDesktopHomepage",
|
|
745
|
-
containerId: require_divIds.HOMEPAGE_DESKTOP_GLOBAL_SEARCH_ENTRYPOINT_ID,
|
|
746
|
-
testId: require_embedded.GLOBAL_SEARCH_ENTRYPOINT_TESTID,
|
|
747
|
-
insertionPoint: {
|
|
748
|
-
selector: ".menu__item.menu__item--icons .search-popdown.menu__item.menu__item--icon",
|
|
749
|
-
insertionType: require_api$1.DOMInsertionType.BEFORE
|
|
750
|
-
},
|
|
751
|
-
suppressionSelector: ".menu__item.menu__item--icons .search-popdown",
|
|
752
|
-
className: "global-entry-desktop-homepage",
|
|
753
|
-
style: { margin: "0 5px 0 7px" }
|
|
754
|
-
},
|
|
755
|
-
globalSearchEntryPointSmallDesktopHomepage: {
|
|
756
|
-
mountingConfigId: "globalSearchEntryPointSmallDesktopHomepage",
|
|
757
|
-
containerId: require_divIds.HOMEPAGE_TABLET_GLOBAL_SEARCH_ENTRYPOINT_ID,
|
|
758
|
-
testId: require_embedded.GLOBAL_SEARCH_ENTRYPOINT_TESTID,
|
|
759
|
-
insertionPoint: {
|
|
760
|
-
selector: "#NavStandard .menu__item.menu__item--icon.menu__item-wishlist",
|
|
761
|
-
insertionType: require_api$1.DOMInsertionType.ADJACENT_AFTER_END
|
|
762
|
-
},
|
|
763
|
-
suppressionSelector: ".search-popdown",
|
|
764
|
-
className: "global-entry-small-desktop-homepage",
|
|
765
|
-
style: { margin: "0 5px 0 7px" }
|
|
766
|
-
},
|
|
767
|
-
globalSearchEntryPointMobileHomepage: {
|
|
768
|
-
mountingConfigId: "globalSearchEntryPointMobileHomepage",
|
|
769
|
-
containerId: require_divIds.HOMEPAGE_MOBILE_GLOBAL_SEARCH_ENTRYPOINT_ID,
|
|
770
|
-
testId: require_embedded.GLOBAL_SEARCH_ENTRYPOINT_TESTID,
|
|
771
|
-
insertionPoint: {
|
|
772
|
-
selector: ".search-popdown.mobile-menu__button",
|
|
773
|
-
insertionType: require_api$1.DOMInsertionType.BEFORE
|
|
774
|
-
},
|
|
775
|
-
className: "global-entry-mobile-homepage",
|
|
776
|
-
style: { margin: "6px" }
|
|
777
|
-
},
|
|
778
|
-
globalSearchEntryPointDesktop: {
|
|
779
|
-
mountingConfigId: "globalSearchEntryPointDesktop",
|
|
780
|
-
containerId: require_divIds.GLOBAL_SEARCH_ENTRYPOINT_ID,
|
|
781
|
-
testId: require_embedded.GLOBAL_SEARCH_ENTRYPOINT_TESTID,
|
|
782
|
-
insertionPoint: {
|
|
783
|
-
selector: ".menu__item.menu__item--icons .search-popdown.menu__item.menu__item--icon",
|
|
784
|
-
insertionType: require_api$1.DOMInsertionType.BEFORE
|
|
785
|
-
},
|
|
786
|
-
className: "global-entry-desktop",
|
|
787
|
-
style: { margin: "0 5px 0 7px" }
|
|
788
|
-
},
|
|
789
|
-
globalSearchEntryPointSmallDesktop: {
|
|
790
|
-
mountingConfigId: "globalSearchEntryPointSmallDesktop",
|
|
791
|
-
containerId: require_divIds.TABLET_GLOBAL_SEARCH_ENTYPOINT_ID,
|
|
792
|
-
testId: require_embedded.GLOBAL_SEARCH_ENTRYPOINT_TESTID,
|
|
793
|
-
insertionPoint: {
|
|
794
|
-
selector: "#NavStandard .menu__item.menu__item--icon.menu__item-wishlist",
|
|
795
|
-
insertionType: require_api$1.DOMInsertionType.ADJACENT_AFTER_END
|
|
796
|
-
},
|
|
797
|
-
className: "global-entry-small-desktop",
|
|
798
|
-
style: { margin: "0 5px 0 7px" }
|
|
799
|
-
},
|
|
800
|
-
globalSearchEntryPointMobile: {
|
|
801
|
-
mountingConfigId: "globalSearchEntryPointMobile",
|
|
802
|
-
containerId: require_divIds.MOBILE_GLOBAL_SEARCH_ENTRYPOINT_ID,
|
|
803
|
-
testId: require_embedded.GLOBAL_SEARCH_ENTRYPOINT_TESTID,
|
|
804
|
-
insertionPoint: {
|
|
805
|
-
selector: ".main-content",
|
|
806
|
-
insertionType: require_api$1.DOMInsertionType.BEFORE
|
|
807
|
-
},
|
|
808
|
-
className: "global-entry-mobile",
|
|
809
|
-
style: { margin: "8px" }
|
|
810
|
-
},
|
|
811
|
-
globalSearchEntryPointOnlyIconMobile: {
|
|
812
|
-
mountingConfigId: "globalSearchEntryPointOnlyIconMobile",
|
|
813
|
-
containerId: require_divIds.MOBILE_ICON_ONLY_GLOBAL_SEARCH_ENTRYPOINT_ID,
|
|
814
|
-
testId: require_embedded.GLOBAL_SEARCH_ENTRYPOINT_TESTID,
|
|
815
|
-
insertionPoint: {
|
|
816
|
-
selector: ".search-popdown.mobile-menu__button",
|
|
817
|
-
insertionType: require_api$1.DOMInsertionType.ADJACENT_BEFORE_BEGIN
|
|
818
|
-
},
|
|
819
|
-
className: "global-entry-mobile-menu-icon",
|
|
820
|
-
style: { margin: "6px" }
|
|
821
|
-
}
|
|
822
|
-
},
|
|
823
|
-
widgetConfigs: {
|
|
824
|
-
imagePromptCardPLPPhoneCases: {
|
|
825
|
-
widgetConfigId: "imagePromptCard",
|
|
826
|
-
type: require_types.WidgetType.ImagePromptCard,
|
|
827
|
-
url: require_cdnService.CdnService.getAssetURL("image-prompt-card-2.png", require_types.OrgShortName.Bandolier),
|
|
828
|
-
lightText: true,
|
|
829
|
-
title: "What can we help you find today?",
|
|
830
|
-
subtitle: [
|
|
831
|
-
"Crossbody vs. wristlet—what’s the difference?",
|
|
832
|
-
"Can I mix and match straps and wristlets?",
|
|
833
|
-
"Does it fit cards or essentials?",
|
|
834
|
-
"How protected will my phone be?",
|
|
835
|
-
"Do you offer bundles or sets?",
|
|
836
|
-
"Can I use this case without a strap?"
|
|
837
|
-
],
|
|
838
|
-
staticSuggestionCopies: [
|
|
839
|
-
"Will this fit my phone?",
|
|
840
|
-
"Crossbody vs. wristlet—what’s the difference?",
|
|
841
|
-
"Can I mix and match straps and wristlets?",
|
|
842
|
-
"Does it fit cards or essentials?",
|
|
843
|
-
"How protected will my phone be?",
|
|
844
|
-
"Do you offer bundles or sets?",
|
|
845
|
-
"Can I use this case without a strap?"
|
|
846
|
-
],
|
|
847
|
-
userQueryButtonConfig: {
|
|
848
|
-
variant: "underlineLight",
|
|
849
|
-
placeholderText: "Need something special?",
|
|
850
|
-
icon: "sendArrow"
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
|
-
imagePromptCardPLPAccessories: {
|
|
854
|
-
widgetConfigId: "imagePromptCard",
|
|
855
|
-
type: require_types.WidgetType.ImagePromptCard,
|
|
856
|
-
url: require_cdnService.CdnService.getAssetURL("image-prompt-card-2.png", require_types.OrgShortName.Bandolier),
|
|
857
|
-
lightText: true,
|
|
858
|
-
title: "What can we help you find today?",
|
|
859
|
-
subtitle: [
|
|
860
|
-
"Can I mix and match colors or styles?",
|
|
861
|
-
"How do these attach to cases and bags?",
|
|
862
|
-
"Are accessories customizable?",
|
|
863
|
-
"Can I customize my Bandolier?"
|
|
864
|
-
],
|
|
865
|
-
staticSuggestionCopies: [
|
|
866
|
-
"Can I mix and match colors or styles?",
|
|
867
|
-
"How do these attach to cases and bags?",
|
|
868
|
-
"Are accessories customizable?",
|
|
869
|
-
"Can I customize my Bandolier?"
|
|
870
|
-
],
|
|
871
|
-
userQueryButtonConfig: {
|
|
872
|
-
variant: "underlineLight",
|
|
873
|
-
placeholderText: "Need something special?",
|
|
874
|
-
icon: "sendArrow"
|
|
875
|
-
}
|
|
876
|
-
},
|
|
877
|
-
imagePromptCardPLPBags: {
|
|
878
|
-
widgetConfigId: "imagePromptCard",
|
|
879
|
-
type: require_types.WidgetType.ImagePromptCard,
|
|
880
|
-
url: require_cdnService.CdnService.getAssetURL("image-prompt-card-2.png", require_types.OrgShortName.Bandolier),
|
|
881
|
-
lightText: true,
|
|
882
|
-
title: "What can we help you find today?",
|
|
883
|
-
subtitle: [
|
|
884
|
-
"Are the bags designed to hold phones?",
|
|
885
|
-
"Can I attach a Bandolier strap to this bag?",
|
|
886
|
-
"Does it have interior pockets?",
|
|
887
|
-
"Is it made of real leather?",
|
|
888
|
-
"Can the strap be removed?"
|
|
889
|
-
],
|
|
890
|
-
staticSuggestionCopies: [
|
|
891
|
-
"Are the bags designed to hold phones?",
|
|
892
|
-
"Can I attach a Bandolier strap to this bag?",
|
|
893
|
-
"Does it have interior pockets?",
|
|
894
|
-
"Is it made of real leather?",
|
|
895
|
-
"Can the strap be removed?"
|
|
896
|
-
],
|
|
897
|
-
userQueryButtonConfig: {
|
|
898
|
-
variant: "underlineLight",
|
|
899
|
-
placeholderText: "Need something special?",
|
|
900
|
-
icon: "sendArrow"
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
|
-
imagePromptCardPLPShopAll: {
|
|
904
|
-
widgetConfigId: "imagePromptCard",
|
|
905
|
-
type: require_types.WidgetType.ImagePromptCard,
|
|
906
|
-
url: require_cdnService.CdnService.getAssetURL("image-prompt-card-2.png", require_types.OrgShortName.Bandolier),
|
|
907
|
-
lightText: true,
|
|
908
|
-
title: "What can we help you find today?",
|
|
909
|
-
subtitle: [
|
|
910
|
-
"Will this fit my phone?",
|
|
911
|
-
"How is Bandolier different from other phone cases?",
|
|
912
|
-
"What’s your most popular style?",
|
|
913
|
-
"What's trending right now?"
|
|
914
|
-
],
|
|
915
|
-
staticSuggestionCopies: [
|
|
916
|
-
"Will this fit my phone?",
|
|
917
|
-
"How is Bandolier different from other phone cases?",
|
|
918
|
-
"What’s your most popular style?",
|
|
919
|
-
"What's trending right now?"
|
|
920
|
-
],
|
|
921
|
-
userQueryButtonConfig: {
|
|
922
|
-
variant: "underlineLight",
|
|
923
|
-
placeholderText: "Need something special?",
|
|
924
|
-
icon: "sendArrow"
|
|
925
|
-
}
|
|
926
|
-
},
|
|
927
|
-
imagePromptCardPLP: {
|
|
928
|
-
widgetConfigId: "imagePromptCard",
|
|
929
|
-
type: require_types.WidgetType.ImagePromptCard,
|
|
930
|
-
url: require_cdnService.CdnService.getAssetURL("image-prompt-card-2.png", require_types.OrgShortName.Bandolier),
|
|
931
|
-
lightText: true,
|
|
932
|
-
title: "What can we help you find today?",
|
|
933
|
-
subtitle: [
|
|
934
|
-
"Which phone case fits your style?",
|
|
935
|
-
"Need a bag for nights out?",
|
|
936
|
-
"What’s a chic gift idea?",
|
|
937
|
-
"Looking for a travel-ready set?"
|
|
938
|
-
],
|
|
939
|
-
staticSuggestionCopies: [
|
|
940
|
-
"Which phone case fits your style?",
|
|
941
|
-
"Need a bag for nights out?",
|
|
942
|
-
"What’s a chic gift idea?",
|
|
943
|
-
"Looking for a travel-ready set?"
|
|
944
|
-
],
|
|
945
|
-
userQueryButtonConfig: {
|
|
946
|
-
variant: "underlineLight",
|
|
947
|
-
placeholderText: "Need something special?",
|
|
948
|
-
icon: "sendArrow"
|
|
949
|
-
}
|
|
950
|
-
},
|
|
951
|
-
topSuggestionsBar: {
|
|
952
|
-
widgetConfigId: "topSuggestionsBar",
|
|
953
|
-
contentId: "spiffy-top-suggestion-bar-contents",
|
|
954
|
-
metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
|
|
955
|
-
location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
|
|
956
|
-
type: require_types.WidgetType.SuggestionBarV2,
|
|
957
|
-
variant: "secondary",
|
|
958
|
-
hoverVariant: "secondaryAccent",
|
|
959
|
-
buttonBorderRadius: "sm",
|
|
960
|
-
animationSpeed: "standard",
|
|
961
|
-
buttonTexts: {
|
|
962
|
-
default: [
|
|
963
|
-
"Can I use this case without a strap? ",
|
|
964
|
-
"How many cards fit in the wallet?",
|
|
965
|
-
"Summarize Reviews",
|
|
966
|
-
"What makes this so versatile?",
|
|
967
|
-
"Why are shoppers obsessed with this?"
|
|
968
|
-
],
|
|
969
|
-
productSpecific: {
|
|
970
|
-
"hailey-side-slot-leather-crossbody-bandolier-black-gold": [
|
|
971
|
-
"Summarize the reviews",
|
|
972
|
-
"Why is this your best seller?",
|
|
973
|
-
"Can you use this case without a strap?",
|
|
974
|
-
"How many cards fit in the wallet?",
|
|
975
|
-
"What makes this so versatile?"
|
|
976
|
-
],
|
|
977
|
-
"mila-magsafe-charging-crossbody-bandolier-black-gold": [
|
|
978
|
-
"Summarize the reviews",
|
|
979
|
-
"Is this MagSafe Compatible?",
|
|
980
|
-
"Does the wallet come off?",
|
|
981
|
-
"Why is this your best seller?",
|
|
982
|
-
"Can you use this case without a strap?",
|
|
983
|
-
"How many cards fit in the wallet?"
|
|
984
|
-
],
|
|
985
|
-
"remi-magnet-wallet-crossbody-phone-case-black-gold": [
|
|
986
|
-
"Summarize the reviews",
|
|
987
|
-
"Is this MagSafe Compatible?",
|
|
988
|
-
"Is the wallet removable?",
|
|
989
|
-
"Why is this your best seller?",
|
|
990
|
-
"Can you use this case without a strap?",
|
|
991
|
-
"How many cards fit in the wallet?"
|
|
992
|
-
],
|
|
993
|
-
"lily-set-bandolier-black-gold": [
|
|
994
|
-
"Summarize the reviews",
|
|
995
|
-
"Why is this your best seller?",
|
|
996
|
-
"Can you use this case without a strap?",
|
|
997
|
-
"How many cards fit in the wallet?"
|
|
998
|
-
]
|
|
999
|
-
}
|
|
1000
|
-
}
|
|
1001
|
-
},
|
|
1002
|
-
topSuggestionsBarPouches: {
|
|
1003
|
-
widgetConfigId: "topSuggestionsBarPouches",
|
|
1004
|
-
contentId: "spiffy-top-suggestion-bar-contents",
|
|
1005
|
-
metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
|
|
1006
|
-
location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
|
|
1007
|
-
type: require_types.WidgetType.SuggestionBarV2,
|
|
1008
|
-
variant: "secondary",
|
|
1009
|
-
hoverVariant: "secondaryAccent",
|
|
1010
|
-
buttonBorderRadius: "sm",
|
|
1011
|
-
animationSpeed: "standard",
|
|
1012
|
-
buttonTexts: { default: [
|
|
1013
|
-
"How will this work with my bandolier case?",
|
|
1014
|
-
"Can I attach a Bandolier strap to this pouch?",
|
|
1015
|
-
"Does it have interior pockets?",
|
|
1016
|
-
"Is it made of real leather?"
|
|
1017
|
-
] }
|
|
1018
|
-
},
|
|
1019
|
-
topSuggestionsBarBags: {
|
|
1020
|
-
widgetConfigId: "topSuggestionsBarBags",
|
|
1021
|
-
contentId: "spiffy-top-suggestion-bar-contents",
|
|
1022
|
-
metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
|
|
1023
|
-
location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
|
|
1024
|
-
type: require_types.WidgetType.SuggestionBarV2,
|
|
1025
|
-
variant: "secondary",
|
|
1026
|
-
hoverVariant: "secondaryAccent",
|
|
1027
|
-
buttonBorderRadius: "sm",
|
|
1028
|
-
animationSpeed: "standard",
|
|
1029
|
-
buttonTexts: { default: [
|
|
1030
|
-
"Are the bags designed to hold phones?",
|
|
1031
|
-
"Can I attach a Bandolier strap to this bag?",
|
|
1032
|
-
"Does it have interior pockets?",
|
|
1033
|
-
"Is it made of real leather?",
|
|
1034
|
-
"Can the strap be removed?"
|
|
1035
|
-
] }
|
|
1036
|
-
},
|
|
1037
|
-
chatPreviewPDP: {
|
|
1038
|
-
widgetConfigId: "chatPreviewPDP",
|
|
1039
|
-
type: require_types.WidgetType.ChatPreview,
|
|
1040
|
-
variant: "filled",
|
|
1041
|
-
addSeparators: false
|
|
1042
|
-
},
|
|
1043
|
-
bottomSuggestionsBar: {
|
|
1044
|
-
widgetConfigId: "bottomSuggestionsBar",
|
|
1045
|
-
contentId: "spiffy-bottom-suggestion-bar-contents",
|
|
1046
|
-
metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
|
|
1047
|
-
location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
|
|
1048
|
-
type: require_types.WidgetType.SuggestionBarV2,
|
|
1049
|
-
variant: "darkAccent",
|
|
1050
|
-
hoverVariant: "secondaryAccent",
|
|
1051
|
-
buttonBorderRadius: "sm",
|
|
1052
|
-
animationSpeed: "none",
|
|
1053
|
-
twoRowsOnMobile: true,
|
|
1054
|
-
buttonTexts: { default: [
|
|
1055
|
-
"Does this fit my device model?",
|
|
1056
|
-
"Is this adjustable?",
|
|
1057
|
-
"Why choose this over a bulky bag?",
|
|
1058
|
-
"What do reviewers love most?",
|
|
1059
|
-
"Can I use this every day?"
|
|
1060
|
-
] }
|
|
1061
|
-
},
|
|
1062
|
-
globalSearchEntryPointMobile: {
|
|
1063
|
-
widgetConfigId: "globalSearchEntryPointMobile",
|
|
1064
|
-
type: require_types.WidgetType.SearchZeroStateEntryPoint,
|
|
1065
|
-
searchZeroStateVariant: "backgroundTertiary",
|
|
1066
|
-
searchInputVariant: "standard",
|
|
1067
|
-
suggestionButtonConfig: {
|
|
1068
|
-
variant: "darkAccent",
|
|
1069
|
-
hoverVariant: "secondaryAccent",
|
|
1070
|
-
borderRadius: "sm"
|
|
1071
|
-
},
|
|
1072
|
-
layout: "input",
|
|
1073
|
-
searchBoxPlaceholder: "What can I help you find?",
|
|
1074
|
-
initialSuggestions: [
|
|
1075
|
-
"MagSafe compatible cases",
|
|
1076
|
-
"Most popular styles",
|
|
1077
|
-
"Remi removable wallet",
|
|
1078
|
-
"Mix and match straps and wristlets",
|
|
1079
|
-
"Add-on pouches",
|
|
1080
|
-
"Best phone cases for travel"
|
|
1081
|
-
],
|
|
1082
|
-
usingPortal: true
|
|
1083
|
-
},
|
|
1084
|
-
globalSearchEntryPointMobileSearchIcon: {
|
|
1085
|
-
widgetConfigId: "globalSearchEntryPointMobileSearchIcon",
|
|
1086
|
-
type: require_types.WidgetType.SearchZeroStateEntryPoint,
|
|
1087
|
-
searchZeroStateVariant: "backgroundTertiary",
|
|
1088
|
-
searchInputVariant: "standard",
|
|
1089
|
-
suggestionButtonConfig: {
|
|
1090
|
-
variant: "darkAccent",
|
|
1091
|
-
hoverVariant: "secondaryAccent",
|
|
1092
|
-
borderRadius: "sm"
|
|
1093
|
-
},
|
|
1094
|
-
layout: "icon",
|
|
1095
|
-
searchIconVariant: "thin",
|
|
1096
|
-
searchIconSize: 24,
|
|
1097
|
-
searchBoxPlaceholder: "What can I help you find?",
|
|
1098
|
-
initialSuggestions: [
|
|
1099
|
-
"MagSafe compatible cases",
|
|
1100
|
-
"Most popular styles",
|
|
1101
|
-
"Remi removable wallet",
|
|
1102
|
-
"Mix and match straps and wristlets",
|
|
1103
|
-
"Add-on pouches",
|
|
1104
|
-
"Best phone cases for travel"
|
|
1105
|
-
],
|
|
1106
|
-
usingPortal: true
|
|
1107
|
-
},
|
|
1108
|
-
globalSearchEntryPointDesktop: {
|
|
1109
|
-
widgetConfigId: "globalSearchEntryPointDesktop",
|
|
1110
|
-
type: require_types.WidgetType.SearchZeroStateEntryPoint,
|
|
1111
|
-
searchZeroStateVariant: "backgroundTertiary",
|
|
1112
|
-
searchInputVariant: "standard",
|
|
1113
|
-
suggestionButtonConfig: {
|
|
1114
|
-
variant: "darkAccent",
|
|
1115
|
-
hoverVariant: "secondaryAccent",
|
|
1116
|
-
borderRadius: "sm"
|
|
1117
|
-
},
|
|
1118
|
-
layout: "icon",
|
|
1119
|
-
searchIconVariant: "thin",
|
|
1120
|
-
searchIconSize: 22,
|
|
1121
|
-
searchBoxPlaceholder: "What can I help you find?",
|
|
1122
|
-
initialSuggestions: [
|
|
1123
|
-
"MagSafe compatible cases",
|
|
1124
|
-
"Most popular styles",
|
|
1125
|
-
"Remi removable wallet",
|
|
1126
|
-
"Mix and match straps and wristlets",
|
|
1127
|
-
"Add-on pouches",
|
|
1128
|
-
"Best phone cases for travel"
|
|
1129
|
-
],
|
|
1130
|
-
usingPortal: true
|
|
1131
|
-
},
|
|
1132
|
-
globalSearchEntryPointDesktopHomepage: {
|
|
1133
|
-
widgetConfigId: "globalSearchEntryPointDesktopHomepage",
|
|
1134
|
-
type: require_types.WidgetType.SearchZeroStateEntryPoint,
|
|
1135
|
-
searchZeroStateVariant: "backgroundTertiary",
|
|
1136
|
-
searchInputVariant: "standard",
|
|
1137
|
-
suggestionButtonConfig: {
|
|
1138
|
-
variant: "darkAccent",
|
|
1139
|
-
hoverVariant: "secondaryAccent",
|
|
1140
|
-
borderRadius: "sm"
|
|
1141
|
-
},
|
|
1142
|
-
layout: "icon",
|
|
1143
|
-
searchIconVariant: "thin",
|
|
1144
|
-
searchIconSize: 22,
|
|
1145
|
-
searchBoxPlaceholder: "What can I help you find?",
|
|
1146
|
-
initialSuggestions: [
|
|
1147
|
-
"MagSafe compatible cases",
|
|
1148
|
-
"Most popular styles",
|
|
1149
|
-
"Remi removable wallet",
|
|
1150
|
-
"Mix and match straps and wristlets",
|
|
1151
|
-
"Add-on pouches",
|
|
1152
|
-
"Best phone cases for travel"
|
|
1153
|
-
],
|
|
1154
|
-
usingPortal: true
|
|
1155
|
-
},
|
|
1156
|
-
globalSearchEntryPointSmallDesktopHomepage: {
|
|
1157
|
-
widgetConfigId: "globalSearchEntryPointSmallDesktopHomepage",
|
|
1158
|
-
type: require_types.WidgetType.SearchZeroStateEntryPoint,
|
|
1159
|
-
searchZeroStateVariant: "backgroundTertiary",
|
|
1160
|
-
searchInputVariant: "standard",
|
|
1161
|
-
suggestionButtonConfig: {
|
|
1162
|
-
variant: "darkAccent",
|
|
1163
|
-
hoverVariant: "secondaryAccent",
|
|
1164
|
-
borderRadius: "sm"
|
|
1165
|
-
},
|
|
1166
|
-
layout: "icon",
|
|
1167
|
-
searchIconVariant: "thin",
|
|
1168
|
-
searchIconSize: 22,
|
|
1169
|
-
searchBoxPlaceholder: "What can I help you find?",
|
|
1170
|
-
initialSuggestions: [
|
|
1171
|
-
"MagSafe compatible cases",
|
|
1172
|
-
"Most popular styles",
|
|
1173
|
-
"Remi removable wallet",
|
|
1174
|
-
"Mix and match straps and wristlets",
|
|
1175
|
-
"Add-on pouches",
|
|
1176
|
-
"Best phone cases for travel"
|
|
1177
|
-
],
|
|
1178
|
-
usingPortal: true
|
|
1179
|
-
},
|
|
1180
|
-
globalSearchEntryPointOnlyIconMobile: {
|
|
1181
|
-
widgetConfigId: "globalSearchEntryPointOnlyIconMobile",
|
|
1182
|
-
type: require_types.WidgetType.SearchZeroStateEntryPoint,
|
|
1183
|
-
searchZeroStateVariant: "backgroundTertiary",
|
|
1184
|
-
searchInputVariant: "standard",
|
|
1185
|
-
suggestionButtonConfig: {
|
|
1186
|
-
variant: "darkAccent",
|
|
1187
|
-
hoverVariant: "secondaryAccent",
|
|
1188
|
-
borderRadius: "sm"
|
|
1189
|
-
},
|
|
1190
|
-
layout: "icon",
|
|
1191
|
-
searchIconVariant: "thin",
|
|
1192
|
-
searchIconSize: 26,
|
|
1193
|
-
searchBoxPlaceholder: "What can I help you find?",
|
|
1194
|
-
initialSuggestions: [
|
|
1195
|
-
"MagSafe compatible cases",
|
|
1196
|
-
"Most popular styles",
|
|
1197
|
-
"Remi removable wallet",
|
|
1198
|
-
"Mix and match straps and wristlets",
|
|
1199
|
-
"Add-on pouches",
|
|
1200
|
-
"Best phone cases for travel"
|
|
1201
|
-
],
|
|
1202
|
-
usingPortal: true
|
|
1203
|
-
},
|
|
1204
|
-
searchResultsEntryPoint: {
|
|
1205
|
-
widgetConfigId: "searchResultsEntryPoint",
|
|
1206
|
-
type: require_types.WidgetType.SearchResultsEntryPoint,
|
|
1207
|
-
searchBoxPlaceholder: "What can I help you find?",
|
|
1208
|
-
searchInputVariant: "standard",
|
|
1209
|
-
searchFilterSidebarVariant: "darkButton",
|
|
1210
|
-
productGridVariant: "square"
|
|
1211
|
-
},
|
|
1212
|
-
searchOverlayHost: {
|
|
1213
|
-
widgetConfigId: "searchOverlayHost",
|
|
1214
|
-
type: require_types.WidgetType.SearchOverlayHost
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
|
-
});
|
|
1218
|
-
const bandolierOrgInfo = {
|
|
1219
|
-
shortName: require_types.OrgShortName.Bandolier,
|
|
1220
|
-
name: "Bandolier",
|
|
1221
|
-
domain: "bandolierstyle.com",
|
|
1222
|
-
defaultProductId: "lily-side-slot-leather-crossbody-bandolier-ceci-ivory-floral-gold",
|
|
1223
|
-
alwaysEnabledMerchants: true,
|
|
1224
|
-
orgUIConfig: bandolierOrgUIConfig,
|
|
1225
|
-
orgColors: () => bandolierColors,
|
|
1226
|
-
orgPageConfig: bandolierPageConfig
|
|
1227
|
-
};
|
|
1228
|
-
|
|
1229
|
-
//#endregion
|
|
1230
|
-
exports.bandolierOrgInfo = bandolierOrgInfo;
|