Skip to content

Commit a8c2262

Browse files
committed
V1.4.1
1 parent 870b578 commit a8c2262

File tree

10 files changed

+81
-50
lines changed

10 files changed

+81
-50
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![downloads][downloads-badge]][npmtrends]
66
[![MIT License][license-badge]][license]
77

8-
[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors)
8+
[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors)
99
[![PRs Welcome][prs-badge]][prs]
1010
[![Code of Conduct][coc-badge]][coc]
1111

Lines changed: 72 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,76 @@
1-
import React from 'react'
1+
import React from 'react';
22

33
const Cover = () => (
4-
<div className="cover">
5-
<h1 className="title">Reactjs-Popup</h1>
6-
<p className="description">
4+
<div className="cover">
5+
<h1 className="title">Reactjs-Popup</h1>
6+
<p className="description">
77
React Popup Component - Modals,Tooltips and Menus —  All in one
8-
</p>
9-
<div className="badges">
10-
<a href="https://travis-ci.org/yjose/reactjs-popup">
11-
<img src="https://img.shields.io/travis/yjose/reactjs-popup.svg?style=flat-square" alt="travis" />
12-
</a>
13-
<a href="https://www.npmjs.com/package/reactjs-popup">
14-
<img src="https://img.shields.io/npm/v/reactjs-popup.svg?style=flat-square" alt="npm" />
15-
</a>
16-
<a href="http://www.npmtrends.com/reactjs-popup">
17-
<img src="https://img.shields.io/npm/dt/reactjs-popup.svg?style=flat-square" alt="npm trends" />
18-
</a>
19-
<a href="https://github.com/yjose/reactjs-popup/blob/master/LICENSE">
20-
<img src=" https://img.shields.io/npm/l/reactjs-popup.svg?style=flat-square" alt="github" />
21-
</a>
22-
<br />
23-
<a href="https://github.com/yjose/reactjs-popup/graphs/contributors">
24-
<img src="https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square" alt="github contributors" />
25-
</a>
26-
<a href="http://makeapullrequest.com">
27-
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="pull requests are welcome" />
28-
</a>
29-
<a href="https://github.com/yjose/reactjs-popup/blob/master/CODE_OF_CONDUCT.md">
30-
<img src="https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square" alt="code of conduct" />
31-
</a>
32-
<br />
33-
<a href="https://github.com/yjose/reactjs-popup/watchers">
34-
<img src="https://img.shields.io/github/watchers/yjose/reactjs-popup.svg?style=social" alt="watchers" />
35-
</a>
36-
<a href="https://github.com/yjose/reactjs-popup/stargazers">
37-
<img src="https://img.shields.io/github/stars/yjose/reactjs-popup.svg?style=social" alt="github stars" />
38-
</a>
39-
<a href="https://twitter.com/intent/tweet?text=Check%20out%20reactjs-popup%20by%20%40ElaziziYoussouf%20https%3A%2F%2Fgithub.com%2Fyjose%2Freactjs-popup%20%F0%9F%91%8D">
40-
<img src="https://img.shields.io/twitter/url/https/github.com/yjose/reactjs-popup.svg?style=social" alt="tweet" />
41-
</a>
42-
</div>
43-
</div>
44-
)
8+
</p>
9+
<div className="badges">
10+
<a href="https://travis-ci.org/yjose/reactjs-popup">
11+
<img
12+
src="https://img.shields.io/travis/yjose/reactjs-popup.svg?style=flat-square"
13+
alt="travis"
14+
/>
15+
</a>
16+
<a href="https://www.npmjs.com/package/reactjs-popup">
17+
<img
18+
src="https://img.shields.io/npm/v/reactjs-popup.svg?style=flat-square"
19+
alt="npm"
20+
/>
21+
</a>
22+
<a href="http://www.npmtrends.com/reactjs-popup">
23+
<img
24+
src="https://img.shields.io/npm/dt/reactjs-popup.svg?style=flat-square"
25+
alt="npm trends"
26+
/>
27+
</a>
28+
<a href="https://github.com/yjose/reactjs-popup/blob/master/LICENSE">
29+
<img
30+
src=" https://img.shields.io/npm/l/reactjs-popup.svg?style=flat-square"
31+
alt="github"
32+
/>
33+
</a>
34+
<br />
35+
<a href="https://github.com/yjose/reactjs-popup/graphs/contributors">
36+
<img
37+
src="https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square"
38+
alt="github contributors"
39+
/>
40+
</a>
41+
<a href="http://makeapullrequest.com">
42+
<img
43+
src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square"
44+
alt="pull requests are welcome"
45+
/>
46+
</a>
47+
<a href="https://github.com/yjose/reactjs-popup/blob/master/CODE_OF_CONDUCT.md">
48+
<img
49+
src="https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square"
50+
alt="code of conduct"
51+
/>
52+
</a>
53+
<br />
54+
<a href="https://github.com/yjose/reactjs-popup/watchers">
55+
<img
56+
src="https://img.shields.io/github/watchers/yjose/reactjs-popup.svg?style=social"
57+
alt="watchers"
58+
/>
59+
</a>
60+
<a href="https://github.com/yjose/reactjs-popup/stargazers">
61+
<img
62+
src="https://img.shields.io/github/stars/yjose/reactjs-popup.svg?style=social"
63+
alt="github stars"
64+
/>
65+
</a>
66+
<a href="https://twitter.com/intent/tweet?text=Check%20out%20reactjs-popup%20by%20%40ElaziziYoussouf%20https%3A%2F%2Fgithub.com%2Fyjose%2Freactjs-popup%20%F0%9F%91%8D">
67+
<img
68+
src="https://img.shields.io/twitter/url/https/github.com/yjose/reactjs-popup.svg?style=social"
69+
alt="tweet"
70+
/>
71+
</a>
72+
</div>
73+
</div>
74+
);
4575

46-
export default Cover
76+
export default Cover;

lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![downloads][downloads-badge]][npmtrends]
66
[![MIT License][license-badge]][license]
77

8-
[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors)
8+
[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors)
99
[![PRs Welcome][prs-badge]][prs]
1010
[![Code of Conduct][coc-badge]][coc]
1111

lib/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ declare module 'reactjs-popup' {
3131
contentStyle?: object;
3232
overlayStyle?: object;
3333
arrowStyle?: object;
34+
className?: string;
3435
keepTooltipInside?: boolean | string;
3536
}
3637

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactjs-popup",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "React Popup Component - Modals,Tooltips and Menus —  All in one",
55
"main": "reactjs-popup.cjs.js",
66
"module": "reactjs-popup.es.js",

lib/reactjs-popup.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* reactjs-popup v1.4.0
2+
* reactjs-popup v1.4.1
33
* (c) 2019-present Youssouf EL AZIZI <youssoufelazizi@gmail.com>
44
* Released under the MIT License.
55
*/

lib/reactjs-popup.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* reactjs-popup v1.4.0
2+
* reactjs-popup v1.4.1
33
* (c) 2019-present Youssouf EL AZIZI <youssoufelazizi@gmail.com>
44
* Released under the MIT License.
55
*/

lib/reactjs-popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* reactjs-popup v1.4.0
2+
* reactjs-popup v1.4.1
33
* (c) 2019-present Youssouf EL AZIZI <youssoufelazizi@gmail.com>
44
* Released under the MIT License.
55
*/

lib/reactjs-popup.min.js

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactjs-popup",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "React Popup Component - Modals,Tooltips and Menus —  All in one",
55
"main": "reactjs-popup.cjs.js",
66
"module": "reactjs-popup.es.js",

0 commit comments

Comments
 (0)