@react-aria/toolbar
Advanced tools
Comparing version 3.0.0-nightly.4266 to 3.0.0-nightly.4274
@@ -17,3 +17,4 @@ import { AriaLabelingProps, Orientation } from "@react-types/shared"; | ||
/** | ||
* Handles interactions for toolbar elements, such as keyboard navigation between elements. | ||
* Provides the behavior and accessibility implementation for a toolbar. | ||
* A toolbar is a container for a set of interactive controls with arrow key navigation. | ||
* @param props - Props to be applied to the toolbar. | ||
@@ -20,0 +21,0 @@ * @param ref - A ref to a DOM element for the toolbar. |
{ | ||
"name": "@react-aria/toolbar", | ||
"version": "3.0.0-nightly.4266+0b541f488", | ||
"version": "3.0.0-nightly.4274+6c61f5b1d", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,6 +25,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/focus": "3.0.0-nightly.2555+0b541f488", | ||
"@react-aria/i18n": "3.0.0-nightly.2555+0b541f488", | ||
"@react-aria/utils": "3.0.0-nightly.2555+0b541f488", | ||
"@react-types/shared": "3.0.0-nightly.2555+0b541f488", | ||
"@react-aria/focus": "3.0.0-nightly.2563+6c61f5b1d", | ||
"@react-aria/i18n": "3.0.0-nightly.2563+6c61f5b1d", | ||
"@react-aria/utils": "3.0.0-nightly.2563+6c61f5b1d", | ||
"@react-types/shared": "3.0.0-nightly.2563+6c61f5b1d", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -38,3 +38,3 @@ }, | ||
}, | ||
"gitHead": "0b541f48848eb43f74ae57e8b21dc4455d95040b" | ||
"gitHead": "6c61f5b1db5f52ebc654bf754a15594bb0662f6f" | ||
} |
@@ -35,3 +35,4 @@ /* | ||
/** | ||
* Handles interactions for toolbar elements, such as keyboard navigation between elements. | ||
* Provides the behavior and accessibility implementation for a toolbar. | ||
* A toolbar is a container for a set of interactive controls with arrow key navigation. | ||
* @param props - Props to be applied to the toolbar. | ||
@@ -38,0 +39,0 @@ * @param ref - A ref to a DOM element for the toolbar. |
Sorry, the diff of this file is not supported yet
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
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
52913
464