UNPKG

@beamimpact/web-sdk

Version:

The Beam SDK enables brands to connect with their customers over shared values, not transactional discounts, to build stronger loyalty. Our integration achieves this by allowing customers to (a) choose a nonprofit where the brand will donate part of their

36 lines (32 loc) 1.53 kB
import { waitForElement } from '../utils/wait-for-element.js'; export { initNetworkListeners } from '../utils/network-listeners.js'; export { e as events } from '../chunks/events-ZCTR9JGZ.esm.js'; export { B as BeamShopifyCartIntegrationConfig, T as TBeamOrderPageParams, a as addBeamAttributesToCart, c as appendBeamAttributesToCart, b as appendStatsigToShopifyCartAttributes, g as getCurrentCart, d as getShopifyCart, r as registerCartIntegration, s as showBeamOrderPageWidgets, t as trackCart } from '../chunks/order-page-9clVUPaS.esm.js'; import '../chunks/cart-contents-CMm57qu0.esm.js'; import '../chunks/openapi-spec-hjdK2L9Q.esm.js'; import '../chunks/types-zbTZ8-KP.esm.js'; import 'lodash'; import '../chunks/update-cart-l86bU5uS.esm.js'; import '../chunks/types-aju0qrRe.esm.js'; import './post-purchase.js'; import 'lit'; import 'lit-html'; import './redeem-transaction.js'; import '../chunks/progress-bar-0VS_AmEf.esm.js'; import '../chunks/promo-pill-label-3bA1z-la.esm.js'; import './beam-partner-logos.js'; import './impact-overview.js'; import '../chunks/share-button-hDn8fnBI.esm.js'; import '../chunks/routes-iurI6dvR.esm.js'; /** * @deprecated * This file is preserved for backwards compatability, but future users should import from: * - integrations/shopify * - integration/utils * */ declare const utils: { waitForElement: typeof waitForElement; getCookieMap: (cookieString?: string) => Map<string, string>; getCookieValue: (name: string) => string | undefined; }; export { utils };