@daoyi/nmtl-ui 2.0.1-beta.72 → 2.0.1-beta.73

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.
@@ -3606,7 +3606,7 @@ var _default = (0, _createSvgIcon.default)( /*#__PURE__*/React.createElement("pa
3606
3606
 
3607
3607
  default_1 = ArrowRight.default = _default;
3608
3608
 
3609
- var css_248z = ".ntml-pagination__center {\n display: flex;\n justify-content: center; }\n .ntml-pagination__center .MuiSvgIcon-colorSecondary {\n color: #509891; }\n\n.ntml-pagination__rightSide {\n position: relative;\n float: right;\n top: -36px; }\n .ntml-pagination__rightSide-showTotal {\n display: flex;\n align-items: center; }\n .ntml-pagination__rightSide-showTotal .MuiInput-root {\n width: 90px;\n height: 34px;\n margin: 0 8px;\n padding: 2px 8px 3px 20px;\n border-radius: 17px;\n background-color: rgba(222, 219, 202, 0.4);\n border: 0px; }\n .ntml-pagination__rightSide-showTotal .MuiNativeSelect-icon {\n color: #509891; }\n .ntml-pagination__rightSide-showTotal .MuiNativeSelect-select:not([multiple]) option,\n .ntml-pagination__rightSide-showTotal .MuiNativeSelect-select:not([multiple]) optgroup {\n background-color: rgba(222, 219, 202, 0.4); }\n\n@media only screen and (max-width: 1200px) {\n .ntml-pagination__center-page {\n width: 48px;\n height: 48px;\n display: flex;\n background-color: rgba(222, 219, 202, 0.4);\n border-radius: 50%;\n align-items: center;\n justify-content: center; }\n .ntml-pagination__rightSide {\n position: relative;\n float: initial;\n top: 0;\n display: flex;\n justify-content: center;\n margin-top: 28px; } }\n";
3609
+ var css_248z = ".ntml-pagination__center {\n display: flex;\n justify-content: center; }\n .ntml-pagination__center .MuiSvgIcon-colorSecondary {\n color: #509891; }\n\n.ntml-pagination .MuiPaginationItem-root {\n font-size: 1.5rem; }\n\n.ntml-pagination .MuiNativeSelect-select.MuiNativeSelect-select {\n font-size: 1.5rem; }\n\n.ntml-pagination__rightSide {\n position: relative;\n float: right;\n top: -36px; }\n .ntml-pagination__rightSide-showTotal {\n display: flex;\n align-items: center;\n font-size: 1.5rem; }\n .ntml-pagination__rightSide-showTotal .MuiInput-root {\n width: 90px;\n height: 34px;\n margin: 0 8px;\n padding: 2px 8px 3px 20px;\n border-radius: 17px;\n background-color: rgba(222, 219, 202, 0.4);\n border: 0px; }\n .ntml-pagination__rightSide-showTotal .MuiNativeSelect-icon {\n color: #509891; }\n .ntml-pagination__rightSide-showTotal .MuiNativeSelect-select:not([multiple]) option,\n .ntml-pagination__rightSide-showTotal .MuiNativeSelect-select:not([multiple]) optgroup {\n background-color: rgba(222, 219, 202, 0.4); }\n\n@media only screen and (max-width: 1200px) {\n .ntml-pagination__center-page {\n width: 48px;\n height: 48px;\n display: flex;\n background-color: rgba(222, 219, 202, 0.4);\n border-radius: 50%;\n align-items: center;\n justify-content: center; }\n .ntml-pagination__rightSide {\n position: relative;\n float: initial;\n top: 0;\n display: flex;\n justify-content: center;\n margin-top: 28px; } }\n";
3610
3610
  styleInject(css_248z);
3611
3611
 
3612
3612
  var _excluded = ["className", "pageSize", "total", "onChange"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daoyi/nmtl-ui",
3
- "version": "2.0.1-beta.72",
3
+ "version": "2.0.1-beta.73",
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",