@plurix/ecom-components 1.16.4-commerce.3 → 1.16.4-commerce.4

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,6 +1,6 @@
1
1
  import { jsxs as t, jsx as C } from "react/jsx-runtime";
2
- const h = ({ account: i }) => {
3
- const o = i === "domolivio" ? "#181247" : "#F4AF25", l = i === "domolivio" ? "#EBE0CF" : "#2C3490";
2
+ const V = ({ account: o }) => {
3
+ const i = o === "domolivio" ? "#181247" : "#F4AF25", l = o === "domolivio" ? "#EBE0CF" : "#2C3490";
4
4
  return /* @__PURE__ */ t(
5
5
  "svg",
6
6
  {
@@ -11,7 +11,7 @@ const h = ({ account: i }) => {
11
11
  viewBox: "0 0 51 18",
12
12
  fill: "none",
13
13
  children: [
14
- /* @__PURE__ */ C("rect", { width: "50.4", height: "18", rx: "4", fill: o }),
14
+ /* @__PURE__ */ C("rect", { width: "50.4", height: "18", rx: "4", fill: i }),
15
15
  /* @__PURE__ */ C(
16
16
  "path",
17
17
  {
@@ -66,15 +66,15 @@ const h = ({ account: i }) => {
66
66
  "path",
67
67
  {
68
68
  d: "M45.9811 4.56789C45.9811 5.8293 45 6.85186 43.7898 6.85186C42.5795 6.85186 41.5984 5.8293 41.5984 4.56789C41.5984 3.93719 42.0889 3.4259 42.6941 3.4259C43.2992 3.4259 43.7898 3.93719 43.7898 4.56789C43.7898 5.19857 44.2803 5.70988 44.8855 5.70988C45.4906 5.70988 45.9811 5.19857 45.9811 4.56789Z",
69
- fill: i === "domolivio" ? "#F4AF25" : "#2C3490"
69
+ fill: o === "domolivio" ? "#F4AF25" : "#2C3490"
70
70
  }
71
71
  ),
72
72
  /* @__PURE__ */ C(
73
73
  "path",
74
74
  {
75
75
  d: "M45.9993 4.56786C45.9993 5.19845 45.5006 5.70976 44.8856 5.70976C44.2704 5.70976 43.7717 5.19845 43.7717 4.56786C43.7717 3.93728 44.2704 3.42596 44.8856 3.42596C45.5006 3.42596 45.9993 3.93728 45.9993 4.56786Z",
76
- fill: i === "domolivio" ? "#FFCF70" : "white",
77
- fillOpacity: "0.7"
76
+ fill: o === "domolivio" ? "#FFCF70" : "white",
77
+ fillOpacity: o === "domolivio" ? 1 : 0.7
78
78
  }
79
79
  )
80
80
  ]
@@ -82,5 +82,5 @@ const h = ({ account: i }) => {
82
82
  );
83
83
  };
84
84
  export {
85
- h as ClubBadge
85
+ V as ClubBadge
86
86
  };
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.4-commerce.3",
5
+ "version": "1.16.4-commerce.4",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",