@envive-ai/react-hooks 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/dist/adapters/amplitude/index.cjs +14 -0
  2. package/dist/adapters/amplitude/index.d.cts +4 -0
  3. package/dist/adapters/amplitude/index.d.ts +4 -0
  4. package/dist/adapters/amplitude/index.js +12 -0
  5. package/dist/api-B2euFL-5.cjs +268 -0
  6. package/dist/api-CxGedDxj.cjs +5057 -0
  7. package/dist/api-NJEaveju.js +4113 -0
  8. package/dist/api-XRr_lAG6.js +189 -0
  9. package/dist/application/config/index.cjs +34 -0
  10. package/dist/application/config/index.d.cts +14 -0
  11. package/dist/application/config/index.d.ts +14 -0
  12. package/dist/application/config/index.js +32 -0
  13. package/dist/application/models/graphql/index.cjs +13 -0
  14. package/dist/application/models/graphql/index.d.cts +2 -0
  15. package/dist/application/models/graphql/index.d.ts +2 -0
  16. package/dist/application/models/graphql/index.js +12 -0
  17. package/dist/application/models/guards/api/index.cjs +15 -0
  18. package/dist/application/models/guards/api/index.d.cts +3 -0
  19. package/dist/application/models/guards/api/index.d.ts +3 -0
  20. package/dist/application/models/guards/api/index.js +4 -0
  21. package/dist/application/models/index.cjs +72 -0
  22. package/dist/application/models/index.d.cts +10 -0
  23. package/dist/application/models/index.d.ts +10 -0
  24. package/dist/application/models/index.js +12 -0
  25. package/dist/application/models/utilityTypes/index.cjs +1 -0
  26. package/dist/application/models/utilityTypes/index.d.cts +2 -0
  27. package/dist/application/models/utilityTypes/index.d.ts +2 -0
  28. package/dist/application/models/utilityTypes/index.js +3 -0
  29. package/dist/application/models/variantInfo/index.cjs +1 -0
  30. package/dist/application/models/variantInfo/index.d.cts +2 -0
  31. package/dist/application/models/variantInfo/index.d.ts +2 -0
  32. package/dist/application/models/variantInfo/index.js +3 -0
  33. package/dist/application/service/customerService/index.cjs +4 -0
  34. package/dist/application/service/customerService/index.d.cts +3 -0
  35. package/dist/application/service/customerService/index.d.ts +3 -0
  36. package/dist/application/service/customerService/index.js +4 -0
  37. package/dist/application/service/index.cjs +761 -0
  38. package/dist/application/service/index.d.cts +407 -0
  39. package/dist/application/service/index.d.ts +407 -0
  40. package/dist/application/service/index.js +727 -0
  41. package/dist/application/utils/index.cjs +38 -0
  42. package/dist/application/utils/index.d.cts +254 -0
  43. package/dist/application/utils/index.d.ts +254 -0
  44. package/dist/application/utils/index.js +12 -0
  45. package/dist/atomStore-B3tsg6mF.cjs +0 -0
  46. package/dist/atomStore-BFtpknLM.js +31 -0
  47. package/dist/atomStore-CeJm9Llb.cjs +57 -0
  48. package/dist/atomStore-FSZd_20F.js +1 -0
  49. package/dist/atoms/app/index.cjs +17 -0
  50. package/dist/atoms/app/index.d.cts +33 -0
  51. package/dist/atoms/app/index.d.ts +33 -0
  52. package/dist/atoms/app/index.js +12 -0
  53. package/dist/atoms/atomStore/index.cjs +7 -0
  54. package/dist/atoms/atomStore/index.d.cts +23 -0
  55. package/dist/atoms/atomStore/index.d.ts +23 -0
  56. package/dist/atoms/atomStore/index.js +4 -0
  57. package/dist/atoms/chat/index.cjs +41 -0
  58. package/dist/atoms/chat/index.d.cts +159 -0
  59. package/dist/atoms/chat/index.d.ts +159 -0
  60. package/dist/atoms/chat/index.js +12 -0
  61. package/dist/atoms/globalSearch/index.cjs +6 -0
  62. package/dist/atoms/globalSearch/index.d.cts +23 -0
  63. package/dist/atoms/globalSearch/index.d.ts +23 -0
  64. package/dist/atoms/globalSearch/index.js +3 -0
  65. package/dist/atoms/org/index.cjs +41 -0
  66. package/dist/atoms/org/index.d.cts +93 -0
  67. package/dist/atoms/org/index.d.ts +93 -0
  68. package/dist/atoms/org/index.js +13 -0
  69. package/dist/atoms/search/index.cjs +44 -0
  70. package/dist/atoms/search/index.d.cts +11 -0
  71. package/dist/atoms/search/index.d.ts +11 -0
  72. package/dist/atoms/search/index.js +14 -0
  73. package/dist/{bandolier-DpF-HUG_.js → bandolier-C7PAIw02.js} +17 -7
  74. package/dist/{bandolier-3rHPPhkF.cjs → bandolier-oMkFDJMF.cjs} +56 -46
  75. package/dist/{carpe-BG7Q_KCG.cjs → carpe-C0ccKuR9.cjs} +35 -25
  76. package/dist/{carpe-DLuc07V7.js → carpe-DFc78_lJ.js} +17 -7
  77. package/dist/chat-CCgyDehy.cjs +151 -0
  78. package/dist/chat-Dk6KPb1K.js +25 -0
  79. package/dist/components-CScS7Ii-.cjs +28 -0
  80. package/dist/components-DAQxVIn9.js +10 -0
  81. package/dist/config/locators/components/chat/index.cjs +23 -0
  82. package/dist/config/locators/components/chat/index.d.cts +2 -0
  83. package/dist/config/locators/components/chat/index.d.ts +2 -0
  84. package/dist/config/locators/components/chat/index.js +3 -0
  85. package/dist/config/locators/components/chat/variants/index.cjs +28 -0
  86. package/dist/config/locators/components/chat/variants/index.d.cts +15 -0
  87. package/dist/config/locators/components/chat/variants/index.d.ts +15 -0
  88. package/dist/config/locators/components/chat/variants/index.js +16 -0
  89. package/dist/config/locators/components/index.cjs +5 -0
  90. package/dist/config/locators/components/index.d.cts +2 -0
  91. package/dist/config/locators/components/index.d.ts +2 -0
  92. package/dist/config/locators/components/index.js +3 -0
  93. package/dist/config/locators/components/search/index.cjs +12 -0
  94. package/dist/config/locators/components/search/index.d.cts +7 -0
  95. package/dist/config/locators/components/search/index.d.ts +7 -0
  96. package/dist/config/locators/components/search/index.js +8 -0
  97. package/dist/config/locators/index.cjs +47 -0
  98. package/dist/config/locators/index.d.cts +24 -0
  99. package/dist/config/locators/index.d.ts +24 -0
  100. package/dist/config/locators/index.js +6 -0
  101. package/dist/contexts/index.cjs +15 -4
  102. package/dist/contexts/index.d.cts +9 -1
  103. package/dist/contexts/index.d.ts +12 -4
  104. package/dist/contexts/index.js +15 -4
  105. package/dist/{contexts-Dq7tO_0y.js → contexts-DO75-Kmx.js} +19 -4326
  106. package/dist/{contexts-C4Iz162H.cjs → contexts-iAzSvZjb.cjs} +188 -4488
  107. package/dist/{coterie-FybYN_xE.js → coterie-BGT8hqFR.js} +18 -7
  108. package/dist/{coterie-DUdvJvAs.cjs → coterie-Cp9FAJTQ.cjs} +25 -14
  109. package/dist/customerService-CUyZzowx.js +22 -0
  110. package/dist/customerService-DqPw_XKf.cjs +35 -0
  111. package/dist/custservice-types-D8Npo-5Z.js +22 -0
  112. package/dist/custservice-types-E9_OSaZ7.cjs +34 -0
  113. package/dist/{default-CKyjzyLc.cjs → default-BAXPatxf.cjs} +1 -1
  114. package/dist/default-BR3225LZ.js +4 -0
  115. package/dist/default-DR6YjE9B.cjs +4 -0
  116. package/dist/{default-CL94oJfj.js → default-wf_IORgo.js} +1 -1
  117. package/dist/divIds-BWvq-i6I.js +22 -0
  118. package/dist/{divIds-BOqjn3bE.cjs → divIds-CFyAjjp3.cjs} +6 -79
  119. package/dist/{dreamlandBaby-C8yzW4Nl.cjs → dreamlandBaby-BzuMvUFS.cjs} +28 -18
  120. package/dist/{dreamlandBaby-WXcbsTXO.js → dreamlandBaby-DZvM81LQ.js} +17 -7
  121. package/dist/embedded-BlXJUbik.cjs +130 -0
  122. package/dist/embedded-C1jvFj3v.js +22 -0
  123. package/dist/events/index.cjs +4 -0
  124. package/dist/events/index.d.cts +45 -0
  125. package/dist/events/index.d.ts +45 -0
  126. package/dist/events/index.js +3 -0
  127. package/dist/events-ClCDFK7t.js +77 -0
  128. package/dist/events-Da7gpmGv.cjs +89 -0
  129. package/dist/featureFlagService-CroFRxvD.d.cts +17 -0
  130. package/dist/featureFlagService-NkJ2fuEj.d.ts +17 -0
  131. package/dist/featureGates-BMWXU0dS.d.ts +90 -0
  132. package/dist/featureGates-N_gyHCTn.d.cts +90 -0
  133. package/dist/{fiveCbd-CZYzZPl3.cjs → fiveCbd-DE-tDY3d.cjs} +32 -22
  134. package/dist/{fiveCbd-kl6CoxoF.js → fiveCbd-HNBPqPtX.js} +17 -7
  135. package/dist/{forLoveAndLemons-BD2qh-6B.js → forLoveAndLemons-BKmJJ9pq.js} +13 -5
  136. package/dist/{forLoveAndLemons-BNu-PfFB.cjs → forLoveAndLemons-BeVEBOiu.cjs} +17 -9
  137. package/dist/{types-DGoFEos_.d.cts → frontendConfig-KeNqU1wa.d.cts} +39 -275
  138. package/dist/{types-D4vlfTd0.d.ts → frontendConfig-cPvCTWm6.d.ts} +39 -275
  139. package/dist/globalSearch-BC0rOX3E.js +13 -0
  140. package/dist/globalSearch-hxbXekus.cjs +38 -0
  141. package/dist/{greenpan-LDDXZTsh.js → greenpan-BX1viAZB.js} +17 -7
  142. package/dist/{greenpan-D6fDmjU8.cjs → greenpan-chd3aa5I.cjs} +30 -20
  143. package/dist/{grooveLife-D-1qfxwj.js → grooveLife-CHot3rZw.js} +18 -8
  144. package/dist/{grooveLife-CcylXabB.cjs → grooveLife-DEob7rK0.cjs} +29 -19
  145. package/dist/{homegrownCannabis-BEZzwFlm.cjs → homegrownCannabis-CoIjcehi.cjs} +27 -16
  146. package/dist/{homegrownCannabis-BScZhy9v.js → homegrownCannabis-CwkS1qDA.js} +17 -6
  147. package/dist/hooks/index.cjs +15 -4
  148. package/dist/hooks/index.d.cts +15 -305
  149. package/dist/hooks/index.d.ts +15 -306
  150. package/dist/hooks/index.js +15 -4
  151. package/dist/index-BdNKc2ix.d.cts +8 -0
  152. package/dist/index-BkhvV8RZ.d.cts +202 -0
  153. package/dist/index-BrXuc_Ck.d.cts +24 -0
  154. package/dist/index-C4zjAR1c.d.cts +227 -0
  155. package/dist/index-CGB6CAmr.d.ts +6 -0
  156. package/dist/index-CIco0cCQ.d.ts +183 -0
  157. package/dist/index-COG1kOZG.d.ts +749 -0
  158. package/dist/index-CVxe7FpL.d.cts +6 -0
  159. package/dist/index-Cn1SeI5y.d.cts +183 -0
  160. package/dist/index-Cqg6ltII.d.ts +38 -0
  161. package/dist/index-CzMrMKx-.d.ts +202 -0
  162. package/dist/index-DE_7Q8qK.d.ts +94 -0
  163. package/dist/index-Da0UzyI9.d.ts +24 -0
  164. package/dist/index-DbWWcYax.d.cts +749 -0
  165. package/dist/index-DtoVXd6O.d.cts +97 -0
  166. package/dist/index-JClBRnSX.d.cts +94 -0
  167. package/dist/index-ghzD_356.d.ts +8 -0
  168. package/dist/index-hdbCEjYy.d.cts +38 -0
  169. package/dist/index-luJrHgPN.d.ts +97 -0
  170. package/dist/index-tfRj22E1.d.ts +227 -0
  171. package/dist/interceptors/index.cjs +14 -0
  172. package/dist/interceptors/index.d.cts +25 -0
  173. package/dist/interceptors/index.d.ts +25 -0
  174. package/dist/interceptors/index.js +13 -0
  175. package/dist/{jackArcher-cJJVulZ9.js → jackArcher-BA-pkB4A.js} +17 -7
  176. package/dist/{jackArcher-BwMClqMP.cjs → jackArcher-bewC0q1T.cjs} +34 -24
  177. package/dist/{jordanCraig-DGsCO2o1.cjs → jordanCraig-B5k9nlAw.cjs} +77 -67
  178. package/dist/{jordanCraig-DNDMT0hn.js → jordanCraig-BsQ1mYbt.js} +17 -7
  179. package/dist/{kindredBravely-ROyesnVk.js → kindredBravely-BxYkCpGY.js} +16 -6
  180. package/dist/{kindredBravely-wV2XT1r_.cjs → kindredBravely-DsN0fo3s.cjs} +27 -17
  181. package/dist/{kutFromTheKloth-B6GR8tO9.cjs → kutFromTheKloth-BQTCu3ct.cjs} +28 -18
  182. package/dist/{kutFromTheKloth-BCUOHegv.js → kutFromTheKloth-bukOQM3P.js} +17 -7
  183. package/dist/{larryAndSerges-CqS02fnX.js → larryAndSerges-D1ecaT5a.js} +14 -5
  184. package/dist/{larryAndSerges-CIqB9tKz.cjs → larryAndSerges-bj7fgy9b.cjs} +21 -12
  185. package/dist/{leapsAndRebounds-CFj9F_z1.cjs → leapsAndRebounds-BfneG_0c.cjs} +30 -20
  186. package/dist/{leapsAndRebounds-j4YqSvNb.js → leapsAndRebounds-DhNpZETg.js} +17 -7
  187. package/dist/locators-C2DX_nX6.js +1 -0
  188. package/dist/locators-CUpyd9Wt.cjs +0 -0
  189. package/dist/logger-Dln20ans.cjs +25 -0
  190. package/dist/logger-pdEEY8T2.js +19 -0
  191. package/dist/{longevityrx-9sUQZCVZ.js → longevityrx-CnoGcw0w.js} +17 -7
  192. package/dist/{longevityrx-C-Yc5LPR.cjs → longevityrx-D0goIuX0.cjs} +25 -15
  193. package/dist/{lookOptic-dbaaorhR.cjs → lookOptic-C4afLPZP.cjs} +25 -15
  194. package/dist/{lookOptic-CQryypdM.js → lookOptic-uJWIKpER.js} +17 -7
  195. package/dist/{mantraBrand-D5MTZ6Mj.cjs → mantraBrand-8JUlYtCE.cjs} +46 -36
  196. package/dist/{mantraBrand-CifBQtHp.js → mantraBrand-DuwKHM26.js} +18 -8
  197. package/dist/{medterra-DhENCf-m.js → medterra-BQec8rzn.js} +17 -7
  198. package/dist/{medterra-BCrXdmFE.cjs → medterra-DH067P-V.cjs} +37 -27
  199. package/dist/{modells-aQrV10D7.js → modells-DAgLE2xo.js} +17 -7
  200. package/dist/{modells-C_P_894S.cjs → modells-DUFnLmAz.cjs} +31 -21
  201. package/dist/nodeSelector-DpKXszfU.d.ts +30 -0
  202. package/dist/nodeSelector-vKB44CDB.d.cts +30 -0
  203. package/dist/org-C11APG3v.js +63 -0
  204. package/dist/org-CnHL2I9B.cjs +106 -0
  205. package/dist/{pressedFloral-DErfwwl0.cjs → pressedFloral-DVZVfOSQ.cjs} +36 -26
  206. package/dist/{pressedFloral-D-amnTQK.js → pressedFloral-MdbuoRyA.js} +17 -7
  207. package/dist/search-CvHb1M3S.js +542 -0
  208. package/dist/search-bSYdOBhY.cjs +743 -0
  209. package/dist/search-filter-types-BsJjrxk0.d.ts +101 -0
  210. package/dist/search-filter-types-CqaGK3nM.d.cts +101 -0
  211. package/dist/{skinPerfection-DF6nQXjh.cjs → skinPerfection-BcEWICQN.cjs} +25 -15
  212. package/dist/{skinPerfection-DRVPJp3h.js → skinPerfection-bGiYxq1i.js} +17 -7
  213. package/dist/{snapSupplements-CLZjItJi.cjs → snapSupplements-BXSXTjqF.cjs} +25 -15
  214. package/dist/{snapSupplements-Yxs4jgC-.js → snapSupplements-D7hHhdC9.js} +17 -7
  215. package/dist/{spanx-DVDyAyFC.js → spanx-5-0yX3iK.js} +19 -9
  216. package/dist/{spanx-Cpbot5J5.cjs → spanx-lUzP6Lva.cjs} +31 -21
  217. package/dist/{spanxStaging-DAiFEMRU.js → spanxStaging-HglCMJag.js} +19 -9
  218. package/dist/{spanxStaging-DbaVonN6.cjs → spanxStaging-hreMR0MS.cjs} +35 -25
  219. package/dist/suggestionBarV2-types-B0RbMStE.js +9 -0
  220. package/dist/suggestionBarV2-types-DG3Ekk44.cjs +15 -0
  221. package/dist/{supergoop-C4McrZPT.js → supergoop-C9DDT3lY.js} +18 -7
  222. package/dist/{supergoop-B5VQlsoe.cjs → supergoop-CkjtuRck.cjs} +29 -18
  223. package/dist/test-types-C9b_OdfO.d.ts +39 -0
  224. package/dist/test-types-CpKCxk8U.d.cts +39 -0
  225. package/dist/types/index.cjs +6 -0
  226. package/dist/types/index.d.cts +3 -0
  227. package/dist/types/index.d.ts +3 -0
  228. package/dist/types/index.js +4 -0
  229. package/dist/types-BE4faOO_.d.cts +32 -0
  230. package/dist/{types-QJObznro.cjs → types-BUjohkXp.cjs} +58 -58
  231. package/dist/{types-DZzSQ5a6.js → types-BVsTRyxL.js} +58 -58
  232. package/dist/types-TD8g7LnH.d.ts +32 -0
  233. package/dist/{uniqueVintage-BLp_UtBR.cjs → uniqueVintage-DIMGtYAU.cjs} +47 -37
  234. package/dist/{uniqueVintage-CS4TgOJW.js → uniqueVintage-DPWA5Ed6.js} +17 -7
  235. package/dist/useMessageInterceptor-B-P_rw73.cjs +72 -0
  236. package/dist/useMessageInterceptor-C2RZM-fo.js +57 -0
  237. package/dist/utilityTypes-BVikejDo.js +1 -0
  238. package/dist/utilityTypes-C4h2wgAK.cjs +0 -0
  239. package/dist/variant-BGjOVpY3.d.cts +12 -0
  240. package/dist/variant-XITncuI3.d.ts +12 -0
  241. package/dist/variantInfo-CNRTY0gH.cjs +0 -0
  242. package/dist/variantInfo-CzhR5W6h.js +1 -0
  243. package/dist/{venaCbd-DfnFV7Qp.js → venaCbd-B-znfAsl.js} +17 -7
  244. package/dist/{venaCbd-BxmadOeJ.cjs → venaCbd-BOwOtpOz.cjs} +30 -20
  245. package/dist/{westonJonBoucher-BZdusJgo.cjs → westonJonBoucher-CraTzRVt.cjs} +30 -20
  246. package/dist/{westonJonBoucher-C0FE4Wup.js → westonJonBoucher-DCRagGu3.js} +17 -7
  247. package/dist/{wineEnthusiast-CmhNg47M.js → wineEnthusiast-Bv7umajk.js} +17 -7
  248. package/dist/{wineEnthusiast-DQxdV8Yg.cjs → wineEnthusiast-sVuATrq6.cjs} +29 -19
  249. package/dist/{wolfMattress-vMvqmwgI.js → wolfMattress-BUH-Rhov.js} +17 -6
  250. package/dist/{wolfMattress-CqyOUgPB.cjs → wolfMattress-DpVHIEnJ.cjs} +29 -18
  251. package/dist/{wolfTactical-q3TVDP85.cjs → wolfTactical-BcvF_sy-.cjs} +29 -19
  252. package/dist/{wolfTactical-DvqxZtoA.js → wolfTactical-Q14A1fpw.js} +17 -7
  253. package/package.json +101 -3
  254. package/src/adapters/amplitude/amplitudeAdapter.ts +1 -1
  255. package/src/adapters/spiffy/commerce/api.ts +1 -1
  256. package/src/adapters/spiffy/commerce/graphql.ts +61 -37
  257. package/src/application/config/index.ts +1 -0
  258. package/src/application/models/index.ts +102 -17
  259. package/src/application/models/supportedOrgs.ts +89 -65
  260. package/src/application/service/index.ts +32 -0
  261. package/src/application/service/pageVariantService.ts +201 -114
  262. package/src/application/service/searchService.ts +1 -1
  263. package/src/application/service/windowFrontendConfigService.ts +40 -18
  264. package/src/application/utils/index.ts +22 -3
  265. package/src/atoms/app/variant.ts +48 -29
  266. package/src/atoms/atomStore/index.ts +1 -0
  267. package/src/atoms/chat/messageQueue.ts +34 -17
  268. package/src/atoms/chat/performanceMetrics.ts +51 -38
  269. package/src/atoms/chat/renderedWidgetRefs.ts +14 -15
  270. package/src/atoms/globalSearch/index.ts +1 -0
  271. package/src/atoms/org/org.ts +1 -3
  272. package/src/atoms/org/orgUIConfig.ts +31 -24
  273. package/src/contexts/chatContext.tsx +124 -72
  274. package/src/events/registerAnalyticsListeners.ts +13 -9
  275. package/src/hooks/useFileUpload.ts +9 -7
  276. package/src/hooks/useSearch.tsx +3 -3
  277. package/src/initialize.ts +1 -1
  278. package/src/interceptors/index.ts +3 -0
  279. package/src/main.tsx +1 -1
  280. package/src/types/index.ts +4 -0
  281. package/dist/GridInsertionService-C00upKLB.js +0 -40
  282. package/dist/GridInsertionService-CMJVhD6q.cjs +0 -52
  283. package/dist/custservice-types-BgjGHCtD.cjs +0 -16
  284. package/dist/custservice-types-V6FWABp4.js +0 -10
  285. package/dist/default-DMtAjA62.cjs +0 -4
  286. package/dist/default-zcmT2032.js +0 -4
  287. package/dist/divIds-Cfp3v_rG.js +0 -35
  288. package/dist/domInsertionService-BtzuH2Sc.js +0 -65
  289. package/dist/domInsertionService-Cb9814oM.cjs +0 -89
  290. package/dist/suggestionBarV2-types-XHYD3j8E.cjs +0 -46
  291. package/dist/suggestionBarV2-types-aiQmVx5m.js +0 -34
  292. package/src/atoms/index.ts +0 -5
  293. package/src/index.ts +0 -31
  294. /package/dist/{cdnService-CAyO3axV.js → cdnService-DvDSpfVJ.js} +0 -0
  295. /package/dist/{cdnService-DIF1i7VC.cjs → cdnService-dJU3sHpF.cjs} +0 -0
  296. /package/dist/{entrypoints-RmIbdYxh.js → entrypoints-CmmOszXO.js} +0 -0
  297. /package/dist/{entrypoints-C8JwiMYA.cjs → entrypoints-fowCLUT2.cjs} +0 -0
  298. /package/dist/{socialProofClasses-CaA83vI4.cjs → socialProofClasses-BYLiEXpU.cjs} +0 -0
  299. /package/dist/{socialProofClasses-KB7zOMmg.js → socialProofClasses-CkJufEGb.js} +0 -0
  300. /package/src/atoms/{atomStore.ts → atomStore/atomStore.ts} +0 -0
  301. /package/src/atoms/{globalSearch.ts → globalSearch/globalSearch.ts} +0 -0
@@ -1,11 +1,21 @@
1
- const require_GridInsertionService = require('./GridInsertionService-CMJVhD6q.cjs');
2
- const require_domInsertionService = require('./domInsertionService-Cb9814oM.cjs');
3
- const require_types = require('./types-QJObznro.cjs');
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');
4
5
  require('./enviveConfigContext-Dfr2VH6u.cjs');
5
- const require_divIds = require('./divIds-BOqjn3bE.cjs');
6
- const require_suggestionBarV2_types = require('./suggestionBarV2-types-XHYD3j8E.cjs');
7
- const require_cdnService = require('./cdnService-DIF1i7VC.cjs');
8
- const require_default = require('./default-CKyjzyLc.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');
9
19
 
10
20
  //#region src/merchants/jackArcher/jackArcher.ts
11
21
  const jackArcherColors = {
@@ -384,12 +394,12 @@ const jackArcherPageConfig = () => ({
384
394
  chatPreviewPLP: {
385
395
  mountingConfigId: "chatPreviewPLP",
386
396
  containerId: require_divIds.CHAT_PREVIEW_CONTAINER_ID,
387
- testId: require_divIds.CHAT_PREVIEW_TESTID,
397
+ testId: require_embedded.CHAT_PREVIEW_TESTID,
388
398
  insertionPoint: {
389
399
  selector: "#main-collection-product-grid",
390
- insertionType: require_domInsertionService.DOMInsertionType.AFTER
400
+ insertionType: require_api$1.DOMInsertionType.AFTER
391
401
  },
392
- gridInsertionType: require_GridInsertionService.GridInsertionType.FIXED_8,
402
+ gridInsertionType: require_api$1.GridInsertionType.FIXED_8,
393
403
  style: {
394
404
  gridRow: "3 / 3",
395
405
  gridColumn: "1 / -1"
@@ -398,30 +408,30 @@ const jackArcherPageConfig = () => ({
398
408
  chatPreviewPLPNewArrivals: {
399
409
  mountingConfigId: "chatPreviewPLPNewArrivals",
400
410
  containerId: require_divIds.CHAT_PREVIEW_CONTAINER_ID,
401
- testId: require_divIds.CHAT_PREVIEW_TESTID,
411
+ testId: require_embedded.CHAT_PREVIEW_TESTID,
402
412
  insertionPoint: {
403
413
  selector: "#main-collection-product-grid",
404
- insertionType: require_domInsertionService.DOMInsertionType.AFTER
414
+ insertionType: require_api$1.DOMInsertionType.AFTER
405
415
  },
406
- gridInsertionType: require_GridInsertionService.GridInsertionType.ROW_4
416
+ gridInsertionType: require_api$1.GridInsertionType.ROW_4
407
417
  },
408
418
  chatPreviewPDP: {
409
419
  mountingConfigId: "chatPreviewPDP",
410
420
  containerId: require_divIds.CHAT_PREVIEW_CONTAINER_ID,
411
- testId: require_divIds.CHAT_PREVIEW_TESTID,
421
+ testId: require_embedded.CHAT_PREVIEW_TESTID,
412
422
  insertionPoint: {
413
423
  selector: ".main-product",
414
- insertionType: require_domInsertionService.DOMInsertionType.AFTER
424
+ insertionType: require_api$1.DOMInsertionType.AFTER
415
425
  },
416
426
  style: { marginTop: "24px" }
417
427
  },
418
428
  bottomSuggestionBarPDP: {
419
429
  mountingConfigId: "bottomSuggestionBarPDP",
420
430
  containerId: require_divIds.BOTTOM_REVIEWS_BAR_ID,
421
- testId: require_divIds.BOTTOM_SUGGESTION_BAR_TESTID,
431
+ testId: require_embedded.BOTTOM_SUGGESTION_BAR_TESTID,
422
432
  insertionPoint: {
423
433
  selector: ".oke-w-header",
424
- insertionType: require_domInsertionService.DOMInsertionType.AFTER
434
+ insertionType: require_api$1.DOMInsertionType.AFTER
425
435
  }
426
436
  }
427
437
  },
@@ -577,7 +587,7 @@ const jackArcherPageConfig = () => ({
577
587
  topSuggestionsBar: {
578
588
  widgetConfigId: "topSuggestionsBar",
579
589
  contentId: "spiffy-top-suggestion-bar-contents",
580
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
590
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
581
591
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
582
592
  type: require_types.WidgetType.SuggestionBarV2,
583
593
  variant: "dark",
@@ -595,7 +605,7 @@ const jackArcherPageConfig = () => ({
595
605
  topSuggestionsBarMobile: {
596
606
  widgetConfigId: "topSuggestionsBarMobile",
597
607
  contentId: "spiffy-top-suggestion-bar-contents-mobile",
598
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
608
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
599
609
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
600
610
  type: require_types.WidgetType.SuggestionBarV2,
601
611
  variant: "dark",
@@ -613,7 +623,7 @@ const jackArcherPageConfig = () => ({
613
623
  bottomSuggestionsBar: {
614
624
  widgetConfigId: "bottomSuggestionsBar",
615
625
  contentId: "spiffy-bottom-suggestion-bar-contents",
616
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
626
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
617
627
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
618
628
  type: require_types.WidgetType.SuggestionBarV2,
619
629
  variant: "dark",
@@ -632,7 +642,7 @@ const jackArcherPageConfig = () => ({
632
642
  topSuggestionsBarCustom1: {
633
643
  widgetConfigId: "topSuggestionsBarCustom1",
634
644
  contentId: "spiffy-top-suggestion-bar-contents",
635
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
645
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
636
646
  type: require_types.WidgetType.SuggestionBarV2,
637
647
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
638
648
  variant: "dark",
@@ -650,7 +660,7 @@ const jackArcherPageConfig = () => ({
650
660
  topSuggestionsBarCustom1Mobile: {
651
661
  widgetConfigId: "topSuggestionsBarCustom1Mobile",
652
662
  contentId: "spiffy-top-suggestion-bar-contents-mobile",
653
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
663
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
654
664
  type: require_types.WidgetType.SuggestionBarV2,
655
665
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
656
666
  variant: "dark",
@@ -668,7 +678,7 @@ const jackArcherPageConfig = () => ({
668
678
  topSuggestionsBarCustom2: {
669
679
  widgetConfigId: "topSuggestionsBarCustom2",
670
680
  contentId: "spiffy-top-suggestion-bar-contents",
671
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
681
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
672
682
  type: require_types.WidgetType.SuggestionBarV2,
673
683
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
674
684
  variant: "dark",
@@ -686,7 +696,7 @@ const jackArcherPageConfig = () => ({
686
696
  topSuggestionsBarCustom2Mobile: {
687
697
  widgetConfigId: "topSuggestionsBarCustom2Mobile",
688
698
  contentId: "spiffy-top-suggestion-bar-contents-mobile",
689
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
699
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
690
700
  type: require_types.WidgetType.SuggestionBarV2,
691
701
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
692
702
  variant: "dark",
@@ -1,11 +1,21 @@
1
- const require_GridInsertionService = require('./GridInsertionService-CMJVhD6q.cjs');
2
- const require_domInsertionService = require('./domInsertionService-Cb9814oM.cjs');
3
- const require_types = require('./types-QJObznro.cjs');
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');
4
5
  require('./enviveConfigContext-Dfr2VH6u.cjs');
5
- const require_divIds = require('./divIds-BOqjn3bE.cjs');
6
- const require_suggestionBarV2_types = require('./suggestionBarV2-types-XHYD3j8E.cjs');
7
- const require_cdnService = require('./cdnService-DIF1i7VC.cjs');
8
- const require_default = require('./default-CKyjzyLc.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');
9
19
 
10
20
  //#region src/merchants/jordanCraig/jordanCraig.ts
11
21
  const jordanCraigColors = {
@@ -202,7 +212,7 @@ const jordanCraigPageConfig = () => ({
202
212
  { testType: require_types.PageVariantTestType.UrlResolver },
203
213
  {
204
214
  testType: require_types.PageVariantTestType.FeatureGate,
205
- featureGate: require_domInsertionService.FeatureGates.IsGlobalSearchEnabled
215
+ featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
206
216
  },
207
217
  {
208
218
  testType: require_types.PageVariantTestType.QueryParam,
@@ -234,7 +244,7 @@ const jordanCraigPageConfig = () => ({
234
244
  variantType: "plp",
235
245
  variantTests: [{ testType: require_types.PageVariantTestType.UrlResolver }, {
236
246
  testType: require_types.PageVariantTestType.FeatureGate,
237
- featureGate: require_domInsertionService.FeatureGates.IsGlobalSearchEnabled
247
+ featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
238
248
  }],
239
249
  plpIdExtractor: "url-resolver-plp-id",
240
250
  widgetMounting: [
@@ -257,7 +267,7 @@ const jordanCraigPageConfig = () => ({
257
267
  variantType: "pdp",
258
268
  variantTests: [{ testType: require_types.PageVariantTestType.UrlResolver }, {
259
269
  testType: require_types.PageVariantTestType.FeatureGate,
260
- featureGate: require_domInsertionService.FeatureGates.IsGlobalSearchEnabled
270
+ featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
261
271
  }],
262
272
  productIdExtractor: "url-resolver-product-id",
263
273
  widgetMounting: [
@@ -288,7 +298,7 @@ const jordanCraigPageConfig = () => ({
288
298
  variantType: "homepage",
289
299
  variantTests: [{ testType: require_types.PageVariantTestType.UrlResolver }, {
290
300
  testType: require_types.PageVariantTestType.FeatureGate,
291
- featureGate: require_domInsertionService.FeatureGates.IsGlobalSearchEnabled
301
+ featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
292
302
  }],
293
303
  widgetMounting: [{
294
304
  mountingConfigId: "searchIconEntryPoint",
@@ -303,7 +313,7 @@ const jordanCraigPageConfig = () => ({
303
313
  variantType: "other",
304
314
  variantTests: [{ testType: require_types.PageVariantTestType.UrlResolver }, {
305
315
  testType: require_types.PageVariantTestType.FeatureGate,
306
- featureGate: require_domInsertionService.FeatureGates.IsGlobalSearchEnabled
316
+ featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
307
317
  }],
308
318
  widgetMounting: [{
309
319
  mountingConfigId: "searchIconEntryPoint",
@@ -933,7 +943,7 @@ const jordanCraigPageConfig = () => ({
933
943
  topSuggestionsBar: {
934
944
  widgetConfigId: "topSuggestionsBar",
935
945
  contentId: "spiffy-top-suggestion-bar-contents",
936
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
946
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
937
947
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
938
948
  type: require_types.WidgetType.SuggestionBarV2,
939
949
  variant: "secondary",
@@ -950,7 +960,7 @@ const jordanCraigPageConfig = () => ({
950
960
  bottomSuggestionsBar: {
951
961
  widgetConfigId: "bottomSuggestionsBar",
952
962
  contentId: "spiffy-top-suggestion-bar-contents",
953
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
963
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
954
964
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
955
965
  type: require_types.WidgetType.SuggestionBarV2,
956
966
  variant: "darkPrimary",
@@ -967,7 +977,7 @@ const jordanCraigPageConfig = () => ({
967
977
  topSuggestionsBarOuterwear: {
968
978
  widgetConfigId: "topSuggestionsBarOuterwear",
969
979
  contentId: "spiffy-top-suggestion-bar-contents",
970
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
980
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
971
981
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
972
982
  type: require_types.WidgetType.SuggestionBarV2,
973
983
  variant: "secondary",
@@ -986,7 +996,7 @@ const jordanCraigPageConfig = () => ({
986
996
  bottomSuggestionsBarOuterwear: {
987
997
  widgetConfigId: "bottomSuggestionsBarOuterwear",
988
998
  contentId: "spiffy-top-suggestion-bar-contents",
989
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
999
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
990
1000
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
991
1001
  type: require_types.WidgetType.SuggestionBarV2,
992
1002
  variant: "darkPrimary",
@@ -1005,7 +1015,7 @@ const jordanCraigPageConfig = () => ({
1005
1015
  topSuggestionsBarTshirts: {
1006
1016
  widgetConfigId: "topSuggestionsBarTshirts",
1007
1017
  contentId: "spiffy-top-suggestion-bar-contents",
1008
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1018
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1009
1019
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1010
1020
  type: require_types.WidgetType.SuggestionBarV2,
1011
1021
  variant: "secondary",
@@ -1023,7 +1033,7 @@ const jordanCraigPageConfig = () => ({
1023
1033
  bottomSuggestionsBarTshirts: {
1024
1034
  widgetConfigId: "bottomSuggestionsBarTshirts",
1025
1035
  contentId: "spiffy-top-suggestion-bar-contents",
1026
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1036
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1027
1037
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1028
1038
  type: require_types.WidgetType.SuggestionBarV2,
1029
1039
  variant: "darkPrimary",
@@ -1041,7 +1051,7 @@ const jordanCraigPageConfig = () => ({
1041
1051
  topSuggestionsBarSweatshirts: {
1042
1052
  widgetConfigId: "topSuggestionsBarSweatshirts",
1043
1053
  contentId: "spiffy-top-suggestion-bar-contents",
1044
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1054
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1045
1055
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1046
1056
  type: require_types.WidgetType.SuggestionBarV2,
1047
1057
  variant: "secondary",
@@ -1059,7 +1069,7 @@ const jordanCraigPageConfig = () => ({
1059
1069
  bottomSuggestionsBarSweatshirts: {
1060
1070
  widgetConfigId: "bottomSuggestionsBarSweatshirts",
1061
1071
  contentId: "spiffy-top-suggestion-bar-contents",
1062
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1072
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1063
1073
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1064
1074
  type: require_types.WidgetType.SuggestionBarV2,
1065
1075
  variant: "darkPrimary",
@@ -1077,7 +1087,7 @@ const jordanCraigPageConfig = () => ({
1077
1087
  topSuggestionsBarSweatpants: {
1078
1088
  widgetConfigId: "topSuggestionsBarSweatpants",
1079
1089
  contentId: "spiffy-top-suggestion-bar-contents",
1080
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1090
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1081
1091
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1082
1092
  type: require_types.WidgetType.SuggestionBarV2,
1083
1093
  variant: "secondary",
@@ -1095,7 +1105,7 @@ const jordanCraigPageConfig = () => ({
1095
1105
  bottomSuggestionsBarSweatpants: {
1096
1106
  widgetConfigId: "bottomSuggestionsBarSweatpants",
1097
1107
  contentId: "spiffy-top-suggestion-bar-contents",
1098
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1108
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1099
1109
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1100
1110
  type: require_types.WidgetType.SuggestionBarV2,
1101
1111
  variant: "darkPrimary",
@@ -1113,7 +1123,7 @@ const jordanCraigPageConfig = () => ({
1113
1123
  topSuggestionsBarGraphic: {
1114
1124
  widgetConfigId: "topSuggestionsBarGraphic",
1115
1125
  contentId: "spiffy-top-suggestion-bar-contents",
1116
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1126
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1117
1127
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1118
1128
  type: require_types.WidgetType.SuggestionBarV2,
1119
1129
  variant: "secondary",
@@ -1130,7 +1140,7 @@ const jordanCraigPageConfig = () => ({
1130
1140
  bottomSuggestionsBarGraphic: {
1131
1141
  widgetConfigId: "bottomSuggestionsBarGraphic",
1132
1142
  contentId: "spiffy-top-suggestion-bar-contents",
1133
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1143
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1134
1144
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1135
1145
  type: require_types.WidgetType.SuggestionBarV2,
1136
1146
  variant: "darkPrimary",
@@ -1147,7 +1157,7 @@ const jordanCraigPageConfig = () => ({
1147
1157
  topSuggestionsBarDenim: {
1148
1158
  widgetConfigId: "topSuggestionsBarDenim",
1149
1159
  contentId: "spiffy-top-suggestion-bar-contents",
1150
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1160
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1151
1161
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1152
1162
  type: require_types.WidgetType.SuggestionBarV2,
1153
1163
  variant: "secondary",
@@ -1165,7 +1175,7 @@ const jordanCraigPageConfig = () => ({
1165
1175
  bottomSuggestionsBarDenim: {
1166
1176
  widgetConfigId: "bottomSuggestionsBarDenim",
1167
1177
  contentId: "spiffy-top-suggestion-bar-contents",
1168
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1178
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1169
1179
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1170
1180
  type: require_types.WidgetType.SuggestionBarV2,
1171
1181
  variant: "darkPrimary",
@@ -1183,7 +1193,7 @@ const jordanCraigPageConfig = () => ({
1183
1193
  topSuggestionsBarTwillFleece: {
1184
1194
  widgetConfigId: "topSuggestionsBarTwillFleece",
1185
1195
  contentId: "spiffy-top-suggestion-bar-contents",
1186
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1196
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1187
1197
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1188
1198
  type: require_types.WidgetType.SuggestionBarV2,
1189
1199
  variant: "secondary",
@@ -1201,7 +1211,7 @@ const jordanCraigPageConfig = () => ({
1201
1211
  bottomSuggestionsBarTwillFleece: {
1202
1212
  widgetConfigId: "bottomSuggestionsBarTwillFleece",
1203
1213
  contentId: "spiffy-top-suggestion-bar-contents",
1204
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1214
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1205
1215
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1206
1216
  type: require_types.WidgetType.SuggestionBarV2,
1207
1217
  variant: "darkPrimary",
@@ -1220,7 +1230,7 @@ const jordanCraigPageConfig = () => ({
1220
1230
  topSuggestionsBarShorts: {
1221
1231
  widgetConfigId: "topSuggestionsBarShorts",
1222
1232
  contentId: "spiffy-top-suggestion-bar-contents",
1223
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1233
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1224
1234
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1225
1235
  type: require_types.WidgetType.SuggestionBarV2,
1226
1236
  variant: "secondary",
@@ -1240,7 +1250,7 @@ const jordanCraigPageConfig = () => ({
1240
1250
  bottomSuggestionsBarShorts: {
1241
1251
  widgetConfigId: "bottomSuggestionsBarShorts",
1242
1252
  contentId: "spiffy-top-suggestion-bar-contents",
1243
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1253
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1244
1254
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1245
1255
  type: require_types.WidgetType.SuggestionBarV2,
1246
1256
  variant: "darkPrimary",
@@ -1260,7 +1270,7 @@ const jordanCraigPageConfig = () => ({
1260
1270
  topSuggestionsBarAccessories: {
1261
1271
  widgetConfigId: "topSuggestionsBarAccessories",
1262
1272
  contentId: "spiffy-top-suggestion-bar-contents",
1263
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1273
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1264
1274
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1265
1275
  type: require_types.WidgetType.SuggestionBarV2,
1266
1276
  variant: "secondary",
@@ -1278,7 +1288,7 @@ const jordanCraigPageConfig = () => ({
1278
1288
  bottomSuggestionsBarAccessories: {
1279
1289
  widgetConfigId: "bottomSuggestionsBarAccessories",
1280
1290
  contentId: "spiffy-top-suggestion-bar-contents",
1281
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1291
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1282
1292
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1283
1293
  type: require_types.WidgetType.SuggestionBarV2,
1284
1294
  variant: "darkPrimary",
@@ -1296,7 +1306,7 @@ const jordanCraigPageConfig = () => ({
1296
1306
  topSuggestionsBarFootwear: {
1297
1307
  widgetConfigId: "topSuggestionsBar",
1298
1308
  contentId: "spiffy-top-suggestion-bar-contents",
1299
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1309
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1300
1310
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1301
1311
  type: require_types.WidgetType.SuggestionBarV2,
1302
1312
  variant: "secondary",
@@ -1309,7 +1319,7 @@ const jordanCraigPageConfig = () => ({
1309
1319
  bottomSuggestionsBarFootwear: {
1310
1320
  widgetConfigId: "bottomSuggestionsBarFootwear",
1311
1321
  contentId: "spiffy-top-suggestion-bar-contents",
1312
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1322
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1313
1323
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1314
1324
  type: require_types.WidgetType.SuggestionBarV2,
1315
1325
  variant: "darkPrimary",
@@ -1327,7 +1337,7 @@ const jordanCraigPageConfig = () => ({
1327
1337
  topSuggestionsBarOuterwearWithReviews: {
1328
1338
  widgetConfigId: "topSuggestionsBarOuterwearWithReviews",
1329
1339
  contentId: "spiffy-top-suggestion-bar-contents",
1330
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1340
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1331
1341
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1332
1342
  type: require_types.WidgetType.SuggestionBarV2,
1333
1343
  variant: "secondary",
@@ -1347,7 +1357,7 @@ const jordanCraigPageConfig = () => ({
1347
1357
  bottomSuggestionsBarOuterwearWithReviews: {
1348
1358
  widgetConfigId: "bottomSuggestionsBarOuterwearWithReviews",
1349
1359
  contentId: "spiffy-bottom-suggestion-bar-contents",
1350
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1360
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1351
1361
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1352
1362
  type: require_types.WidgetType.SuggestionBarV2,
1353
1363
  variant: "darkPrimary",
@@ -1367,7 +1377,7 @@ const jordanCraigPageConfig = () => ({
1367
1377
  topSuggestionsBarTshirtsWithReviews: {
1368
1378
  widgetConfigId: "topSuggestionsBarTshirtsWithReviews",
1369
1379
  contentId: "spiffy-top-suggestion-bar-contents",
1370
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1380
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1371
1381
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1372
1382
  type: require_types.WidgetType.SuggestionBarV2,
1373
1383
  variant: "secondary",
@@ -1387,7 +1397,7 @@ const jordanCraigPageConfig = () => ({
1387
1397
  bottomSuggestionsBarTshirtsWithReviews: {
1388
1398
  widgetConfigId: "bottomSuggestionsBarTshirtsWithReviews",
1389
1399
  contentId: "spiffy-bottom-suggestion-bar-contents",
1390
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1400
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1391
1401
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1392
1402
  type: require_types.WidgetType.SuggestionBarV2,
1393
1403
  variant: "darkPrimary",
@@ -1407,7 +1417,7 @@ const jordanCraigPageConfig = () => ({
1407
1417
  topSuggestionsBarSweatshirtsWithReviews: {
1408
1418
  widgetConfigId: "topSuggestionsBarSweatshirtsWithReviews",
1409
1419
  contentId: "spiffy-top-suggestion-bar-contents",
1410
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1420
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1411
1421
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1412
1422
  type: require_types.WidgetType.SuggestionBarV2,
1413
1423
  variant: "secondary",
@@ -1427,7 +1437,7 @@ const jordanCraigPageConfig = () => ({
1427
1437
  bottomSuggestionsBarSweatshirtsWithReviews: {
1428
1438
  widgetConfigId: "bottomSuggestionsBarSweatshirtsWithReviews",
1429
1439
  contentId: "spiffy-bottom-suggestion-bar-contents",
1430
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1440
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1431
1441
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1432
1442
  type: require_types.WidgetType.SuggestionBarV2,
1433
1443
  variant: "darkPrimary",
@@ -1447,7 +1457,7 @@ const jordanCraigPageConfig = () => ({
1447
1457
  topSuggestionsBarSweatpantsWithReviews: {
1448
1458
  widgetConfigId: "topSuggestionsBarSweatpantsWithReviews",
1449
1459
  contentId: "spiffy-top-suggestion-bar-contents",
1450
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1460
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1451
1461
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1452
1462
  type: require_types.WidgetType.SuggestionBarV2,
1453
1463
  variant: "secondary",
@@ -1467,7 +1477,7 @@ const jordanCraigPageConfig = () => ({
1467
1477
  bottomSuggestionsBarSweatpantsWithReviews: {
1468
1478
  widgetConfigId: "bottomSuggestionsBarSweatpantsWithReviews",
1469
1479
  contentId: "spiffy-bottom-suggestion-bar-contents",
1470
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1480
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1471
1481
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1472
1482
  type: require_types.WidgetType.SuggestionBarV2,
1473
1483
  variant: "darkPrimary",
@@ -1487,7 +1497,7 @@ const jordanCraigPageConfig = () => ({
1487
1497
  topSuggestionsBarDenimWithReviews: {
1488
1498
  widgetConfigId: "topSuggestionsBarDenimWithReviews",
1489
1499
  contentId: "spiffy-top-suggestion-bar-contents",
1490
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1500
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1491
1501
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1492
1502
  type: require_types.WidgetType.SuggestionBarV2,
1493
1503
  variant: "secondary",
@@ -1507,7 +1517,7 @@ const jordanCraigPageConfig = () => ({
1507
1517
  bottomSuggestionsBarDenimWithReviews: {
1508
1518
  widgetConfigId: "bottomSuggestionsBarDenimWithReviews",
1509
1519
  contentId: "spiffy-bottom-suggestion-bar-contents",
1510
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1520
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1511
1521
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1512
1522
  type: require_types.WidgetType.SuggestionBarV2,
1513
1523
  variant: "darkPrimary",
@@ -1527,7 +1537,7 @@ const jordanCraigPageConfig = () => ({
1527
1537
  topSuggestionsBarTwillFleeceWithReviews: {
1528
1538
  widgetConfigId: "topSuggestionsBarTwillFleeceWithReviews",
1529
1539
  contentId: "spiffy-top-suggestion-bar-contents",
1530
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1540
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1531
1541
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1532
1542
  type: require_types.WidgetType.SuggestionBarV2,
1533
1543
  variant: "secondary",
@@ -1547,7 +1557,7 @@ const jordanCraigPageConfig = () => ({
1547
1557
  bottomSuggestionsBarTwillFleeceWithReviews: {
1548
1558
  widgetConfigId: "bottomSuggestionsBarTwillFleeceWithReviews",
1549
1559
  contentId: "spiffy-bottom-suggestion-bar-contents",
1550
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1560
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1551
1561
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1552
1562
  type: require_types.WidgetType.SuggestionBarV2,
1553
1563
  variant: "darkPrimary",
@@ -1567,7 +1577,7 @@ const jordanCraigPageConfig = () => ({
1567
1577
  topSuggestionsBarShortsWithReviews: {
1568
1578
  widgetConfigId: "topSuggestionsBarShortsWithReviews",
1569
1579
  contentId: "spiffy-top-suggestion-bar-contents",
1570
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1580
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1571
1581
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1572
1582
  type: require_types.WidgetType.SuggestionBarV2,
1573
1583
  variant: "secondary",
@@ -1588,7 +1598,7 @@ const jordanCraigPageConfig = () => ({
1588
1598
  bottomSuggestionsBarShortsWithReviews: {
1589
1599
  widgetConfigId: "bottomSuggestionsBarShortsWithReviews",
1590
1600
  contentId: "spiffy-bottom-suggestion-bar-contents",
1591
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1601
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1592
1602
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1593
1603
  type: require_types.WidgetType.SuggestionBarV2,
1594
1604
  variant: "darkPrimary",
@@ -1609,7 +1619,7 @@ const jordanCraigPageConfig = () => ({
1609
1619
  topSuggestionsBarAccessoriesWithReviews: {
1610
1620
  widgetConfigId: "topSuggestionsBarAccessoriesWithReviews",
1611
1621
  contentId: "spiffy-top-suggestion-bar-contents",
1612
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1622
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1613
1623
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1614
1624
  type: require_types.WidgetType.SuggestionBarV2,
1615
1625
  variant: "secondary",
@@ -1628,7 +1638,7 @@ const jordanCraigPageConfig = () => ({
1628
1638
  bottomSuggestionsBarAccessoriesWithReviews: {
1629
1639
  widgetConfigId: "bottomSuggestionsBarAccessoriesWithReviews",
1630
1640
  contentId: "spiffy-bottom-suggestion-bar-contents",
1631
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1641
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1632
1642
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1633
1643
  type: require_types.WidgetType.SuggestionBarV2,
1634
1644
  variant: "darkPrimary",
@@ -1647,7 +1657,7 @@ const jordanCraigPageConfig = () => ({
1647
1657
  topSuggestionsBarFootwearWithReviews: {
1648
1658
  widgetConfigId: "topSuggestionsBarFootwearWithReviews",
1649
1659
  contentId: "spiffy-top-suggestion-bar-contents",
1650
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1660
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1651
1661
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1652
1662
  type: require_types.WidgetType.SuggestionBarV2,
1653
1663
  variant: "secondary",
@@ -1666,7 +1676,7 @@ const jordanCraigPageConfig = () => ({
1666
1676
  bottomSuggestionsBarFootwearWithReviews: {
1667
1677
  widgetConfigId: "bottomSuggestionsBarFootwearWithReviews",
1668
1678
  contentId: "spiffy-bottom-suggestion-bar-contents",
1669
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1679
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1670
1680
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1671
1681
  type: require_types.WidgetType.SuggestionBarV2,
1672
1682
  variant: "darkPrimary",
@@ -1687,10 +1697,10 @@ const jordanCraigPageConfig = () => ({
1687
1697
  searchIconEntryPoint: {
1688
1698
  mountingConfigId: "searchIconEntryPoint",
1689
1699
  containerId: require_divIds.GLOBAL_SEARCH_ENTRYPOINT_ID,
1690
- testId: require_divIds.GLOBAL_SEARCH_ENTRYPOINT_TESTID,
1700
+ testId: require_embedded.GLOBAL_SEARCH_ENTRYPOINT_TESTID,
1691
1701
  insertionPoint: {
1692
1702
  selector: ".header__secondary-nav a[href=\"/search\"]",
1693
- insertionType: require_domInsertionService.DOMInsertionType.BEFORE
1703
+ insertionType: require_api$1.DOMInsertionType.BEFORE
1694
1704
  },
1695
1705
  suppressionSelector: "a[href=\"/search\"]",
1696
1706
  className: "global-entry-desktop"
@@ -1698,20 +1708,20 @@ const jordanCraigPageConfig = () => ({
1698
1708
  searchOverlayHost: {
1699
1709
  mountingConfigId: "searchOverlayHost",
1700
1710
  containerId: require_divIds.SEARCH_OVERLAY_ENTRYPOINT_ID,
1701
- testId: require_divIds.SEARCH_OVERLAY_HOST_TESTID,
1711
+ testId: require_embedded.SEARCH_OVERLAY_HOST_TESTID,
1702
1712
  insertionPoint: {
1703
1713
  selector: "body",
1704
- insertionType: require_domInsertionService.DOMInsertionType.APPEND_CHILD
1714
+ insertionType: require_api$1.DOMInsertionType.APPEND_CHILD
1705
1715
  },
1706
1716
  className: "spiffy-overlay-host"
1707
1717
  },
1708
1718
  searchResultsEntryPointPLP: {
1709
1719
  mountingConfigId: "searchResultsEntryPointPLP",
1710
1720
  containerId: require_divIds.SEARCH_RESULTS_ENTRYPOINT_ID,
1711
- testId: require_divIds.SEARCH_RESULTS_ENTRYPOINT_TESTID,
1721
+ testId: require_embedded.SEARCH_RESULTS_ENTRYPOINT_TESTID,
1712
1722
  insertionPoint: {
1713
1723
  selector: "#main",
1714
- insertionType: require_domInsertionService.DOMInsertionType.BEFORE
1724
+ insertionType: require_api$1.DOMInsertionType.BEFORE
1715
1725
  },
1716
1726
  className: "search-results-entry-point",
1717
1727
  style: { marginBottom: "60px" }
@@ -1719,12 +1729,12 @@ const jordanCraigPageConfig = () => ({
1719
1729
  chatPreviewPLP: {
1720
1730
  mountingConfigId: "chatPreviewPLP",
1721
1731
  containerId: require_divIds.CHAT_PREVIEW_CONTAINER_ID,
1722
- testId: require_divIds.CHAT_PREVIEW_TESTID,
1732
+ testId: require_embedded.CHAT_PREVIEW_TESTID,
1723
1733
  insertionPoint: {
1724
1734
  selector: ".product-list",
1725
- insertionType: require_domInsertionService.DOMInsertionType.AFTER
1735
+ insertionType: require_api$1.DOMInsertionType.AFTER
1726
1736
  },
1727
- gridInsertionType: require_GridInsertionService.GridInsertionType.FIXED_8,
1737
+ gridInsertionType: require_api$1.GridInsertionType.FIXED_8,
1728
1738
  className: "is-plp",
1729
1739
  style: {
1730
1740
  gridRow: "3 / 3",
@@ -1734,29 +1744,29 @@ const jordanCraigPageConfig = () => ({
1734
1744
  chatPreviewPDP: {
1735
1745
  mountingConfigId: "chatPreviewPDP",
1736
1746
  containerId: require_divIds.CHAT_PREVIEW_CONTAINER_ID,
1737
- testId: require_divIds.CHAT_PREVIEW_TESTID,
1747
+ testId: require_embedded.CHAT_PREVIEW_TESTID,
1738
1748
  insertionPoint: {
1739
1749
  selector: "div[data-block-type=\"description\"].product-info__block-item",
1740
- insertionType: require_domInsertionService.DOMInsertionType.BEFORE
1750
+ insertionType: require_api$1.DOMInsertionType.BEFORE
1741
1751
  }
1742
1752
  },
1743
1753
  topSuggestionBarPDP: {
1744
1754
  mountingConfigId: "topSuggestionBarPDP",
1745
1755
  containerId: require_divIds.TOP_SUGGESTION_BAR_PDP_ID,
1746
- testId: require_divIds.TOP_SUGGESTION_BAR_TESTID,
1756
+ testId: require_embedded.TOP_SUGGESTION_BAR_TESTID,
1747
1757
  insertionPoint: {
1748
1758
  selector: "div[data-block-type=\"price\"].product-info__block-item",
1749
- insertionType: require_domInsertionService.DOMInsertionType.AFTER
1759
+ insertionType: require_api$1.DOMInsertionType.AFTER
1750
1760
  },
1751
1761
  style: { marginTop: "15px" }
1752
1762
  },
1753
1763
  bottomSuggestionBarPDP: {
1754
1764
  mountingConfigId: "bottomSuggestionBarPDP",
1755
1765
  containerId: require_divIds.BOTTOM_REVIEWS_BAR_ID,
1756
- testId: require_divIds.BOTTOM_SUGGESTION_BAR_TESTID,
1766
+ testId: require_embedded.BOTTOM_SUGGESTION_BAR_TESTID,
1757
1767
  insertionPoint: {
1758
1768
  selector: ".oke-w-header",
1759
- insertionType: require_domInsertionService.DOMInsertionType.AFTER
1769
+ insertionType: require_api$1.DOMInsertionType.AFTER
1760
1770
  },
1761
1771
  style: { marginBottom: "15px" }
1762
1772
  }