cloudmr-ux 1.9.4 → 1.9.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 CHANGED
@@ -886,7 +886,7 @@ function CmrConfirmation({
886
886
  CmrButton_default,
887
887
  {
888
888
  variant: "outlined",
889
- color: btn.color || "warning",
889
+ color: btn.color || "success",
890
890
  onClick: () => {
891
891
  btn.onClick();
892
892
  handleClose();
package/dist/index.mjs CHANGED
@@ -838,7 +838,7 @@ function CmrConfirmation({
838
838
  CmrButton_default,
839
839
  {
840
840
  variant: "outlined",
841
- color: btn.color || "warning",
841
+ color: btn.color || "success",
842
842
  onClick: () => {
843
843
  btn.onClick();
844
844
  handleClose();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "1.9.4",
3
+ "version": "1.9.6",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",