-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chance Strickland
committed
Mar 19, 2020
1 parent
28d3fed
commit 19b5b1e
Showing
14 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/accordion", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Accessible React accordion component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.9.0", | ||
"@reach/descendants": "^0.9.0", | ||
"@reach/descendants": "^0.9.1", | ||
"@reach/utils": "^0.9.0", | ||
"tslib": "^1.10.0", | ||
"warning": "^4.0.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/alert-dialog", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Accessible React Alert Dialog.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.9.0", | ||
"@reach/dialog": "^0.9.0", | ||
"@reach/dialog": "^0.9.1", | ||
"@reach/utils": "^0.9.0", | ||
"invariant": "^2.2.4", | ||
"prop-types": "^15.7.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/alert", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Screen-reader-friendly alert messages.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/checkbox", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Accessible components to build custom, tri-state checkboxes in React.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/combobox", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Accessible React Combobox (Autocomplete).", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.9.0", | ||
"@reach/descendants": "^0.9.0", | ||
"@reach/descendants": "^0.9.1", | ||
"@reach/popover": "^0.9.0", | ||
"@reach/portal": "^0.9.0", | ||
"@reach/utils": "^0.9.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/descendants", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "A descendant index solution for better accessibility support in compound components", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/dialog", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Accessible React Modal Dialog.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/disclosure", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Accessible React disclosure component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/listbox", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Accessible React listbox input.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.9.0", | ||
"@reach/descendants": "^0.9.0", | ||
"@reach/descendants": "^0.9.1", | ||
"@reach/machine": "^0.9.0", | ||
"@reach/popover": "^0.9.0", | ||
"@reach/utils": "^0.9.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/menu-button", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Accessible React button dropdown menu.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.9.0", | ||
"@reach/descendants": "^0.9.0", | ||
"@reach/descendants": "^0.9.1", | ||
"@reach/popover": "^0.9.0", | ||
"@reach/utils": "^0.9.0", | ||
"prop-types": "^15.7.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/slider", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Accessible React Slider Component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/tabs", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Accessible React Tabs Component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.9.0", | ||
"@reach/descendants": "^0.9.0", | ||
"@reach/descendants": "^0.9.1", | ||
"@reach/utils": "^0.9.0", | ||
"prop-types": "^15.7.2", | ||
"tslib": "^1.10.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/tooltip", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Accessible tooltips", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|