@assure-one/design-system 1.4.1 → 1.4.3

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
@@ -10046,7 +10046,7 @@ function MoreActions({ menu }) {
10046
10046
  children: /* @__PURE__ */ jsx(MoreHorizontalIcon, { size: 16 })
10047
10047
  }
10048
10048
  ) }),
10049
- /* @__PURE__ */ jsx(DropdownMenuContent, { align: "end", children: menu })
10049
+ /* @__PURE__ */ jsx(DropdownMenuContent, { align: "end", onClick: (event) => event.stopPropagation(), children: menu })
10050
10050
  ] });
10051
10051
  }
10052
10052
  var DocumentFileRow = React38.forwardRef(