@megha-ui/react 1.2.705 → 1.2.706

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.
@@ -416,7 +416,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
416
416
  .filter((v) => v);
417
417
  if (!filterSegments.length)
418
418
  return true;
419
- console.log({ filterSegments, valueSegments });
419
+ console.log({ filterSegments, valueSegments, group });
420
420
  return filterSegments.some((segment) => valueSegments.includes(segment));
421
421
  };
422
422
  console.log({ filterValue });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.705",
3
+ "version": "1.2.706",
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",