@kashifd/jwero-components 0.6.95 → 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 CHANGED
@@ -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("span", { className: "avatarContent", style: { fontWeight: 900 }, children: P })
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: t.colors.surface2_lightgrey,
49968
+ backgroundColor: "#E9EFFF",
49962
49969
  display: "flex",
49963
49970
  flexDirection: "row",
49964
49971
  alignItems: "center",