@kashifd/jwero-components 0.7.6 → 0.7.8

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
@@ -48884,7 +48884,7 @@ const VF = /* @__PURE__ */ Ho(WF), YF = ({ ...e }) => /* @__PURE__ */ b.jsxs(
48884
48884
  className: "avatarContent",
48885
48885
  style: {
48886
48886
  fontWeight: j ? 900 : 600,
48887
- color: R.colors.text_tertiary
48887
+ color: j ? "#fff" : R.colors.primary
48888
48888
  },
48889
48889
  children: z
48890
48890
  }
@@ -58250,7 +58250,8 @@ const cz = ({ name: e, data: t, labels: r }) => {
58250
58250
  ref: w,
58251
58251
  sx: {
58252
58252
  gap: "0.5rem",
58253
- width: "100%"
58253
+ width: "100%",
58254
+ textAlign: "start"
58254
58255
  },
58255
58256
  children: /* @__PURE__ */ b.jsx(
58256
58257
  Ta,
@@ -58266,10 +58267,16 @@ const cz = ({ name: e, data: t, labels: r }) => {
58266
58267
  whiteSpace: "nowrap",
58267
58268
  overflow: "hidden",
58268
58269
  textOverflow: "ellipsis",
58269
- width: "100%",
58270
+ maxWidth: "100%",
58271
+ width: "fit-content",
58270
58272
  ...e == null ? void 0 : e.statusTextSx
58271
58273
  },
58272
58274
  boxSx: {
58275
+ display: "flex",
58276
+ alignItems: "center",
58277
+ justifyContent: "flex-start",
58278
+ width: "fit-content",
58279
+ maxWidth: "100%",
58273
58280
  ...e == null ? void 0 : e.statusBoxSx
58274
58281
  },
58275
58282
  customProps: e == null ? void 0 : e.customChipProps