@liveblocks/core 2.22.0 → 2.22.2

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.cts CHANGED
@@ -1721,7 +1721,8 @@ type OthersEvent<P extends JsonObject = DP, U extends BaseUserMeta = DU> = Resol
1721
1721
  }>;
1722
1722
  declare enum TextEditorType {
1723
1723
  Lexical = "lexical",
1724
- TipTap = "tiptap"
1724
+ TipTap = "tiptap",
1725
+ BlockNote = "blocknote"
1725
1726
  }
1726
1727
 
1727
1728
  type RoomThreadsNotificationSettings = "all" | "replies_and_mentions" | "none";
package/dist/index.d.ts CHANGED
@@ -1721,7 +1721,8 @@ type OthersEvent<P extends JsonObject = DP, U extends BaseUserMeta = DU> = Resol
1721
1721
  }>;
1722
1722
  declare enum TextEditorType {
1723
1723
  Lexical = "lexical",
1724
- TipTap = "tiptap"
1724
+ TipTap = "tiptap",
1725
+ BlockNote = "blocknote"
1725
1726
  }
1726
1727
 
1727
1728
  type RoomThreadsNotificationSettings = "all" | "replies_and_mentions" | "none";
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ var __export = (target, all) => {
6
6
 
7
7
  // src/version.ts
8
8
  var PKG_NAME = "@liveblocks/core";
9
- var PKG_VERSION = "2.22.0";
9
+ var PKG_VERSION = "2.22.2";
10
10
  var PKG_FORMAT = "esm";
11
11
 
12
12
  // src/dupe-detection.ts
@@ -9302,6 +9302,7 @@ var SortedList = class _SortedList {
9302
9302
  var TextEditorType = /* @__PURE__ */ ((TextEditorType2) => {
9303
9303
  TextEditorType2["Lexical"] = "lexical";
9304
9304
  TextEditorType2["TipTap"] = "tiptap";
9305
+ TextEditorType2["BlockNote"] = "blocknote";
9305
9306
  return TextEditorType2;
9306
9307
  })(TextEditorType || {});
9307
9308