@megha-ui/react 1.2.618 → 1.2.619

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.
@@ -826,7 +826,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
826
826
  }, 1000);
827
827
  setPrevRenderedData(filteredData);
828
828
  }
829
- }, [filteredData, sortQueries, gridGroupBy, gridColumns]);
829
+ }, [sortedData, gridGroupBy, gridColumns]);
830
830
  const handleSearch = (key, value, type) => {
831
831
  setSearchQueries((prev) => (Object.assign(Object.assign({}, prev), { [key]: { text: value, type, operation: "and" } })));
832
832
  setUniqueSearch((prev) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.618",
3
+ "version": "1.2.619",
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",