@ixo/editor 5.37.0 → 5.38.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/README.md +1 -1
- package/dist/{chunk-OOPKMGYW.mjs → chunk-7MGFSE63.js} +2 -2
- package/dist/{chunk-OOPKMGYW.mjs.map → chunk-7MGFSE63.js.map} +1 -1
- package/dist/{chunk-MNPEDF2U.mjs → chunk-G4ZJJPZY.js} +4 -4
- package/dist/chunk-G4ZJJPZY.js.map +1 -0
- package/dist/{chunk-SBSTGR5L.mjs → chunk-VBNP5MV5.js} +2 -2
- package/dist/{chunk-VU34HOXM.mjs → chunk-ZPMRM6DA.js} +1 -1
- package/dist/{cid-6O646X2I.mjs → cid-HDAVQ43S.js} +2 -2
- package/dist/core/index.d.ts +4 -4
- package/dist/core/{index.mjs → index.js} +4 -4
- package/dist/{graphql-client-7RPUfOZ7.d.ts → graphql-client-BCvy3UcL.d.ts} +1 -1
- package/dist/{index-1drTq85A.d.ts → index-bxGFYpnb.d.ts} +2 -1
- package/dist/index.d.ts +3 -3
- package/dist/{index.mjs → index.js} +4 -4
- package/dist/mantine/index.d.ts +3 -3
- package/dist/mantine/{index.mjs → index.js} +3 -3
- package/dist/{store-ChkNN7b4.d.ts → store-BjCD9Lpk.d.ts} +1 -1
- package/package.json +21 -8
- package/dist/chunk-MNPEDF2U.mjs.map +0 -1
- /package/dist/{chunk-SBSTGR5L.mjs.map → chunk-VBNP5MV5.js.map} +0 -0
- /package/dist/{chunk-VU34HOXM.mjs.map → chunk-ZPMRM6DA.js.map} +0 -0
- /package/dist/{cid-6O646X2I.mjs.map → cid-HDAVQ43S.js.map} +0 -0
- /package/dist/core/{index.mjs.map → index.js.map} +0 -0
- /package/dist/{index.mjs.map → index.js.map} +0 -0
- /package/dist/mantine/{index.mjs.map → index.js.map} +0 -0
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ A custom BlockNote editor wrapper built specifically for the IXO team's needs. T
|
|
|
16
16
|
- 📱 **Responsive**: Mobile-friendly editor experience
|
|
17
17
|
- 💎 **Complete CSS Bundles**: Self-contained CSS with all dependencies included
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## Installations
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
22
|
npm install @ixo/editor
|
|
@@ -4483,7 +4483,7 @@ registerAction({
|
|
|
4483
4483
|
if (!ctx.services.matrix?.storeCredential) {
|
|
4484
4484
|
throw new Error("Matrix credential storage service not configured");
|
|
4485
4485
|
}
|
|
4486
|
-
const { computeJsonCID } = await import("./cid-
|
|
4486
|
+
const { computeJsonCID } = await import("./cid-HDAVQ43S.js");
|
|
4487
4487
|
const cid = await computeJsonCID(parsedCredential);
|
|
4488
4488
|
const result = await ctx.services.matrix.storeCredential({
|
|
4489
4489
|
roomId: roomId || "",
|
|
@@ -12942,4 +12942,4 @@ export {
|
|
|
12942
12942
|
executeQueuedFlowAgentCoreCommands,
|
|
12943
12943
|
FlowAgentService
|
|
12944
12944
|
};
|
|
12945
|
-
//# sourceMappingURL=chunk-
|
|
12945
|
+
//# sourceMappingURL=chunk-7MGFSE63.js.map
|