@flozy/editor 1.7.3 → 1.7.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.
@@ -105,12 +105,12 @@ const ImageSelector = props => {
105
105
  },
106
106
  children: [/*#__PURE__*/_jsx(Button, {
107
107
  onClick: onClose,
108
- variant: "outlined",
108
+ className: "secondaryBtn",
109
109
  sx: classes.closeBtn,
110
110
  children: "Cancel"
111
111
  }), /*#__PURE__*/_jsx(Button, {
112
112
  onClick: onSave,
113
- variant: "contained",
113
+ className: "primaryBtn",
114
114
  sx: classes.saveBtn,
115
115
  children: "Save"
116
116
  })]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"