@ixo/editor 2.18.0 → 2.19.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.
package/dist/index.mjs CHANGED
@@ -34,7 +34,7 @@ import {
34
34
  useCreateCollaborativeIxoEditor,
35
35
  useCreateIxoEditor,
36
36
  validateCapabilityChain
37
- } from "./chunk-7ROKCOSH.mjs";
37
+ } from "./chunk-HJL3K6NS.mjs";
38
38
  export {
39
39
  ApiRequestBlockSpec,
40
40
  AuthorizationTab,
@@ -164,11 +164,12 @@ type Listener = (event: CollapseEvent) => void;
164
164
  interface ListBlocksUIContextValue {
165
165
  broadcastCollapse: (event: CollapseEvent) => void;
166
166
  subscribe: (listener: Listener) => () => void;
167
+ isMaximized: boolean;
168
+ setMaximized: (maximized: boolean) => void;
169
+ toggleMaximized: () => void;
167
170
  }
168
- interface ListBlocksUIState {
171
+ interface ListBlocksUIState extends ListBlocksUIContextValue {
169
172
  listeners: Set<Listener>;
170
- broadcastCollapse: (event: CollapseEvent) => void;
171
- subscribe: (listener: Listener) => () => void;
172
173
  }
173
174
  /**
174
175
  * Zustand store for managing list blocks UI state (collapse/expand)
@@ -32,7 +32,7 @@ import {
32
32
  useListBlocksUIStore,
33
33
  usePanel,
34
34
  usePanelStore
35
- } from "../chunk-7ROKCOSH.mjs";
35
+ } from "../chunk-HJL3K6NS.mjs";
36
36
  export {
37
37
  ApiRequestBlockSpec,
38
38
  AuthorizationTab,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/editor",
3
- "version": "2.18.0",
3
+ "version": "2.19.0",
4
4
  "description": "A custom BlockNote editor wrapper for IXO team",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",