amp-workflow-ui 0.1.33 → 0.1.34

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
@@ -239,7 +239,7 @@ function WorkFlowTimeline({ events }) {
239
239
  }
240
240
  ),
241
241
  /* @__PURE__ */ jsx(Typography, { className: "timeline-name", children: item == null ? void 0 : item.name }),
242
- /* @__PURE__ */ jsx(Typography, { className: "timeline-message", children: item == null ? void 0 : item.subTitle }),
242
+ /* @__PURE__ */ jsx(Tooltip, { title: (item == null ? void 0 : item.subTitle) || "", arrow: true, placement: "top", children: /* @__PURE__ */ jsx(Typography, { className: "timeline-message", children: item == null ? void 0 : item.subTitle }) }),
243
243
  (item == null ? void 0 : item.attachment) && /* @__PURE__ */ jsx(
244
244
  Typography,
245
245
  {
@@ -2604,7 +2604,7 @@ function ApprovalWorkflow({
2604
2604
  }
2605
2605
 
2606
2606
  // package.json
2607
- var version = "0.1.33";
2607
+ var version = "0.1.34";
2608
2608
  function DialogOpener({
2609
2609
  openDialog,
2610
2610
  handleClose,