hplx-react-elements-dev 1.0.22 → 1.0.23
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
|
@@ -4052,7 +4052,7 @@ var CollapsibleCard = function CollapsibleCard(props) {
|
|
|
4052
4052
|
className: "flex"
|
|
4053
4053
|
}, {
|
|
4054
4054
|
children: jsxRuntime.exports.jsxs("div", __assign({
|
|
4055
|
-
className: "".concat(getPostionClassName(direction + active), " duration-300
|
|
4055
|
+
className: "".concat(getPostionClassName(direction + active), " duration-300 bg-Gray-100 relative")
|
|
4056
4056
|
}, {
|
|
4057
4057
|
children: [jsxRuntime.exports.jsx("div", {
|
|
4058
4058
|
"data-testid": "CollapseIcon",
|