opus-toolkit-components 0.3.6 → 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.
|
@@ -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.
|
|
9178
|
+
//# sourceMappingURL=main.269991b330795c1b8d09.js.map
|