@ixo/editor 3.0.0-beta.8 → 3.0.0-beta.9

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.
@@ -29593,18 +29593,12 @@ function parseDomainSignInputs(json) {
29593
29593
  const parsed = typeof json === "string" ? JSON.parse(json) : json;
29594
29594
  return {
29595
29595
  entityType: parsed?.entityType || "",
29596
- linkedEntities: parsed?.linkedEntities || "[]",
29597
- ttlAbsoluteDueDate: parsed?.ttlAbsoluteDueDate || "",
29598
- ttlFromEnablement: parsed?.ttlFromEnablement || "",
29599
- ttlFromCommitment: parsed?.ttlFromCommitment || ""
29596
+ linkedEntities: parsed?.linkedEntities || "[]"
29600
29597
  };
29601
29598
  } catch {
29602
29599
  return {
29603
29600
  entityType: "",
29604
- linkedEntities: "[]",
29605
- ttlAbsoluteDueDate: "",
29606
- ttlFromEnablement: "",
29607
- ttlFromCommitment: ""
29601
+ linkedEntities: "[]"
29608
29602
  };
29609
29603
  }
29610
29604
  }
@@ -29658,33 +29652,6 @@ var DomainSignConfig = ({ inputs, onInputsChange }) => {
29658
29652
  }
29659
29653
  }
29660
29654
  }
29661
- )), /* @__PURE__ */ React258.createElement(Divider26, { variant: "dashed" }), /* @__PURE__ */ React258.createElement(Stack175, { gap: "xs" }, /* @__PURE__ */ React258.createElement(Text148, { size: "sm", fw: 600 }, "TTL Configuration"), /* @__PURE__ */ React258.createElement(
29662
- BaseTextInput,
29663
- {
29664
- label: "Absolute Due Date",
29665
- description: "ISO date string for when this action expires (e.g. 2026-12-31)",
29666
- placeholder: "2026-12-31",
29667
- value: local.ttlAbsoluteDueDate,
29668
- onChange: (event) => update({ ttlAbsoluteDueDate: event.currentTarget.value })
29669
- }
29670
- ), /* @__PURE__ */ React258.createElement(
29671
- BaseTextInput,
29672
- {
29673
- label: "TTL from Enablement",
29674
- description: "Duration after enablement (e.g. P30D for 30 days)",
29675
- placeholder: "P30D",
29676
- value: local.ttlFromEnablement,
29677
- onChange: (event) => update({ ttlFromEnablement: event.currentTarget.value })
29678
- }
29679
- ), /* @__PURE__ */ React258.createElement(
29680
- BaseTextInput,
29681
- {
29682
- label: "TTL from Commitment",
29683
- description: "Duration after commitment (e.g. P7D for 7 days)",
29684
- placeholder: "P7D",
29685
- value: local.ttlFromCommitment,
29686
- onChange: (event) => update({ ttlFromCommitment: event.currentTarget.value })
29687
- }
29688
29655
  )));
29689
29656
  };
29690
29657
 
@@ -33817,4 +33784,4 @@ export {
33817
33784
  getExtraSlashMenuItems,
33818
33785
  useCreateIxoEditor
33819
33786
  };
33820
- //# sourceMappingURL=chunk-TFBZGDAV.mjs.map
33787
+ //# sourceMappingURL=chunk-VFQFOPNS.mjs.map