@kashifd/jwero-components 0.5.60 → 0.5.61
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 +2 -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
|
@@ -51367,9 +51367,9 @@ const f5 = ({ name: e, labels: o, data: a }) => {
|
|
|
51367
51367
|
labelOptions: S
|
|
51368
51368
|
}) => {
|
|
51369
51369
|
const P = {
|
|
51370
|
-
|
|
51370
|
+
height: "100%",
|
|
51371
51371
|
flex: 1,
|
|
51372
|
-
|
|
51372
|
+
width: "100%",
|
|
51373
51373
|
...g
|
|
51374
51374
|
};
|
|
51375
51375
|
return /* @__PURE__ */ k.jsxs(Je, { sx: P, children: [
|