@ixo/editor 5.20.0-experimental.3 → 5.20.0-experimental.5
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-6CBTLK7K.mjs → chunk-6N5JNDZ3.mjs} +14 -29
- package/dist/chunk-6N5JNDZ3.mjs.map +1 -0
- package/dist/{chunk-B32AHE5F.mjs → chunk-EOOKJV32.mjs} +4 -3
- package/dist/{chunk-B32AHE5F.mjs.map → chunk-EOOKJV32.mjs.map} +1 -1
- package/dist/core/index.mjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/mantine/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-6CBTLK7K.mjs.map +0 -1
|
@@ -11,6 +11,7 @@ import {
|
|
|
11
11
|
createUcanDelegationStore,
|
|
12
12
|
createUcanService,
|
|
13
13
|
executeActionBlock,
|
|
14
|
+
extractDid,
|
|
14
15
|
extractSurveyAnswerSchema,
|
|
15
16
|
extractSurveyAnswersTemplate,
|
|
16
17
|
formatCoin,
|
|
@@ -42,7 +43,7 @@ import {
|
|
|
42
43
|
setActiveEditor,
|
|
43
44
|
tempDomainCreatorSurvey,
|
|
44
45
|
transformSurveyToCredentialSubject
|
|
45
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-6N5JNDZ3.mjs";
|
|
46
47
|
|
|
47
48
|
// src/mantine/hooks/useCreateIxoEditor.ts
|
|
48
49
|
import { useCreateBlockNote } from "@blocknote/react";
|
|
@@ -24988,7 +24989,7 @@ function useEntities(editor) {
|
|
|
24988
24989
|
|
|
24989
24990
|
// src/mantine/blocks/action/actionTypes/pod/domainSingleSelection/DomainSingleSelectionFlowDetail.tsx
|
|
24990
24991
|
function toCandidate(e) {
|
|
24991
|
-
const did =
|
|
24992
|
+
const did = extractDid(e.did || e.id);
|
|
24992
24993
|
if (!did) return null;
|
|
24993
24994
|
return {
|
|
24994
24995
|
did,
|
|
@@ -44927,4 +44928,4 @@ export {
|
|
|
44927
44928
|
getExtraSlashMenuItems,
|
|
44928
44929
|
useCreateIxoEditor
|
|
44929
44930
|
};
|
|
44930
|
-
//# sourceMappingURL=chunk-
|
|
44931
|
+
//# sourceMappingURL=chunk-EOOKJV32.mjs.map
|