hplx-react-elements-dev 1.0.22 → 1.0.24
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 +2 -2
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -376,7 +376,7 @@ var InputFieldSplit = function InputFieldSplit(_a) {
|
|
|
376
376
|
className: start_icon
|
|
377
377
|
})
|
|
378
378
|
})), jsxRuntime.exports.jsxs("div", __assign({
|
|
379
|
-
className: "flex-1 relative flex min-w-
|
|
379
|
+
className: "flex-1 relative flex min-w-105"
|
|
380
380
|
}, {
|
|
381
381
|
children: [jsxRuntime.exports.jsx("input", __assign({
|
|
382
382
|
type: "text",
|
|
@@ -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",
|