-
Notifications
You must be signed in to change notification settings - Fork 560
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
Showing
25 changed files
with
77 additions
and
77 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.16.1", | ||
"version": "0.17.0", | ||
"description": "Accessible React accordion component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,9 +13,9 @@ | |
"directory": "packages/accordion" | ||
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/descendants": "0.16.1", | ||
"@reach/utils": "0.16.0", | ||
"@reach/auto-id": "0.17.0", | ||
"@reach/descendants": "0.17.0", | ||
"@reach/utils": "0.17.0", | ||
"prop-types": "^15.7.2", | ||
"tiny-warning": "^1.0.3", | ||
"tslib": "^2.3.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/alert-dialog", | ||
"version": "0.16.2", | ||
"version": "0.17.0", | ||
"description": "Accessible React Alert Dialog.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,9 +13,9 @@ | |
"directory": "packages/alert-dialog" | ||
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/dialog": "0.16.2", | ||
"@reach/utils": "0.16.0", | ||
"@reach/auto-id": "0.17.0", | ||
"@reach/dialog": "0.17.0", | ||
"@reach/utils": "0.17.0", | ||
"invariant": "^2.2.4", | ||
"prop-types": "^15.7.2", | ||
"tslib": "^2.3.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/alert", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "Screen-reader-friendly alert messages.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,8 +13,8 @@ | |
"directory": "packages/alert" | ||
}, | ||
"dependencies": { | ||
"@reach/utils": "0.16.0", | ||
"@reach/visually-hidden": "0.16.0", | ||
"@reach/utils": "0.17.0", | ||
"@reach/visually-hidden": "0.17.0", | ||
"prop-types": "^15.7.2", | ||
"tslib": "^2.3.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/auto-id", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,7 +13,7 @@ | |
"directory": "packages/auto-id" | ||
}, | ||
"dependencies": { | ||
"@reach/utils": "0.16.0", | ||
"@reach/utils": "0.17.0", | ||
"tslib": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
|
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.16.0", | ||
"version": "0.17.0", | ||
"description": "Accessible components to build custom, tri-state checkboxes in React.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,9 +14,9 @@ | |
"directory": "packages/checkbox" | ||
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/machine": "0.16.0", | ||
"@reach/utils": "0.16.0", | ||
"@reach/auto-id": "0.17.0", | ||
"@reach/machine": "0.17.0", | ||
"@reach/utils": "0.17.0", | ||
"prop-types": "^15.7.2", | ||
"tiny-warning": "^1.0.3", | ||
"tslib": "^2.3.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/combobox", | ||
"version": "0.16.5", | ||
"version": "0.17.0", | ||
"description": "Accessible React Combobox (Autocomplete).", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,11 +13,11 @@ | |
"directory": "packages/combobox" | ||
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/descendants": "0.16.1", | ||
"@reach/popover": "0.16.2", | ||
"@reach/portal": "0.16.2", | ||
"@reach/utils": "0.16.0", | ||
"@reach/auto-id": "0.17.0", | ||
"@reach/descendants": "0.17.0", | ||
"@reach/popover": "0.17.0", | ||
"@reach/portal": "0.17.0", | ||
"@reach/utils": "0.17.0", | ||
"prop-types": "^15.7.2", | ||
"tiny-warning": "^1.0.3", | ||
"tslib": "^2.3.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/component-component", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "Declarative React Component Definitions", | ||
"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/descendants", | ||
"version": "0.16.1", | ||
"version": "0.17.0", | ||
"description": "A descendant index solution for better accessibility support in compound components", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,7 +13,7 @@ | |
"directory": "packages/descendants" | ||
}, | ||
"dependencies": { | ||
"@reach/utils": "0.16.0", | ||
"@reach/utils": "0.17.0", | ||
"tslib": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
|
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.16.2", | ||
"version": "0.17.0", | ||
"description": "Accessible React Modal Dialog.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,8 +13,8 @@ | |
"directory": "packages/dialog" | ||
}, | ||
"dependencies": { | ||
"@reach/portal": "0.16.2", | ||
"@reach/utils": "0.16.0", | ||
"@reach/portal": "0.17.0", | ||
"@reach/utils": "0.17.0", | ||
"prop-types": "^15.7.2", | ||
"react-focus-lock": "^2.5.2", | ||
"react-remove-scroll": "^2.4.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/disclosure", | ||
"version": "0.16.2", | ||
"version": "0.17.0", | ||
"description": "Accessible React disclosure component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,8 +13,8 @@ | |
"directory": "packages/disclosure" | ||
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/utils": "0.16.0", | ||
"@reach/auto-id": "0.17.0", | ||
"@reach/utils": "0.17.0", | ||
"prop-types": "^15.7.2", | ||
"tiny-warning": "^1.0.3", | ||
"tslib": "^2.3.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/dropdown", | ||
"version": "0.16.2", | ||
"version": "0.17.0", | ||
"description": "React dropdown menu.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,10 +13,10 @@ | |
"directory": "packages/dropdown" | ||
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/descendants": "0.16.1", | ||
"@reach/popover": "0.16.2", | ||
"@reach/utils": "0.16.0", | ||
"@reach/auto-id": "0.17.0", | ||
"@reach/descendants": "0.17.0", | ||
"@reach/popover": "0.17.0", | ||
"@reach/utils": "0.17.0", | ||
"tslib": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
|
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.16.2", | ||
"version": "0.17.0", | ||
"description": "Accessible React listbox input.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,11 +13,11 @@ | |
"directory": "packages/listbox" | ||
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/descendants": "0.16.1", | ||
"@reach/machine": "0.16.0", | ||
"@reach/popover": "0.16.2", | ||
"@reach/utils": "0.16.0", | ||
"@reach/auto-id": "0.17.0", | ||
"@reach/descendants": "0.17.0", | ||
"@reach/machine": "0.17.0", | ||
"@reach/popover": "0.17.0", | ||
"@reach/utils": "0.17.0", | ||
"prop-types": "^15.7.2" | ||
}, | ||
"devDependencies": { | ||
|
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/machine", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "State machine utilities for the Reach UI library.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,7 +13,7 @@ | |
"directory": "packages/machine" | ||
}, | ||
"dependencies": { | ||
"@reach/utils": "0.16.0", | ||
"@reach/utils": "0.17.0", | ||
"@xstate/fsm": "1.4.0", | ||
"tslib": "^2.3.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.16.2", | ||
"version": "0.17.0", | ||
"description": "Accessible React button dropdown menu.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,9 +13,9 @@ | |
"directory": "packages/menu-button" | ||
}, | ||
"dependencies": { | ||
"@reach/dropdown": "0.16.2", | ||
"@reach/popover": "0.16.2", | ||
"@reach/utils": "0.16.0", | ||
"@reach/dropdown": "0.17.0", | ||
"@reach/popover": "0.17.0", | ||
"@reach/utils": "0.17.0", | ||
"prop-types": "^15.7.2", | ||
"tiny-warning": "^1.0.3", | ||
"tslib": "^2.3.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/popover", | ||
"version": "0.16.2", | ||
"version": "0.17.0", | ||
"description": "Render a portal positioned relative to another element.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,9 +13,9 @@ | |
"directory": "packages/popover" | ||
}, | ||
"dependencies": { | ||
"@reach/portal": "0.16.2", | ||
"@reach/rect": "0.16.0", | ||
"@reach/utils": "0.16.0", | ||
"@reach/portal": "0.17.0", | ||
"@reach/rect": "0.17.0", | ||
"@reach/utils": "0.17.0", | ||
"tabbable": "^4.0.0", | ||
"tslib": "^2.3.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/portal", | ||
"version": "0.16.2", | ||
"version": "0.17.0", | ||
"description": "Declarative portals for React", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,7 +13,7 @@ | |
"directory": "packages/portal" | ||
}, | ||
"dependencies": { | ||
"@reach/utils": "0.16.0", | ||
"@reach/utils": "0.17.0", | ||
"tiny-warning": "^1.0.3", | ||
"tslib": "^2.3.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/rect", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "Measure React elements position in the DOM", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/observe-rect": "1.2.0", | ||
"@reach/utils": "0.16.0", | ||
"@reach/utils": "0.17.0", | ||
"prop-types": "^15.7.2", | ||
"tiny-warning": "^1.0.3", | ||
"tslib": "^2.3.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/skip-nav", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "Skip navigation links for screen reader and keyboard users.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,7 +13,7 @@ | |
"directory": "packages/skip-nav" | ||
}, | ||
"dependencies": { | ||
"@reach/utils": "0.16.0", | ||
"@reach/utils": "0.17.0", | ||
"tslib": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
|
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.16.0", | ||
"version": "0.17.0", | ||
"description": "Accessible React Slider Component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,8 +13,8 @@ | |
"directory": "packages/slider" | ||
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/utils": "0.16.0", | ||
"@reach/auto-id": "0.17.0", | ||
"@reach/utils": "0.17.0", | ||
"prop-types": "^15.7.2", | ||
"tiny-warning": "^1.0.3", | ||
"tslib": "^2.3.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/tabs", | ||
"version": "0.16.4", | ||
"version": "0.17.0", | ||
"description": "Accessible React Tabs Component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,9 +13,9 @@ | |
"directory": "packages/tabs" | ||
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/descendants": "0.16.1", | ||
"@reach/utils": "0.16.0", | ||
"@reach/auto-id": "0.17.0", | ||
"@reach/descendants": "0.17.0", | ||
"@reach/utils": "0.17.0", | ||
"prop-types": "^15.7.2", | ||
"tslib": "^2.3.0" | ||
}, | ||
|
Oops, something went wrong.