@clayui/pagination-bar
Advanced tools
Comparing version 3.99.0 to 3.99.1
@@ -138,3 +138,3 @@ "use strict"; | ||
return /*#__PURE__*/_react.default.createElement(_PaginationBar.default, otherProps, showDeltasDropDown && /*#__PURE__*/_react.default.createElement("div", { | ||
className: "pagination-items-per-page" | ||
className: "dropdown pagination-items-per-page" | ||
}, /*#__PURE__*/_react.default.createElement(_core.Picker, { | ||
@@ -141,0 +141,0 @@ activeDelta: activeDelta, |
{ | ||
"name": "@clayui/pagination-bar", | ||
"version": "3.99.0", | ||
"version": "3.99.1", | ||
"description": "ClayPaginationBar component", | ||
@@ -30,6 +30,6 @@ "license": "BSD-3-Clause", | ||
"@clayui/button": "^3.92.0", | ||
"@clayui/core": "^3.99.0", | ||
"@clayui/drop-down": "^3.99.0", | ||
"@clayui/core": "^3.99.1", | ||
"@clayui/drop-down": "^3.99.1", | ||
"@clayui/icon": "^3.56.0", | ||
"@clayui/pagination": "^3.99.0", | ||
"@clayui/pagination": "^3.99.1", | ||
"@clayui/shared": "^3.96.0", | ||
@@ -46,3 +46,3 @@ "classnames": "^2.2.6" | ||
], | ||
"gitHead": "235bbede3613b988cc481abc7a76c74c76729c9e" | ||
"gitHead": "8cfc0c25944df8c8e8fa878b05967d41e3604f9c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
45131
Updated@clayui/core@^3.99.1
Updated@clayui/drop-down@^3.99.1
Updated@clayui/pagination@^3.99.1