opus-toolkit-components 0.3.6 → 0.3.7

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`;
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`;
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"
@@ -9175,4 +9175,4 @@ function Dropdown(_ref) {
9175
9175
  /******/ })()
9176
9176
  ;
9177
9177
  });
9178
- //# sourceMappingURL=main.1853a4f208c982c65492.js.map
9178
+ //# sourceMappingURL=main.6a096fe22842caaa5fe4.js.map