sales-frontend-components 0.0.172 → 0.0.173

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.
package/dist/index.d.ts CHANGED
@@ -290,9 +290,7 @@ declare const BANK_STOCK_ICON_LIST: {
290
290
  icon: react_jsx_runtime.JSX.Element;
291
291
  }[];
292
292
 
293
- declare const CustomerSearch: ({ onSelectCustomer, onSearchClear, placeholder, rootProps, ...props }: CustomerSearchProps & {
294
- onSearchClear?: () => void;
295
- }) => react_jsx_runtime.JSX.Element;
293
+ declare const CustomerSearch: ({ onSelectCustomer, onSearchClear, placeholder, rootProps, size, ...props }: CustomerSearchProps) => react_jsx_runtime.JSX.Element;
296
294
 
297
295
  interface Props$3 {
298
296
  isOpen: boolean;