opus-toolkit-components 0.3.7 → 0.3.8

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.
@@ -788,7 +788,7 @@ const Input = /*#__PURE__*/(0,external_react_.forwardRef)((_ref, ref) => {
788
788
  // Add animation class when focused
789
789
  required = false // Required field indicator
790
790
  } = _ref;
791
- const inputClasses = `${className} flex items-center rounded-md bg-white border ${isValid ? 'border-greyLight500' : 'border-utilRed1000'} p-2 text-md font-normal text-gray-900 focus:outline-none focus:border-blue-500 focus:ring-0`;
791
+ const inputClasses = `${className} flex items-center rounded-md bg-white border ${isValid ? 'border-greyLight500' : 'border-utilRed1000'} p-2 text-md font-normal text-gray-900`;
792
792
  const iconClasses = `h-5 w-5 ${isAnimated ? 'transition-transform duration-200 group-focus-within:scale-125' : ''} text-gray-400`;
793
793
  return /*#__PURE__*/external_react_default().createElement("div", {
794
794
  className: "flex flex-col mb-4"
@@ -804,7 +804,7 @@ const Input = /*#__PURE__*/(0,external_react_.forwardRef)((_ref, ref) => {
804
804
  className: iconClasses
805
805
  })), /*#__PURE__*/external_react_default().createElement("input", {
806
806
  ref: ref,
807
- className: `w-full ${Icon ? iconPosition === 'left' ? 'pl-10' : 'pr-10' : ''} bg-transparent border-none focus:ring-0`,
807
+ className: `w-full ${Icon ? iconPosition === 'left' ? 'pl-10' : 'pr-10' : ''} bg-transparent border-none focus:ring-0 focus:outline-none`,
808
808
  type: type,
809
809
  name: name,
810
810
  placeholder: placeholder,
@@ -9175,4 +9175,4 @@ function Dropdown(_ref) {
9175
9175
  /******/ })()
9176
9176
  ;
9177
9177
  });
9178
- //# sourceMappingURL=main.6a096fe22842caaa5fe4.js.map
9178
+ //# sourceMappingURL=main.269991b330795c1b8d09.js.map