@flozy/editor 10.7.8 → 10.8.0

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.
@@ -145,6 +145,7 @@ export const useEditorTheme = () => {
145
145
  const {
146
146
  theme
147
147
  } = pageProps || {};
148
+ console.log("Editor debugger===>", defaultTheme);
148
149
  return {
149
150
  selectedTheme: theme?.theme || defaultTheme?.theme,
150
151
  updateTheme: (update, actionData) => updateTheme(editor, pageSt, update, actionData, triggerRender),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "10.7.8",
3
+ "version": "10.8.0",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"