@megha-ui/react 1.2.66 → 1.2.68

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.
@@ -210,8 +210,6 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
210
210
  new Date(value).getTime() < end);
211
211
  }
212
212
  else if (start && end) {
213
- console.log(start, end, value, parseFloat(start.trim()) < parseFloat(value) &&
214
- parseFloat(value) < parseFloat(end.trim()));
215
213
  return (parseFloat(start.trim()) < parseFloat(value) &&
216
214
  parseFloat(value) < parseFloat(end.trim()));
217
215
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.66",
3
+ "version": "1.2.68",
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.mjs",