@megha-ui/react 1.2.595 → 1.2.596

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.
@@ -1353,6 +1353,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
1353
1353
  }, onClick: () => removeChip(chip), children: "\u00D7" })] }) }, chip))) })] })), _jsxs("div", { style: {
1354
1354
  display: "flex",
1355
1355
  alignItems: "center",
1356
+ flexWrap: "wrap",
1356
1357
  justifyContent: globalSearch || filterDetails.hasFilters || sortDetails.hasSort
1357
1358
  ? "space-between"
1358
1359
  : "end",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.595",
3
+ "version": "1.2.596",
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",