@instockng/storefront-ui 1.0.77 → 1.0.78

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/index74.mjs CHANGED
@@ -1,156 +1,5 @@
1
1
  'use client';
2
- import { __module as l } from "./index97.mjs";
3
- import "./index98.mjs";
4
- import j from "react";
5
- import { __require as A } from "./index99.mjs";
6
- import { __require as O } from "./index100.mjs";
7
- import { __require as x } from "./index101.mjs";
8
- import { __require as F } from "./index102.mjs";
9
- import { __exports as M } from "./index103.mjs";
10
- var p;
11
- function W() {
12
- return p ? l.exports : (p = 1, function(g, u) {
13
- Object.defineProperty(u, "__esModule", {
14
- value: !0
15
- });
16
- function _(e, o) {
17
- for (var t in o) Object.defineProperty(e, t, {
18
- enumerable: !0,
19
- get: o[t]
20
- });
21
- }
22
- _(u, {
23
- Router: function() {
24
- return i.default;
25
- },
26
- createRouter: function() {
27
- return P;
28
- },
29
- // Export the singletonRouter and this is the public API.
30
- default: function() {
31
- return v;
32
- },
33
- makePublicRouterInstance: function() {
34
- return E;
35
- },
36
- useRouter: function() {
37
- return q;
38
- },
39
- withRouter: function() {
40
- return w.default;
41
- }
42
- });
43
- const f = M, R = /* @__PURE__ */ f._(j), i = /* @__PURE__ */ f._(A()), b = O(), y = /* @__PURE__ */ f._(x()), w = /* @__PURE__ */ f._(F()), n = {
44
- router: null,
45
- readyCallbacks: [],
46
- ready(e) {
47
- if (this.router) return e();
48
- typeof window < "u" && this.readyCallbacks.push(e);
49
- }
50
- }, d = [
51
- "pathname",
52
- "route",
53
- "query",
54
- "asPath",
55
- "components",
56
- "isFallback",
57
- "basePath",
58
- "locale",
59
- "locales",
60
- "defaultLocale",
61
- "isReady",
62
- "isPreview",
63
- "isLocaleDomain",
64
- "domainLocales"
65
- ], C = [
66
- "routeChangeStart",
67
- "beforeHistoryChange",
68
- "routeChangeComplete",
69
- "routeChangeError",
70
- "hashChangeStart",
71
- "hashChangeComplete"
72
- ], h = [
73
- "push",
74
- "replace",
75
- "reload",
76
- "back",
77
- "prefetch",
78
- "beforePopState"
79
- ];
80
- Object.defineProperty(n, "events", {
81
- get() {
82
- return i.default.events;
83
- }
84
- });
85
- function m() {
86
- if (!n.router) {
87
- const e = `No router instance found.
88
- You should only use "next/router" on the client side of your app.
89
- `;
90
- throw new Error(e);
91
- }
92
- return n.router;
93
- }
94
- d.forEach((e) => {
95
- Object.defineProperty(n, e, {
96
- get() {
97
- return m()[e];
98
- }
99
- });
100
- }), h.forEach((e) => {
101
- n[e] = function() {
102
- for (var o = arguments.length, t = new Array(o), r = 0; r < o; r++)
103
- t[r] = arguments[r];
104
- return m()[e](...t);
105
- };
106
- }), C.forEach((e) => {
107
- n.ready(() => {
108
- i.default.events.on(e, function() {
109
- for (var o = arguments.length, t = new Array(o), r = 0; r < o; r++)
110
- t[r] = arguments[r];
111
- const s = "on" + e.charAt(0).toUpperCase() + e.substring(1), c = n;
112
- if (c[s])
113
- try {
114
- c[s](...t);
115
- } catch (a) {
116
- console.error("Error when running the Router event: " + s), console.error((0, y.default)(a) ? a.message + `
117
- ` + a.stack : a + "");
118
- }
119
- });
120
- });
121
- });
122
- const v = n;
123
- function q() {
124
- const e = R.default.useContext(b.RouterContext);
125
- if (!e)
126
- throw new Error("NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mounted");
127
- return e;
128
- }
129
- function P() {
130
- for (var e = arguments.length, o = new Array(e), t = 0; t < e; t++)
131
- o[t] = arguments[t];
132
- return n.router = new i.default(...o), n.readyCallbacks.forEach((r) => r()), n.readyCallbacks = [], n.router;
133
- }
134
- function E(e) {
135
- const o = e, t = {};
136
- for (const r of d) {
137
- if (typeof o[r] == "object") {
138
- t[r] = Object.assign(Array.isArray(o[r]) ? [] : {}, o[r]);
139
- continue;
140
- }
141
- t[r] = o[r];
142
- }
143
- return t.events = i.default.events, h.forEach((r) => {
144
- t[r] = function() {
145
- for (var s = arguments.length, c = new Array(s), a = 0; a < s; a++)
146
- c[a] = arguments[a];
147
- return o[r](...c);
148
- };
149
- }), t;
150
- }
151
- (typeof u.default == "function" || typeof u.default == "object" && u.default !== null) && typeof u.default.__esModule > "u" && (Object.defineProperty(u.default, "__esModule", { value: !0 }), Object.assign(u.default, u), g.exports = u.default);
152
- }(l, l.exports), l.exports);
153
- }
2
+ var e = { exports: {} };
154
3
  export {
155
- W as __require
4
+ e as __module
156
5
  };
package/dist/index77.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { getDefaultExportFromCjs as d } from "./index71.mjs";
2
+ import { getDefaultExportFromCjs as d } from "./index72.mjs";
3
3
  import { __module as v } from "./index104.mjs";
4
4
  v.exports = function(n) {
5
5
  return g(m(n), n);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instockng/storefront-ui",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "description": "Pre-built UI components for OMS e-commerce sites",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -294,14 +294,14 @@ export function CartProvider({ children, brandSlug, initialCartId, shoppingCartP
294
294
  // Generate event ID matching backend format: cart_{cartId}_item_{itemId}
295
295
  const eventID = `cart_${cartId}_item_${addedItem.id}`;
296
296
 
297
- // Track AddToCart event with Meta Pixel and matching event ID
298
- trackMetaAddToCart(sku, productName, price, quantity, eventID);
297
+ // Track AddToCart event with Meta Pixel using product slug to match catalog
298
+ trackMetaAddToCart(productSlug, productName, price, quantity, eventID);
299
299
 
300
300
  // Track AddToCart event with TikTok Pixel and matching event ID
301
301
  trackTikTokAddToCart(productSlug, productName, price, quantity, eventID);
302
302
  } else {
303
303
  // Fallback without event ID if item not found
304
- trackMetaAddToCart(sku, productName, price, quantity);
304
+ trackMetaAddToCart(productSlug, productName, price, quantity);
305
305
  trackTikTokAddToCart(productSlug, productName, price, quantity);
306
306
  }
307
307
  },
@@ -373,9 +373,9 @@ export function CartProvider({ children, brandSlug, initialCartId, shoppingCartP
373
373
  const cartTotal = cart.pricing.total;
374
374
  const itemCount = cart.items.reduce((sum, item) => sum + item.quantity, 0);
375
375
 
376
- // Prepare rich data for Pixel and CAPI
376
+ // Prepare rich data for Pixel and CAPI - use product slug to match catalog
377
377
  const contents = cart.items.map(item => ({
378
- id: item.variant.sku,
378
+ id: item.variant.product.slug,
379
379
  quantity: item.quantity,
380
380
  item_price: Number(item.variant.price),
381
381
  }));