hplx-react-elements-dev 1.0.17 → 1.0.18

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.
package/dist/esm/index.js CHANGED
@@ -4032,7 +4032,7 @@ var CollapsibleCard = function CollapsibleCard(props) {
4032
4032
  onAnimationEnd: function onAnimationEnd() {
4033
4033
  console.log("onAnimationEnd called");
4034
4034
  },
4035
- className: "".concat(active ? "max-h-[1000px]" : "max-h-0", " ").concat(active ? "p-5" : "p-0", " transition-all duration-500 ease-in-out overflow-auto mt-5 ").concat(getWidth(width), " ").concat(getHeight(height), " text-ellipsis")
4035
+ className: "".concat(active ? "max-h-[1000px]" : "max-h-0", " ").concat(active ? "p-5" : "p-0", " transition-all duration-500 ease-in-out overflow-hidden mt-5 ").concat(getWidth(width), " ").concat(getHeight(height), " text-ellipsis")
4036
4036
  }, {
4037
4037
  children: [header && jsxRuntime.exports.jsx("div", __assign({
4038
4038
  className: "flex flex-1 m-1 p-4"
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.0.17",
12
+ "version": "1.0.18",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",