@megha-ui/react 1.2.308 → 1.2.309

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.
@@ -132,6 +132,7 @@ const SummariseDetails = ({ columns, rowIndex, groupBy, sortable, cellStyle, col
132
132
  background: "inherit",
133
133
  }, children: [groupBy
134
134
  .split(",")
135
+ .flatMap((item) => item.split("+"))
135
136
  .filter((item) => item && !removedKeys.includes(item))
136
137
  .map((_groupBy) => {
137
138
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.308",
3
+ "version": "1.2.309",
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",