@megha-ui/react 1.3.137 → 1.3.138

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.
@@ -1138,17 +1138,6 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
1138
1138
  freezeColumnsAvailable ||
1139
1139
  filterDetails.filtersUpdated ||
1140
1140
  hasCustomOperation;
1141
- console.log({
1142
- shouldShowHeaderActionsSpacer,
1143
- isSummarise,
1144
- showHideAvailable,
1145
- exportAvailable,
1146
- isHideDupsAvailable,
1147
- fullScreen,
1148
- freezeColumnsAvailable,
1149
- filterDetails,
1150
- hasCustomOperation,
1151
- });
1152
1141
  useEffect(() => {
1153
1142
  if (showHideAvailable ||
1154
1143
  exportAvailable ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.3.137",
3
+ "version": "1.3.138",
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",