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.js CHANGED
@@ -2643,7 +2643,7 @@ function ApprovalWorkflow({
2643
2643
  }
2644
2644
 
2645
2645
  // package.json
2646
- var version = "0.1.30";
2646
+ var version = "0.1.31";
2647
2647
  function DialogOpener({
2648
2648
  openDialog,
2649
2649
  handleClose,
@@ -2690,10 +2690,10 @@ function DialogOpener({
2690
2690
  }
2691
2691
  },
2692
2692
  children: [
2693
- /* @__PURE__ */ jsxRuntime.jsxs(material.DialogTitle, { children: [
2694
- /* @__PURE__ */ jsxRuntime.jsx("span", { onDrag: () => {
2695
- alert("current worklfow version: " + version);
2696
- }, children: "Workflow" }),
2693
+ /* @__PURE__ */ jsxRuntime.jsxs(material.DialogTitle, { onDrag: () => {
2694
+ alert("current worklfow version: " + version);
2695
+ }, children: [
2696
+ "Workflow",
2697
2697
  /* @__PURE__ */ jsxRuntime.jsx(
2698
2698
  material.IconButton,
2699
2699
  {