@react-types/dialog
Advanced tools
Comparing version 3.5.11-nightly.4674 to 3.5.11-nightly.4681
{ | ||
"name": "@react-types/dialog", | ||
"version": "3.5.11-nightly.4674+59136f78e", | ||
"version": "3.5.11-nightly.4681+2fd87d9f1", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,7 +12,7 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/overlays": "3.8.8-nightly.4674+59136f78e", | ||
"@react-types/shared": "3.0.0-nightly.2962+59136f78e" | ||
"@react-types/overlays": "3.8.8-nightly.4681+2fd87d9f1", | ||
"@react-types/shared": "3.0.0-nightly.2969+2fd87d9f1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" | ||
}, | ||
@@ -22,3 +22,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "59136f78e853e97bb4067a1268750c9f85900bf6" | ||
"gitHead": "2fd87d9f1d894e6b00a595cce73c6e8828029132" | ||
} |
@@ -34,3 +34,3 @@ /* | ||
/** The ref of the element the Dialog should visually attach itself to. Defaults to the trigger button if not defined. */ | ||
targetRef?: RefObject<HTMLElement>, | ||
targetRef?: RefObject<HTMLElement | null>, | ||
/** Whether a modal type Dialog should be dismissable. */ | ||
@@ -37,0 +37,0 @@ isDismissable?: boolean, |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
16872