amp-workflow-ui 0.1.30 → 0.1.31

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/index.mjs CHANGED
@@ -2629,7 +2629,7 @@ function ApprovalWorkflow({
2629
2629
  }
2630
2630
 
2631
2631
  // package.json
2632
- var version = "0.1.30";
2632
+ var version = "0.1.31";
2633
2633
  function DialogOpener({
2634
2634
  openDialog,
2635
2635
  handleClose,
@@ -2676,10 +2676,10 @@ function DialogOpener({
2676
2676
  }
2677
2677
  },
2678
2678
  children: [
2679
- /* @__PURE__ */ jsxs(DialogTitle, { children: [
2680
- /* @__PURE__ */ jsx("span", { onDrag: () => {
2681
- alert("current worklfow version: " + version);
2682
- }, children: "Workflow" }),
2679
+ /* @__PURE__ */ jsxs(DialogTitle, { onDrag: () => {
2680
+ alert("current worklfow version: " + version);
2681
+ }, children: [
2682
+ "Workflow",
2683
2683
  /* @__PURE__ */ jsx(
2684
2684
  IconButton,
2685
2685
  {