@ctlyst.id/internal-ui 2.0.13 → 2.0.15
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/internal-ui.cjs.development.js +1 -5
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +4 -8
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +1 -5
- package/dist/internal-ui.esm.js.map +1 -1
- package/package.json +2 -2
@@ -2293,7 +2293,7 @@ const InputField = /*#__PURE__*/React__default.forwardRef((props, ref) => {
|
|
2293
2293
|
}, inputProps, {
|
2294
2294
|
fontSize: fontSize
|
2295
2295
|
})), (withClear || isLoading || type === 'password') && /*#__PURE__*/React__default.createElement(react.Box, {
|
2296
|
-
"data-test-id": "
|
2296
|
+
"data-test-id": "CT_Component_ClearInput",
|
2297
2297
|
display: "flex",
|
2298
2298
|
alignItems: "center",
|
2299
2299
|
justifyContent: "center",
|
@@ -3041,10 +3041,6 @@ const SelectWrapper = ({
|
|
3041
3041
|
.react-select__control {
|
3042
3042
|
border-color: ${isError ? colors.danger['500'] : colors.neutral['500']} !important;
|
3043
3043
|
}
|
3044
|
-
|
3045
|
-
.react-select__control:hover {
|
3046
|
-
border-color: ${isError ? colors.danger['500'] : colors.primary['500']} !important;
|
3047
|
-
}
|
3048
3044
|
`
|
3049
3045
|
}, children);
|
3050
3046
|
};
|