cloudmr-ux 1.5.5 → 1.5.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.js CHANGED
@@ -1139,8 +1139,8 @@ var CMRSelectUpload = (props) => {
1139
1139
  }
1140
1140
  ) }),
1141
1141
  /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(import_Box3.default, { sx: { pt: 2, justifyContent: "center", display: "flex", padding: "8px" }, children: [
1142
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_material12.Button, { fullWidth: true, variant: "outlined", sx: { marginRight: "8px" }, onClick: handleClose, children: " Cancel" }),
1143
- fileIndex !== -1 && !uploading && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_material12.Button, { fullWidth: true, sx: { marginLeft: "8px" }, variant: "contained", onClick: onSet, children: "OK" }),
1142
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_material12.Button, { fullWidth: true, sx: { marginRight: "8px" }, variant: "outlined", onClick: handleClose, children: " Cancel" }),
1143
+ fileIndex !== -1 && !uploading && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_material12.Button, { fullWidth: true, variant: "contained", onClick: onSet, children: "OK" }),
1144
1144
  fileIndex == -1 && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1145
1145
  Upload_default,
1146
1146
  {
@@ -1254,6 +1254,11 @@ var CmrTable = (props) => {
1254
1254
  paginationModel: { pageSize: 50, page: 0 }
1255
1255
  }
1256
1256
  },
1257
+ sx: {
1258
+ "& .MuiDataGrid-columnHeaders": {
1259
+ backgroundColor: "rgba(88, 15, 139, 0.08)"
1260
+ }
1261
+ },
1257
1262
  localeText: { noRowsLabel: "" },
1258
1263
  ...rest
1259
1264
  }
package/dist/index.mjs CHANGED
@@ -1091,8 +1091,8 @@ var CMRSelectUpload = (props) => {
1091
1091
  }
1092
1092
  ) }),
1093
1093
  /* @__PURE__ */ jsxs12(Box4, { sx: { pt: 2, justifyContent: "center", display: "flex", padding: "8px" }, children: [
1094
- /* @__PURE__ */ jsx18(Button4, { fullWidth: true, variant: "outlined", sx: { marginRight: "8px" }, onClick: handleClose, children: " Cancel" }),
1095
- fileIndex !== -1 && !uploading && /* @__PURE__ */ jsx18(Button4, { fullWidth: true, sx: { marginLeft: "8px" }, variant: "contained", onClick: onSet, children: "OK" }),
1094
+ /* @__PURE__ */ jsx18(Button4, { fullWidth: true, sx: { marginRight: "8px" }, variant: "outlined", onClick: handleClose, children: " Cancel" }),
1095
+ fileIndex !== -1 && !uploading && /* @__PURE__ */ jsx18(Button4, { fullWidth: true, variant: "contained", onClick: onSet, children: "OK" }),
1096
1096
  fileIndex == -1 && /* @__PURE__ */ jsx18(
1097
1097
  Upload_default,
1098
1098
  {
@@ -1206,6 +1206,11 @@ var CmrTable = (props) => {
1206
1206
  paginationModel: { pageSize: 50, page: 0 }
1207
1207
  }
1208
1208
  },
1209
+ sx: {
1210
+ "& .MuiDataGrid-columnHeaders": {
1211
+ backgroundColor: "rgba(88, 15, 139, 0.08)"
1212
+ }
1213
+ },
1209
1214
  localeText: { noRowsLabel: "" },
1210
1215
  ...rest
1211
1216
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "1.5.5",
3
+ "version": "1.5.7",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",