Skip to content

Commit 7a23b29

Browse files
author
Andrey Okonetchnikov
committed
chore: Rename to react-simple-focus-within since react-focus-within already exist
1 parent 77d9c9d commit 7a23b29

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# react-focus-within
1+
# react-simple-focus-within
22

3-
[![Build Status](https://travis-ci.org/okonet/react-focus-within.svg)](https://travis-ci.org/okonet/react-focus-within) [![npm](https://img.shields.io/npm/v/react-focus-within.svg)](https://www.npmjs.com/package/react-focus-within)
3+
[![Build Status](https://travis-ci.org/okonet/react-simple-focus-within.svg)](https://travis-ci.org/okonet/react-simple-focus-within) [![npm](https://img.shields.io/npm/v/react-simple-focus-within.svg)](https://www.npmjs.com/package/react-simple-focus-within)
44

55
The missing JS API of the CSS `:focus-within` for React
66

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-focus-within",
2+
"name": "react-simple-focus-within",
33
"version": "0.0.0-development",
44
"description": "The missing JS API of the CSS `:focus-within` for React",
55
"main": "dist/bundle.js",
@@ -17,15 +17,15 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/okonet/react-focus-within.git"
20+
"url": "https://github.com/okonet/react-simple-focus-within.git"
2121
},
2222
"keywords": [],
2323
"author": "Andrey Okonetchnikov <[email protected]>",
2424
"license": "MIT",
2525
"bugs": {
26-
"url": "https://github.com/okonet/react-focus-within/issues"
26+
"url": "https://github.com/okonet/react-simple-focus-within/issues"
2727
},
28-
"homepage": "https://github.com/okonet/react-focus-within#readme",
28+
"homepage": "https://github.com/okonet/react-simple-focus-within#readme",
2929
"dependencies": {
3030
"prop-types": "^15.6.2"
3131
},

styleguide.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
},
1313
getComponentPathLine(componentPath) {
1414
const name = path.basename(componentPath, '.js')
15-
return `import ${name} from 'react-focus-within';`
15+
return `import ${name} from 'react-simple-focus-within';`
1616
},
1717
exampleMode: 'expand',
1818
usageMode: 'expand',

0 commit comments

Comments
 (0)