cloudmr-ux 1.5.4 → 1.5.6
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
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,
|
|
1143
|
-
fileIndex !== -1 && !uploading && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_material12.Button, { fullWidth: true,
|
|
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
|
{
|
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,
|
|
1095
|
-
fileIndex !== -1 && !uploading && /* @__PURE__ */ jsx18(Button4, { fullWidth: true,
|
|
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
|
{
|