hplx-react-elements-dev 1.0.21 → 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 +9 -9
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -237,7 +237,7 @@ var InputField = function InputField(_a) {
|
|
|
237
237
|
}, {
|
|
238
238
|
children: [Boolean(prefix) && jsxRuntime.exports.jsx("div", __assign({
|
|
239
239
|
"data-testid": "input-prefix",
|
|
240
|
-
className: "bg-Gray-50 border-r-1 border-r-Gray-300 text-Gray-500 flex items-center px-
|
|
240
|
+
className: "bg-Gray-50 border-r-1 border-r-Gray-300 text-Gray-500 flex items-center px-3"
|
|
241
241
|
}, {
|
|
242
242
|
children: jsxRuntime.exports.jsx(Typography, __assign({
|
|
243
243
|
type: "Text md",
|
|
@@ -253,7 +253,7 @@ var InputField = function InputField(_a) {
|
|
|
253
253
|
})
|
|
254
254
|
})), jsxRuntime.exports.jsx("input", __assign({
|
|
255
255
|
type: "text",
|
|
256
|
-
className: "flex-1
|
|
256
|
+
className: "flex-1 pl-[14px] pr-[12px] py-1 focus-visible:outline-0",
|
|
257
257
|
"data-testid": "text-input"
|
|
258
258
|
}, inputProps)), Boolean(end_icon) && jsxRuntime.exports.jsx("div", __assign({
|
|
259
259
|
className: "text-Gray-500 flex items-center pr-2"
|
|
@@ -263,7 +263,7 @@ var InputField = function InputField(_a) {
|
|
|
263
263
|
})
|
|
264
264
|
})), Boolean(suffix) && jsxRuntime.exports.jsx("div", __assign({
|
|
265
265
|
"data-testid": "input-suffix",
|
|
266
|
-
className: "bg-Gray-50 border-l-1 border-l-Gray-300 text-Gray-500 flex items-center
|
|
266
|
+
className: "bg-Gray-50 border-l-1 border-l-Gray-300 text-Gray-500 flex items-center pr-3 pl-[14px]"
|
|
267
267
|
}, {
|
|
268
268
|
children: jsxRuntime.exports.jsx(Typography, __assign({
|
|
269
269
|
type: "Text md",
|
|
@@ -361,7 +361,7 @@ var InputFieldSplit = function InputFieldSplit(_a) {
|
|
|
361
361
|
}, {
|
|
362
362
|
children: [Boolean(prefix) && jsxRuntime.exports.jsx("div", __assign({
|
|
363
363
|
"data-testid": "input-prefix",
|
|
364
|
-
className: "bg-Gray-50 border-r-1 border-r-Gray-300 text-Gray-500 flex items-center px-
|
|
364
|
+
className: "bg-Gray-50 border-r-1 border-r-Gray-300 text-Gray-500 flex items-center px-3"
|
|
365
365
|
}, {
|
|
366
366
|
children: jsxRuntime.exports.jsx(Typography, __assign({
|
|
367
367
|
type: "Text md",
|
|
@@ -376,11 +376,11 @@ 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-100"
|
|
380
380
|
}, {
|
|
381
381
|
children: [jsxRuntime.exports.jsx("input", __assign({
|
|
382
382
|
type: "text",
|
|
383
|
-
className: "
|
|
383
|
+
className: "pl-[14px] py-1 focus-visible:outline-0 absolute top-0 bottom-0 left-0 right-1/2 mr-2 "
|
|
384
384
|
}, inputProps, {
|
|
385
385
|
value: value && value[fieldNames[0]],
|
|
386
386
|
onChange: handleChange(fieldNames[0]),
|
|
@@ -397,7 +397,7 @@ var InputFieldSplit = function InputFieldSplit(_a) {
|
|
|
397
397
|
}))
|
|
398
398
|
})), jsxRuntime.exports.jsx("input", __assign({
|
|
399
399
|
type: "text",
|
|
400
|
-
className: "
|
|
400
|
+
className: "pr-2 py-1 focus-visible:outline-0 absolute top-0 bottom-0 left-1/2 right-0 ml-2"
|
|
401
401
|
}, inputProps, {
|
|
402
402
|
value: value && value[fieldNames[1]],
|
|
403
403
|
onChange: handleChange(fieldNames[1]),
|
|
@@ -411,7 +411,7 @@ var InputFieldSplit = function InputFieldSplit(_a) {
|
|
|
411
411
|
})
|
|
412
412
|
})), Boolean(suffix) && jsxRuntime.exports.jsx("div", __assign({
|
|
413
413
|
"data-testid": "input-suffix",
|
|
414
|
-
className: "bg-Gray-50 border-l-1 border-l-Gray-300 text-Gray-500 flex items-center
|
|
414
|
+
className: "bg-Gray-50 border-l-1 border-l-Gray-300 text-Gray-500 flex items-center pr-3 pl-[14px]"
|
|
415
415
|
}, {
|
|
416
416
|
children: jsxRuntime.exports.jsx(Typography, __assign({
|
|
417
417
|
type: "Text md",
|
|
@@ -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",
|