@rolster/react-components 18.15.22 → 18.15.23

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.
@@ -22,6 +22,6 @@ export function RlsInput({ children, disabled, formControl, onValue, placeholder
22
22
  return (_jsxs("div", { className: renderClassStatus('rls-input', {
23
23
  focused: formControl?.focused ?? focused,
24
24
  disabled: formControl?.disabled || disabled
25
- }), children: [_jsx("input", { ref: formControl?.elementRef, className: "rls-input__component", autoComplete: "off", type: type ?? 'text', placeholder: placeholder, disabled: formControl?.disabled ?? disabled, onFocus: onFocus, onBlur: onBlur, onChange: onChange, value: formControl?.value ?? value ?? '' }), _jsx("span", { className: "rls-input__value", children: children })] }));
25
+ }), children: [_jsx("input", { ref: formControl?.elementRef, className: "rls-input__component", autoComplete: "off", type: type ?? 'text', placeholder: placeholder, disabled: formControl?.disabled || disabled, onFocus: onFocus, onBlur: onBlur, onChange: onChange, value: formControl?.value ?? value ?? '' }), _jsx("span", { className: "rls-input__value", children: children })] }));
26
26
  }
27
27
  //# sourceMappingURL=Input.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/react-components",
3
- "version": "18.15.22",
3
+ "version": "18.15.23",
4
4
  "type": "module",
5
5
  "description": "Package containing UI components for React Project.",
6
6
  "module": "dist/esm/index.js",