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

@clayui/pagination

Package Overview
Dependencies
Maintainers
16
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.37.0 to 3.38.0

2

lib/Ellipsis.js

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

displayType: "unstyled"
}, '...')
}, "...")
});

@@ -49,0 +49,0 @@ };

@@ -14,2 +14,4 @@ "use strict";

var _excluded = ["active", "children", "disabled", "href"];
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -30,3 +32,3 @@

href = _ref.href,
otherProps = _objectWithoutProperties(_ref, ["active", "children", "disabled", "href"]);
otherProps = _objectWithoutProperties(_ref, _excluded);

@@ -33,0 +35,0 @@ var classes = (0, _classnames.default)('page-item', {

@@ -16,2 +16,4 @@ "use strict";

var _excluded = ["children", "className", "size"];
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -31,3 +33,3 @@

size = _ref.size,
otherProps = _objectWithoutProperties(_ref, ["children", "className", "size"]);
otherProps = _objectWithoutProperties(_ref, _excluded);

@@ -34,0 +36,0 @@ return /*#__PURE__*/_react.default.createElement("ul", _extends({}, otherProps, {

import React from 'react';
import Pagination from './Pagination';
import type { IPaginationEllipsisProps } from './Ellipsis';
import Pagination from './Pagination';
interface IProps extends React.ComponentProps<typeof Pagination> {

@@ -5,0 +5,0 @@ activePage: number;

@@ -16,2 +16,4 @@ "use strict";

var _excluded = ["activePage", "alignmentPosition", "ariaLabels", "disabledPages", "ellipsisBuffer", "hrefConstructor", "onPageChange", "spritemap", "totalPages"];
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -43,3 +45,3 @@

totalPages = _ref.totalPages,
otherProps = _objectWithoutProperties(_ref, ["activePage", "alignmentPosition", "ariaLabels", "disabledPages", "ellipsisBuffer", "hrefConstructor", "onPageChange", "spritemap", "totalPages"]);
otherProps = _objectWithoutProperties(_ref, _excluded);

@@ -46,0 +48,0 @@ var previousPage = activePage - 1;

{
"name": "@clayui/pagination",
"version": "3.37.0",
"version": "3.38.0",
"description": "ClayPagination component",

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

"dependencies": {
"@clayui/button": "^3.37.0",
"@clayui/drop-down": "^3.37.0",
"@clayui/icon": "^3.37.0",
"@clayui/link": "^3.37.0",
"@clayui/shared": "^3.37.0",
"@clayui/button": "^3.38.0",
"@clayui/drop-down": "^3.38.0",
"@clayui/icon": "^3.38.0",
"@clayui/link": "^3.38.0",
"@clayui/shared": "^3.38.0",
"classnames": "^2.2.6"

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

],
"gitHead": "0079c5f752a4c2fd2885e507d466bfd63fe57a9f"
"gitHead": "7bd99c6d432b6973d76b7003e64ed72e42879a8b"
}

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