@ixo/editor 5.14.0 → 5.15.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/{chunk-UVZZ52PF.mjs → chunk-J4M6XUX7.mjs} +2 -2
- package/dist/{chunk-ZEKC5FGC.mjs → chunk-ODJ2JOGF.mjs} +2 -2
- package/dist/{chunk-JAB2IBVH.mjs → chunk-YK3XJ5HK.mjs} +3 -2
- package/dist/chunk-YK3XJ5HK.mjs.map +1 -0
- package/dist/core/index.mjs +2 -2
- package/dist/index.mjs +3 -3
- package/dist/mantine/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-JAB2IBVH.mjs.map +0 -1
- /package/dist/{chunk-UVZZ52PF.mjs.map → chunk-J4M6XUX7.mjs.map} +0 -0
- /package/dist/{chunk-ZEKC5FGC.mjs.map → chunk-ODJ2JOGF.mjs.map} +0 -0
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
tempDomainCreatorSurvey,
|
|
42
42
|
transformSurveyToCredentialSubject,
|
|
43
43
|
writeRunRecordAndReconcile
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-YK3XJ5HK.mjs";
|
|
45
45
|
|
|
46
46
|
// src/mantine/hooks/useCreateIxoEditor.ts
|
|
47
47
|
import { useCreateBlockNote } from "@blocknote/react";
|
|
@@ -45654,4 +45654,4 @@ export {
|
|
|
45654
45654
|
getExtraSlashMenuItems,
|
|
45655
45655
|
useCreateIxoEditor
|
|
45656
45656
|
};
|
|
45657
|
-
//# sourceMappingURL=chunk-
|
|
45657
|
+
//# sourceMappingURL=chunk-J4M6XUX7.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
isRuntimeRef
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YK3XJ5HK.mjs";
|
|
4
4
|
|
|
5
5
|
// src/core/lib/flowCompiler/resolveRefs.ts
|
|
6
6
|
function resolveRuntimeRefs(nb, getNodeOutput, triggerContext) {
|
|
@@ -60,4 +60,4 @@ function getNestedValue(obj, path) {
|
|
|
60
60
|
export {
|
|
61
61
|
resolveRuntimeRefs
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=chunk-
|
|
63
|
+
//# sourceMappingURL=chunk-ODJ2JOGF.mjs.map
|
|
@@ -5896,7 +5896,8 @@ var VERSION_MANIFEST = {
|
|
|
5896
5896
|
"1.0.0": {
|
|
5897
5897
|
version: "1.0.0",
|
|
5898
5898
|
label: "UCAN Required",
|
|
5899
|
-
|
|
5899
|
+
/** TEMP Disablement - needs to be true TODO */
|
|
5900
|
+
ucanRequired: false,
|
|
5900
5901
|
delegationRootRequired: true,
|
|
5901
5902
|
whitelistOnlyAllowed: false,
|
|
5902
5903
|
unrestrictedAllowed: false,
|
|
@@ -8914,4 +8915,4 @@ export {
|
|
|
8914
8915
|
executeQueuedFlowAgentCoreCommands,
|
|
8915
8916
|
FlowAgentService
|
|
8916
8917
|
};
|
|
8917
|
-
//# sourceMappingURL=chunk-
|
|
8918
|
+
//# sourceMappingURL=chunk-YK3XJ5HK.mjs.map
|