@megha-ui/react 1.2.665 → 1.2.666

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.
@@ -52,12 +52,6 @@ const GridFilterDropdown = ({ headerDropdownIndex, searchOptions, position, colu
52
52
  }
53
53
  onFilter(_uniqueSeach, columnKey);
54
54
  };
55
- console.log({
56
- allChecked: filterColumnData.every((item) => uniqueSearch[columnKey].includes(item)),
57
- someChecked: filterColumnData.some((item) => uniqueSearch[columnKey].includes(item)),
58
- filterColumnData,
59
- uniq: uniqueSearch[columnKey],
60
- });
61
55
  return (_jsxs("div", { style: Object.assign(Object.assign({ position: "absolute", top: "calc(100% + 5px)" }, (columnIndex > 1 ? { right: 0 } : { left: 0 })), { zIndex: headerDropdownIndex ? headerDropdownIndex : 1000, backgroundColor: "var(--background)", color: "var(--foreground)", boxShadow: "0px 0.5rem 1rem 0px rgba(0,0,0,0.2)", listStyleType: "none", padding: "0.35rem 0", width: "max-content", maxWidth: "500px", borderRadius: "0.5rem", margin: 0 }), ref: headerDropdown, onClick: (e) => e.stopPropagation(), children: [searchInput && searchInput, sortingOps, _jsxs("div", { style: {
62
56
  padding: "0.5rem 0.75rem",
63
57
  cursor: "pointer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.665",
3
+ "version": "1.2.666",
4
4
  "description": "A collection of reusable UI components for React applications, built with TypeScript.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",