-
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
Showing
17 changed files
with
39 additions
and
39 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.8.3", | ||
"version": "0.8.4", | ||
"description": "Accessible React accordion component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -16,8 +16,8 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.8.2", | ||
"@reach/descendants": "^0.8.3", | ||
"@reach/utils": "^0.8.3", | ||
"@reach/descendants": "^0.8.4", | ||
"@reach/utils": "^0.8.4", | ||
"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.8.3", | ||
"version": "0.8.4", | ||
"description": "Accessible React Alert Dialog.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -16,8 +16,8 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.8.2", | ||
"@reach/dialog": "^0.8.3", | ||
"@reach/utils": "^0.8.3", | ||
"@reach/dialog": "^0.8.4", | ||
"@reach/utils": "^0.8.4", | ||
"invariant": "^2.2.4", | ||
"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/alert", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Screen-reader-friendly alert messages.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -15,7 +15,7 @@ | |
"compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" | ||
}, | ||
"dependencies": { | ||
"@reach/utils": "^0.8.3", | ||
"@reach/utils": "^0.8.4", | ||
"@reach/visually-hidden": "^0.8.2", | ||
"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/checkbox", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Accessible components to build custom, tri-state checkboxes in React.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -17,7 +17,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.8.2", | ||
"@reach/utils": "^0.8.3", | ||
"@reach/utils": "^0.8.4", | ||
"@xstate/fsm": "^1.3.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/combobox", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Accessible React Combobox (Autocomplete).", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -16,10 +16,10 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.8.2", | ||
"@reach/descendants": "^0.8.3", | ||
"@reach/popover": "^0.8.3", | ||
"@reach/descendants": "^0.8.4", | ||
"@reach/popover": "^0.8.4", | ||
"@reach/portal": "^0.8.2", | ||
"@reach/utils": "^0.8.3", | ||
"@reach/utils": "^0.8.4", | ||
"escape-regexp": "0.0.1", | ||
"highlight-words-core": "1.2.2", | ||
"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/descendants", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "A descendant index solution for better accessibility support in compound components", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -15,7 +15,7 @@ | |
"compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" | ||
}, | ||
"dependencies": { | ||
"@reach/utils": "^0.8.3", | ||
"@reach/utils": "^0.8.4", | ||
"tslib": "^1.10.0" | ||
}, | ||
"peerDependencies": { | ||
|
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.8.3", | ||
"version": "0.8.4", | ||
"description": "Accessible React Modal Dialog.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -16,7 +16,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/portal": "^0.8.2", | ||
"@reach/utils": "^0.8.3", | ||
"@reach/utils": "^0.8.4", | ||
"prop-types": "^15.7.2", | ||
"react-focus-lock": "^2.2.1", | ||
"react-remove-scroll": "^2.2.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/disclosure", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Accessible React disclosure component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -16,7 +16,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.8.2", | ||
"@reach/utils": "^0.8.3", | ||
"@reach/utils": "^0.8.4", | ||
"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/menu-button", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Accessible React button dropdown menu.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -16,9 +16,9 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.8.2", | ||
"@reach/descendants": "^0.8.3", | ||
"@reach/popover": "^0.8.3", | ||
"@reach/utils": "^0.8.3", | ||
"@reach/descendants": "^0.8.4", | ||
"@reach/popover": "^0.8.4", | ||
"@reach/utils": "^0.8.4", | ||
"prop-types": "^15.7.2", | ||
"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/popover", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Render a portal positioned relative to another element.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -17,7 +17,7 @@ | |
"dependencies": { | ||
"@reach/portal": "^0.8.2", | ||
"@reach/rect": "^0.8.2", | ||
"@reach/utils": "^0.8.3", | ||
"@reach/utils": "^0.8.4", | ||
"tabbable": "^4.0.0", | ||
"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/skip-nav", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Skip navigation links for screen reader and keyboard users.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -15,7 +15,7 @@ | |
"compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" | ||
}, | ||
"dependencies": { | ||
"@reach/utils": "^0.8.3", | ||
"@reach/utils": "^0.8.4", | ||
"tslib": "^1.10.0" | ||
}, | ||
"peerDependencies": { | ||
|
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.8.3", | ||
"version": "0.8.4", | ||
"description": "Accessible React Slider Component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -16,7 +16,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.8.2", | ||
"@reach/utils": "^0.8.3", | ||
"@reach/utils": "^0.8.4", | ||
"prop-types": "^15.7.2", | ||
"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/tabs", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Accessible React Tabs Component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -16,8 +16,8 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.8.2", | ||
"@reach/descendants": "^0.8.3", | ||
"@reach/utils": "^0.8.3", | ||
"@reach/descendants": "^0.8.4", | ||
"@reach/utils": "^0.8.4", | ||
"prop-types": "^15.7.2", | ||
"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/tooltip", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Accessible tooltips", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -18,7 +18,7 @@ | |
"@reach/auto-id": "^0.8.2", | ||
"@reach/portal": "^0.8.2", | ||
"@reach/rect": "^0.8.2", | ||
"@reach/utils": "^0.8.3", | ||
"@reach/utils": "^0.8.4", | ||
"@reach/visually-hidden": "^0.8.2", | ||
"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/utils", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Internal, shared utilities for Reach UI.", | ||
"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/window-size", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Measure the window size in React", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -15,7 +15,7 @@ | |
"compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" | ||
}, | ||
"dependencies": { | ||
"@reach/utils": "^0.8.3", | ||
"@reach/utils": "^0.8.4", | ||
"prop-types": "^15.7.2", | ||
"tslib": "^1.10.0" | ||
}, | ||
|