-
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
124 changed files
with
6,175 additions
and
6,175 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"buildCommand": "build", | ||
"sandboxes": ["/.codesandbox/templates/reach-ui"], | ||
"node": "16", | ||
"packages": ["packages/*"] | ||
"buildCommand": "build", | ||
"sandboxes": ["/.codesandbox/templates/reach-ui"], | ||
"node": "16", | ||
"packages": ["packages/*"] | ||
} |
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,53 +1,53 @@ | ||
{ | ||
"name": "reach-ui-template", | ||
"version": "1.0.0", | ||
"description": "Use this template to explore or recreate bugs for Reach UI", | ||
"keywords": [ | ||
"reach ui", | ||
"react", | ||
"accessibility" | ||
], | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"@reach/accordion": "latest", | ||
"@reach/alert": "latest", | ||
"@reach/alert-dialog": "latest", | ||
"@reach/auto-id": "latest", | ||
"@reach/checkbox": "latest", | ||
"@reach/combobox": "latest", | ||
"@reach/descendants": "latest", | ||
"@reach/dialog": "latest", | ||
"@reach/disclosure": "latest", | ||
"@reach/menu-button": "latest", | ||
"@reach/popover": "latest", | ||
"@reach/portal": "latest", | ||
"@reach/rect": "latest", | ||
"@reach/skip-nav": "latest", | ||
"@reach/slider": "latest", | ||
"@reach/tabs": "latest", | ||
"@reach/tooltip": "latest", | ||
"@reach/utils": "latest", | ||
"@reach/visually-hidden": "latest", | ||
"@reach/window-size": "latest", | ||
"@types/react": "^17.0.47", | ||
"@types/react-dom": "^17.0.17", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-scripts": "4.0.3" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.3.4" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not ie <= 11", | ||
"not op_mini all" | ||
] | ||
"name": "reach-ui-template", | ||
"version": "1.0.0", | ||
"description": "Use this template to explore or recreate bugs for Reach UI", | ||
"keywords": [ | ||
"reach ui", | ||
"react", | ||
"accessibility" | ||
], | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"@reach/accordion": "latest", | ||
"@reach/alert": "latest", | ||
"@reach/alert-dialog": "latest", | ||
"@reach/auto-id": "latest", | ||
"@reach/checkbox": "latest", | ||
"@reach/combobox": "latest", | ||
"@reach/descendants": "latest", | ||
"@reach/dialog": "latest", | ||
"@reach/disclosure": "latest", | ||
"@reach/menu-button": "latest", | ||
"@reach/popover": "latest", | ||
"@reach/portal": "latest", | ||
"@reach/rect": "latest", | ||
"@reach/skip-nav": "latest", | ||
"@reach/slider": "latest", | ||
"@reach/tabs": "latest", | ||
"@reach/tooltip": "latest", | ||
"@reach/utils": "latest", | ||
"@reach/visually-hidden": "latest", | ||
"@reach/window-size": "latest", | ||
"@types/react": "^17.0.47", | ||
"@types/react-dom": "^17.0.17", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-scripts": "4.0.3" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.3.4" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not ie <= 11", | ||
"not op_mini all" | ||
] | ||
} |
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,54 +1,54 @@ | ||
html { | ||
margin: 0; | ||
padding: 0; | ||
box-sizing: border-box; | ||
margin: 0; | ||
padding: 0; | ||
box-sizing: border-box; | ||
} | ||
|
||
*, | ||
*:before, | ||
*:after { | ||
box-sizing: inherit; | ||
box-sizing: inherit; | ||
} | ||
|
||
html, | ||
body { | ||
margin: 0; | ||
padding: 0; | ||
font-family: -apple-system, BlinkMacSystemFont, sans-serif; | ||
line-height: 1.5; | ||
color: #242424; | ||
text-rendering: optimizeLegibility; | ||
margin: 0; | ||
padding: 0; | ||
font-family: -apple-system, BlinkMacSystemFont, sans-serif; | ||
line-height: 1.5; | ||
color: #242424; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
.App { | ||
padding: 1rem; | ||
padding: 1rem; | ||
} | ||
|
||
.CurrentState { | ||
margin: 1rem 0; | ||
margin: 1rem 0; | ||
} | ||
|
||
.CurrentState h3 { | ||
margin: 0; | ||
padding: 0; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
.CurrentState pre { | ||
background: #f6f8fa; | ||
border: 1px solid #e2e2e2; | ||
font-size: 0.75rem; | ||
padding: 0.5rem; | ||
background: #f6f8fa; | ||
border: 1px solid #e2e2e2; | ||
font-size: 0.75rem; | ||
padding: 0.5rem; | ||
} | ||
|
||
pre, | ||
code { | ||
font-family: "Menlo", monospace; | ||
font-family: "Menlo", monospace; | ||
} | ||
|
||
hr { | ||
padding: 0; | ||
margin: 1rem 0; | ||
border: 0; | ||
height: 1px; | ||
background: #8c8c8c; | ||
padding: 0; | ||
margin: 1rem 0; | ||
border: 0; | ||
height: 1px; | ||
background: #8c8c8c; | ||
} |
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
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,14 +1,14 @@ | ||
{ | ||
"name": "@reach-internal/dev", | ||
"version": "0.0.0", | ||
"private": true, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@reach-internal/tsconfig": "workspace:*", | ||
"tsup": "^6.1.3" | ||
}, | ||
"peerDependencies": { | ||
"tsup": "^6.1.3" | ||
} | ||
"name": "@reach-internal/dev", | ||
"version": "0.0.0", | ||
"private": true, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@reach-internal/tsconfig": "workspace:*", | ||
"tsup": "^6.1.3" | ||
}, | ||
"peerDependencies": { | ||
"tsup": "^6.1.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,4 +1,4 @@ | ||
{ | ||
"extends": "@reach-internal/tsconfig/base.json", | ||
"include": ["."] | ||
"extends": "@reach-internal/tsconfig/base.json", | ||
"include": ["."] | ||
} |
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,5 +1,5 @@ | ||
{ | ||
"name": "@reach-internal/test", | ||
"version": "0.0.0", | ||
"private": true | ||
"name": "@reach-internal/test", | ||
"version": "0.0.0", | ||
"private": true | ||
} |
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,21 +1,21 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"display": "Default", | ||
"compilerOptions": { | ||
"composite": false, | ||
"declaration": true, | ||
"declarationMap": true, | ||
"downlevelIteration": true, | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"inlineSources": false, | ||
"isolatedModules": true, | ||
"moduleResolution": "node", | ||
"noUnusedLocals": false, | ||
"noUnusedParameters": false, | ||
"preserveWatchOutput": true, | ||
"skipLibCheck": true, | ||
"strict": true | ||
}, | ||
"exclude": ["node_modules"] | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"display": "Default", | ||
"compilerOptions": { | ||
"composite": false, | ||
"declaration": true, | ||
"declarationMap": true, | ||
"downlevelIteration": true, | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"inlineSources": false, | ||
"isolatedModules": true, | ||
"moduleResolution": "node", | ||
"noUnusedLocals": false, | ||
"noUnusedParameters": false, | ||
"preserveWatchOutput": true, | ||
"skipLibCheck": true, | ||
"strict": true | ||
}, | ||
"exclude": ["node_modules"] | ||
} |
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,10 +1,10 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"display": "React Library", | ||
"extends": "./base.json", | ||
"compilerOptions": { | ||
"lib": ["ES2022", "DOM", "DOM.Iterable"], | ||
"module": "ESNext", | ||
"target": "ES2015" | ||
} | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"display": "React Library", | ||
"extends": "./base.json", | ||
"compilerOptions": { | ||
"lib": ["ES2022", "DOM", "DOM.Iterable"], | ||
"module": "ESNext", | ||
"target": "ES2015" | ||
} | ||
} |
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,9 +1,9 @@ | ||
{ | ||
"name": "@reach-internal/tsconfig", | ||
"version": "0.0.0", | ||
"private": true, | ||
"files": [ | ||
"base.json", | ||
"react-library.json" | ||
] | ||
"name": "@reach-internal/tsconfig", | ||
"version": "0.0.0", | ||
"private": true, | ||
"files": [ | ||
"base.json", | ||
"react-library.json" | ||
] | ||
} |
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,8 +1,8 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"display": "React Library", | ||
"extends": "./dom.json", | ||
"compilerOptions": { | ||
"jsx": "react-jsx" | ||
} | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"display": "React Library", | ||
"extends": "./dom.json", | ||
"compilerOptions": { | ||
"jsx": "react-jsx" | ||
} | ||
} |
Oops, something went wrong.