@kashifd/jwero-components 0.7.6 → 0.7.7
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 +9 -2
- 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
|
@@ -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
|
-
|
|
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
|