@envive-ai/react-hooks 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/amplitudeContext-CHzas7Cf.d.cts +52 -0
- package/dist/amplitudeContext-D-7fmVh1.cjs +356 -0
- package/dist/amplitudeContext-hY3caPC6.js +322 -0
- package/dist/amplitudeContext-tJ4y-SzX.d.ts +52 -0
- package/dist/api-DjeZXxl_.js +207 -0
- package/dist/api-_JaUnIUj.cjs +292 -0
- package/dist/app-CjsQ2_n-.js +132 -0
- package/dist/app-CnKRZ9RW.cjs +178 -0
- package/dist/application/models/graphql/index.cjs +3 -12
- package/dist/application/models/graphql/index.d.cts +1 -1
- package/dist/application/models/graphql/index.d.ts +1 -1
- package/dist/application/models/graphql/index.js +1 -10
- package/dist/application/models/guards/api/index.cjs +1 -2
- package/dist/application/models/guards/api/index.d.cts +2 -2
- package/dist/application/models/guards/api/index.d.ts +2 -2
- package/dist/application/models/guards/api/index.js +1 -2
- package/dist/application/models/index.cjs +48 -54
- package/dist/application/models/index.d.cts +7 -9
- package/dist/application/models/index.d.ts +7 -9
- package/dist/application/models/index.js +7 -11
- package/dist/application/models/utilityTypes/index.cjs +1 -1
- package/dist/application/models/utilityTypes/index.d.cts +1 -1
- package/dist/application/models/utilityTypes/index.d.ts +1 -1
- package/dist/application/models/utilityTypes/index.js +1 -1
- package/dist/application/models/variantInfo/index.cjs +1 -1
- package/dist/application/models/variantInfo/index.d.cts +1 -1
- package/dist/application/models/variantInfo/index.d.ts +1 -1
- package/dist/application/models/variantInfo/index.js +1 -1
- package/dist/application/utils/index.cjs +40 -37
- package/dist/application/utils/index.d.cts +18 -14
- package/dist/application/utils/index.d.ts +17 -13
- package/dist/application/utils/index.js +13 -10
- package/dist/{atomStore-JwGb7pcy.cjs → atomStore-B4jIaDPd.cjs} +1 -1
- package/dist/{atomStore-B1cgmbP0.js → atomStore-D8pjE1vL.js} +1 -1
- package/dist/atoms/app/index.cjs +14 -16
- package/dist/atoms/app/index.d.cts +20 -19
- package/dist/atoms/app/index.d.ts +20 -19
- package/dist/atoms/app/index.js +10 -11
- package/dist/atoms/atomStore/index.cjs +2 -1
- package/dist/atoms/atomStore/index.d.cts +1 -1
- package/dist/atoms/atomStore/index.js +2 -1
- package/dist/atoms/chat/index.cjs +44 -40
- package/dist/atoms/chat/index.d.cts +35 -36
- package/dist/atoms/chat/index.d.ts +35 -36
- package/dist/atoms/chat/index.js +14 -10
- package/dist/atoms/globalSearch/index.cjs +1 -1
- package/dist/atoms/globalSearch/index.d.cts +5 -5
- package/dist/atoms/globalSearch/index.d.ts +5 -5
- package/dist/atoms/globalSearch/index.js +1 -1
- package/dist/atoms/org/index.cjs +26 -37
- package/dist/atoms/org/index.d.cts +37 -47
- package/dist/atoms/org/index.d.ts +37 -47
- package/dist/atoms/org/index.js +11 -11
- package/dist/atoms/search/index.cjs +47 -41
- package/dist/atoms/search/index.d.cts +7 -9
- package/dist/atoms/search/index.d.ts +7 -9
- package/dist/atoms/search/index.js +16 -10
- package/dist/bandolier-DYEz4-8C.js +1229 -0
- package/dist/bandolier-o_-xrbOV.cjs +1229 -0
- package/dist/carpe-CsG5jCcl.cjs +607 -0
- package/dist/carpe-DONk00bZ.js +605 -0
- package/dist/cdnUtils-32v8bDX9.cjs +16 -0
- package/dist/cdnUtils-E4tLBt2g.js +11 -0
- package/dist/{chat-BgONoYU7.cjs → chat-BubCW1as.cjs} +1 -1
- package/dist/chat-CO7cRkaq.cjs +506 -0
- package/dist/{chat-CLJ4NWcN.js → chat-CV6MXeID.js} +1 -1
- package/dist/chat-hcRc4RRd.js +285 -0
- package/dist/{components-CV1fhAkj.js → components-B4T3Uzth.js} +1 -1
- package/dist/{components-BKZbet67.cjs → components-Cw9WjA6g.cjs} +1 -1
- package/dist/config/locators/components/chat/index.cjs +1 -1
- package/dist/config/locators/components/chat/index.d.cts +1 -1
- package/dist/config/locators/components/chat/index.d.ts +1 -1
- package/dist/config/locators/components/chat/index.js +1 -1
- package/dist/config/locators/components/chat/variants/index.d.ts +1 -1
- package/dist/config/locators/components/index.cjs +1 -1
- package/dist/config/locators/components/index.d.cts +1 -1
- package/dist/config/locators/components/index.d.ts +1 -1
- package/dist/config/locators/components/index.js +1 -1
- package/dist/config/locators/index.cjs +4 -4
- package/dist/config/locators/index.d.cts +2 -2
- package/dist/config/locators/index.d.ts +3 -3
- package/dist/config/locators/index.js +4 -4
- package/dist/contexts/index.cjs +45 -14
- package/dist/contexts/index.d.cts +10 -78
- package/dist/contexts/index.d.ts +10 -78
- package/dist/contexts/index.js +22 -11
- package/dist/contexts-B4ihTBsV.cjs +2980 -0
- package/dist/contexts-DGlr7M1o.js +2596 -0
- package/dist/coterie-CKB93qfz.cjs +239 -0
- package/dist/{coterie-yQ-_JXSw.cjs → coterie-DHcj2fRE.js} +64 -65
- package/dist/{custservice-types-C83itZmy.cjs → custservice-types-Dy0kc9TW.cjs} +1 -1
- package/dist/{custservice-types-DPQ-4TI6.js → custservice-types-mnIunabv.js} +1 -1
- package/dist/default-BnB4p0Se.cjs +234 -0
- package/dist/default-D6f5Dyt7.js +199 -0
- package/dist/default-ZKkE5zT4.cjs +4 -0
- package/dist/default-legGZJwI.js +4 -0
- package/dist/{divIds-DEL_-qU0.cjs → divIds-2dJlU3z8.cjs} +1 -15
- package/dist/{divIds-CWkntTsx.js → divIds-BUrN2vY-.js} +2 -4
- package/dist/dreamlandBaby-BiRYYFav.js +346 -0
- package/dist/dreamlandBaby-zuvmfzfD.cjs +346 -0
- package/dist/{embedded-C5uJqmuD.js → embedded-BJLWIriJ.js} +1 -1
- package/dist/{embedded--2L0F4b5.cjs → embedded-Dl79TJLC.cjs} +1 -1
- package/dist/{entrypoints-CNUvSgnk.js → entrypoints-Bs3pn6EV.js} +1 -1
- package/dist/{entrypoints-DM9Sm18O.cjs → entrypoints-Dqi5pzWH.cjs} +1 -1
- package/dist/enviveConfig-BccuzS2a.cjs +240 -0
- package/dist/enviveConfig-CzhTz8Aa.js +152 -0
- package/dist/events/index.cjs +1 -1
- package/dist/events/index.d.cts +1 -1
- package/dist/events/index.js +1 -1
- package/dist/{events-ClCDFK7t.js → events-BrLpaNxh.js} +1 -1
- package/dist/{events-Da7gpmGv.cjs → events-DwT6cEwI.cjs} +1 -1
- package/dist/fiveCbd-DwTTwC2j.cjs +613 -0
- package/dist/fiveCbd-Dz2NouOF.js +613 -0
- package/dist/forLoveAndLemons-DqSdyD6S.js +665 -0
- package/dist/forLoveAndLemons-Ud6mPrV3.cjs +667 -0
- package/dist/{globalSearch-b0wC7ZEO.js → globalSearch-B6THR7Jx.js} +1 -1
- package/dist/{globalSearch-BTeZxvk1.cjs → globalSearch-BFvEg53C.cjs} +1 -1
- package/dist/graphql-BNW60InJ.cjs +128 -0
- package/dist/graphql-CjB8wHzm.js +74 -0
- package/dist/graphqlConfig-CYt6tWII.js +30 -0
- package/dist/graphqlConfig-DicykC-o.cjs +61 -0
- package/dist/greenpan-B_EbPkSP.js +397 -0
- package/dist/greenpan-kPE4fJgd.cjs +397 -0
- package/dist/grooveLife-Ckuir319.js +342 -0
- package/dist/grooveLife-DKSEQp1F.cjs +342 -0
- package/dist/homegrownCannabis-BVPa2pqe.js +410 -0
- package/dist/homegrownCannabis-BwIAkxuA.cjs +410 -0
- package/dist/hooks/index.cjs +40 -16
- package/dist/hooks/index.d.cts +122 -95
- package/dist/hooks/index.d.ts +122 -95
- package/dist/hooks/index.js +22 -11
- package/dist/{index-D46Rd0io.d.cts → index-B0NW9KTj.d.cts} +1 -1
- package/dist/{index-jBATkcc_.d.cts → index-BDPWBU3h.d.cts} +1 -1
- package/dist/index-BMPtlgac.d.ts +191 -0
- package/dist/{index-BTK5uzs6.d.cts → index-Bmub8e38.d.cts} +1 -1
- package/dist/{index-C62lPpy4.d.cts → index-Byb45OPg.d.cts} +1 -1
- package/dist/{index-DPx8s5YH.d.ts → index-C6KdON7d.d.ts} +1 -1
- package/dist/index-C7pGDl1A.d.ts +1609 -0
- package/dist/{index-CYtsPztZ.d.cts → index-C9lgsCWp.d.cts} +32 -32
- package/dist/{index-BzgkfbNO.d.cts → index-CESxqFso.d.cts} +1 -1
- package/dist/{index-C_C0tLeD.d.ts → index-Cc-wBCn6.d.ts} +32 -32
- package/dist/{index-Cx9e-fRi.d.ts → index-CcIG01PJ.d.ts} +2 -2
- package/dist/{index-ClJ0nMsR.d.cts → index-CiWEYzXl.d.cts} +2 -2
- package/dist/{index-CKKkTsms.d.ts → index-Cqg6ltII.d.ts} +1 -1
- package/dist/{index-CExtydIH.d.ts → index-DOii3C6b.d.ts} +1 -1
- package/dist/index-DTu2X-YS.d.cts +1609 -0
- package/dist/index-OEifcBsm.d.cts +191 -0
- package/dist/{index-Dxpscrvz.d.ts → index-PGF8BvxQ.d.ts} +1 -1
- package/dist/{index-D2VaMPA3.d.ts → index-ylUiJvnr.d.ts} +1 -1
- package/dist/interceptors/index.cjs +2 -12
- package/dist/interceptors/index.d.cts +8 -13
- package/dist/interceptors/index.d.ts +8 -13
- package/dist/interceptors/index.js +2 -11
- package/dist/jackArcher-B39OEIj6.cjs +727 -0
- package/dist/{jackArcher-CXf_IAmC.js → jackArcher-BwkWGybC.js} +24 -25
- package/dist/jordanCraig-CxRH_jLi.js +1786 -0
- package/dist/jordanCraig-RwmWw-jM.cjs +1786 -0
- package/dist/kindredBravely-D78VwL20.cjs +490 -0
- package/dist/kindredBravely-DQDpAzdl.js +490 -0
- package/dist/kutFromTheKloth-TcXQkIti.js +369 -0
- package/dist/kutFromTheKloth-dXRrNti0.cjs +369 -0
- package/dist/larryAndSerges-Bh5XEXsZ.js +262 -0
- package/dist/larryAndSerges-COdBzOzu.cjs +262 -0
- package/dist/leapsAndRebounds-BbXnqkl5.cjs +360 -0
- package/dist/leapsAndRebounds-mjCaH1k-.js +360 -0
- package/dist/longevityrx-DdV3v26F.cjs +320 -0
- package/dist/longevityrx-DfPDfvAt.js +320 -0
- package/dist/lookOptic-DgXFGBPP.cjs +282 -0
- package/dist/{lookOptic-BGhU4910.js → lookOptic-FgVW1afF.js} +19 -20
- package/dist/mantraBrand-C5gVm3rk.cjs +750 -0
- package/dist/{mantraBrand-DrqG9uqO.js → mantraBrand-uV8HCDR8.js} +22 -23
- package/dist/medterra-BtDpr1Hw.cjs +583 -0
- package/dist/medterra-DgzE7-mj.js +583 -0
- package/dist/modells-CJjsxOIR.js +484 -0
- package/dist/modells-Ck5KbRFj.cjs +484 -0
- package/dist/models-BkXg5eIP.cjs +1534 -0
- package/dist/models-UZ6HszfZ.js +1281 -0
- package/dist/{nodeSelector-BiCDowlK.d.ts → nodeSelector-BxrS2S_k.d.ts} +1 -1
- package/dist/{nodeSelector-B3bPtEjX.d.cts → nodeSelector-Dm4S-10n.d.cts} +1 -1
- package/dist/org-C2RrBVQR.cjs +81 -0
- package/dist/org-xMytX--e.js +38 -0
- package/dist/orgAnalyticsConfig-BJ2A1RZ-.cjs +39 -0
- package/dist/orgAnalyticsConfig-ClrFy2qH.js +14 -0
- package/dist/pressedFloral-Bteoboms.js +661 -0
- package/dist/pressedFloral-CexgV-xy.cjs +661 -0
- package/dist/search-BMOAmrmY.js +459 -0
- package/dist/search-Df0Ifneg.cjs +672 -0
- package/dist/{search-filter-types-BNTLVXqQ.d.cts → search-filter-types-DosbseF3.d.cts} +1 -1
- package/dist/{search-filter-types-DkmH1TxJ.d.ts → search-filter-types-fZf91Pdw.d.ts} +1 -1
- package/dist/skinPerfection-BGzq9lq-.cjs +334 -0
- package/dist/skinPerfection-BlvcEcUE.js +334 -0
- package/dist/snapSupplements-CbbGzAgO.cjs +285 -0
- package/dist/snapSupplements-kcsPAOm9.js +285 -0
- package/dist/{socialProofClasses-ky69yppk.cjs → socialProofClasses-Db8gzsfi.cjs} +1 -1
- package/dist/{socialProofClasses-DdzG1tZy.js → socialProofClasses-kwDvwLOZ.js} +1 -1
- package/dist/spanx-B4WFA_rI.js +661 -0
- package/dist/spanx-BWoE4F8b.cjs +663 -0
- package/dist/spanxStaging-BOrOjhXn.js +845 -0
- package/dist/spanxStaging-BfdfIug4.cjs +848 -0
- package/dist/{suggestionBarV2-types-CwOXzIKq.js → suggestionBarV2-types-IMMOmCir.js} +1 -1
- package/dist/{suggestionBarV2-types-Dc4-zJlV.cjs → suggestionBarV2-types-nnGNgFvR.cjs} +1 -1
- package/dist/supergoop-22dd5_BS.js +323 -0
- package/dist/supergoop-B-a4cku2.cjs +323 -0
- package/dist/{test-types-CXVJxTeu.d.ts → test-types-C9b_OdfO.d.ts} +1 -1
- package/dist/{test-types-CuOq25VT.d.cts → test-types-CgVJtwUr.d.cts} +1 -1
- package/dist/types/index.cjs +2 -2
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.js +2 -2
- package/dist/types--pr1GQQx.js +154 -0
- package/dist/types-BVSyY3Hk.cjs +196 -0
- package/dist/{uniqueVintage-Cui74mlJ.js → uniqueVintage-CJXiNNe7.js} +19 -20
- package/dist/uniqueVintage-D0jzJWlo.cjs +1213 -0
- package/dist/useMessageInterceptor-B87e3yu3.cjs +33 -0
- package/dist/useMessageInterceptor-Bb7YRaWk.js +25 -0
- package/dist/userIdentityContext-BPqvVIg0.d.cts +20 -0
- package/dist/userIdentityContext-wbCRmlzp.d.ts +20 -0
- package/dist/utils-C9ZSCx12.js +888 -0
- package/dist/utils-D5HO61hG.cjs +1016 -0
- package/dist/variantInfo-DbVxA1yE.js +1 -0
- package/dist/variantInfo-orXoPBCU.cjs +0 -0
- package/dist/venaCbd-Bhhu_qUf.cjs +365 -0
- package/dist/venaCbd-CanovPS_.js +365 -0
- package/dist/westonJonBoucher-BC0x1ktI.cjs +422 -0
- package/dist/{westonJonBoucher-C95EuCl-.js → westonJonBoucher-BUu1_wP1.js} +19 -20
- package/dist/wineEnthusiast-BlCryfil.cjs +940 -0
- package/dist/{wineEnthusiast-DeTFY8Gm.js → wineEnthusiast-Ck1x5iJq.js} +19 -20
- package/dist/wolfMattress-D9Mjq-HP.js +372 -0
- package/dist/wolfMattress-JssghhC-.cjs +372 -0
- package/dist/wolfTactical-C6exYhL7.cjs +349 -0
- package/dist/wolfTactical-CnV3KQdI.js +349 -0
- package/package.json +101 -19
- package/src/{adapters/spiffy/commerce/api.ts → application/commerce-api.ts} +31 -23
- package/src/application/models/colorsConfig.ts +18 -18
- package/src/application/models/frontendConfig.ts +3 -3
- package/src/application/models/graphql/queries/getMerchantColorsQuery.ts +1 -1
- package/src/application/models/graphql/queries/getMerchantFrontendConfigQuery.ts +1 -1
- package/src/application/models/index.ts +0 -2
- package/src/application/models/localStorageEventListener.ts +2 -2
- package/src/application/models/supportedOrgs.ts +1 -1
- package/src/application/models/utils/snakeToCamelTransformer.ts +8 -8
- package/src/application/models/validators/validateGraphQLColorsConfig.ts +0 -21
- package/src/application/models/validators/validateGraphQLFrontendConfig.ts +2 -2
- package/src/application/utils/analyticsUtils.ts +53 -22
- package/src/application/utils/cdnUtils.ts +11 -0
- package/src/atoms/amplitude/amplitudeTrackEventAtom.ts +15 -0
- package/src/atoms/app/index.ts +7 -17
- package/src/atoms/app/variant.ts +13 -4
- package/src/atoms/chat/chatState.ts +28 -18
- package/src/atoms/chat/messageQueue.ts +36 -5
- package/src/atoms/chat/replies.ts +45 -37
- package/src/atoms/envive/enviveConfig.ts +10 -6
- package/src/atoms/org/graphqlConfig.ts +21 -4
- package/src/atoms/org/index.ts +7 -7
- package/src/atoms/org/newOrgConfigAtom.ts +8 -0
- package/src/atoms/org/orgPageConfig.ts +6 -5
- package/src/atoms/search/chatSearch.ts +11 -5
- package/src/atoms/search/searchAPI.ts +68 -48
- package/src/atoms/search/searchServiceAdapter.ts +25 -0
- package/src/contexts/amplitudeContext.tsx +466 -0
- package/src/contexts/cdnContext.tsx +48 -0
- package/src/contexts/chatContext.tsx +15 -12
- package/src/contexts/enviveConfigContext.tsx +22 -17
- package/src/contexts/enviveCssContext.tsx +34 -5
- package/src/contexts/featureFlagContext.tsx +193 -0
- package/src/contexts/featureFlagServiceContext.tsx +87 -0
- package/src/contexts/graphqlContext.tsx +165 -0
- package/src/contexts/index.ts +13 -3
- package/src/contexts/localStorageContext.tsx +159 -0
- package/src/contexts/newOrgConfigContext.tsx +104 -0
- package/src/contexts/orgConfigContext.tsx +92 -92
- package/src/contexts/searchContext.tsx +187 -0
- package/src/contexts/sessionStorageContext.tsx +80 -0
- package/src/contexts/shopifyUrlContext.tsx +97 -0
- package/src/contexts/types.ts +12 -8
- package/src/contexts/userIdentityContext.tsx +197 -0
- package/src/events/registerAnalyticsListeners.ts +32 -38
- package/src/hooks/index.ts +10 -6
- package/src/hooks/useAmplitudeOperations.ts +35 -0
- package/src/hooks/useAppDetails.ts +49 -0
- package/src/hooks/useCdnOperations.ts +16 -0
- package/src/hooks/useChatToggle.ts +5 -4
- package/src/hooks/useChatToggleAnalytics.ts +15 -0
- package/src/hooks/useGraphQLConfig.ts +63 -0
- package/src/hooks/useIdentifyUser.ts +33 -0
- package/src/hooks/useImageResolver.ts +18 -10
- package/src/hooks/useLocalStorageOperations.ts +92 -0
- package/src/hooks/useNewOrgConfig.ts +7 -0
- package/src/hooks/useSearch.tsx +21 -18
- package/src/hooks/useSearchOperations.ts +97 -0
- package/src/hooks/useSessionStorageOperations.ts +28 -0
- package/src/hooks/useShopifyUrlOperations.ts +45 -0
- package/src/hooks/useTrackComponentVisibleEvent.ts +12 -8
- package/src/hooks/useUpdateAnalyticsProps.ts +28 -17
- package/src/interceptors/index.ts +0 -1
- package/src/interceptors/useMessageInterceptor.ts +5 -8
- package/src/merchants/bandolier/bandolier.ts +10 -28
- package/src/merchants/carpe/carpe.ts +5 -8
- package/src/merchants/coterie/coterie.ts +3 -6
- package/src/merchants/default.ts +73 -70
- package/src/merchants/domInsertion.ts +30 -0
- package/src/merchants/dreamlandBaby/dreamlandBaby.ts +12 -6
- package/src/merchants/fiveCbd/fiveCbd.ts +7 -13
- package/src/merchants/forLoveAndLemons/forLoveAndLemons.ts +44 -14
- package/src/merchants/greenpan/greenpan.ts +6 -12
- package/src/merchants/gridInsertion.ts +19 -0
- package/src/merchants/grooveLife/grooveLife.ts +13 -7
- package/src/merchants/homegrownCannabis/homegrownCannabis.ts +12 -6
- package/src/merchants/jackArcher/jackArcher.ts +26 -11
- package/src/merchants/jordanCraig/jordanCraig.ts +5 -5
- package/src/merchants/kindredBravely/kindredBravely.ts +16 -7
- package/src/merchants/kutFromTheKloth/kutFromTheKloth.ts +9 -6
- package/src/merchants/larryAndSerges/larryAndSerges.ts +6 -2
- package/src/merchants/leapsAndRebounds/leapsAndRebounds.ts +7 -7
- package/src/merchants/longevityrx/longevityrx.ts +14 -8
- package/src/merchants/lookOptic/lookOptic.ts +6 -6
- package/src/merchants/mantraBrand/mantraBrand.ts +14 -8
- package/src/merchants/medterra/medterra.ts +14 -11
- package/src/merchants/modells/modells.ts +6 -9
- package/src/merchants/pressedFloral/pressedFloral.ts +7 -13
- package/src/merchants/skinPerfection/skinPerfection.ts +13 -7
- package/src/merchants/snapSupplements/snapSupplements.ts +13 -10
- package/src/merchants/spanx/spanx.ts +6 -6
- package/src/merchants/spanx/spanxStaging.ts +6 -12
- package/src/merchants/supergoop/supergoop.ts +11 -12
- package/src/merchants/uniqueVintage/uniqueVintage.ts +6 -6
- package/src/merchants/venaCbd/venaCbd.ts +6 -9
- package/src/merchants/westonJonBoucher/westonJonBoucher.ts +6 -6
- package/src/merchants/wineEnthusiast/wineEnthusiast.ts +6 -6
- package/src/merchants/wolfMattress/wolfMattress.ts +3 -3
- package/src/merchants/wolfTactical/wolfTactical.ts +5 -11
- package/src/types/config-versions.ts +6 -0
- package/src/types.ts +0 -53
- package/dist/adapters/amplitude/index.cjs +0 -14
- package/dist/adapters/amplitude/index.d.cts +0 -6
- package/dist/adapters/amplitude/index.d.ts +0 -6
- package/dist/adapters/amplitude/index.js +0 -12
- package/dist/api-B2euFL-5.cjs +0 -269
- package/dist/api-XRr_lAG6.js +0 -190
- package/dist/application/config/index.cjs +0 -43
- package/dist/application/config/index.d.cts +0 -15
- package/dist/application/config/index.d.ts +0 -15
- package/dist/application/config/index.js +0 -41
- package/dist/application/service/customerService/index.cjs +0 -4
- package/dist/application/service/customerService/index.d.cts +0 -3
- package/dist/application/service/customerService/index.d.ts +0 -3
- package/dist/application/service/customerService/index.js +0 -4
- package/dist/application/service/index.cjs +0 -41
- package/dist/application/service/index.d.cts +0 -399
- package/dist/application/service/index.d.ts +0 -399
- package/dist/application/service/index.js +0 -12
- package/dist/bandolier-B76-OE75.cjs +0 -1230
- package/dist/bandolier-DRn_x1g1.js +0 -1230
- package/dist/carpe-kHi4RLB5.cjs +0 -608
- package/dist/carpe-qrSU99gq.js +0 -606
- package/dist/contexts-CQDwe3rK.cjs +0 -14333
- package/dist/contexts-e2sM-B9g.js +0 -12919
- package/dist/coterie-mMirPcHP.js +0 -240
- package/dist/customerService-BG1uNZZ1.cjs +0 -36
- package/dist/customerService-BHQRnLhC.js +0 -23
- package/dist/default-8Jfv8ehQ.cjs +0 -199
- package/dist/default-C8PQf-38.js +0 -176
- package/dist/default-LukSiCz1.js +0 -4
- package/dist/default-rJSJ887P.cjs +0 -4
- package/dist/dreamlandBaby-DHltv12Z.cjs +0 -347
- package/dist/dreamlandBaby-cG0HM9bt.js +0 -347
- package/dist/featureFlagService-5wdmW02z.d.ts +0 -18
- package/dist/featureFlagService-DaelrXEk.d.cts +0 -18
- package/dist/fiveCbd-Cvnwh03g.cjs +0 -614
- package/dist/fiveCbd-DhYMlsf9.js +0 -614
- package/dist/forLoveAndLemons-C8DuUexW.js +0 -666
- package/dist/forLoveAndLemons-DR6a1zjJ.cjs +0 -668
- package/dist/greenpan-B4Pu65kV.js +0 -398
- package/dist/greenpan-BL5p6j7f.cjs +0 -398
- package/dist/grooveLife-DjKWHoN3.cjs +0 -343
- package/dist/grooveLife-JK0TyaPz.js +0 -343
- package/dist/homegrownCannabis-DxqSDkmS.js +0 -411
- package/dist/homegrownCannabis-ZnfCqW-m.cjs +0 -411
- package/dist/index-BfuO9b0Q.d.ts +0 -749
- package/dist/index-CNsGWfS6.d.cts +0 -749
- package/dist/index-DFL1dIT_.d.ts +0 -7
- package/dist/index-MFbPQ8Ji.d.ts +0 -95
- package/dist/index-VSFakgAI.d.cts +0 -95
- package/dist/index-zZjcds15.d.cts +0 -7
- package/dist/jackArcher-mGkojXek.cjs +0 -728
- package/dist/jordanCraig-BvCvPRoR.js +0 -1787
- package/dist/jordanCraig-Dv8pVCiS.cjs +0 -1787
- package/dist/kindredBravely-UQP7wiNu.cjs +0 -491
- package/dist/kindredBravely-X8F_LNph.js +0 -491
- package/dist/kutFromTheKloth-BhYKk3CN.cjs +0 -370
- package/dist/kutFromTheKloth-D1xsTSJr.js +0 -370
- package/dist/larryAndSerges-1411NuZa.cjs +0 -262
- package/dist/larryAndSerges-DVIRLItu.js +0 -262
- package/dist/leapsAndRebounds-BJ8mwr33.js +0 -361
- package/dist/leapsAndRebounds-UcP9EJVO.cjs +0 -361
- package/dist/logger-Dln20ans.cjs +0 -26
- package/dist/logger-pdEEY8T2.js +0 -20
- package/dist/longevityrx-BFSv9GF5.cjs +0 -321
- package/dist/longevityrx-Cp6wleWr.js +0 -321
- package/dist/lookOptic-KieSqskd.cjs +0 -283
- package/dist/mantraBrand-CHQw-0nw.cjs +0 -751
- package/dist/medterra-CLG6Co1C.cjs +0 -584
- package/dist/medterra-D8ZX9NZC.js +0 -584
- package/dist/modells-BzyPwN2m.cjs +0 -485
- package/dist/modells-CAfqOCW4.js +0 -485
- package/dist/orgConfigResults--dAwtw3W.d.ts +0 -881
- package/dist/orgConfigResults-BL0XBA6x.d.cts +0 -881
- package/dist/pressedFloral-DULBuQwR.cjs +0 -662
- package/dist/pressedFloral-Dp-7Fk3S.js +0 -662
- package/dist/skinPerfection-BxuYCeJX.js +0 -335
- package/dist/skinPerfection-Cd3XZ6By.cjs +0 -335
- package/dist/snapSupplements-Bf6htPM0.js +0 -286
- package/dist/snapSupplements-ZFnXyMuZ.cjs +0 -286
- package/dist/spanx-CwDPQaGj.js +0 -662
- package/dist/spanx-Cyd4qDlK.cjs +0 -664
- package/dist/spanxStaging-D43nyAGy.js +0 -846
- package/dist/spanxStaging-ijbYnHzr.cjs +0 -849
- package/dist/supergoop-BnbFG7hm.cjs +0 -338
- package/dist/supergoop-CY043wIg.js +0 -336
- package/dist/types-BF_CJeck.js +0 -177
- package/dist/types-CD4LFta-.d.cts +0 -33
- package/dist/types-CNH4sfF-.cjs +0 -231
- package/dist/types-DBdI0j89.d.ts +0 -33
- package/dist/uniqueVintage-R2Jcu1y1.cjs +0 -1214
- package/dist/variant-CKVRF2-W.d.ts +0 -13
- package/dist/variant-raYuOP4L.d.cts +0 -13
- package/dist/venaCbd-o5_vOp4e.js +0 -366
- package/dist/venaCbd-r-IxEVc1.cjs +0 -366
- package/dist/westonJonBoucher-DjGEW3ZB.cjs +0 -423
- package/dist/wineEnthusiast-DvfcV5B3.cjs +0 -941
- package/dist/wolfMattress-6xPfOJt3.js +0 -373
- package/dist/wolfMattress-BjGnGKjP.cjs +0 -373
- package/dist/wolfTactical-Bi3WZu0m.cjs +0 -350
- package/dist/wolfTactical-C_F9-oPX.js +0 -350
- package/src/adapters/amplitude/amplitudeAdapter.ts +0 -477
- package/src/adapters/amplitude/index.ts +0 -2
- package/src/adapters/amplitude/stubAmplitudeAdapter.ts +0 -34
- package/src/adapters/spiffy/commerce/graphql.ts +0 -219
- package/src/application/config/generalStaticConfig.ts +0 -40
- package/src/application/config/index.ts +0 -1
- package/src/application/models/domMutationContinuation.ts +0 -7
- package/src/application/models/domObservationStrategy.ts +0 -9
- package/src/application/service/cachingService.ts +0 -84
- package/src/application/service/cdnService.ts +0 -20
- package/src/application/service/customerService/index.ts +0 -8
- package/src/application/service/customerService/providers/UnsupportedCustomerService.ts +0 -15
- package/src/application/service/domMutationObserver.ts +0 -320
- package/src/application/service/domMutations/GridInsertionService.ts +0 -123
- package/src/application/service/domMutations/dataLayer/dataLayerEventsListener.ts +0 -99
- package/src/application/service/domMutations/domInsertionService.ts +0 -90
- package/src/application/service/domMutations/domMutationListener.ts +0 -15
- package/src/application/service/domMutations/domMutationListenerState.ts +0 -52
- package/src/application/service/domMutations/floatingChat/embeddedChatsPlacementsListener.ts +0 -41
- package/src/application/service/domMutations/gladly/gladlyListener.ts +0 -61
- package/src/application/service/domMutations/spiffy/orgs/common/kustomerVisibilityListener.ts +0 -41
- package/src/application/service/domMutations/spiffy/orgs/common/orgsCommonDataLayerListener.ts +0 -119
- package/src/application/service/featureFlagService.ts +0 -130
- package/src/application/service/index.ts +0 -31
- package/src/application/service/kustomerIntegrationService.ts +0 -111
- package/src/application/service/localStorageService.ts +0 -77
- package/src/application/service/pageVariantService.ts +0 -866
- package/src/application/service/searchService.ts +0 -147
- package/src/application/service/sessionStorageService.ts +0 -27
- package/src/application/service/shopifyUrlService.ts +0 -63
- package/src/application/service/userIdentityService.ts +0 -114
- package/src/application/service/windowChatToggleService.ts +0 -80
- package/src/application/service/windowDataLayerService.ts +0 -181
- package/src/application/service/windowFrontendConfigService.ts +0 -129
- package/src/atoms/org/merchantCss.ts +0 -158
- package/src/atoms/org/org.ts +0 -291
- package/src/atoms/org/orgUIConfig.ts +0 -142
- package/src/enabled-features.ts +0 -83
- package/src/hooks/useDynamicVariants.ts +0 -210
- package/src/hooks/useFileUpload.ts +0 -63
- package/src/hooks/useHideElements.ts +0 -82
- package/src/hooks/useHorizontalScrollAnimation.ts +0 -115
- package/src/hooks/useReducedMotionWithOverride.ts +0 -15
- package/src/hooks/useSnapControl.ts +0 -155
- package/src/interceptors/useFormEscalation.ts +0 -57
- /package/dist/{variantInfo-CzhR5W6h.js → atomStore-CZnUUsrr.js} +0 -0
- /package/dist/{variantInfo-CNRTY0gH.cjs → atomStore-KSoFS3Jj.cjs} +0 -0
- /package/dist/{utilityTypes-C4h2wgAK.cjs → locators-0YYZu9n4.cjs} +0 -0
- /package/dist/{utilityTypes-BVikejDo.js → locators-fBXS_pxP.js} +0 -0
- /package/dist/{locators-Dc5ZT0aF.js → utilityTypes-8sETsYPk.js} +0 -0
- /package/dist/{locators-lQMJj830.cjs → utilityTypes-COShxVir.cjs} +0 -0
- /package/src/{application/service/customerService/types.ts → types/customerService.ts} +0 -0
- /package/src/{adapters/spiffy/commerce → types}/exceptions/sessionExceptions.ts +0 -0
- /package/src/{adapters/spiffy/commerce → types}/exceptions/unsupportedProductExceptions.ts +0 -0
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
} from "src/config/locators";
|
|
7
7
|
import { BasicOrgInfoType, OrgShortName } from "src/application/models";
|
|
8
8
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
9
|
-
import {
|
|
10
|
-
import { GridInsertionType } from "src/
|
|
11
|
-
import { DOMInsertionType } from "src/
|
|
9
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
10
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
11
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
12
12
|
import {
|
|
13
13
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
14
14
|
TOP_SUGGESTION_BAR_PDP_ID,
|
|
@@ -62,10 +62,7 @@ const carpeOrgUIConfig = (): OrgUIConfig => {
|
|
|
62
62
|
},
|
|
63
63
|
chatHeader: {
|
|
64
64
|
...defaultCarpeOrgConfig.chatHeader,
|
|
65
|
-
imageSrc:
|
|
66
|
-
"carpe-logo-white.svg",
|
|
67
|
-
OrgShortName.Carpe
|
|
68
|
-
),
|
|
65
|
+
imageSrc: getCdnAssetURL("carpe-logo-white.svg", OrgShortName.Carpe),
|
|
69
66
|
},
|
|
70
67
|
chatPreviewConfig: {
|
|
71
68
|
...defaultCarpeOrgConfig.chatPreviewConfig!,
|
|
@@ -78,7 +75,7 @@ const carpeOrgUIConfig = (): OrgUIConfig => {
|
|
|
78
75
|
|
|
79
76
|
headerConfig: {
|
|
80
77
|
...defaultCarpeOrgConfig.chatPreviewConfig!.headerConfig,
|
|
81
|
-
imageSrc:
|
|
78
|
+
imageSrc: getCdnAssetURL("carpe-logo.svg", OrgShortName.Carpe),
|
|
82
79
|
imageHeight: 16,
|
|
83
80
|
title: "SHOPPING ASSISTANT",
|
|
84
81
|
},
|
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
OrgShortName,
|
|
9
9
|
} from "src/application/models";
|
|
10
10
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
11
|
-
import {
|
|
12
|
-
import { DOMInsertionType } from "src/
|
|
11
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
12
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
13
13
|
import {
|
|
14
14
|
SPIFFY_SOCIAL_PROOF_SUGGESTION_BUTTON_CLASS,
|
|
15
15
|
SPIFFY_SOCIAL_PROOF_SUGGESTION_BUTTON_TEXT_CLASS,
|
|
@@ -224,10 +224,7 @@ const coterieOrgUIConfig = (): OrgUIConfig => {
|
|
|
224
224
|
},
|
|
225
225
|
chatHeader: {
|
|
226
226
|
...defaultCoterieOrgConfig.chatHeader,
|
|
227
|
-
imageSrc:
|
|
228
|
-
"coterie-logo-white.png",
|
|
229
|
-
OrgShortName.Coterie
|
|
230
|
-
),
|
|
227
|
+
imageSrc: getCdnAssetURL("coterie-logo-white.png", OrgShortName.Coterie),
|
|
231
228
|
},
|
|
232
229
|
|
|
233
230
|
floatingChatConfig: {
|
package/src/merchants/default.ts
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
BasicOrgInfoType,
|
|
3
|
+
OrgShortName,
|
|
4
|
+
} from "src/application/models/supportedOrgs";
|
|
2
5
|
import {
|
|
3
6
|
CustomerServiceIntegrationMode,
|
|
4
7
|
CustomerServiceType,
|
|
5
|
-
} from
|
|
8
|
+
} from "src/types/customerService";
|
|
6
9
|
import {
|
|
7
10
|
ColorMapping,
|
|
8
11
|
ColorNames,
|
|
@@ -10,17 +13,17 @@ import {
|
|
|
10
13
|
OrgPageConfig,
|
|
11
14
|
OrgUIConfig,
|
|
12
15
|
PageVariantTestType,
|
|
13
|
-
} from
|
|
16
|
+
} from "src/contexts/types";
|
|
14
17
|
|
|
15
18
|
const defaultOrgUIConfig = (orgShortName: string): OrgUIConfig => ({
|
|
16
19
|
shortName: orgShortName,
|
|
17
20
|
chatMessageConfig: {
|
|
18
|
-
assistantChatTitle:
|
|
19
|
-
variant:
|
|
21
|
+
assistantChatTitle: "Shopping Assistant",
|
|
22
|
+
variant: "accent",
|
|
20
23
|
productLink: {
|
|
21
|
-
variant:
|
|
22
|
-
iconVariant:
|
|
23
|
-
hoverVariant:
|
|
24
|
+
variant: "textLink",
|
|
25
|
+
iconVariant: "backgroundPrimary",
|
|
26
|
+
hoverVariant: "backgroundDark",
|
|
24
27
|
},
|
|
25
28
|
},
|
|
26
29
|
floatingChatConfig: {
|
|
@@ -28,13 +31,13 @@ const defaultOrgUIConfig = (orgShortName: string): OrgUIConfig => ({
|
|
|
28
31
|
neverShowSingleProductCards: false,
|
|
29
32
|
userQueryInputEnabled: true,
|
|
30
33
|
suggestionButtonConfig: {
|
|
31
|
-
variant:
|
|
32
|
-
hoverVariant:
|
|
33
|
-
answerVariant:
|
|
34
|
+
variant: "secondary",
|
|
35
|
+
hoverVariant: "dark",
|
|
36
|
+
answerVariant: "outlined",
|
|
34
37
|
},
|
|
35
38
|
replyInputConfig: {
|
|
36
|
-
size:
|
|
37
|
-
sendIcon:
|
|
39
|
+
size: "md",
|
|
40
|
+
sendIcon: "send",
|
|
38
41
|
},
|
|
39
42
|
},
|
|
40
43
|
chatHeader: {
|
|
@@ -44,18 +47,18 @@ const defaultOrgUIConfig = (orgShortName: string): OrgUIConfig => ({
|
|
|
44
47
|
headerBarHeightPartialView: 31,
|
|
45
48
|
headerBarHeightFullView: 20,
|
|
46
49
|
customerSupportSwitchConfig: {
|
|
47
|
-
variant:
|
|
50
|
+
variant: "attached",
|
|
48
51
|
borderColor: colorVar(ColorNames.BackgroundLight),
|
|
49
52
|
selectedTextColor: colorVar(ColorNames.TextPrimary),
|
|
50
53
|
backgroundColor: colorVar(ColorNames.BackgroundLight),
|
|
51
54
|
unselectedTextColor: colorVar(ColorNames.TextLight),
|
|
52
|
-
supportTitle:
|
|
53
|
-
spiffyTitle:
|
|
55
|
+
supportTitle: "Live Support",
|
|
56
|
+
spiffyTitle: "Shop with AI",
|
|
54
57
|
spiffyTitleHasLogo: false,
|
|
55
58
|
},
|
|
56
59
|
},
|
|
57
60
|
chatPreviewConfig: {
|
|
58
|
-
variant:
|
|
61
|
+
variant: "flat",
|
|
59
62
|
largeProductComparison: false,
|
|
60
63
|
filledBackgroundColor: colorVar(ColorNames.BackgroundLight),
|
|
61
64
|
topMargin: 5,
|
|
@@ -70,66 +73,66 @@ const defaultOrgUIConfig = (orgShortName: string): OrgUIConfig => ({
|
|
|
70
73
|
},
|
|
71
74
|
footerConfig: {
|
|
72
75
|
hasFade: true,
|
|
73
|
-
suggestionButtonVariant:
|
|
76
|
+
suggestionButtonVariant: "dark",
|
|
74
77
|
suggestionsBackground: colorVar(ColorNames.BackgroundLight),
|
|
75
|
-
replyButtonIcon:
|
|
76
|
-
replyButtonText:
|
|
78
|
+
replyButtonIcon: "send",
|
|
79
|
+
replyButtonText: "What can I help you find?",
|
|
77
80
|
replyInputHasShadow: true,
|
|
78
81
|
replyInputHasBorder: false,
|
|
79
82
|
},
|
|
80
83
|
headerConfig: {
|
|
81
|
-
title:
|
|
84
|
+
title: "Shopping Assistant",
|
|
82
85
|
imageHeight: 30,
|
|
83
|
-
iconWidth:
|
|
84
|
-
iconHeight:
|
|
86
|
+
iconWidth: "24px",
|
|
87
|
+
iconHeight: "24px",
|
|
85
88
|
},
|
|
86
89
|
},
|
|
87
90
|
floatingEntrypointConfig: {
|
|
88
|
-
position:
|
|
91
|
+
position: "middle-right",
|
|
89
92
|
expansionText: {
|
|
90
|
-
pdp:
|
|
91
|
-
plp:
|
|
93
|
+
pdp: "Question about our products?",
|
|
94
|
+
plp: "Need help deciding?",
|
|
92
95
|
},
|
|
93
96
|
minimizedColor: colorVar(ColorNames.BackgroundPrimary),
|
|
94
97
|
expandedColor: colorVar(ColorNames.BackgroundPrimary),
|
|
95
98
|
textColor: colorVar(ColorNames.TextLight),
|
|
96
|
-
showOption:
|
|
99
|
+
showOption: "always",
|
|
97
100
|
fontSize: 14,
|
|
98
101
|
},
|
|
99
102
|
pageCardConfig: {
|
|
100
|
-
variant:
|
|
101
|
-
hoverVariant:
|
|
102
|
-
iconVariant:
|
|
103
|
+
variant: "filled",
|
|
104
|
+
hoverVariant: "shadow",
|
|
105
|
+
iconVariant: "primary",
|
|
103
106
|
},
|
|
104
107
|
productCardConfig: {
|
|
105
|
-
variant:
|
|
106
|
-
hoverVariant:
|
|
107
|
-
layoutVariant:
|
|
108
|
+
variant: "filled",
|
|
109
|
+
hoverVariant: "backgroundDark",
|
|
110
|
+
layoutVariant: "normal",
|
|
108
111
|
},
|
|
109
112
|
partialViewConfig: {
|
|
110
113
|
maxHeight: 89,
|
|
111
|
-
borderRadius:
|
|
114
|
+
borderRadius: "16px",
|
|
112
115
|
},
|
|
113
116
|
productReviewConfig: {
|
|
114
|
-
styleVariant:
|
|
115
|
-
colorVariant:
|
|
116
|
-
verifiedBuyerTitle:
|
|
117
|
+
styleVariant: "standard",
|
|
118
|
+
colorVariant: "neutral",
|
|
119
|
+
verifiedBuyerTitle: "Verified Buyer",
|
|
117
120
|
incentivizedReviewFlag: false,
|
|
118
121
|
},
|
|
119
122
|
welcomeSectionConfig: {
|
|
120
|
-
variant:
|
|
121
|
-
colorVariant:
|
|
122
|
-
title:
|
|
123
|
-
subtitle:
|
|
123
|
+
variant: "standard",
|
|
124
|
+
colorVariant: "standard",
|
|
125
|
+
title: "Welcome!",
|
|
126
|
+
subtitle: "Here to answer all of your questions!",
|
|
124
127
|
// icon: Sparkles,
|
|
125
|
-
iconName:
|
|
128
|
+
iconName: "sparkles", // Using serializable icon name instead of React component
|
|
126
129
|
},
|
|
127
130
|
customerServiceIntegration: {
|
|
128
131
|
integrationMode: CustomerServiceIntegrationMode.none,
|
|
129
132
|
provider: CustomerServiceType.unsupported,
|
|
130
133
|
businessHoursPolling: 30000, // 30s
|
|
131
134
|
reopenChatMessage:
|
|
132
|
-
|
|
135
|
+
"👋👋 Hey there! Want to continue the conversation or need more help? Click below to start a new message.",
|
|
133
136
|
},
|
|
134
137
|
searchConfig: {
|
|
135
138
|
enableGlobalSearch: false,
|
|
@@ -138,40 +141,40 @@ const defaultOrgUIConfig = (orgShortName: string): OrgUIConfig => ({
|
|
|
138
141
|
});
|
|
139
142
|
|
|
140
143
|
const defaultColors: ColorMapping = {
|
|
141
|
-
[ColorNames.TextPrimary]:
|
|
142
|
-
[ColorNames.TextSecondary]:
|
|
143
|
-
[ColorNames.TextAccent]:
|
|
144
|
-
[ColorNames.TextLink]:
|
|
145
|
-
[ColorNames.TextLight]:
|
|
146
|
-
[ColorNames.BackgroundPrimary]:
|
|
147
|
-
[ColorNames.BackgroundSecondary]:
|
|
148
|
-
[ColorNames.BackgroundSecondaryDark]:
|
|
149
|
-
[ColorNames.BackgroundTertiary]:
|
|
150
|
-
[ColorNames.BackgroundDark]:
|
|
151
|
-
[ColorNames.BackgroundLight]:
|
|
152
|
-
[ColorNames.BackgroundSaturated]:
|
|
153
|
-
[ColorNames.BorderLight]:
|
|
154
|
-
[ColorNames.BorderMedium]:
|
|
155
|
-
[ColorNames.BorderDark]:
|
|
156
|
-
[ColorNames.BorderOutline]:
|
|
157
|
-
[ColorNames.AccentPrimary]:
|
|
158
|
-
[ColorNames.AccentSecondary]:
|
|
144
|
+
[ColorNames.TextPrimary]: "#000000",
|
|
145
|
+
[ColorNames.TextSecondary]: "#666666",
|
|
146
|
+
[ColorNames.TextAccent]: "#808080",
|
|
147
|
+
[ColorNames.TextLink]: "#4D4D4D",
|
|
148
|
+
[ColorNames.TextLight]: "#FFFFFF",
|
|
149
|
+
[ColorNames.BackgroundPrimary]: "#999999",
|
|
150
|
+
[ColorNames.BackgroundSecondary]: "#F2F2F2",
|
|
151
|
+
[ColorNames.BackgroundSecondaryDark]: "#E5E5E5",
|
|
152
|
+
[ColorNames.BackgroundTertiary]: "#E5E5E5",
|
|
153
|
+
[ColorNames.BackgroundDark]: "#000000",
|
|
154
|
+
[ColorNames.BackgroundLight]: "#FFFFFF",
|
|
155
|
+
[ColorNames.BackgroundSaturated]: "#CCCCCC",
|
|
156
|
+
[ColorNames.BorderLight]: "#E5E5E5",
|
|
157
|
+
[ColorNames.BorderMedium]: "#B2B2B2",
|
|
158
|
+
[ColorNames.BorderDark]: "#4D4D4D",
|
|
159
|
+
[ColorNames.BorderOutline]: "#4D4D4D",
|
|
160
|
+
[ColorNames.AccentPrimary]: "#999999",
|
|
161
|
+
[ColorNames.AccentSecondary]: "#B2B2B2",
|
|
159
162
|
};
|
|
160
163
|
|
|
161
164
|
const defaultPageConfig = (): OrgPageConfig => ({
|
|
162
165
|
pageVariants: [
|
|
163
166
|
{
|
|
164
|
-
variantId:
|
|
165
|
-
variantType:
|
|
167
|
+
variantId: "plp",
|
|
168
|
+
variantType: "plp",
|
|
166
169
|
variantTests: [{ testType: PageVariantTestType.UrlResolver }],
|
|
167
|
-
plpIdExtractor:
|
|
170
|
+
plpIdExtractor: "url-resolver-plp-id",
|
|
168
171
|
widgetMounting: [],
|
|
169
172
|
},
|
|
170
173
|
{
|
|
171
|
-
variantId:
|
|
172
|
-
variantType:
|
|
174
|
+
variantId: "pdp",
|
|
175
|
+
variantType: "pdp",
|
|
173
176
|
variantTests: [{ testType: PageVariantTestType.UrlResolver }],
|
|
174
|
-
productIdExtractor:
|
|
177
|
+
productIdExtractor: "url-resolver-product-id",
|
|
175
178
|
widgetMounting: [],
|
|
176
179
|
},
|
|
177
180
|
],
|
|
@@ -181,9 +184,9 @@ const defaultPageConfig = (): OrgPageConfig => ({
|
|
|
181
184
|
|
|
182
185
|
const defaultOrgInfo = {
|
|
183
186
|
shortName: OrgShortName.Default,
|
|
184
|
-
name:
|
|
185
|
-
domain:
|
|
186
|
-
defaultProductId:
|
|
187
|
+
name: "Default",
|
|
188
|
+
domain: "default.com",
|
|
189
|
+
defaultProductId: "default",
|
|
187
190
|
alwaysEnabledMerchants: true,
|
|
188
191
|
orgColors: () => defaultColors,
|
|
189
192
|
orgUIConfig: () => defaultOrgUIConfig(OrgShortName.Default),
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
enum DOMInsertionType {
|
|
2
|
+
AFTER = "after",
|
|
3
|
+
BEFORE = "before",
|
|
4
|
+
ADJACENT_AFTER_BEGIN = "adjacent-after-begin",
|
|
5
|
+
ADJACENT_BEFORE_BEGIN = "adjacent-before-begin",
|
|
6
|
+
ADJACENT_AFTER_END = "adjacent-after-end",
|
|
7
|
+
ADJACENT_BEFORE_END = "adjacent-before-end",
|
|
8
|
+
APPEND_CHILD = "append-child",
|
|
9
|
+
NONE = "none",
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export const DOMInsertionTypeToInsertPosition = (
|
|
13
|
+
type: DOMInsertionType
|
|
14
|
+
): InsertPosition => {
|
|
15
|
+
switch (type) {
|
|
16
|
+
case DOMInsertionType.ADJACENT_AFTER_BEGIN:
|
|
17
|
+
return "afterbegin";
|
|
18
|
+
case DOMInsertionType.BEFORE:
|
|
19
|
+
case DOMInsertionType.ADJACENT_BEFORE_BEGIN:
|
|
20
|
+
return "beforebegin";
|
|
21
|
+
case DOMInsertionType.ADJACENT_BEFORE_END:
|
|
22
|
+
return "beforeend";
|
|
23
|
+
case DOMInsertionType.AFTER:
|
|
24
|
+
case DOMInsertionType.ADJACENT_AFTER_END:
|
|
25
|
+
default:
|
|
26
|
+
return "afterend";
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { DOMInsertionType };
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
} from "src/config/locators";
|
|
6
6
|
import { BasicOrgInfoType, OrgShortName } from "src/application/models";
|
|
7
7
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
8
|
-
import {
|
|
9
|
-
import { GridInsertionType } from "src/
|
|
10
|
-
import { DOMInsertionType } from "src/
|
|
8
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
9
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
10
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
11
11
|
import {
|
|
12
12
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
13
13
|
TOP_SUGGESTION_BAR_PDP_ID,
|
|
@@ -62,7 +62,7 @@ const dreamlandBabyOrgUIConfig = (): OrgUIConfig => {
|
|
|
62
62
|
},
|
|
63
63
|
chatHeader: {
|
|
64
64
|
...defaultDreamlandBabyOrgConfig.chatHeader,
|
|
65
|
-
imageSrc:
|
|
65
|
+
imageSrc: getCdnAssetURL(
|
|
66
66
|
"dreamland-baby-logo.svg",
|
|
67
67
|
OrgShortName.DreamlandBaby
|
|
68
68
|
),
|
|
@@ -244,7 +244,10 @@ const dreamlandBabyPageConfig = (): OrgPageConfig => ({
|
|
|
244
244
|
addSeparators: false,
|
|
245
245
|
socialProofConfig: {
|
|
246
246
|
staticPLPImagesLayout: "grid",
|
|
247
|
-
logoName:
|
|
247
|
+
logoName: getCdnAssetURL(
|
|
248
|
+
"dreamland-baby-sparkles.png",
|
|
249
|
+
OrgShortName.DreamlandBaby
|
|
250
|
+
),
|
|
248
251
|
customerQuery: "asked which products encourage sleep?",
|
|
249
252
|
headerTitle: "Shopping Assistant",
|
|
250
253
|
suggestionButtonStrings: [
|
|
@@ -275,7 +278,10 @@ const dreamlandBabyPageConfig = (): OrgPageConfig => ({
|
|
|
275
278
|
addSeparators: false,
|
|
276
279
|
socialProofConfig: {
|
|
277
280
|
staticPLPImagesLayout: "horizontal",
|
|
278
|
-
logoName:
|
|
281
|
+
logoName: getCdnAssetURL(
|
|
282
|
+
"dreamland-baby-sparkles.png",
|
|
283
|
+
OrgShortName.DreamlandBaby
|
|
284
|
+
),
|
|
279
285
|
customerQuery: "asked if it helps with sleep?",
|
|
280
286
|
headerTitle: "Shopping Assistant",
|
|
281
287
|
suggestionButtonStrings: [
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
} from "src/config/locators";
|
|
5
5
|
import { OrgShortName, BasicOrgInfoType } from "src/application/models";
|
|
6
6
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
7
|
-
import {
|
|
8
|
-
import { GridInsertionType } from "src/
|
|
9
|
-
import { DOMInsertionType } from "src/
|
|
7
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
8
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
9
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
10
10
|
import {
|
|
11
11
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
12
12
|
TOP_SUGGESTION_BAR_PDP_ID,
|
|
@@ -57,10 +57,7 @@ const fiveCbdOrgUIConfig = (): OrgUIConfig => {
|
|
|
57
57
|
},
|
|
58
58
|
chatHeader: {
|
|
59
59
|
...defaultFiveCbdOrgConfig.chatHeader,
|
|
60
|
-
imageSrc:
|
|
61
|
-
"five-cbd-mini-logo.svg",
|
|
62
|
-
OrgShortName.FiveCbd
|
|
63
|
-
),
|
|
60
|
+
imageSrc: getCdnAssetURL("five-cbd-mini-logo.svg", OrgShortName.FiveCbd),
|
|
64
61
|
},
|
|
65
62
|
chatPreviewConfig: {
|
|
66
63
|
...defaultFiveCbdOrgConfig.chatPreviewConfig!,
|
|
@@ -72,10 +69,7 @@ const fiveCbdOrgUIConfig = (): OrgUIConfig => {
|
|
|
72
69
|
buttonBorderColor: colorVar(ColorNames.BackgroundSecondaryDark),
|
|
73
70
|
headerConfig: {
|
|
74
71
|
...defaultFiveCbdOrgConfig.chatPreviewConfig!.headerConfig,
|
|
75
|
-
imageSrc:
|
|
76
|
-
"five-cbd-logo.svg",
|
|
77
|
-
OrgShortName.FiveCbd
|
|
78
|
-
),
|
|
72
|
+
imageSrc: getCdnAssetURL("five-cbd-logo.svg", OrgShortName.FiveCbd),
|
|
79
73
|
imageHeight: 16,
|
|
80
74
|
},
|
|
81
75
|
footerConfig: {
|
|
@@ -583,7 +577,7 @@ const fiveCbdPageConfig = (): OrgPageConfig => ({
|
|
|
583
577
|
addSeparators: false,
|
|
584
578
|
socialProofConfig: {
|
|
585
579
|
staticPLPImagesLayout: "grid",
|
|
586
|
-
logoName: "five-cbd-logo.svg",
|
|
580
|
+
logoName: getCdnAssetURL("five-cbd-logo.svg", OrgShortName.FiveCbd),
|
|
587
581
|
customerQuery: "asked about effects.",
|
|
588
582
|
headerTitle: "Shopping Assistant",
|
|
589
583
|
suggestionButtonStrings: [
|
|
@@ -615,7 +609,7 @@ const fiveCbdPageConfig = (): OrgPageConfig => ({
|
|
|
615
609
|
addSeparators: true,
|
|
616
610
|
socialProofConfig: {
|
|
617
611
|
staticPLPImagesLayout: "horizontal",
|
|
618
|
-
logoName: "five-cbd-logo.svg",
|
|
612
|
+
logoName: getCdnAssetURL("five-cbd-logo.svg", OrgShortName.FiveCbd),
|
|
619
613
|
customerQuery: "asked how long it takes to feel the effects.",
|
|
620
614
|
headerTitle: "Shopping Assistant",
|
|
621
615
|
suggestionButtonStrings: [
|
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
PROMPT_CARD_TESTID,
|
|
5
5
|
} from "src/config/locators/embedded";
|
|
6
6
|
import { BasicOrgInfoType, OrgShortName } from "src/application/models";
|
|
7
|
-
import {
|
|
7
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
8
8
|
import {
|
|
9
9
|
CustomerServiceIntegrationMode,
|
|
10
10
|
CustomerServiceType,
|
|
11
|
-
} from "src/
|
|
12
|
-
import { DOMInsertionType } from "src/
|
|
11
|
+
} from "src/types/customerService";
|
|
12
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
13
13
|
import { CHAT_PREVIEW_CONTAINER_ID, PROMPT_CARD_ID } from "src/config/divIds";
|
|
14
14
|
import { defaultOrgUIConfig } from "src/merchants/default";
|
|
15
15
|
import {
|
|
@@ -66,7 +66,7 @@ const forLoveAndLemonsOrgUIConfig = (): OrgUIConfig => {
|
|
|
66
66
|
expandedColor: colorVar(ColorNames.BackgroundLight),
|
|
67
67
|
collapsedColor: colorVar(ColorNames.BackgroundLight),
|
|
68
68
|
chevronColor: colorVar(ColorNames.BorderLight),
|
|
69
|
-
imageSrc:
|
|
69
|
+
imageSrc: getCdnAssetURL(
|
|
70
70
|
"for-love-and-lemons-logo.svg",
|
|
71
71
|
OrgShortName.ForLoveAndLemons
|
|
72
72
|
),
|
|
@@ -405,7 +405,10 @@ const forLoveAndLemonsPageConfig = (): OrgPageConfig => ({
|
|
|
405
405
|
imagePromptCard: {
|
|
406
406
|
widgetConfigId: "imagePromptCard",
|
|
407
407
|
type: WidgetType.ImagePromptCard,
|
|
408
|
-
url:
|
|
408
|
+
url: getCdnAssetURL(
|
|
409
|
+
"11_250314_FLL_PORTUGAL_CABIN_004_1_300x.jpg?v=1748977560",
|
|
410
|
+
OrgShortName.ForLoveAndLemons
|
|
411
|
+
),
|
|
409
412
|
lightText: true,
|
|
410
413
|
title: "Let's find your dream outfit",
|
|
411
414
|
subtitle: [
|
|
@@ -436,7 +439,10 @@ const forLoveAndLemonsPageConfig = (): OrgPageConfig => ({
|
|
|
436
439
|
imagePromptCardDresses: {
|
|
437
440
|
widgetConfigId: "imagePromptCardDresses",
|
|
438
441
|
type: WidgetType.ImagePromptCard,
|
|
439
|
-
url:
|
|
442
|
+
url: getCdnAssetURL(
|
|
443
|
+
"18-05_250506_FLL_SAILOR_MARSEILLE_032_v2_300x.jpg?v=1752606888",
|
|
444
|
+
OrgShortName.ForLoveAndLemons
|
|
445
|
+
),
|
|
440
446
|
lightText: true,
|
|
441
447
|
title: "Let's find your dream outfit",
|
|
442
448
|
subtitle: [
|
|
@@ -462,7 +468,10 @@ const forLoveAndLemonsPageConfig = (): OrgPageConfig => ({
|
|
|
462
468
|
imagePromptCardTops: {
|
|
463
469
|
widgetConfigId: "imagePromptCardTops",
|
|
464
470
|
type: WidgetType.ImagePromptCard,
|
|
465
|
-
url:
|
|
471
|
+
url: getCdnAssetURL(
|
|
472
|
+
"41-11_250506_FLL_SAILOR_MARSEILLE_176_v2_4c4cd814-1a75-409d-916f-1e3c6cae5164_300x.jpg?v=1752607430",
|
|
473
|
+
OrgShortName.ForLoveAndLemons
|
|
474
|
+
),
|
|
466
475
|
lightText: true,
|
|
467
476
|
title: "Let's find your dream outfit",
|
|
468
477
|
subtitle: [
|
|
@@ -488,7 +497,10 @@ const forLoveAndLemonsPageConfig = (): OrgPageConfig => ({
|
|
|
488
497
|
imagePromptCardBottoms: {
|
|
489
498
|
widgetConfigId: "imagePromptCardBottoms",
|
|
490
499
|
type: WidgetType.ImagePromptCard,
|
|
491
|
-
url:
|
|
500
|
+
url: getCdnAssetURL(
|
|
501
|
+
"38-11_250506_FLL_SAILOR_MARSEILLE_098_v2_ebdc3602-8454-4059-8099-a514d5993657_300x.jpg?v=1752607400",
|
|
502
|
+
OrgShortName.ForLoveAndLemons
|
|
503
|
+
),
|
|
492
504
|
lightText: true,
|
|
493
505
|
title: "Let's find your dream outfit",
|
|
494
506
|
subtitle: [
|
|
@@ -514,7 +526,10 @@ const forLoveAndLemonsPageConfig = (): OrgPageConfig => ({
|
|
|
514
526
|
imagePromptCardKnitwear: {
|
|
515
527
|
widgetConfigId: "imagePromptCardKnitwear",
|
|
516
528
|
type: WidgetType.ImagePromptCard,
|
|
517
|
-
url:
|
|
529
|
+
url: getCdnAssetURL(
|
|
530
|
+
"2-13_250506_FLL_SAILOR_MARSEILLE_015_v2_2315ca29-7e6f-45eb-8a2d-ebacae8b909c_300x.jpg?v=1752607285",
|
|
531
|
+
OrgShortName.ForLoveAndLemons
|
|
532
|
+
),
|
|
518
533
|
lightText: true,
|
|
519
534
|
title: "Let's find your dream outfit",
|
|
520
535
|
subtitle: [
|
|
@@ -540,7 +555,10 @@ const forLoveAndLemonsPageConfig = (): OrgPageConfig => ({
|
|
|
540
555
|
imagePromptCardSwim: {
|
|
541
556
|
widgetConfigId: "imagePromptCardSwim",
|
|
542
557
|
type: WidgetType.ImagePromptCard,
|
|
543
|
-
url:
|
|
558
|
+
url: getCdnAssetURL(
|
|
559
|
+
"15-20250213_FORLOVEANDLEMONS_SHOT_04_148_eefe62bf-b290-46bc-ae99-8e876ef04ba1_300x.jpg?v=1749575070",
|
|
560
|
+
OrgShortName.ForLoveAndLemons
|
|
561
|
+
),
|
|
544
562
|
lightText: true,
|
|
545
563
|
title: "Let's find your dream outfit",
|
|
546
564
|
subtitle: [
|
|
@@ -566,7 +584,10 @@ const forLoveAndLemonsPageConfig = (): OrgPageConfig => ({
|
|
|
566
584
|
imagePromptCardLingerie: {
|
|
567
585
|
widgetConfigId: "imagePromptCardLingerie",
|
|
568
586
|
type: WidgetType.ImagePromptCard,
|
|
569
|
-
url:
|
|
587
|
+
url: getCdnAssetURL(
|
|
588
|
+
"13-20_250506_FLL_SAILOR_MARSEILLE_134_v2_1647eaec-6fd4-48eb-8b60-febacb8cc0a7_300x.jpg?v=1752607529-",
|
|
589
|
+
OrgShortName.ForLoveAndLemons
|
|
590
|
+
),
|
|
570
591
|
lightText: true,
|
|
571
592
|
title: "Let's find your dream outfit",
|
|
572
593
|
subtitle: [
|
|
@@ -592,7 +613,10 @@ const forLoveAndLemonsPageConfig = (): OrgPageConfig => ({
|
|
|
592
613
|
imagePromptCardBridal: {
|
|
593
614
|
widgetConfigId: "imagePromptCardBridal",
|
|
594
615
|
type: WidgetType.ImagePromptCard,
|
|
595
|
-
url:
|
|
616
|
+
url: getCdnAssetURL(
|
|
617
|
+
"240806_BC_FLL_24_BRIDAL_CAMPAIGN_LOOK_12_0003_V1_300x.jpg?v=1748977674",
|
|
618
|
+
OrgShortName.ForLoveAndLemons
|
|
619
|
+
),
|
|
596
620
|
lightText: true,
|
|
597
621
|
title: "Let's find your dream outfit",
|
|
598
622
|
subtitle: [
|
|
@@ -618,7 +642,10 @@ const forLoveAndLemonsPageConfig = (): OrgPageConfig => ({
|
|
|
618
642
|
imagePromptCardEssentials: {
|
|
619
643
|
widgetConfigId: "imagePromptCardEssentials",
|
|
620
644
|
type: WidgetType.ImagePromptCard,
|
|
621
|
-
url:
|
|
645
|
+
url: getCdnAssetURL(
|
|
646
|
+
"40-240814_BC_FLL_SP25_ESSENTIALS_AT0049_ABOO65_YELLOW_AT0049_AB0064_CAMEL_0154_300x.jpg?v=1745526297",
|
|
647
|
+
OrgShortName.ForLoveAndLemons
|
|
648
|
+
),
|
|
622
649
|
lightText: true,
|
|
623
650
|
title: "Let's find your dream outfit",
|
|
624
651
|
subtitle: [
|
|
@@ -644,7 +671,10 @@ const forLoveAndLemonsPageConfig = (): OrgPageConfig => ({
|
|
|
644
671
|
imagePromptCardAccessories: {
|
|
645
672
|
widgetConfigId: "imagePromptCardAccessories",
|
|
646
673
|
type: WidgetType.ImagePromptCard,
|
|
647
|
-
url:
|
|
674
|
+
url: getCdnAssetURL(
|
|
675
|
+
"42-11_250506_FLL_SAILOR_MARSEILLE_226_v2_cf7365b7-3944-4c29-b6ed-ce4f136a48fc_300x.jpg?v=1752607080",
|
|
676
|
+
OrgShortName.ForLoveAndLemons
|
|
677
|
+
),
|
|
648
678
|
lightText: true,
|
|
649
679
|
title: "Let's find your dream outfit",
|
|
650
680
|
subtitle: [
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
TOP_SUGGESTION_BAR_TESTID,
|
|
5
5
|
} from "src/config/locators";
|
|
6
6
|
import { ChatElementDisplayLocation } from "src/application/models/chatElementDisplayLocation";
|
|
7
|
-
import {
|
|
7
|
+
import { getCdnAssetURL } from "src/application/utils/cdnUtils";
|
|
8
8
|
import {
|
|
9
9
|
CustomerServiceIntegrationMode,
|
|
10
10
|
CustomerServiceType,
|
|
11
|
-
} from "src/
|
|
12
|
-
import { GridInsertionType } from "src/
|
|
13
|
-
import { DOMInsertionType } from "src/
|
|
11
|
+
} from "src/types/customerService";
|
|
12
|
+
import { GridInsertionType } from "src/merchants/gridInsertion";
|
|
13
|
+
import { DOMInsertionType } from "src/merchants/domInsertion";
|
|
14
14
|
import {
|
|
15
15
|
BOTTOM_REVIEWS_BAR_ID,
|
|
16
16
|
CHAT_PREVIEW_CONTAINER_ID,
|
|
@@ -67,10 +67,7 @@ const greenpanOrgUIConfig = (): OrgUIConfig => {
|
|
|
67
67
|
},
|
|
68
68
|
chatHeader: {
|
|
69
69
|
...defaultGreenpanOrgConfig.chatHeader,
|
|
70
|
-
imageSrc:
|
|
71
|
-
"greenpan-round.png",
|
|
72
|
-
OrgShortName.Greenpan
|
|
73
|
-
),
|
|
70
|
+
imageSrc: getCdnAssetURL("greenpan-round.png", OrgShortName.Greenpan),
|
|
74
71
|
},
|
|
75
72
|
chatPreviewConfig: {
|
|
76
73
|
...defaultGreenpanOrgConfig.chatPreviewConfig!,
|
|
@@ -118,10 +115,7 @@ const greenpanOrgUIConfig = (): OrgUIConfig => {
|
|
|
118
115
|
headerConfig: {
|
|
119
116
|
...defaultGreenpanOrgConfig.chatPreviewConfig!.headerConfig!,
|
|
120
117
|
imageHeight: 32,
|
|
121
|
-
imageSrc:
|
|
122
|
-
"greenpan-logo.svg",
|
|
123
|
-
OrgShortName.Greenpan
|
|
124
|
-
),
|
|
118
|
+
imageSrc: getCdnAssetURL("greenpan-logo.svg", OrgShortName.Greenpan),
|
|
125
119
|
},
|
|
126
120
|
footerConfig: {
|
|
127
121
|
...defaultGreenpanOrgConfig.chatPreviewConfig!.footerConfig,
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
enum GridInsertionType {
|
|
2
|
+
FIXED_1 = "fixed-1",
|
|
3
|
+
FIXED_2 = "fixed-2",
|
|
4
|
+
FIXED_3 = "fixed-3",
|
|
5
|
+
FIXED_4 = "fixed-4",
|
|
6
|
+
FIXED_5 = "fixed-5",
|
|
7
|
+
FIXED_6 = "fixed-6",
|
|
8
|
+
FIXED_7 = "fixed-7",
|
|
9
|
+
FIXED_8 = "fixed-8",
|
|
10
|
+
FIXED_9 = "fixed-9",
|
|
11
|
+
FIXED_12 = "fixed-12",
|
|
12
|
+
FIXED_13 = "fixed-13",
|
|
13
|
+
ROW_1 = "row-1",
|
|
14
|
+
ROW_2 = "row-2",
|
|
15
|
+
ROW_3 = "row-3",
|
|
16
|
+
ROW_4 = "row-4",
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { GridInsertionType };
|