@kashifd/jwero-components 0.6.90 → 0.6.91
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/index.es.js +3 -7
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -48807,13 +48807,9 @@ const VF = /* @__PURE__ */ zo(WF), YF = ({ ...e }) => /* @__PURE__ */ b.jsxs(
|
|
|
48807
48807
|
color: gt.colors.secondary
|
|
48808
48808
|
}
|
|
48809
48809
|
})), KF = (e) => {
|
|
48810
|
-
var
|
|
48811
|
-
const t = (
|
|
48812
|
-
return `linear-gradient(45deg, ${
|
|
48813
|
-
`hsl(${t % 360}, 80%, 60%)`,
|
|
48814
|
-
`hsl(${t * 2 % 360}, 80%, 60%)`,
|
|
48815
|
-
`hsl(${t * 3 % 360}, 80%, 60%)`
|
|
48816
|
-
].join(", ")})`;
|
|
48810
|
+
var s;
|
|
48811
|
+
const t = (s = e == null ? void 0 : e.split("")) == null ? void 0 : s.reduce((c, d) => c + d.charCodeAt(0), 0), r = `hsl(${t % 360}, 80%, 60%)`, a = `hsl(${t * 2 % 360}, 80%, 60%)`;
|
|
48812
|
+
return `linear-gradient(45deg, ${r}, ${a})`;
|
|
48817
48813
|
}, ZF = Ee(zc)(({ size: e, name: t, showGradientBackground: r }) => ({
|
|
48818
48814
|
width: e,
|
|
48819
48815
|
height: e,
|