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

@clayui/shared

Package Overview
Dependencies
Maintainers
14
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.58.0 to 3.65.0

6

lib/FocusScope.d.ts

@@ -6,3 +6,3 @@ /**

import React from 'react';
interface IProps {
declare type Props = {
/**

@@ -21,3 +21,3 @@ * Flag indicates whether the focus will also be controlled with the right

};
}
};
/**

@@ -28,3 +28,3 @@ * FocusScope is a component only for controlling focus and listening

*/
export declare const FocusScope: React.FunctionComponent<IProps>;
export declare const FocusScope: ({ arrowKeysLeftRight, arrowKeysUpDown, children, }: Props) => JSX.Element;
export {};

@@ -27,3 +27,3 @@ /**

}
export declare const ClayPortal: React.FunctionComponent<IProps>;
export declare const ClayPortal: ({ children, className, containerRef, id, subPortalRef, }: IProps) => JSX.Element;
export {};
{
"name": "@clayui/shared",
"version": "3.58.0",
"version": "3.65.0",
"description": "ClayShared component",

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

"dependencies": {
"@clayui/button": "^3.56.0",
"@clayui/button": "^3.65.0",
"@clayui/link": "^3.56.0",

@@ -45,3 +45,3 @@ "@clayui/provider": "^3.56.0",

],
"gitHead": "db7f178a1a0dff04d700f8dca2b04f6a5321353b"
"gitHead": "603f05c8d617d98e29f0456b5d6618f9a95ce740"
}

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