@clayui/shared
Advanced tools
Comparing version 3.95.2 to 3.96.0
@@ -22,3 +22,3 @@ /** | ||
export { useInteractionFocus, useFocusVisible } from './useInteractionFocus'; | ||
export { useInternalState } from './useInternalState'; | ||
export { useControlledState } from './useControlledState'; | ||
export { useMousePosition } from './useMousePosition'; | ||
@@ -32,2 +32,2 @@ export { useNavigation, isTypeahead, getFocusableList } from './useNavigation'; | ||
export type { IBaseProps as IPortalBaseProps } from './Portal'; | ||
export type { InternalDispatch } from './useInternalState'; | ||
export type { InternalDispatch } from './useControlledState'; |
@@ -127,2 +127,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "useControlledState", { | ||
enumerable: true, | ||
get: function get() { | ||
return _useControlledState.useControlledState; | ||
} | ||
}); | ||
Object.defineProperty(exports, "useDebounce", { | ||
@@ -164,8 +170,2 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, "useInternalState", { | ||
enumerable: true, | ||
get: function get() { | ||
return _useInternalState.useInternalState; | ||
} | ||
}); | ||
Object.defineProperty(exports, "useIsMobileDevice", { | ||
@@ -228,3 +228,3 @@ enumerable: true, | ||
var _useInternalState = require("./useInternalState"); | ||
var _useControlledState = require("./useControlledState"); | ||
@@ -231,0 +231,0 @@ var _useMousePosition = require("./useMousePosition"); |
{ | ||
"name": "@clayui/shared", | ||
"version": "3.95.2", | ||
"version": "3.96.0", | ||
"description": "ClayShared component", | ||
@@ -45,3 +45,3 @@ "license": "BSD-3-Clause", | ||
], | ||
"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
178130
5001