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

@clayui/shared

Package Overview
Dependencies
Maintainers
12
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/shared - npm Package Compare versions

Comparing version 3.95.2 to 3.96.0

lib/useControlledState.d.ts

4

lib/index.d.ts

@@ -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

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