@clayui/pagination
Advanced tools
Comparing version 3.95.2 to 3.96.0
@@ -79,3 +79,3 @@ "use strict"; | ||
var _useInternalState = (0, _shared.useInternalState)({ | ||
var _useControlledState = (0, _shared.useControlledState)({ | ||
defaultName: 'defaultActive', | ||
@@ -88,5 +88,5 @@ defaultValue: defaultActive, | ||
}), | ||
_useInternalState2 = _slicedToArray(_useInternalState, 2), | ||
internalActive = _useInternalState2[0], | ||
setActive = _useInternalState2[1]; | ||
_useControlledState2 = _slicedToArray(_useControlledState, 2), | ||
internalActive = _useControlledState2[0], | ||
setActive = _useControlledState2[1]; | ||
@@ -93,0 +93,0 @@ var previousPage = internalActive - 1; |
{ | ||
"name": "@clayui/pagination", | ||
"version": "3.95.2", | ||
"version": "3.96.0", | ||
"description": "ClayPagination component", | ||
@@ -30,6 +30,6 @@ "license": "BSD-3-Clause", | ||
"@clayui/button": "^3.92.0", | ||
"@clayui/drop-down": "^3.95.2", | ||
"@clayui/drop-down": "^3.96.0", | ||
"@clayui/icon": "^3.56.0", | ||
"@clayui/link": "^3.88.0", | ||
"@clayui/shared": "^3.95.2", | ||
"@clayui/shared": "^3.96.0", | ||
"classnames": "^2.2.6" | ||
@@ -45,3 +45,3 @@ }, | ||
], | ||
"gitHead": "68ebdcf79dab1ba0af5846b23f64fb8776156df7" | ||
"gitHead": "4b068cc052987f0a95dc6ca3e5f985b5a52236c6" | ||
} |
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
50460
Updated@clayui/drop-down@^3.96.0
Updated@clayui/shared@^3.96.0