@luscii-healthtech/web-ui 40.6.4 → 40.6.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.
@@ -5864,7 +5864,7 @@ PageWithCenteredContentLayout.Header = Header;
5864
5864
  PageWithCenteredContentLayout.Main = Main;
5865
5865
 
5866
5866
  const InputSelectInput = React__namespace.default.forwardRef((props, ref) => {
5867
- return jsxRuntime.jsx(Input, Object.assign({ ref }, props));
5867
+ return jsxRuntime.jsx(StyledInput, Object.assign({ ref }, props));
5868
5868
  });
5869
5869
  InputSelectInput.displayName = "InputSelect.Input";
5870
5870