@ixo/editor 2.2.0 → 2.4.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.d.ts CHANGED
@@ -763,7 +763,8 @@ interface Asset {
763
763
  alsoKnownAs: string;
764
764
  name: string;
765
765
  icon: string;
766
- totalCarbon: number;
766
+ issuer: string;
767
+ owned: boolean;
767
768
  price: number;
768
769
  available: boolean;
769
770
  currency: string;
package/dist/index.mjs CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  useBlocknoteHandlers,
20
20
  useCreateCollaborativeIxoEditor,
21
21
  useCreateIxoEditor
22
- } from "./chunk-YXM4UH6C.mjs";
22
+ } from "./chunk-CXOTHTXE.mjs";
23
23
  export {
24
24
  ApiRequestBlockSpec,
25
25
  AuthzExecActionTypes,
@@ -23,7 +23,7 @@ import {
23
23
  useListBlocksUIStore,
24
24
  usePanel,
25
25
  usePanelStore
26
- } from "../chunk-YXM4UH6C.mjs";
26
+ } from "../chunk-CXOTHTXE.mjs";
27
27
  export {
28
28
  ApiRequestBlockSpec,
29
29
  AuthzExecActionTypes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/editor",
3
- "version": "2.2.0",
3
+ "version": "2.4.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",