@instockng/storefront-ui 1.0.29 → 1.0.30

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.
Files changed (65) hide show
  1. package/dist/components/Checkout.d.ts.map +1 -1
  2. package/dist/index12.mjs +136 -132
  3. package/dist/index134.mjs +1 -1
  4. package/dist/index136.mjs +1 -1
  5. package/dist/index137.mjs +2 -2
  6. package/dist/index141.mjs +2 -2
  7. package/dist/index150.mjs +1 -1
  8. package/dist/index151.mjs +1 -1
  9. package/dist/index153.mjs +1 -1
  10. package/dist/index154.mjs +1 -1
  11. package/dist/index156.mjs +1 -1
  12. package/dist/index157.mjs +1 -1
  13. package/dist/index159.mjs +2 -2
  14. package/dist/index160.mjs +1 -1
  15. package/dist/index165.mjs +2 -2
  16. package/dist/index167.mjs +1 -1
  17. package/dist/index205.mjs +12 -30
  18. package/dist/index206.mjs +7 -11
  19. package/dist/index207.mjs +30 -3
  20. package/dist/index208.mjs +10 -3
  21. package/dist/index209.mjs +4 -13
  22. package/dist/index210.mjs +4 -7
  23. package/dist/index217.mjs +2 -2
  24. package/dist/index218.mjs +2 -2
  25. package/dist/index220.mjs +2 -2
  26. package/dist/index221.mjs +2 -2
  27. package/dist/index222.mjs +2 -2
  28. package/dist/index223.mjs +108 -2
  29. package/dist/index224.mjs +2 -2
  30. package/dist/index225.mjs +2 -37
  31. package/dist/index226.mjs +37 -2
  32. package/dist/index227.mjs +2 -108
  33. package/dist/index228.mjs +2 -2
  34. package/dist/index229.mjs +2 -2
  35. package/dist/index247.mjs +1 -1
  36. package/dist/index248.mjs +1 -1
  37. package/dist/index29.mjs +1 -1
  38. package/dist/index32.mjs +1 -1
  39. package/dist/index33.mjs +1 -1
  40. package/dist/index34.mjs +1 -1
  41. package/dist/index35.mjs +1 -1
  42. package/dist/index36.mjs +1 -1
  43. package/dist/index37.mjs +2 -2
  44. package/dist/index38.mjs +2 -2
  45. package/dist/index42.mjs +1 -1
  46. package/dist/index49.mjs +45 -45
  47. package/dist/index50.mjs +1 -1
  48. package/dist/index51.mjs +1 -1
  49. package/dist/index52.mjs +1 -1
  50. package/dist/index53.mjs +1 -1
  51. package/dist/index54.mjs +1 -1
  52. package/dist/index55.mjs +1 -1
  53. package/dist/index56.mjs +1 -1
  54. package/dist/index57.mjs +1 -1
  55. package/dist/index58.mjs +1 -1
  56. package/dist/index59.mjs +1 -1
  57. package/dist/index60.mjs +21 -20
  58. package/dist/index61.mjs +2 -24
  59. package/dist/index62.mjs +153 -2
  60. package/dist/index63.mjs +4 -152
  61. package/dist/index64.mjs +22 -4
  62. package/dist/index67.mjs +1 -1
  63. package/dist/index73.mjs +1 -1
  64. package/package.json +2 -2
  65. package/src/components/Checkout.tsx +7 -9
package/dist/index63.mjs CHANGED
@@ -1,156 +1,8 @@
1
1
  'use client';
2
- import { __module as l } from "./index68.mjs";
3
- import "./index69.mjs";
4
- import j from "react";
5
- import { __require as A } from "./index70.mjs";
6
- import { __require as O } from "./index71.mjs";
7
- import { __require as x } from "./index72.mjs";
8
- import { __require as F } from "./index73.mjs";
9
- import { __exports as M } from "./index74.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);
2
+ import { useQuery as e } from "@tanstack/react-query";
3
+ function n(r) {
4
+ return e(r);
153
5
  }
154
6
  export {
155
- W as __require
7
+ n as useQueryUnwrapped
156
8
  };
package/dist/index64.mjs CHANGED
@@ -1,8 +1,26 @@
1
1
  'use client';
2
- import { useQuery as e } from "@tanstack/react-query";
3
- function n(r) {
4
- return e(r);
2
+ import "react";
3
+ function i(n, o) {
4
+ if (typeof n == "function")
5
+ return n(o);
6
+ n != null && (n.current = o);
7
+ }
8
+ function f(...n) {
9
+ return (o) => {
10
+ let u = !1;
11
+ const c = n.map((t) => {
12
+ const e = i(t, o);
13
+ return !u && typeof e == "function" && (u = !0), e;
14
+ });
15
+ if (u)
16
+ return () => {
17
+ for (let t = 0; t < c.length; t++) {
18
+ const e = c[t];
19
+ typeof e == "function" ? e() : i(n[t], null);
20
+ }
21
+ };
22
+ };
5
23
  }
6
24
  export {
7
- n as useQueryUnwrapped
25
+ f as composeRefs
8
26
  };
package/dist/index67.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { getDefaultExportFromCjs as d } from "./index61.mjs";
2
+ import { getDefaultExportFromCjs as d } from "./index60.mjs";
3
3
  import { __module as v } from "./index94.mjs";
4
4
  v.exports = function(n) {
5
5
  return g(m(n), n);
package/dist/index73.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import { __module as u } from "./index133.mjs";
3
3
  import d from "react/jsx-runtime";
4
4
  import "react";
5
- import { __require as c } from "./index63.mjs";
5
+ import { __require as c } from "./index62.mjs";
6
6
  var n;
7
7
  function y() {
8
8
  return n ? u.exports : (n = 1, function(a, e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instockng/storefront-ui",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
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",
@@ -45,7 +45,7 @@
45
45
  "author": "Ola Wale",
46
46
  "license": "MIT",
47
47
  "dependencies": {
48
- "@instockng/api-client": "^1.0.7",
48
+ "@instockng/api-client": "^1.0.12",
49
49
  "class-variance-authority": "^0.7.1",
50
50
  "clsx": "^2.1.0",
51
51
  "react-facebook-pixel": "^1.0.4",
@@ -27,6 +27,7 @@ import {
27
27
  ChevronRight,
28
28
  CheckCircle,
29
29
  Package,
30
+ Info,
30
31
  } from 'lucide-react';
31
32
  import { formatCurrency, cn, getFbCookies } from '../lib/utils';
32
33
  import PaystackSVG from "../paystack.svg"
@@ -139,8 +140,6 @@ export function Checkout({
139
140
  refundPolicy,
140
141
  }: CheckoutProps) {
141
142
 
142
- const paystackPublicKey = "pk_live_dfb74efb5f74d2acbc253d5ca396ab9015ef0fa7";
143
-
144
143
  const [currentStep, setCurrentStep] = useState<Step>('customer');
145
144
  const [selectedStateId, setSelectedStateId] = useState<string | undefined>(undefined);
146
145
  const [selectedDeliveryZoneId, setSelectedDeliveryZoneId] = useState<string | undefined>(undefined);
@@ -149,6 +148,9 @@ export function Checkout({
149
148
  // Get cart from CartProvider context (required)
150
149
  const { refetch: refetchCart, isLoading: isLoadingCart, cart, updateCartMutation, checkoutMutation, clearAndCreateNewCart } = useCart();
151
150
 
151
+ // Use brand-specific Paystack public key (required for online payments)
152
+ const paystackPublicKey = cart?.brand?.paystackPublicKey;
153
+
152
154
  // Paystack payment integration
153
155
  const paystack = usePaystackPayment({
154
156
  publicKey: paystackPublicKey || '',
@@ -671,17 +673,13 @@ export function Checkout({
671
673
  {shownDeliveryWarnings && (
672
674
  <div className="space-y-3 p-4 pb-0">
673
675
  {/* Waybill Delivery Notice */}
674
- {selectedDeliveryZone.waybillOnly && (
676
+ {selectedDeliveryZone.noteTitle && selectedDeliveryZone.noteContent && (
675
677
  <div className="bg-amber-50 border border-amber-200 rounded-lg p-4">
676
678
  <div className="flex items-start gap-3">
677
679
  <Package className="h-5 w-5 text-amber-600 flex-shrink-0 mt-0.5" />
678
680
  <div className="space-y-1">
679
- <p className="text-sm font-semibold text-amber-900">
680
- Waybill Delivery
681
- </p>
682
- <p className="text-sm text-amber-800">
683
- We deliver orders to this location using waybill service. You'll need to pick up your order at a motor park near you.
684
- </p>
681
+ <p className="text-sm font-semibold text-amber-900">{selectedDeliveryZone.noteTitle}</p>
682
+ <p className="text-sm text-amber-800">{selectedDeliveryZone.noteContent}</p>
685
683
  </div>
686
684
  </div>
687
685
  </div>