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

37 lines (33 loc) 1.64 kB
import { waitForElement } from '../utils/wait-for-element.js'; export { initNetworkListeners } from '../utils/network-listeners.js'; export { e as events } from '../chunks/events-CSyogxoH.esm.js'; export { B as BeamShopifyCartIntegrationConfig, T as TBeamOrderPageParams, a as addBeamAttributesToCart, b as appendBeamAttributesToCart, c as appendStatsigToShopifyCartAttributes, d as appendToShopifyCartBeamAttribute, g as getBeamAttributesForCart, e as getCurrentCart, f as getShopifyCart, r as registerCartIntegration, s as showBeamOrderPageWidgets, t as trackCart } from '../chunks/order-page-Qn1yyNbN.esm.js'; import '../chunks/cart-contents-CLT7p7Gd.esm.js'; import '../chunks/openapi-spec-Bk7E2QQP.esm.js'; import '../chunks/promo-types-7r9-UuiP.esm.js'; import '../chunks/types-CPxMwnoR.esm.js'; import 'lodash'; import '../chunks/update-cart-CauFT0AF.esm.js'; import '../chunks/types-DfRc36jU.esm.js'; import './post-purchase.js'; import 'lit'; import 'lit-html'; import './redeem-transaction.js'; import '../chunks/progress-bar-CveZ8E6Q.esm.js'; import '../chunks/promo-pill-label-BXRqZHET.esm.js'; import './beam-partner-logos.js'; import './impact-overview.js'; import '../chunks/share-button-CDVVaxEc.esm.js'; import '../chunks/routes-DahRzf8t.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 };