@envive-ai/react-hooks 0.1.0 → 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 (302) 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-Ble8jEa8.js → bandolier-C7PAIw02.js} +16 -7
  74. package/dist/{bandolier-Bm2xAt_j.cjs → bandolier-oMkFDJMF.cjs} +55 -46
  75. package/dist/{carpe-Da7b-LCW.cjs → carpe-C0ccKuR9.cjs} +34 -25
  76. package/dist/{carpe-W13mhRRP.js → carpe-DFc78_lJ.js} +16 -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 +19 -3
  102. package/dist/contexts/index.d.cts +16 -22
  103. package/dist/contexts/index.d.ts +19 -26
  104. package/dist/contexts/index.js +15 -4
  105. package/dist/contexts-DO75-Kmx.js +7152 -0
  106. package/dist/contexts-iAzSvZjb.cjs +7331 -0
  107. package/dist/{coterie-DOWcJAYv.js → coterie-BGT8hqFR.js} +18 -7
  108. package/dist/{coterie-3y0D9ko4.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-D_KPZdPJ.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-C2fEZKXk.js → default-wf_IORgo.js} +1 -1
  117. package/dist/divIds-BWvq-i6I.js +22 -0
  118. package/dist/{divIds-DnZNd7rA.cjs → divIds-CFyAjjp3.cjs} +6 -99
  119. package/dist/{dreamlandBaby-DCIsuU9R.cjs → dreamlandBaby-BzuMvUFS.cjs} +27 -18
  120. package/dist/{dreamlandBaby-DvSaZGrz.js → dreamlandBaby-DZvM81LQ.js} +16 -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-CkOlVby_.cjs → fiveCbd-DE-tDY3d.cjs} +31 -22
  134. package/dist/{fiveCbd-B1SESMCO.js → fiveCbd-HNBPqPtX.js} +16 -7
  135. package/dist/{forLoveAndLemons-DmwYZIk0.js → forLoveAndLemons-BKmJJ9pq.js} +13 -5
  136. package/dist/{forLoveAndLemons-CfYPMnKS.cjs → forLoveAndLemons-BeVEBOiu.cjs} +17 -9
  137. package/dist/frontendConfig-KeNqU1wa.d.cts +790 -0
  138. package/dist/frontendConfig-cPvCTWm6.d.ts +790 -0
  139. package/dist/globalSearch-BC0rOX3E.js +13 -0
  140. package/dist/globalSearch-hxbXekus.cjs +38 -0
  141. package/dist/{greenpan-BtOi45lf.js → greenpan-BX1viAZB.js} +16 -7
  142. package/dist/{greenpan-Bsl3ir59.cjs → greenpan-chd3aa5I.cjs} +29 -20
  143. package/dist/{grooveLife-6_dtYsRk.js → grooveLife-CHot3rZw.js} +17 -8
  144. package/dist/{grooveLife-Cmm1PSCL.cjs → grooveLife-DEob7rK0.cjs} +28 -19
  145. package/dist/{homegrownCannabis-CO0uY_mp.cjs → homegrownCannabis-CoIjcehi.cjs} +27 -16
  146. package/dist/{homegrownCannabis-C-kw-74X.js → homegrownCannabis-CwkS1qDA.js} +17 -6
  147. package/dist/hooks/index.cjs +26 -3
  148. package/dist/hooks/index.d.cts +220 -299
  149. package/dist/hooks/index.d.ts +220 -299
  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/{chatElementDisplayLocation-CX8fuNao.d.cts → index-C4zjAR1c.d.cts} +18 -30
  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/{chatElementDisplayLocation-CwptS9tx.d.ts → index-tfRj22E1.d.ts} +18 -30
  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-CLVmwwpI.js → jackArcher-BA-pkB4A.js} +16 -7
  176. package/dist/{jackArcher-DdYTIzAV.cjs → jackArcher-bewC0q1T.cjs} +33 -24
  177. package/dist/{jordanCraig-_u3-w4Hp.cjs → jordanCraig-B5k9nlAw.cjs} +76 -67
  178. package/dist/{jordanCraig-Am-Oor-O.js → jordanCraig-BsQ1mYbt.js} +16 -7
  179. package/dist/{kindredBravely-eWp-ud_E.js → kindredBravely-BxYkCpGY.js} +15 -6
  180. package/dist/{kindredBravely-CWovIDSc.cjs → kindredBravely-DsN0fo3s.cjs} +26 -17
  181. package/dist/{kutFromTheKloth-Q589bAOC.cjs → kutFromTheKloth-BQTCu3ct.cjs} +27 -18
  182. package/dist/{kutFromTheKloth-BMV4BuGQ.js → kutFromTheKloth-bukOQM3P.js} +16 -7
  183. package/dist/{larryAndSerges-BMUlTgI-.js → larryAndSerges-D1ecaT5a.js} +14 -5
  184. package/dist/{larryAndSerges-CEau764j.cjs → larryAndSerges-bj7fgy9b.cjs} +21 -12
  185. package/dist/{leapsAndRebounds-DHAtRTJD.cjs → leapsAndRebounds-BfneG_0c.cjs} +29 -20
  186. package/dist/{leapsAndRebounds-DGMzPO7T.js → leapsAndRebounds-DhNpZETg.js} +16 -7
  187. package/dist/locators-C2DX_nX6.js +1 -0
  188. package/dist/locators-CUpyd9Wt.cjs +0 -0
  189. package/dist/{longevityrx-jH2JLhNH.js → longevityrx-CnoGcw0w.js} +16 -7
  190. package/dist/{longevityrx-CZW8Hxzi.cjs → longevityrx-D0goIuX0.cjs} +24 -15
  191. package/dist/{lookOptic-CA6RwLbG.cjs → lookOptic-C4afLPZP.cjs} +24 -15
  192. package/dist/{lookOptic-BGXP5P_V.js → lookOptic-uJWIKpER.js} +16 -7
  193. package/dist/{mantraBrand-DByNqpnL.cjs → mantraBrand-8JUlYtCE.cjs} +45 -36
  194. package/dist/{mantraBrand-Cm9_PBCT.js → mantraBrand-DuwKHM26.js} +17 -8
  195. package/dist/{medterra-B0wxj_PV.js → medterra-BQec8rzn.js} +16 -7
  196. package/dist/{medterra-DnPN2ksU.cjs → medterra-DH067P-V.cjs} +36 -27
  197. package/dist/{modells-Bmz8Ag5M.js → modells-DAgLE2xo.js} +16 -7
  198. package/dist/{modells-CoYgkLSp.cjs → modells-DUFnLmAz.cjs} +30 -21
  199. package/dist/nodeSelector-DpKXszfU.d.ts +30 -0
  200. package/dist/nodeSelector-vKB44CDB.d.cts +30 -0
  201. package/dist/org-C11APG3v.js +63 -0
  202. package/dist/org-CnHL2I9B.cjs +106 -0
  203. package/dist/{pressedFloral-DjBiSoUl.cjs → pressedFloral-DVZVfOSQ.cjs} +35 -26
  204. package/dist/{pressedFloral-DSKs_oVG.js → pressedFloral-MdbuoRyA.js} +16 -7
  205. package/dist/search-CvHb1M3S.js +542 -0
  206. package/dist/search-bSYdOBhY.cjs +743 -0
  207. package/dist/search-filter-types-BsJjrxk0.d.ts +101 -0
  208. package/dist/search-filter-types-CqaGK3nM.d.cts +101 -0
  209. package/dist/{skinPerfection-B_3xzVNS.cjs → skinPerfection-BcEWICQN.cjs} +24 -15
  210. package/dist/{skinPerfection-IDrBuAPt.js → skinPerfection-bGiYxq1i.js} +16 -7
  211. package/dist/{snapSupplements-BStTsdOZ.cjs → snapSupplements-BXSXTjqF.cjs} +24 -15
  212. package/dist/{snapSupplements-BJk5T5ba.js → snapSupplements-D7hHhdC9.js} +16 -7
  213. package/dist/{spanx-BYg0LE7R.js → spanx-5-0yX3iK.js} +18 -9
  214. package/dist/{spanx-LwU1zSzq.cjs → spanx-lUzP6Lva.cjs} +30 -21
  215. package/dist/{spanxStaging-CfSmuKYB.js → spanxStaging-HglCMJag.js} +18 -9
  216. package/dist/{spanxStaging-OZLV9qix.cjs → spanxStaging-hreMR0MS.cjs} +34 -25
  217. package/dist/suggestionBarV2-types-B0RbMStE.js +9 -0
  218. package/dist/suggestionBarV2-types-DG3Ekk44.cjs +15 -0
  219. package/dist/{supergoop-CIlrHND_.js → supergoop-C9DDT3lY.js} +17 -7
  220. package/dist/{supergoop-BqPXDnKk.cjs → supergoop-CkjtuRck.cjs} +28 -18
  221. package/dist/test-types-C9b_OdfO.d.ts +39 -0
  222. package/dist/test-types-CpKCxk8U.d.cts +39 -0
  223. package/dist/types/index.cjs +6 -0
  224. package/dist/types/index.d.cts +3 -0
  225. package/dist/types/index.d.ts +3 -0
  226. package/dist/types/index.js +4 -0
  227. package/dist/types-BE4faOO_.d.cts +32 -0
  228. package/dist/{types-C4T5UOIW.cjs → types-BUjohkXp.cjs} +58 -58
  229. package/dist/{types-CYNvLeSA.js → types-BVsTRyxL.js} +58 -58
  230. package/dist/types-TD8g7LnH.d.ts +32 -0
  231. package/dist/{uniqueVintage-B30mOqbH.cjs → uniqueVintage-DIMGtYAU.cjs} +46 -37
  232. package/dist/{uniqueVintage-CFueJOhO.js → uniqueVintage-DPWA5Ed6.js} +16 -7
  233. package/dist/useMessageInterceptor-B-P_rw73.cjs +72 -0
  234. package/dist/useMessageInterceptor-C2RZM-fo.js +57 -0
  235. package/dist/utilityTypes-BVikejDo.js +1 -0
  236. package/dist/utilityTypes-C4h2wgAK.cjs +0 -0
  237. package/dist/variant-BGjOVpY3.d.cts +12 -0
  238. package/dist/variant-XITncuI3.d.ts +12 -0
  239. package/dist/variantInfo-CNRTY0gH.cjs +0 -0
  240. package/dist/variantInfo-CzhR5W6h.js +1 -0
  241. package/dist/{venaCbd-T0CqVD4k.js → venaCbd-B-znfAsl.js} +16 -7
  242. package/dist/{venaCbd-DHGZy49P.cjs → venaCbd-BOwOtpOz.cjs} +29 -20
  243. package/dist/{westonJonBoucher-BdMzs_Yg.cjs → westonJonBoucher-CraTzRVt.cjs} +29 -20
  244. package/dist/{westonJonBoucher-b4TCQ4ev.js → westonJonBoucher-DCRagGu3.js} +16 -7
  245. package/dist/{wineEnthusiast-BqR0i_54.js → wineEnthusiast-Bv7umajk.js} +16 -7
  246. package/dist/{wineEnthusiast-BLGlOjgr.cjs → wineEnthusiast-sVuATrq6.cjs} +28 -19
  247. package/dist/{wolfMattress-CyyO-LoC.js → wolfMattress-BUH-Rhov.js} +17 -6
  248. package/dist/{wolfMattress-DNGZOivg.cjs → wolfMattress-DpVHIEnJ.cjs} +29 -18
  249. package/dist/{wolfTactical-BmXYlFjr.cjs → wolfTactical-BcvF_sy-.cjs} +28 -19
  250. package/dist/{wolfTactical-3Mm2fvVF.js → wolfTactical-Q14A1fpw.js} +16 -7
  251. package/package.json +101 -3
  252. package/src/adapters/amplitude/amplitudeAdapter.ts +1 -1
  253. package/src/adapters/spiffy/commerce/api.ts +1 -1
  254. package/src/adapters/spiffy/commerce/graphql.ts +61 -37
  255. package/src/application/config/index.ts +1 -0
  256. package/src/application/models/index.ts +102 -17
  257. package/src/application/models/supportedOrgs.ts +89 -65
  258. package/src/application/service/index.ts +32 -0
  259. package/src/application/service/pageVariantService.ts +201 -114
  260. package/src/application/service/searchService.ts +1 -1
  261. package/src/application/service/windowFrontendConfigService.ts +40 -18
  262. package/src/application/utils/index.ts +22 -3
  263. package/src/atoms/app/variant.ts +48 -29
  264. package/src/atoms/atomStore/index.ts +1 -0
  265. package/src/atoms/chat/messageQueue.ts +34 -17
  266. package/src/atoms/chat/performanceMetrics.ts +51 -38
  267. package/src/atoms/chat/renderedWidgetRefs.ts +14 -15
  268. package/src/atoms/globalSearch/index.ts +1 -0
  269. package/src/atoms/org/org.ts +1 -3
  270. package/src/atoms/org/orgUIConfig.ts +31 -24
  271. package/src/contexts/chatContext.tsx +124 -72
  272. package/src/events/registerAnalyticsListeners.ts +13 -9
  273. package/src/hooks/useFileUpload.ts +9 -7
  274. package/src/hooks/useSearch.tsx +4 -7
  275. package/src/initialize.ts +2 -2
  276. package/src/interceptors/index.ts +3 -0
  277. package/src/main.tsx +11 -26
  278. package/src/types/index.ts +4 -0
  279. package/dist/GridInsertionService-CEYo9pGj.js +0 -22
  280. package/dist/GridInsertionService-CS_bnPh0.cjs +0 -28
  281. package/dist/contexts-BRjfVq_k.js +0 -5064
  282. package/dist/contexts-BYArqZtK.cjs +0 -5164
  283. package/dist/custservice-types-CFIFwZ-r.js +0 -10
  284. package/dist/custservice-types-CkfxZiHY.cjs +0 -16
  285. package/dist/default-CBUq6Q6G.cjs +0 -4
  286. package/dist/default-CGIFZK6m.js +0 -4
  287. package/dist/divIds-Bss-btao.js +0 -49
  288. package/dist/models-DHdb7QWn.js +0 -51
  289. package/dist/models-ixxUsGL_.cjs +0 -69
  290. package/dist/suggestionBarV2-types-BllzwsBD.js +0 -34
  291. package/dist/suggestionBarV2-types-CaovchMP.cjs +0 -46
  292. package/src/atoms/index.ts +0 -5
  293. package/src/index.ts +0 -31
  294. package/src/main.ts +0 -85
  295. /package/dist/{cdnService-zQfKk3Eb.js → cdnService-DvDSpfVJ.js} +0 -0
  296. /package/dist/{cdnService-CZ-aXcY6.cjs → cdnService-dJU3sHpF.cjs} +0 -0
  297. /package/dist/{entrypoints-YLQsbBRD.js → entrypoints-CmmOszXO.js} +0 -0
  298. /package/dist/{entrypoints-D_JUvkgy.cjs → entrypoints-fowCLUT2.cjs} +0 -0
  299. /package/dist/{socialProofClasses-CrQBWdSA.cjs → socialProofClasses-BYLiEXpU.cjs} +0 -0
  300. /package/dist/{socialProofClasses-Bhv2Vulz.js → socialProofClasses-CkJufEGb.js} +0 -0
  301. /package/src/atoms/{atomStore.ts → atomStore/atomStore.ts} +0 -0
  302. /package/src/atoms/{globalSearch.ts → globalSearch/globalSearch.ts} +0 -0
@@ -1,12 +1,21 @@
1
1
  require('./logger-Dln20ans.cjs');
2
- const require_models = require('./models-ixxUsGL_.cjs');
3
- const require_types = require('./types-C4T5UOIW.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-DnZNd7rA.cjs');
6
- const require_GridInsertionService = require('./GridInsertionService-CS_bnPh0.cjs');
7
- const require_suggestionBarV2_types = require('./suggestionBarV2-types-CaovchMP.cjs');
8
- const require_cdnService = require('./cdnService-CZ-aXcY6.cjs');
9
- const require_default = require('./default-D_KPZdPJ.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');
10
19
 
11
20
  //#region src/merchants/jordanCraig/jordanCraig.ts
12
21
  const jordanCraigColors = {
@@ -203,7 +212,7 @@ const jordanCraigPageConfig = () => ({
203
212
  { testType: require_types.PageVariantTestType.UrlResolver },
204
213
  {
205
214
  testType: require_types.PageVariantTestType.FeatureGate,
206
- featureGate: require_models.FeatureGates.IsGlobalSearchEnabled
215
+ featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
207
216
  },
208
217
  {
209
218
  testType: require_types.PageVariantTestType.QueryParam,
@@ -235,7 +244,7 @@ const jordanCraigPageConfig = () => ({
235
244
  variantType: "plp",
236
245
  variantTests: [{ testType: require_types.PageVariantTestType.UrlResolver }, {
237
246
  testType: require_types.PageVariantTestType.FeatureGate,
238
- featureGate: require_models.FeatureGates.IsGlobalSearchEnabled
247
+ featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
239
248
  }],
240
249
  plpIdExtractor: "url-resolver-plp-id",
241
250
  widgetMounting: [
@@ -258,7 +267,7 @@ const jordanCraigPageConfig = () => ({
258
267
  variantType: "pdp",
259
268
  variantTests: [{ testType: require_types.PageVariantTestType.UrlResolver }, {
260
269
  testType: require_types.PageVariantTestType.FeatureGate,
261
- featureGate: require_models.FeatureGates.IsGlobalSearchEnabled
270
+ featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
262
271
  }],
263
272
  productIdExtractor: "url-resolver-product-id",
264
273
  widgetMounting: [
@@ -289,7 +298,7 @@ const jordanCraigPageConfig = () => ({
289
298
  variantType: "homepage",
290
299
  variantTests: [{ testType: require_types.PageVariantTestType.UrlResolver }, {
291
300
  testType: require_types.PageVariantTestType.FeatureGate,
292
- featureGate: require_models.FeatureGates.IsGlobalSearchEnabled
301
+ featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
293
302
  }],
294
303
  widgetMounting: [{
295
304
  mountingConfigId: "searchIconEntryPoint",
@@ -304,7 +313,7 @@ const jordanCraigPageConfig = () => ({
304
313
  variantType: "other",
305
314
  variantTests: [{ testType: require_types.PageVariantTestType.UrlResolver }, {
306
315
  testType: require_types.PageVariantTestType.FeatureGate,
307
- featureGate: require_models.FeatureGates.IsGlobalSearchEnabled
316
+ featureGate: require_api$1.FeatureGates.IsGlobalSearchEnabled
308
317
  }],
309
318
  widgetMounting: [{
310
319
  mountingConfigId: "searchIconEntryPoint",
@@ -934,7 +943,7 @@ const jordanCraigPageConfig = () => ({
934
943
  topSuggestionsBar: {
935
944
  widgetConfigId: "topSuggestionsBar",
936
945
  contentId: "spiffy-top-suggestion-bar-contents",
937
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
946
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
938
947
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
939
948
  type: require_types.WidgetType.SuggestionBarV2,
940
949
  variant: "secondary",
@@ -951,7 +960,7 @@ const jordanCraigPageConfig = () => ({
951
960
  bottomSuggestionsBar: {
952
961
  widgetConfigId: "bottomSuggestionsBar",
953
962
  contentId: "spiffy-top-suggestion-bar-contents",
954
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
963
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
955
964
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
956
965
  type: require_types.WidgetType.SuggestionBarV2,
957
966
  variant: "darkPrimary",
@@ -968,7 +977,7 @@ const jordanCraigPageConfig = () => ({
968
977
  topSuggestionsBarOuterwear: {
969
978
  widgetConfigId: "topSuggestionsBarOuterwear",
970
979
  contentId: "spiffy-top-suggestion-bar-contents",
971
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
980
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
972
981
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
973
982
  type: require_types.WidgetType.SuggestionBarV2,
974
983
  variant: "secondary",
@@ -987,7 +996,7 @@ const jordanCraigPageConfig = () => ({
987
996
  bottomSuggestionsBarOuterwear: {
988
997
  widgetConfigId: "bottomSuggestionsBarOuterwear",
989
998
  contentId: "spiffy-top-suggestion-bar-contents",
990
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
999
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
991
1000
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
992
1001
  type: require_types.WidgetType.SuggestionBarV2,
993
1002
  variant: "darkPrimary",
@@ -1006,7 +1015,7 @@ const jordanCraigPageConfig = () => ({
1006
1015
  topSuggestionsBarTshirts: {
1007
1016
  widgetConfigId: "topSuggestionsBarTshirts",
1008
1017
  contentId: "spiffy-top-suggestion-bar-contents",
1009
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1018
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1010
1019
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1011
1020
  type: require_types.WidgetType.SuggestionBarV2,
1012
1021
  variant: "secondary",
@@ -1024,7 +1033,7 @@ const jordanCraigPageConfig = () => ({
1024
1033
  bottomSuggestionsBarTshirts: {
1025
1034
  widgetConfigId: "bottomSuggestionsBarTshirts",
1026
1035
  contentId: "spiffy-top-suggestion-bar-contents",
1027
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1036
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1028
1037
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1029
1038
  type: require_types.WidgetType.SuggestionBarV2,
1030
1039
  variant: "darkPrimary",
@@ -1042,7 +1051,7 @@ const jordanCraigPageConfig = () => ({
1042
1051
  topSuggestionsBarSweatshirts: {
1043
1052
  widgetConfigId: "topSuggestionsBarSweatshirts",
1044
1053
  contentId: "spiffy-top-suggestion-bar-contents",
1045
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1054
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1046
1055
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1047
1056
  type: require_types.WidgetType.SuggestionBarV2,
1048
1057
  variant: "secondary",
@@ -1060,7 +1069,7 @@ const jordanCraigPageConfig = () => ({
1060
1069
  bottomSuggestionsBarSweatshirts: {
1061
1070
  widgetConfigId: "bottomSuggestionsBarSweatshirts",
1062
1071
  contentId: "spiffy-top-suggestion-bar-contents",
1063
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1072
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1064
1073
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1065
1074
  type: require_types.WidgetType.SuggestionBarV2,
1066
1075
  variant: "darkPrimary",
@@ -1078,7 +1087,7 @@ const jordanCraigPageConfig = () => ({
1078
1087
  topSuggestionsBarSweatpants: {
1079
1088
  widgetConfigId: "topSuggestionsBarSweatpants",
1080
1089
  contentId: "spiffy-top-suggestion-bar-contents",
1081
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1090
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1082
1091
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1083
1092
  type: require_types.WidgetType.SuggestionBarV2,
1084
1093
  variant: "secondary",
@@ -1096,7 +1105,7 @@ const jordanCraigPageConfig = () => ({
1096
1105
  bottomSuggestionsBarSweatpants: {
1097
1106
  widgetConfigId: "bottomSuggestionsBarSweatpants",
1098
1107
  contentId: "spiffy-top-suggestion-bar-contents",
1099
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1108
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1100
1109
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1101
1110
  type: require_types.WidgetType.SuggestionBarV2,
1102
1111
  variant: "darkPrimary",
@@ -1114,7 +1123,7 @@ const jordanCraigPageConfig = () => ({
1114
1123
  topSuggestionsBarGraphic: {
1115
1124
  widgetConfigId: "topSuggestionsBarGraphic",
1116
1125
  contentId: "spiffy-top-suggestion-bar-contents",
1117
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1126
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1118
1127
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1119
1128
  type: require_types.WidgetType.SuggestionBarV2,
1120
1129
  variant: "secondary",
@@ -1131,7 +1140,7 @@ const jordanCraigPageConfig = () => ({
1131
1140
  bottomSuggestionsBarGraphic: {
1132
1141
  widgetConfigId: "bottomSuggestionsBarGraphic",
1133
1142
  contentId: "spiffy-top-suggestion-bar-contents",
1134
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1143
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1135
1144
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1136
1145
  type: require_types.WidgetType.SuggestionBarV2,
1137
1146
  variant: "darkPrimary",
@@ -1148,7 +1157,7 @@ const jordanCraigPageConfig = () => ({
1148
1157
  topSuggestionsBarDenim: {
1149
1158
  widgetConfigId: "topSuggestionsBarDenim",
1150
1159
  contentId: "spiffy-top-suggestion-bar-contents",
1151
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1160
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1152
1161
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1153
1162
  type: require_types.WidgetType.SuggestionBarV2,
1154
1163
  variant: "secondary",
@@ -1166,7 +1175,7 @@ const jordanCraigPageConfig = () => ({
1166
1175
  bottomSuggestionsBarDenim: {
1167
1176
  widgetConfigId: "bottomSuggestionsBarDenim",
1168
1177
  contentId: "spiffy-top-suggestion-bar-contents",
1169
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1178
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1170
1179
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1171
1180
  type: require_types.WidgetType.SuggestionBarV2,
1172
1181
  variant: "darkPrimary",
@@ -1184,7 +1193,7 @@ const jordanCraigPageConfig = () => ({
1184
1193
  topSuggestionsBarTwillFleece: {
1185
1194
  widgetConfigId: "topSuggestionsBarTwillFleece",
1186
1195
  contentId: "spiffy-top-suggestion-bar-contents",
1187
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1196
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1188
1197
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1189
1198
  type: require_types.WidgetType.SuggestionBarV2,
1190
1199
  variant: "secondary",
@@ -1202,7 +1211,7 @@ const jordanCraigPageConfig = () => ({
1202
1211
  bottomSuggestionsBarTwillFleece: {
1203
1212
  widgetConfigId: "bottomSuggestionsBarTwillFleece",
1204
1213
  contentId: "spiffy-top-suggestion-bar-contents",
1205
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1214
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1206
1215
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1207
1216
  type: require_types.WidgetType.SuggestionBarV2,
1208
1217
  variant: "darkPrimary",
@@ -1221,7 +1230,7 @@ const jordanCraigPageConfig = () => ({
1221
1230
  topSuggestionsBarShorts: {
1222
1231
  widgetConfigId: "topSuggestionsBarShorts",
1223
1232
  contentId: "spiffy-top-suggestion-bar-contents",
1224
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1233
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1225
1234
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1226
1235
  type: require_types.WidgetType.SuggestionBarV2,
1227
1236
  variant: "secondary",
@@ -1241,7 +1250,7 @@ const jordanCraigPageConfig = () => ({
1241
1250
  bottomSuggestionsBarShorts: {
1242
1251
  widgetConfigId: "bottomSuggestionsBarShorts",
1243
1252
  contentId: "spiffy-top-suggestion-bar-contents",
1244
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1253
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1245
1254
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1246
1255
  type: require_types.WidgetType.SuggestionBarV2,
1247
1256
  variant: "darkPrimary",
@@ -1261,7 +1270,7 @@ const jordanCraigPageConfig = () => ({
1261
1270
  topSuggestionsBarAccessories: {
1262
1271
  widgetConfigId: "topSuggestionsBarAccessories",
1263
1272
  contentId: "spiffy-top-suggestion-bar-contents",
1264
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1273
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1265
1274
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1266
1275
  type: require_types.WidgetType.SuggestionBarV2,
1267
1276
  variant: "secondary",
@@ -1279,7 +1288,7 @@ const jordanCraigPageConfig = () => ({
1279
1288
  bottomSuggestionsBarAccessories: {
1280
1289
  widgetConfigId: "bottomSuggestionsBarAccessories",
1281
1290
  contentId: "spiffy-top-suggestion-bar-contents",
1282
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1291
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1283
1292
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1284
1293
  type: require_types.WidgetType.SuggestionBarV2,
1285
1294
  variant: "darkPrimary",
@@ -1297,7 +1306,7 @@ const jordanCraigPageConfig = () => ({
1297
1306
  topSuggestionsBarFootwear: {
1298
1307
  widgetConfigId: "topSuggestionsBar",
1299
1308
  contentId: "spiffy-top-suggestion-bar-contents",
1300
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1309
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1301
1310
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1302
1311
  type: require_types.WidgetType.SuggestionBarV2,
1303
1312
  variant: "secondary",
@@ -1310,7 +1319,7 @@ const jordanCraigPageConfig = () => ({
1310
1319
  bottomSuggestionsBarFootwear: {
1311
1320
  widgetConfigId: "bottomSuggestionsBarFootwear",
1312
1321
  contentId: "spiffy-top-suggestion-bar-contents",
1313
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1322
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1314
1323
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1315
1324
  type: require_types.WidgetType.SuggestionBarV2,
1316
1325
  variant: "darkPrimary",
@@ -1328,7 +1337,7 @@ const jordanCraigPageConfig = () => ({
1328
1337
  topSuggestionsBarOuterwearWithReviews: {
1329
1338
  widgetConfigId: "topSuggestionsBarOuterwearWithReviews",
1330
1339
  contentId: "spiffy-top-suggestion-bar-contents",
1331
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1340
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1332
1341
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1333
1342
  type: require_types.WidgetType.SuggestionBarV2,
1334
1343
  variant: "secondary",
@@ -1348,7 +1357,7 @@ const jordanCraigPageConfig = () => ({
1348
1357
  bottomSuggestionsBarOuterwearWithReviews: {
1349
1358
  widgetConfigId: "bottomSuggestionsBarOuterwearWithReviews",
1350
1359
  contentId: "spiffy-bottom-suggestion-bar-contents",
1351
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1360
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1352
1361
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1353
1362
  type: require_types.WidgetType.SuggestionBarV2,
1354
1363
  variant: "darkPrimary",
@@ -1368,7 +1377,7 @@ const jordanCraigPageConfig = () => ({
1368
1377
  topSuggestionsBarTshirtsWithReviews: {
1369
1378
  widgetConfigId: "topSuggestionsBarTshirtsWithReviews",
1370
1379
  contentId: "spiffy-top-suggestion-bar-contents",
1371
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1380
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1372
1381
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1373
1382
  type: require_types.WidgetType.SuggestionBarV2,
1374
1383
  variant: "secondary",
@@ -1388,7 +1397,7 @@ const jordanCraigPageConfig = () => ({
1388
1397
  bottomSuggestionsBarTshirtsWithReviews: {
1389
1398
  widgetConfigId: "bottomSuggestionsBarTshirtsWithReviews",
1390
1399
  contentId: "spiffy-bottom-suggestion-bar-contents",
1391
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1400
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1392
1401
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1393
1402
  type: require_types.WidgetType.SuggestionBarV2,
1394
1403
  variant: "darkPrimary",
@@ -1408,7 +1417,7 @@ const jordanCraigPageConfig = () => ({
1408
1417
  topSuggestionsBarSweatshirtsWithReviews: {
1409
1418
  widgetConfigId: "topSuggestionsBarSweatshirtsWithReviews",
1410
1419
  contentId: "spiffy-top-suggestion-bar-contents",
1411
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1420
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1412
1421
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1413
1422
  type: require_types.WidgetType.SuggestionBarV2,
1414
1423
  variant: "secondary",
@@ -1428,7 +1437,7 @@ const jordanCraigPageConfig = () => ({
1428
1437
  bottomSuggestionsBarSweatshirtsWithReviews: {
1429
1438
  widgetConfigId: "bottomSuggestionsBarSweatshirtsWithReviews",
1430
1439
  contentId: "spiffy-bottom-suggestion-bar-contents",
1431
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1440
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1432
1441
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1433
1442
  type: require_types.WidgetType.SuggestionBarV2,
1434
1443
  variant: "darkPrimary",
@@ -1448,7 +1457,7 @@ const jordanCraigPageConfig = () => ({
1448
1457
  topSuggestionsBarSweatpantsWithReviews: {
1449
1458
  widgetConfigId: "topSuggestionsBarSweatpantsWithReviews",
1450
1459
  contentId: "spiffy-top-suggestion-bar-contents",
1451
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1460
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1452
1461
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1453
1462
  type: require_types.WidgetType.SuggestionBarV2,
1454
1463
  variant: "secondary",
@@ -1468,7 +1477,7 @@ const jordanCraigPageConfig = () => ({
1468
1477
  bottomSuggestionsBarSweatpantsWithReviews: {
1469
1478
  widgetConfigId: "bottomSuggestionsBarSweatpantsWithReviews",
1470
1479
  contentId: "spiffy-bottom-suggestion-bar-contents",
1471
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1480
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1472
1481
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1473
1482
  type: require_types.WidgetType.SuggestionBarV2,
1474
1483
  variant: "darkPrimary",
@@ -1488,7 +1497,7 @@ const jordanCraigPageConfig = () => ({
1488
1497
  topSuggestionsBarDenimWithReviews: {
1489
1498
  widgetConfigId: "topSuggestionsBarDenimWithReviews",
1490
1499
  contentId: "spiffy-top-suggestion-bar-contents",
1491
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1500
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1492
1501
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1493
1502
  type: require_types.WidgetType.SuggestionBarV2,
1494
1503
  variant: "secondary",
@@ -1508,7 +1517,7 @@ const jordanCraigPageConfig = () => ({
1508
1517
  bottomSuggestionsBarDenimWithReviews: {
1509
1518
  widgetConfigId: "bottomSuggestionsBarDenimWithReviews",
1510
1519
  contentId: "spiffy-bottom-suggestion-bar-contents",
1511
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1520
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1512
1521
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1513
1522
  type: require_types.WidgetType.SuggestionBarV2,
1514
1523
  variant: "darkPrimary",
@@ -1528,7 +1537,7 @@ const jordanCraigPageConfig = () => ({
1528
1537
  topSuggestionsBarTwillFleeceWithReviews: {
1529
1538
  widgetConfigId: "topSuggestionsBarTwillFleeceWithReviews",
1530
1539
  contentId: "spiffy-top-suggestion-bar-contents",
1531
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1540
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1532
1541
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1533
1542
  type: require_types.WidgetType.SuggestionBarV2,
1534
1543
  variant: "secondary",
@@ -1548,7 +1557,7 @@ const jordanCraigPageConfig = () => ({
1548
1557
  bottomSuggestionsBarTwillFleeceWithReviews: {
1549
1558
  widgetConfigId: "bottomSuggestionsBarTwillFleeceWithReviews",
1550
1559
  contentId: "spiffy-bottom-suggestion-bar-contents",
1551
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1560
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1552
1561
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1553
1562
  type: require_types.WidgetType.SuggestionBarV2,
1554
1563
  variant: "darkPrimary",
@@ -1568,7 +1577,7 @@ const jordanCraigPageConfig = () => ({
1568
1577
  topSuggestionsBarShortsWithReviews: {
1569
1578
  widgetConfigId: "topSuggestionsBarShortsWithReviews",
1570
1579
  contentId: "spiffy-top-suggestion-bar-contents",
1571
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1580
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1572
1581
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1573
1582
  type: require_types.WidgetType.SuggestionBarV2,
1574
1583
  variant: "secondary",
@@ -1589,7 +1598,7 @@ const jordanCraigPageConfig = () => ({
1589
1598
  bottomSuggestionsBarShortsWithReviews: {
1590
1599
  widgetConfigId: "bottomSuggestionsBarShortsWithReviews",
1591
1600
  contentId: "spiffy-bottom-suggestion-bar-contents",
1592
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1601
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1593
1602
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1594
1603
  type: require_types.WidgetType.SuggestionBarV2,
1595
1604
  variant: "darkPrimary",
@@ -1610,7 +1619,7 @@ const jordanCraigPageConfig = () => ({
1610
1619
  topSuggestionsBarAccessoriesWithReviews: {
1611
1620
  widgetConfigId: "topSuggestionsBarAccessoriesWithReviews",
1612
1621
  contentId: "spiffy-top-suggestion-bar-contents",
1613
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1622
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1614
1623
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1615
1624
  type: require_types.WidgetType.SuggestionBarV2,
1616
1625
  variant: "secondary",
@@ -1629,7 +1638,7 @@ const jordanCraigPageConfig = () => ({
1629
1638
  bottomSuggestionsBarAccessoriesWithReviews: {
1630
1639
  widgetConfigId: "bottomSuggestionsBarAccessoriesWithReviews",
1631
1640
  contentId: "spiffy-bottom-suggestion-bar-contents",
1632
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1641
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1633
1642
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1634
1643
  type: require_types.WidgetType.SuggestionBarV2,
1635
1644
  variant: "darkPrimary",
@@ -1648,7 +1657,7 @@ const jordanCraigPageConfig = () => ({
1648
1657
  topSuggestionsBarFootwearWithReviews: {
1649
1658
  widgetConfigId: "topSuggestionsBarFootwearWithReviews",
1650
1659
  contentId: "spiffy-top-suggestion-bar-contents",
1651
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1660
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.TOP_REVIEWS_SNIPPET,
1652
1661
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_TOP,
1653
1662
  type: require_types.WidgetType.SuggestionBarV2,
1654
1663
  variant: "secondary",
@@ -1667,7 +1676,7 @@ const jordanCraigPageConfig = () => ({
1667
1676
  bottomSuggestionsBarFootwearWithReviews: {
1668
1677
  widgetConfigId: "bottomSuggestionsBarFootwearWithReviews",
1669
1678
  contentId: "spiffy-bottom-suggestion-bar-contents",
1670
- metricDisplayLocation: require_suggestionBarV2_types.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1679
+ metricDisplayLocation: require_api$1.ChatElementDisplayLocation.BOTTOM_REVIEWS_SNIPPET,
1671
1680
  location: require_suggestionBarV2_types.SuggestionBarLocationForMetrics.SUGGESTION_BAR_BOTTOM,
1672
1681
  type: require_types.WidgetType.SuggestionBarV2,
1673
1682
  variant: "darkPrimary",
@@ -1688,10 +1697,10 @@ const jordanCraigPageConfig = () => ({
1688
1697
  searchIconEntryPoint: {
1689
1698
  mountingConfigId: "searchIconEntryPoint",
1690
1699
  containerId: require_divIds.GLOBAL_SEARCH_ENTRYPOINT_ID,
1691
- testId: require_divIds.GLOBAL_SEARCH_ENTRYPOINT_TESTID,
1700
+ testId: require_embedded.GLOBAL_SEARCH_ENTRYPOINT_TESTID,
1692
1701
  insertionPoint: {
1693
1702
  selector: ".header__secondary-nav a[href=\"/search\"]",
1694
- insertionType: require_divIds.DOMInsertionType.BEFORE
1703
+ insertionType: require_api$1.DOMInsertionType.BEFORE
1695
1704
  },
1696
1705
  suppressionSelector: "a[href=\"/search\"]",
1697
1706
  className: "global-entry-desktop"
@@ -1699,20 +1708,20 @@ const jordanCraigPageConfig = () => ({
1699
1708
  searchOverlayHost: {
1700
1709
  mountingConfigId: "searchOverlayHost",
1701
1710
  containerId: require_divIds.SEARCH_OVERLAY_ENTRYPOINT_ID,
1702
- testId: require_divIds.SEARCH_OVERLAY_HOST_TESTID,
1711
+ testId: require_embedded.SEARCH_OVERLAY_HOST_TESTID,
1703
1712
  insertionPoint: {
1704
1713
  selector: "body",
1705
- insertionType: require_divIds.DOMInsertionType.APPEND_CHILD
1714
+ insertionType: require_api$1.DOMInsertionType.APPEND_CHILD
1706
1715
  },
1707
1716
  className: "spiffy-overlay-host"
1708
1717
  },
1709
1718
  searchResultsEntryPointPLP: {
1710
1719
  mountingConfigId: "searchResultsEntryPointPLP",
1711
1720
  containerId: require_divIds.SEARCH_RESULTS_ENTRYPOINT_ID,
1712
- testId: require_divIds.SEARCH_RESULTS_ENTRYPOINT_TESTID,
1721
+ testId: require_embedded.SEARCH_RESULTS_ENTRYPOINT_TESTID,
1713
1722
  insertionPoint: {
1714
1723
  selector: "#main",
1715
- insertionType: require_divIds.DOMInsertionType.BEFORE
1724
+ insertionType: require_api$1.DOMInsertionType.BEFORE
1716
1725
  },
1717
1726
  className: "search-results-entry-point",
1718
1727
  style: { marginBottom: "60px" }
@@ -1720,12 +1729,12 @@ const jordanCraigPageConfig = () => ({
1720
1729
  chatPreviewPLP: {
1721
1730
  mountingConfigId: "chatPreviewPLP",
1722
1731
  containerId: require_divIds.CHAT_PREVIEW_CONTAINER_ID,
1723
- testId: require_divIds.CHAT_PREVIEW_TESTID,
1732
+ testId: require_embedded.CHAT_PREVIEW_TESTID,
1724
1733
  insertionPoint: {
1725
1734
  selector: ".product-list",
1726
- insertionType: require_divIds.DOMInsertionType.AFTER
1735
+ insertionType: require_api$1.DOMInsertionType.AFTER
1727
1736
  },
1728
- gridInsertionType: require_GridInsertionService.GridInsertionType.FIXED_8,
1737
+ gridInsertionType: require_api$1.GridInsertionType.FIXED_8,
1729
1738
  className: "is-plp",
1730
1739
  style: {
1731
1740
  gridRow: "3 / 3",
@@ -1735,29 +1744,29 @@ const jordanCraigPageConfig = () => ({
1735
1744
  chatPreviewPDP: {
1736
1745
  mountingConfigId: "chatPreviewPDP",
1737
1746
  containerId: require_divIds.CHAT_PREVIEW_CONTAINER_ID,
1738
- testId: require_divIds.CHAT_PREVIEW_TESTID,
1747
+ testId: require_embedded.CHAT_PREVIEW_TESTID,
1739
1748
  insertionPoint: {
1740
1749
  selector: "div[data-block-type=\"description\"].product-info__block-item",
1741
- insertionType: require_divIds.DOMInsertionType.BEFORE
1750
+ insertionType: require_api$1.DOMInsertionType.BEFORE
1742
1751
  }
1743
1752
  },
1744
1753
  topSuggestionBarPDP: {
1745
1754
  mountingConfigId: "topSuggestionBarPDP",
1746
1755
  containerId: require_divIds.TOP_SUGGESTION_BAR_PDP_ID,
1747
- testId: require_divIds.TOP_SUGGESTION_BAR_TESTID,
1756
+ testId: require_embedded.TOP_SUGGESTION_BAR_TESTID,
1748
1757
  insertionPoint: {
1749
1758
  selector: "div[data-block-type=\"price\"].product-info__block-item",
1750
- insertionType: require_divIds.DOMInsertionType.AFTER
1759
+ insertionType: require_api$1.DOMInsertionType.AFTER
1751
1760
  },
1752
1761
  style: { marginTop: "15px" }
1753
1762
  },
1754
1763
  bottomSuggestionBarPDP: {
1755
1764
  mountingConfigId: "bottomSuggestionBarPDP",
1756
1765
  containerId: require_divIds.BOTTOM_REVIEWS_BAR_ID,
1757
- testId: require_divIds.BOTTOM_SUGGESTION_BAR_TESTID,
1766
+ testId: require_embedded.BOTTOM_SUGGESTION_BAR_TESTID,
1758
1767
  insertionPoint: {
1759
1768
  selector: ".oke-w-header",
1760
- insertionType: require_divIds.DOMInsertionType.AFTER
1769
+ insertionType: require_api$1.DOMInsertionType.AFTER
1761
1770
  },
1762
1771
  style: { marginBottom: "15px" }
1763
1772
  }
@@ -1,12 +1,21 @@
1
1
  import "./logger-pdEEY8T2.js";
2
- import { FeatureGates } from "./models-DHdb7QWn.js";
3
- import { ColorNames, OrgShortName, PageVariantTestType, WidgetType, colorVar } from "./types-CYNvLeSA.js";
2
+ import "./api-XRr_lAG6.js";
3
+ import { ChatElementDisplayLocation, DOMInsertionType, FeatureGates, GridInsertionType } from "./api-NJEaveju.js";
4
+ import { ColorNames, OrgShortName, PageVariantTestType, WidgetType, colorVar } from "./types-BVsTRyxL.js";
4
5
  import "./enviveConfigContext-CUGLpPGU.js";
5
- import { BOTTOM_REVIEWS_BAR_ID, BOTTOM_SUGGESTION_BAR_TESTID, CHAT_PREVIEW_CONTAINER_ID, CHAT_PREVIEW_TESTID, DOMInsertionType, GLOBAL_SEARCH_ENTRYPOINT_ID, GLOBAL_SEARCH_ENTRYPOINT_TESTID, SEARCH_OVERLAY_ENTRYPOINT_ID, SEARCH_OVERLAY_HOST_TESTID, SEARCH_RESULTS_ENTRYPOINT_ID, SEARCH_RESULTS_ENTRYPOINT_TESTID, TOP_SUGGESTION_BAR_PDP_ID, TOP_SUGGESTION_BAR_TESTID } from "./divIds-Bss-btao.js";
6
- import { GridInsertionType } from "./GridInsertionService-CEYo9pGj.js";
7
- import { ChatElementDisplayLocation, SuggestionBarLocationForMetrics } from "./suggestionBarV2-types-BllzwsBD.js";
8
- import { CdnService } from "./cdnService-zQfKk3Eb.js";
9
- import { defaultOrgUIConfig } from "./default-C2fEZKXk.js";
6
+ import "./atomStore-BFtpknLM.js";
7
+ import "./customerService-CUyZzowx.js";
8
+ import "./utilityTypes-BVikejDo.js";
9
+ import "./variantInfo-CzhR5W6h.js";
10
+ import "./events-ClCDFK7t.js";
11
+ import { SuggestionBarLocationForMetrics } from "./suggestionBarV2-types-B0RbMStE.js";
12
+ import { BOTTOM_REVIEWS_BAR_ID, CHAT_PREVIEW_CONTAINER_ID, GLOBAL_SEARCH_ENTRYPOINT_ID, SEARCH_OVERLAY_ENTRYPOINT_ID, SEARCH_RESULTS_ENTRYPOINT_ID, TOP_SUGGESTION_BAR_PDP_ID } from "./divIds-BWvq-i6I.js";
13
+ import { CdnService } from "./cdnService-DvDSpfVJ.js";
14
+ import "./chat-Dk6KPb1K.js";
15
+ import "./components-DAQxVIn9.js";
16
+ import { BOTTOM_SUGGESTION_BAR_TESTID, CHAT_PREVIEW_TESTID, GLOBAL_SEARCH_ENTRYPOINT_TESTID, SEARCH_OVERLAY_HOST_TESTID, SEARCH_RESULTS_ENTRYPOINT_TESTID, TOP_SUGGESTION_BAR_TESTID } from "./embedded-C1jvFj3v.js";
17
+ import "./locators-C2DX_nX6.js";
18
+ import { defaultOrgUIConfig } from "./default-wf_IORgo.js";
10
19
 
11
20
  //#region src/merchants/jordanCraig/jordanCraig.ts
12
21
  const jordanCraigColors = {
@@ -1,11 +1,20 @@
1
1
  import "./logger-pdEEY8T2.js";
2
- import "./models-DHdb7QWn.js";
3
- import { ColorNames, OrgShortName, PageVariantTestType, WidgetType, colorVar } from "./types-CYNvLeSA.js";
2
+ import "./api-XRr_lAG6.js";
3
+ import { DOMInsertionType, GridInsertionType } from "./api-NJEaveju.js";
4
+ import { ColorNames, OrgShortName, PageVariantTestType, WidgetType, colorVar } from "./types-BVsTRyxL.js";
4
5
  import "./enviveConfigContext-CUGLpPGU.js";
5
- import { CHAT_PREVIEW_CONTAINER_ID, CHAT_PREVIEW_TESTID, DOMInsertionType } from "./divIds-Bss-btao.js";
6
- import { GridInsertionType } from "./GridInsertionService-CEYo9pGj.js";
7
- import { CdnService } from "./cdnService-zQfKk3Eb.js";
8
- import { defaultOrgUIConfig } from "./default-C2fEZKXk.js";
6
+ import "./atomStore-BFtpknLM.js";
7
+ import "./customerService-CUyZzowx.js";
8
+ import "./utilityTypes-BVikejDo.js";
9
+ import "./variantInfo-CzhR5W6h.js";
10
+ import "./events-ClCDFK7t.js";
11
+ import { CHAT_PREVIEW_CONTAINER_ID } from "./divIds-BWvq-i6I.js";
12
+ import { CdnService } from "./cdnService-DvDSpfVJ.js";
13
+ import "./chat-Dk6KPb1K.js";
14
+ import "./components-DAQxVIn9.js";
15
+ import { CHAT_PREVIEW_TESTID } from "./embedded-C1jvFj3v.js";
16
+ import "./locators-C2DX_nX6.js";
17
+ import { defaultOrgUIConfig } from "./default-wf_IORgo.js";
9
18
 
10
19
  //#region src/merchants/kindredBravely/kindredBravely.ts
11
20
  const kindredBravelyColors = {