@clayui/shared
Advanced tools
Comparing version 3.58.0 to 3.65.0
@@ -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
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
89844
Updated@clayui/button@^3.65.0