monkey-front-core 0.0.465 → 0.0.467

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.
@@ -5573,11 +5573,6 @@ class MonkeyEcxCommonsSelectors {
5573
5573
  return result;
5574
5574
  });
5575
5575
  };
5576
- const selectPagination = (props) => {
5577
- return createSelector(selectState, (state) => {
5578
- return state?.pagination?.[props.identifier];
5579
- });
5580
- };
5581
5576
  const selectControl = () => {
5582
5577
  return createSelector(selectState, (state) => {
5583
5578
  return state.control;
@@ -5622,7 +5617,6 @@ class MonkeyEcxCommonsSelectors {
5622
5617
  selectControl,
5623
5618
  selectLinks,
5624
5619
  selectByIdentifier,
5625
- selectPagination,
5626
5620
  selectPage,
5627
5621
  linksHasDifference
5628
5622
  };