sag_components 2.0.0-beta310 → 2.0.0-beta311

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.esm.js CHANGED
@@ -48070,7 +48070,7 @@ const NewItemList = ({
48070
48070
  type: "search",
48071
48071
  placeholder: "Search",
48072
48072
  onChange: handleSearchChange
48073
- }), /*#__PURE__*/React$1.createElement(VendorSearchResult, null, isSearchLoading ? "Searching..." : currentSearchValue !== "" ? `${filteredItems.length === 0 ? "No" : filteredItems.length} Vendors Found` : " ")), /*#__PURE__*/React$1.createElement(VendorListWrapper$1, {
48073
+ }), /*#__PURE__*/React$1.createElement(VendorSearchResult, null, isSearchLoading ? "Searching..." : currentSearchValue !== "" ? `${filteredItems.length === 0 ? "No" : filteredItems.length} Vendors Found` : "...")), /*#__PURE__*/React$1.createElement(VendorListWrapper$1, {
48074
48074
  ref: scrollWrapperRef,
48075
48075
  headerHeight: headerHeight
48076
48076
  }, FixedSizeList ? /*#__PURE__*/React$1.createElement(FixedSizeList, {