@reach/combobox
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -18,3 +18,3 @@ /** | ||
* @see Source https://github.com/reach/reach-ui/tree/master/packages/combobox | ||
* @see WAI-ARIA https://www.w3.org/TR/wai-aria-practices-1.1/#combobox | ||
* @see WAI-ARIA https://www.w3.org/TR/wai-aria-practices-1.2/#combobox | ||
*/ | ||
@@ -21,0 +21,0 @@ import React from "react"; |
{ | ||
"name": "@reach/combobox", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Accessible React Combobox (Autocomplete).", | ||
@@ -17,3 +17,3 @@ "author": "React Training <hello@reacttraining.com>", | ||
"@reach/auto-id": "^0.9.0", | ||
"@reach/descendants": "^0.9.0", | ||
"@reach/descendants": "^0.9.1", | ||
"@reach/popover": "^0.9.0", | ||
@@ -39,3 +39,3 @@ "@reach/portal": "^0.9.0", | ||
], | ||
"gitHead": "0c789bb48554bf13c62dd09210ebdf2f9af33d30" | ||
"gitHead": "19b5b1ec7682dfed613512f1592958a47d43ad4d" | ||
} |
@@ -5,3 +5,3 @@ # @reach/combobox | ||
[Docs](https://reacttraining.com/reach-ui/combobox) | [Source](https://github.com/reach/reach-ui/tree/master/packages/combobox) | [WAI-ARIA](https://www.w3.org/TR/wai-aria-practices-1.1/#combobox) | ||
[Docs](https://reacttraining.com/reach-ui/combobox) | [Source](https://github.com/reach/reach-ui/tree/master/packages/combobox) | [WAI-ARIA](https://www.w3.org/TR/wai-aria-practices-1.2/#combobox) | ||
@@ -19,3 +19,3 @@ Accessible combobox (autocomplete or autosuggest) component for React. | ||
ComboboxOption, | ||
ComboboxOptionText | ||
ComboboxOptionText, | ||
} from "@reach/combobox"; | ||
@@ -22,0 +22,0 @@ import "@reach/combobox/styles.css"; |
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
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
240963
Updated@reach/descendants@^0.9.1