@ixo/editor 6.0.3 → 6.1.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/README.md +208 -328
- package/dist/{chunk-RJOVPEAW.js → chunk-KEGZJCNU.js} +2 -2
- package/dist/chunk-KEGZJCNU.js.map +1 -0
- package/dist/{chunk-JDHRY2V4.js → chunk-LKYQK7IC.js} +2 -2
- package/dist/{chunk-SVHOOAPF.js → chunk-SQBAOQH2.js} +2302 -2224
- package/dist/chunk-SQBAOQH2.js.map +1 -0
- package/dist/core/index.d.ts +5 -5
- package/dist/core/index.js +2 -2
- package/dist/{graphql-client-s4ig1o1G.d.ts → graphql-client-B1Q1GxVz.d.ts} +1 -1
- package/dist/{index-DL8Yh3Xu.d.ts → index-BMC3uVVf.d.ts} +2 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/mantine/index.d.ts +3 -3
- package/dist/mantine/index.js +2 -2
- package/dist/{store-DLDp3yre.d.ts → store-DYnbzpF-.d.ts} +6 -6
- package/package.json +1 -1
- package/dist/chunk-RJOVPEAW.js.map +0 -1
- package/dist/chunk-SVHOOAPF.js.map +0 -1
- /package/dist/{chunk-JDHRY2V4.js.map → chunk-LKYQK7IC.js.map} +0 -0
|
@@ -1196,7 +1196,7 @@ registerAction({
|
|
|
1196
1196
|
requiredCapability: "email/send",
|
|
1197
1197
|
// Email send is autonomous-enough to be triggered by another block's event.
|
|
1198
1198
|
// When wired as a listener, the assignee on the email block is DM'd to
|
|
1199
|
-
// invoke it for each pending event. See docs/events-and-triggers-plan.md §3.6.
|
|
1199
|
+
// invoke it for each pending event. See docs/flow-engine/events-and-triggers-plan.md §3.6.
|
|
1200
1200
|
eligibleForEventTrigger: true,
|
|
1201
1201
|
inputSchema: {
|
|
1202
1202
|
type: "object",
|
|
@@ -13894,4 +13894,4 @@ export {
|
|
|
13894
13894
|
executeQueuedFlowAgentCoreCommands,
|
|
13895
13895
|
FlowAgentService
|
|
13896
13896
|
};
|
|
13897
|
-
//# sourceMappingURL=chunk-
|
|
13897
|
+
//# sourceMappingURL=chunk-KEGZJCNU.js.map
|