@flozy/editor 9.3.8 → 9.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.
@@ -174,7 +174,7 @@ const MultiSelectWithPopover = props => {
174
174
  sx: {
175
175
  "& .MuiPaper-root": {
176
176
  borderRadius: "20px",
177
- background: theme?.palette?.editor?.background,
177
+ background: theme?.palette?.editor?.textFormatBgColor,
178
178
  border: `1px solid ${theme?.palette?.editor?.popUpBorderColor}`,
179
179
  boxShadow: "0px 4px 10px 0px #00000029"
180
180
  }
@@ -205,6 +205,7 @@ const FreeGridBox = props => {
205
205
  type: "parent-container",
206
206
  customProps: customProps,
207
207
  translation: translation,
208
+ breakpoint: breakpoint,
208
209
  children: /*#__PURE__*/_jsx(Box, {
209
210
  component: "div",
210
211
  ...attributes,
@@ -300,6 +300,7 @@ const FreeGridItem = props => {
300
300
  },
301
301
  customProps: customProps,
302
302
  translation: translation,
303
+ breakpoint: breakpoint,
303
304
  children: /*#__PURE__*/_jsxs(Box, {
304
305
  component: "div",
305
306
  ...attributes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "9.3.8",
3
+ "version": "9.3.9",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"