@plurix/ecom-components 1.16.5-commerce.6 → 1.16.5-commerce.7

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.
@@ -1,64 +1,64 @@
1
- import { jsx as C, Fragment as w } from "react/jsx-runtime";
2
- import { ProductCardHorizontal as D } from "./ProductCardHorizontal/index.js";
3
- import { ProductCardVertical as E } from "./ProductCardVertical/index.js";
4
- /* empty css */const N = ({
5
- product: l,
1
+ import { jsx as D } from "react/jsx-runtime";
2
+ import { ProductCardHorizontal as G } from "./ProductCardHorizontal/index.js";
3
+ import { ProductCardVertical as J } from "./ProductCardVertical/index.js";
4
+ /* empty css */const U = ({
5
+ product: C,
6
6
  variant: r,
7
7
  account: f,
8
8
  hasPlusFriendBadge: i = !1,
9
- hasPromotionalPrice: x,
10
- clubPrice: V,
11
- defaultScListPrice: j,
9
+ hasPromotionalPrice: l,
10
+ clubPrice: x,
11
+ defaultScListPrice: V,
12
12
  hasClub: m,
13
- isClubClient: g,
14
- openModal: p,
15
- promotion: s,
16
- outOfStock: z,
17
- addToCartAction: H,
18
- quantitySelectorAction: b,
19
- productInCart: d
13
+ isClubClient: E,
14
+ openModal: j,
15
+ promotion: p,
16
+ outOfStock: s,
17
+ addToCartAction: z,
18
+ quantitySelectorAction: H,
19
+ productInCart: b
20
20
  }) => {
21
- const e = !!(m && g);
22
- return /* @__PURE__ */ C(w, { children: r === "vertical" ? /* @__PURE__ */ C(
23
- E,
21
+ const w = !!(m && E);
22
+ return r === "vertical" ? /* @__PURE__ */ D(
23
+ J,
24
24
  {
25
- isClubClient: e,
25
+ isClubClient: w,
26
26
  hasClub: m,
27
- defaultScListPrice: j,
28
- hasPromotionalPrice: x,
29
- product: l,
27
+ defaultScListPrice: V,
28
+ hasPromotionalPrice: l,
29
+ product: C,
30
30
  variant: r,
31
- outOfStock: z,
32
- promotion: s,
33
- clubPrice: V,
34
- openModal: p,
31
+ outOfStock: s,
32
+ promotion: p,
33
+ clubPrice: x,
34
+ openModal: j,
35
35
  hasPlusFriendBadge: i,
36
- addToCartAction: H,
37
- quantitySelectorAction: b,
38
- productInCart: d,
36
+ addToCartAction: z,
37
+ quantitySelectorAction: H,
38
+ productInCart: b,
39
39
  account: f
40
40
  }
41
- ) : /* @__PURE__ */ C(
42
- D,
41
+ ) : /* @__PURE__ */ D(
42
+ G,
43
43
  {
44
- openModal: p,
45
- isClubClient: e,
44
+ openModal: j,
45
+ isClubClient: w,
46
46
  hasClub: m,
47
- defaultScListPrice: j,
48
- hasPromotionalPrice: x,
49
- product: l,
47
+ defaultScListPrice: V,
48
+ hasPromotionalPrice: l,
49
+ product: C,
50
50
  variant: r,
51
51
  hasPlusFriendBadge: i,
52
- outOfStock: z,
53
- promotion: s,
54
- clubPrice: V,
55
- addToCartAction: H,
56
- quantitySelectorAction: b,
57
- productInCart: d,
52
+ outOfStock: s,
53
+ promotion: p,
54
+ clubPrice: x,
55
+ addToCartAction: z,
56
+ quantitySelectorAction: H,
57
+ productInCart: b,
58
58
  account: f
59
59
  }
60
- ) });
60
+ );
61
61
  };
62
62
  export {
63
- N as ProductCard
63
+ U as ProductCard
64
64
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@plurix/ecom-components",
3
3
  "author": "Plurix",
4
4
  "private": false,
5
- "version": "1.16.5-commerce.6",
5
+ "version": "1.16.5-commerce.7",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",