@l3mpire/ui 2.15.0 → 2.15.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.
package/dist/index.mjs CHANGED
@@ -969,12 +969,11 @@ var BulkAction = React5.forwardRef(
969
969
  }
970
970
  ) }),
971
971
  /* @__PURE__ */ jsx5(DropdownMenuContent, { align: "end", side: "top", sideOffset: 8, children: overflowItems.map((item) => /* @__PURE__ */ jsx5(
972
- DropdownMenuRadixItem,
972
+ DropdownMenuItem,
973
973
  {
974
974
  icon: item.icon,
975
975
  label: item.label,
976
- disabled: item.disabled,
977
- onSelect: () => item.onClick?.()
976
+ onClick: () => !item.disabled && item.onClick?.()
978
977
  },
979
978
  item.id
980
979
  )) })
@@ -8110,7 +8109,7 @@ var AdvancedPopover = ({
8110
8109
  "data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
8111
8110
  "data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95",
8112
8111
  "data-[side=bottom]:slide-in-from-top-2",
8113
- "w-[min(640px,calc(100vw-32px))]"
8112
+ "w-[min(640px,calc(100vw-32px))] min-w-[360px]"
8114
8113
  ),
8115
8114
  children: [
8116
8115
  /* @__PURE__ */ jsx58("div", { className: "flex flex-col gap-base p-base", children: filters.length > 0 ? filters.map((node, i) => renderNode(node, i)) : /* @__PURE__ */ jsx58(