@douglasneuroinformatics/libui 3.4.1 → 3.4.2

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.
@@ -292,7 +292,7 @@ function ActionDropdown({
292
292
  }) {
293
293
  const optionKeys = options instanceof Array ? options : Object.keys(options);
294
294
  return /* @__PURE__ */ jsx15(DropdownMenu, { children: /* @__PURE__ */ jsxs6("div", { className: cn("w-full", className), ...props, children: [
295
- /* @__PURE__ */ jsx15(DropdownMenu.Trigger, { asChild: true, children: /* @__PURE__ */ jsx15(DropdownButton, { className: triggerClassName, disabled, children: title }) }),
295
+ /* @__PURE__ */ jsx15(DropdownMenu.Trigger, { asChild: true, disabled, children: /* @__PURE__ */ jsx15(DropdownButton, { className: triggerClassName, children: title }) }),
296
296
  /* @__PURE__ */ jsx15(DropdownMenu.Content, { align, className: contentClassName, widthFull, children: /* @__PURE__ */ jsx15(DropdownMenu.Group, { children: optionKeys.map((option) => /* @__PURE__ */ jsx15(
297
297
  DropdownMenu.Item,
298
298
  {