opus-toolkit-components 0.3.4 → 0.3.5
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.
|
@@ -786,7 +786,7 @@ const Input = /*#__PURE__*/(0,external_react_.forwardRef)((_ref, ref) => {
|
|
|
786
786
|
// Icon position: left or right
|
|
787
787
|
isAnimated = false // Add animation class when focused
|
|
788
788
|
} = _ref;
|
|
789
|
-
const inputClasses = `${className} flex items-center rounded-md bg-white border ${isValid ? 'border-greyLight500' : 'border-utilRed1000'} px-4 text-md font-normal text-gray-900`;
|
|
789
|
+
const inputClasses = `${className} flex items-center rounded-md bg-white border ${isValid ? 'border-greyLight500' : 'border-utilRed1000'} px-4 py-2 text-md font-normal text-gray-900`;
|
|
790
790
|
const iconClasses = `h-5 w-5 ${isAnimated ? 'transition-transform duration-200 group-focus-within:scale-125' : ''} text-gray-400`;
|
|
791
791
|
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
792
792
|
className: "flex flex-col mb-4"
|
|
@@ -9162,4 +9162,4 @@ function Dropdown(_ref) {
|
|
|
9162
9162
|
/******/ })()
|
|
9163
9163
|
;
|
|
9164
9164
|
});
|
|
9165
|
-
//# sourceMappingURL=main.
|
|
9165
|
+
//# sourceMappingURL=main.8113c4786f718627b5f5.js.map
|