Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clayui/pagination

Package Overview
Dependencies
Maintainers
14
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/pagination - npm Package Compare versions

Comparing version 3.64.0 to 3.65.1

2

lib/Ellipsis.d.ts

@@ -15,3 +15,3 @@ /**

}
declare const ClayPaginationEllipsis: React.FunctionComponent<IPaginationEllipsisProps>;
declare const ClayPaginationEllipsis: ({ alignmentPosition, disabled, disabledPages, hrefConstructor, items, onPageChange, }: IPaginationEllipsisProps) => JSX.Element;
export default ClayPaginationEllipsis;

@@ -11,3 +11,3 @@ /**

}
declare const ClayPaginationItem: React.FunctionComponent<IPaginationItemProps>;
declare const ClayPaginationItem: ({ active, children, disabled, href, ...otherProps }: IPaginationItemProps) => JSX.Element;
export default ClayPaginationItem;

@@ -13,5 +13,5 @@ /**

declare const _default: React.ForwardRefExoticComponent<IProps & React.RefAttributes<HTMLUListElement>> & {
Ellipsis: React.FunctionComponent<import("./Ellipsis").IPaginationEllipsisProps>;
Item: React.FunctionComponent<import("./Item").IPaginationItemProps>;
Ellipsis: ({ alignmentPosition, disabled, disabledPages, hrefConstructor, items, onPageChange, }: import("./Ellipsis").IPaginationEllipsisProps) => JSX.Element;
Item: ({ active, children, disabled, href, ...otherProps }: import("./Item").IPaginationItemProps) => JSX.Element;
};
export default _default;
{
"name": "@clayui/pagination",
"version": "3.64.0",
"version": "3.65.1",
"description": "ClayPagination component",

@@ -29,7 +29,7 @@ "license": "BSD-3-Clause",

"dependencies": {
"@clayui/button": "^3.56.0",
"@clayui/drop-down": "^3.64.0",
"@clayui/button": "^3.65.0",
"@clayui/drop-down": "^3.65.1",
"@clayui/icon": "^3.56.0",
"@clayui/link": "^3.56.0",
"@clayui/shared": "^3.58.0",
"@clayui/shared": "^3.65.0",
"classnames": "^2.2.6"

@@ -45,3 +45,3 @@ },

],
"gitHead": "e8eac1a0f5eb41593e0a31cc7f191234f095ac49"
"gitHead": "603f05c8d617d98e29f0456b5d6618f9a95ce740"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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