cloudmr-ux 1.9.2 → 1.9.4

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
@@ -885,8 +885,8 @@ function CmrConfirmation({
885
885
  extraButtons.map((btn, idx) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
886
886
  CmrButton_default,
887
887
  {
888
- variant: "contained",
889
- color: btn.color || "primary",
888
+ variant: "outlined",
889
+ color: btn.color || "warning",
890
890
  onClick: () => {
891
891
  btn.onClick();
892
892
  handleClose();
package/dist/index.mjs CHANGED
@@ -837,8 +837,8 @@ function CmrConfirmation({
837
837
  extraButtons.map((btn, idx) => /* @__PURE__ */ jsx12(
838
838
  CmrButton_default,
839
839
  {
840
- variant: "contained",
841
- color: btn.color || "primary",
840
+ variant: "outlined",
841
+ color: btn.color || "warning",
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.2",
3
+ "version": "1.9.4",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",