@ixo/editor 5.20.0-experimental.4 → 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.
@@ -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-25XKVLR3.mjs";
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 = String(e.did || e.id || "");
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-GK3FNKQL.mjs.map
44931
+ //# sourceMappingURL=chunk-EOOKJV32.mjs.map