@daoyi/nmtl-ui 2.0.1-beta.63 → 2.0.1-beta.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.
@@ -3620,7 +3620,7 @@ var NmtlPagination = function NmtlPagination(_ref) {
3620
3620
  return x + 1;
3621
3621
  });
3622
3622
  var handlePageSelected = function handlePageSelected(event) {
3623
- var page = event.target.value;
3623
+ var page = Number.parseInt(event.target.value, 10);
3624
3624
  _onChange(page);
3625
3625
  };
3626
3626
  return /*#__PURE__*/React__default.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daoyi/nmtl-ui",
3
- "version": "2.0.1-beta.63",
3
+ "version": "2.0.1-beta.64",
4
4
  "description": "This project is to be used as a starter kit for building React component using Storybook and Rollup",
5
5
  "author": "daoyi",
6
6
  "main": "lib/index.js",