@react-types/dialog
Advanced tools
Comparing version 3.1.0 to 3.2.0
{ | ||
"name": "@react-types/dialog", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,4 +12,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/overlays": "^3.1.0", | ||
"@react-types/shared": "^3.1.0" | ||
"@react-types/overlays": "^3.2.0", | ||
"@react-types/shared": "^3.2.0" | ||
}, | ||
@@ -22,3 +22,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69" | ||
"gitHead": "661f0f2e3b8648a75aae83043267954700059fe0" | ||
} |
@@ -36,3 +36,5 @@ /* | ||
/** Whether a modal type Dialog should be dismissable. */ | ||
isDismissable?: boolean | ||
isDismissable?: boolean, | ||
/** Whether pressing the escape key to close the dialog should be disabled. */ | ||
isKeyboardDismissDisabled?: boolean | ||
} | ||
@@ -85,3 +87,2 @@ | ||
// allowsKeyboardConfirmation?: boolean, // triggers primary action | ||
// isKeyboardCancelDisabled?: boolean // needed? | ||
} |
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
16074
80
Updated@react-types/overlays@^3.2.0
Updated@react-types/shared@^3.2.0