@luscii-healthtech/web-ui 15.0.1 → 15.0.2

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.
@@ -1446,7 +1446,8 @@ const Input = React__namespace.default.forwardRef((_a, ref) => {
1446
1446
  });
1447
1447
 
1448
1448
  const SearchInput = React__namespace.default.forwardRef((props, ref) => {
1449
- return React__namespace.default.createElement(Input, Object.assign({}, props, { icon: "SearchIcon", type: "text", width: "xl", clearable: true, ref }));
1449
+ var _a;
1450
+ return React__namespace.default.createElement(Input, Object.assign({}, props, { icon: "SearchIcon", type: "text", width: (_a = props.width) !== null && _a !== void 0 ? _a : "xl", clearable: true, ref }));
1450
1451
  });
1451
1452
 
1452
1453
  const Spinner = (props) => {