rc-pagination
Advanced tools
Comparing version 2.4.2 to 2.4.3
export default { | ||
// Options.jsx | ||
items_per_page: '/ stronę', | ||
items_per_page: 'na stronę', | ||
jump_to: 'Idź do', | ||
jump_to_confirm: 'potwierdzać', | ||
jump_to_confirm: 'potwierdź', | ||
page: '', | ||
@@ -7,0 +7,0 @@ // Pagination.jsx |
@@ -27,5 +27,7 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
tabIndex: "0" | ||
}, props.itemRender(props.page, 'page', /*#__PURE__*/React.createElement("a", null, props.page))); | ||
}, props.itemRender(props.page, 'page', /*#__PURE__*/React.createElement("a", { | ||
rel: "nofollow" | ||
}, props.page))); | ||
}; | ||
export default Pager; |
@@ -9,5 +9,5 @@ "use strict"; | ||
// Options.jsx | ||
items_per_page: '/ stronę', | ||
items_per_page: 'na stronę', | ||
jump_to: 'Idź do', | ||
jump_to_confirm: 'potwierdzać', | ||
jump_to_confirm: 'potwierdź', | ||
page: '', | ||
@@ -14,0 +14,0 @@ // Pagination.jsx |
@@ -37,3 +37,5 @@ "use strict"; | ||
tabIndex: "0" | ||
}, props.itemRender(props.page, 'page', /*#__PURE__*/_react.default.createElement("a", null, props.page))); | ||
}, props.itemRender(props.page, 'page', /*#__PURE__*/_react.default.createElement("a", { | ||
rel: "nofollow" | ||
}, props.page))); | ||
}; | ||
@@ -40,0 +42,0 @@ |
{ | ||
"name": "rc-pagination", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "pagination ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145285
3724