cloudmr-ux 1.3.8 → 1.3.9

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
@@ -607,7 +607,6 @@ function CmrUploadWindow({
607
607
  /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
608
608
  import_Button.default,
609
609
  {
610
- color: "inherit",
611
610
  variant: "outlined",
612
611
  disabled: UpBtnDisabled,
613
612
  onClick: handleClose,
package/dist/index.mjs CHANGED
@@ -559,7 +559,6 @@ function CmrUploadWindow({
559
559
  /* @__PURE__ */ jsx9(
560
560
  Button2,
561
561
  {
562
- color: "inherit",
563
562
  variant: "outlined",
564
563
  disabled: UpBtnDisabled,
565
564
  onClick: handleClose,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",