@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.
@@ -2287,7 +2287,7 @@ const InputField = /*#__PURE__*/React__default.forwardRef((props, ref) => {
2287
2287
  }, inputProps, {
2288
2288
  fontSize: fontSize
2289
2289
  })), (withClear || isLoading || type === 'password') && /*#__PURE__*/React__default.createElement(Box, {
2290
- "data-test-id": "Pg7ttgRey7InxE4qzTjW_",
2290
+ "data-test-id": "CT_Component_ClearInput",
2291
2291
  display: "flex",
2292
2292
  alignItems: "center",
2293
2293
  justifyContent: "center",
@@ -3035,10 +3035,6 @@ const SelectWrapper = ({
3035
3035
  .react-select__control {
3036
3036
  border-color: ${isError ? colors.danger['500'] : colors.neutral['500']} !important;
3037
3037
  }
3038
-
3039
- .react-select__control:hover {
3040
- border-color: ${isError ? colors.danger['500'] : colors.primary['500']} !important;
3041
- }
3042
3038
  `
3043
3039
  }, children);
3044
3040
  };