ui-kit-ck-consultant 0.5.176 → 0.5.177

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.
@@ -2712,7 +2712,9 @@ var Pagination = /*#__PURE__*/function (_React$Component) {
2712
2712
  firstPageText: this.props.firstPageText,
2713
2713
  lastPageText: this.props.lastPageText,
2714
2714
  prevPageText: this.props.prevPageText,
2715
- nextPageText: this.props.nextPageText
2715
+ nextPageText: this.props.nextPageText,
2716
+ hideNavigation: this.props.hideNavigation,
2717
+ hideFirstLastPages: this.props.hideFirstLastPages
2716
2718
  }));
2717
2719
  };
2718
2720