@daoyi/nmtl-ui 2.0.1-beta.68 → 2.0.1-beta.69

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.
@@ -3665,9 +3665,9 @@ var Pagination = function Pagination(_ref) {
3665
3665
  }, /*#__PURE__*/React__default.createElement(default_1, {
3666
3666
  color: "secondary"
3667
3667
  })))), /*#__PURE__*/React__default.createElement("div", {
3668
- className: "ntmlPagination__rightSide"
3668
+ className: "ntml-pagination__rightSide"
3669
3669
  }, /*#__PURE__*/React__default.createElement("div", {
3670
- className: "ntmlPagination__rightSide-showTotal"
3670
+ className: "ntml-pagination__rightSide-showTotal"
3671
3671
  }, /*#__PURE__*/React__default.createElement("span", null, "\u76EE\u524D\u5728\u7B2C"), /*#__PURE__*/React__default.createElement(NativeSelect$1, {
3672
3672
  value: current,
3673
3673
  onChange: handlePageSelected
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daoyi/nmtl-ui",
3
- "version": "2.0.1-beta.68",
3
+ "version": "2.0.1-beta.69",
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",