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 +1 -1
- package/package.json +1 -1
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-
|
|
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"
|