New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clayui/pagination-bar

Package Overview
Dependencies
Maintainers
13
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/pagination-bar - npm Package Compare versions

Comparing version 3.113.0 to 3.114.0

CHANGELOG.md

2

lib/DropDown.d.ts

@@ -10,3 +10,3 @@ /**

*/
declare const ClayPaginationBarDropDown: ({ className, ...otherProps }: React.ComponentProps<typeof ClayDropDownWithItems>) => JSX.Element;
declare const ClayPaginationBarDropDown: ({ className, messages, trigger, ...otherProps }: React.ComponentProps<typeof ClayDropDownWithItems>) => JSX.Element;
export default ClayPaginationBarDropDown;

@@ -14,3 +14,3 @@ "use strict";

var _excluded = ["className"];
var _excluded = ["className", "messages", "trigger"];

@@ -30,6 +30,12 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var className = _ref.className,
_ref$messages = _ref.messages,
messages = _ref$messages === void 0 ? 'Items Per Page' : _ref$messages,
trigger = _ref.trigger,
otherProps = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/_react.default.createElement(_dropDown.ClayDropDownWithItems, _extends({
className: (0, _classnames.default)(className, 'pagination-items-per-page')
className: (0, _classnames.default)(className, 'pagination-items-per-page'),
trigger: /*#__PURE__*/_react.default.cloneElement(trigger, {
'aria-label': messages
})
}, otherProps));

@@ -36,0 +42,0 @@ };

{
"name": "@clayui/pagination-bar",
"version": "3.113.0",
"version": "3.114.0",
"description": "ClayPaginationBar component",

@@ -28,6 +28,6 @@ "license": "BSD-3-Clause",

"@clayui/button": "^3.113.0",
"@clayui/core": "^3.113.0",
"@clayui/drop-down": "^3.113.0",
"@clayui/core": "^3.114.0",
"@clayui/drop-down": "^3.114.0",
"@clayui/icon": "^3.111.0",
"@clayui/pagination": "^3.113.0",
"@clayui/pagination": "^3.114.0",
"@clayui/shared": "^3.113.0",

@@ -44,3 +44,3 @@ "classnames": "^2.2.6"

],
"gitHead": "6960907fb9275e35761c5a287d0ced6cd8be20b4"
"gitHead": "9f3291798dcc6ee5d2c4130aa91c59b4bfb992ed"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc