@zendeskgarden/container-utilities
Advanced tools
Comparing version 1.0.2 to 1.0.4
@@ -8,3 +8,3 @@ /** | ||
import { RefObject } from 'react'; | ||
declare type PossibleRef<T> = ((instance: T | null) => void) | RefObject<T> | null | undefined; | ||
type PossibleRef<T> = ((instance: T | null) => void) | RefObject<T> | null | undefined; | ||
/** | ||
@@ -11,0 +11,0 @@ * A custom hook that combines multiple refs into a single, valid ref. |
{ | ||
"name": "@zendeskgarden/container-utilities", | ||
"version": "1.0.2", | ||
"version": "1.0.4", | ||
"description": "Container utilities in the Garden Design System", | ||
@@ -44,3 +44,3 @@ "license": "Apache-2.0", | ||
"zendeskgarden:src": "src/index.ts", | ||
"gitHead": "1cc53f9f74902490e5af52e54d76c9aa06f8976a" | ||
"gitHead": "c2f2e7a79b629e7d9890a349398e03ad6e333e66" | ||
} |
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
26445