@kashifd/jwero-components 0.6.94 → 0.6.96
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 +10 -3
- 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
|
@@ -48813,7 +48813,7 @@ const VF = /* @__PURE__ */ zo(WF), YF = ({ ...e }) => /* @__PURE__ */ b.jsxs(
|
|
|
48813
48813
|
}, ZF = Ee(zc)(({ size: e, name: t, showGradientBackground: r }) => ({
|
|
48814
48814
|
width: e,
|
|
48815
48815
|
height: e,
|
|
48816
|
-
color: "#fff",
|
|
48816
|
+
color: r ? "#fff" : "#000",
|
|
48817
48817
|
fontFamily: "Inter, sans-serif",
|
|
48818
48818
|
fontSize: e > 20 ? e / 3.5 : e / 2.7,
|
|
48819
48819
|
fontStyle: "normal",
|
|
@@ -48856,7 +48856,14 @@ const VF = /* @__PURE__ */ zo(WF), YF = ({ ...e }) => /* @__PURE__ */ b.jsxs(
|
|
|
48856
48856
|
size: H,
|
|
48857
48857
|
name: e,
|
|
48858
48858
|
showGradientBackground: j,
|
|
48859
|
-
children: !t && /* @__PURE__ */ b.jsx(
|
|
48859
|
+
children: !t && /* @__PURE__ */ b.jsx(
|
|
48860
|
+
"span",
|
|
48861
|
+
{
|
|
48862
|
+
className: "avatarContent",
|
|
48863
|
+
style: { fontWeight: j ? 900 : 600 },
|
|
48864
|
+
children: P
|
|
48865
|
+
}
|
|
48866
|
+
)
|
|
48860
48867
|
}
|
|
48861
48868
|
) }),
|
|
48862
48869
|
d && /* @__PURE__ */ b.jsx(
|
|
@@ -49958,7 +49965,7 @@ const sz = (e, t = 10) => {
|
|
|
49958
49965
|
sx: {
|
|
49959
49966
|
borderRadius: "0.625rem",
|
|
49960
49967
|
padding: "0.25rem 0.5rem",
|
|
49961
|
-
backgroundColor:
|
|
49968
|
+
backgroundColor: "#E9EFFF",
|
|
49962
49969
|
display: "flex",
|
|
49963
49970
|
flexDirection: "row",
|
|
49964
49971
|
alignItems: "center",
|