@bigbinary/neeto-molecules 1.0.62 → 1.0.64

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.
@@ -1147,6 +1147,7 @@ var NoResults = function NoResults() {
1147
1147
  "data-cy": "no-icon-results-found-text"
1148
1148
  }, t("neetoMolecules.iconPicker.dropdown.noResults"));
1149
1149
  };
1150
+ var NoResults$1 = /*#__PURE__*/React.memo(NoResults);
1150
1151
 
1151
1152
  var _excluded = ["filled", "label", "value", "onClick", "className"];
1152
1153
  var IconPicker = function IconPicker(_ref) {
@@ -1293,7 +1294,7 @@ var IconPicker = function IconPicker(_ref) {
1293
1294
  rowHeight: GRID_PROPERTIES.rowHeight,
1294
1295
  width: GRID_PROPERTIES.gridWidth,
1295
1296
  rowCount: Math.ceil(iconList.length / GRID_PROPERTIES.columnCount)
1296
- }, renderGridCell) : /*#__PURE__*/React.createElement(NoResults, null))));
1297
+ }, renderGridCell) : /*#__PURE__*/React.createElement(NoResults$1, null))));
1297
1298
  };
1298
1299
 
1299
1300
  export { IconPicker as default };