@clayui/pagination
Advanced tools
Comparing version 3.64.0 to 3.65.1
@@ -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
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
41984
846
Updated@clayui/button@^3.65.0
Updated@clayui/drop-down@^3.65.1
Updated@clayui/shared@^3.65.0