@shopify/hydrogen-react
Version:
React components, hooks, and utilities for creating custom Shopify storefronts
16 lines (15 loc) • 737 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const CART_ID_STORAGE_KEY = "shopifyCartId";
const SHOPIFY_STOREFRONT_ID_HEADER = "Shopify-Storefront-Id";
const SHOPIFY_STOREFRONT_Y_HEADER = "Shopify-Storefront-Y";
const SHOPIFY_STOREFRONT_S_HEADER = "Shopify-Storefront-S";
const SHOPIFY_Y = "_shopify_y";
const SHOPIFY_S = "_shopify_s";
exports.CART_ID_STORAGE_KEY = CART_ID_STORAGE_KEY;
exports.SHOPIFY_S = SHOPIFY_S;
exports.SHOPIFY_STOREFRONT_ID_HEADER = SHOPIFY_STOREFRONT_ID_HEADER;
exports.SHOPIFY_STOREFRONT_S_HEADER = SHOPIFY_STOREFRONT_S_HEADER;
exports.SHOPIFY_STOREFRONT_Y_HEADER = SHOPIFY_STOREFRONT_Y_HEADER;
exports.SHOPIFY_Y = SHOPIFY_Y;
//# sourceMappingURL=cart-constants.js.map