@cakemail-org/ui-components-v2 2.1.10 → 2.1.11

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/cjs/index.js CHANGED
@@ -8055,7 +8055,7 @@ function ModalHeading(props) {
8055
8055
  rContent.push(rightContent);
8056
8056
  }
8057
8057
  if (onClose && closeBtnText)
8058
- rContent.push(React.createElement(Button, { key: "modal-close-btn", color: "cloud", size: "medium", onClick: onClose }, closeBtnText));
8058
+ rContent.push(React.createElement(Button, { key: "modal-close-btn", color: "shade150", size: "medium", onClick: onClose }, closeBtnText));
8059
8059
  return React.createElement(FullBar, { left: lContent, right: rContent });
8060
8060
  }
8061
8061
 
package/dist/esm/index.js CHANGED
@@ -8035,7 +8035,7 @@ function ModalHeading(props) {
8035
8035
  rContent.push(rightContent);
8036
8036
  }
8037
8037
  if (onClose && closeBtnText)
8038
- rContent.push(React__default.createElement(Button, { key: "modal-close-btn", color: "cloud", size: "medium", onClick: onClose }, closeBtnText));
8038
+ rContent.push(React__default.createElement(Button, { key: "modal-close-btn", color: "shade150", size: "medium", onClick: onClose }, closeBtnText));
8039
8039
  return React__default.createElement(FullBar, { left: lContent, right: rContent });
8040
8040
  }
8041
8041
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",