@ixo/editor 1.8.0 → 1.8.1

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.d.ts CHANGED
@@ -1645,14 +1645,9 @@ interface IxoCollaborativeUser {
1645
1645
  id: string;
1646
1646
  }
1647
1647
  interface IxoCollaborativeEditorPermissions {
1648
- /**
1649
- * Whether the user has read permissions
1650
- * @default true
1651
- */
1652
- read: boolean;
1653
1648
  /**
1654
1649
  * Whether the user has write permissions
1655
- * @default true
1650
+ * @default false
1656
1651
  */
1657
1652
  write: boolean;
1658
1653
  }
@@ -1662,7 +1657,7 @@ interface IxoCollaborativeEditorOptions extends IxoEditorOptions {
1662
1657
  roomId: string;
1663
1658
  /**
1664
1659
  * User permissions for the collaborative document
1665
- * @default { read: true, write: true }
1660
+ * @default { write: false }
1666
1661
  */
1667
1662
  permissions?: IxoCollaborativeEditorPermissions;
1668
1663
  /**
package/dist/index.mjs CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  useBlocknoteHandlers,
19
19
  useCreateCollaborativeIxoEditor,
20
20
  useCreateIxoEditor
21
- } from "./chunk-HCXEWG4Z.mjs";
21
+ } from "./chunk-ASAGPCCF.mjs";
22
22
  export {
23
23
  ApiRequestBlockSpec,
24
24
  AuthzExecActionTypes,
@@ -18,7 +18,7 @@ import {
18
18
  useBlocknoteHandlers,
19
19
  useCreateCollaborativeIxoEditor,
20
20
  useCreateIxoEditor
21
- } from "../chunk-HCXEWG4Z.mjs";
21
+ } from "../chunk-ASAGPCCF.mjs";
22
22
  export {
23
23
  ApiRequestBlockSpec,
24
24
  AuthzExecActionTypes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/editor",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "A custom BlockNote editor wrapper for IXO team",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",