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.js CHANGED
@@ -253,7 +253,7 @@ function WorkFlowTimeline({ events }) {
253
253
  }
254
254
  ),
255
255
  /* @__PURE__ */ jsxRuntime.jsx(material.Typography, { className: "timeline-name", children: item == null ? void 0 : item.name }),
256
- /* @__PURE__ */ jsxRuntime.jsx(material.Typography, { className: "timeline-message", children: item == null ? void 0 : item.subTitle }),
256
+ /* @__PURE__ */ jsxRuntime.jsx(material.Tooltip, { title: (item == null ? void 0 : item.subTitle) || "", arrow: true, placement: "top", children: /* @__PURE__ */ jsxRuntime.jsx(material.Typography, { className: "timeline-message", children: item == null ? void 0 : item.subTitle }) }),
257
257
  (item == null ? void 0 : item.attachment) && /* @__PURE__ */ jsxRuntime.jsx(
258
258
  material.Typography,
259
259
  {
@@ -2618,7 +2618,7 @@ function ApprovalWorkflow({
2618
2618
  }
2619
2619
 
2620
2620
  // package.json
2621
- var version = "0.1.33";
2621
+ var version = "0.1.34";
2622
2622
  function DialogOpener({
2623
2623
  openDialog,
2624
2624
  handleClose,