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.
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -2715,7 +2715,9 @@ var Pagination = /*#__PURE__*/function (_React$Component) {
|
|
2715
2715
|
firstPageText: this.props.firstPageText,
|
2716
2716
|
lastPageText: this.props.lastPageText,
|
2717
2717
|
prevPageText: this.props.prevPageText,
|
2718
|
-
nextPageText: this.props.nextPageText
|
2718
|
+
nextPageText: this.props.nextPageText,
|
2719
|
+
hideNavigation: this.props.hideNavigation,
|
2720
|
+
hideFirstLastPages: this.props.hideFirstLastPages
|
2719
2721
|
}));
|
2720
2722
|
};
|
2721
2723
|
|