Skip to content

Commit

Permalink
V1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed May 23, 2019
1 parent 870b578 commit a8c2262
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 50 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
[![downloads][downloads-badge]][npmtrends]
[![MIT License][license-badge]][license]

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

Expand Down
114 changes: 72 additions & 42 deletions docs/src/components/common/Layout/Cover/index.jsx
@@ -1,46 +1,76 @@
import React from 'react'
import React from 'react';

const Cover = () => (
<div className="cover">
<h1 className="title">Reactjs-Popup</h1>
<p className="description">
<div className="cover">
<h1 className="title">Reactjs-Popup</h1>
<p className="description">
React Popup Component - Modals,Tooltips and Menus —  All in one
</p>
<div className="badges">
<a href="https://travis-ci.org/yjose/reactjs-popup">
<img src="https://img.shields.io/travis/yjose/reactjs-popup.svg?style=flat-square" alt="travis" />
</a>
<a href="https://www.npmjs.com/package/reactjs-popup">
<img src="https://img.shields.io/npm/v/reactjs-popup.svg?style=flat-square" alt="npm" />
</a>
<a href="http://www.npmtrends.com/reactjs-popup">
<img src="https://img.shields.io/npm/dt/reactjs-popup.svg?style=flat-square" alt="npm trends" />
</a>
<a href="https://github.com/yjose/reactjs-popup/blob/master/LICENSE">
<img src=" https://img.shields.io/npm/l/reactjs-popup.svg?style=flat-square" alt="github" />
</a>
<br />
<a href="https://github.com/yjose/reactjs-popup/graphs/contributors">
<img src="https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square" alt="github contributors" />
</a>
<a href="http://makeapullrequest.com">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="pull requests are welcome" />
</a>
<a href="https://github.com/yjose/reactjs-popup/blob/master/CODE_OF_CONDUCT.md">
<img src="https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square" alt="code of conduct" />
</a>
<br />
<a href="https://github.com/yjose/reactjs-popup/watchers">
<img src="https://img.shields.io/github/watchers/yjose/reactjs-popup.svg?style=social" alt="watchers" />
</a>
<a href="https://github.com/yjose/reactjs-popup/stargazers">
<img src="https://img.shields.io/github/stars/yjose/reactjs-popup.svg?style=social" alt="github stars" />
</a>
<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">
<img src="https://img.shields.io/twitter/url/https/github.com/yjose/reactjs-popup.svg?style=social" alt="tweet" />
</a>
</div>
</div>
)
</p>
<div className="badges">
<a href="https://travis-ci.org/yjose/reactjs-popup">
<img
src="https://img.shields.io/travis/yjose/reactjs-popup.svg?style=flat-square"
alt="travis"
/>
</a>
<a href="https://www.npmjs.com/package/reactjs-popup">
<img
src="https://img.shields.io/npm/v/reactjs-popup.svg?style=flat-square"
alt="npm"
/>
</a>
<a href="http://www.npmtrends.com/reactjs-popup">
<img
src="https://img.shields.io/npm/dt/reactjs-popup.svg?style=flat-square"
alt="npm trends"
/>
</a>
<a href="https://github.com/yjose/reactjs-popup/blob/master/LICENSE">
<img
src=" https://img.shields.io/npm/l/reactjs-popup.svg?style=flat-square"
alt="github"
/>
</a>
<br />
<a href="https://github.com/yjose/reactjs-popup/graphs/contributors">
<img
src="https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square"
alt="github contributors"
/>
</a>
<a href="http://makeapullrequest.com">
<img
src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square"
alt="pull requests are welcome"
/>
</a>
<a href="https://github.com/yjose/reactjs-popup/blob/master/CODE_OF_CONDUCT.md">
<img
src="https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square"
alt="code of conduct"
/>
</a>
<br />
<a href="https://github.com/yjose/reactjs-popup/watchers">
<img
src="https://img.shields.io/github/watchers/yjose/reactjs-popup.svg?style=social"
alt="watchers"
/>
</a>
<a href="https://github.com/yjose/reactjs-popup/stargazers">
<img
src="https://img.shields.io/github/stars/yjose/reactjs-popup.svg?style=social"
alt="github stars"
/>
</a>
<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">
<img
src="https://img.shields.io/twitter/url/https/github.com/yjose/reactjs-popup.svg?style=social"
alt="tweet"
/>
</a>
</div>
</div>
);

export default Cover
export default Cover;
2 changes: 1 addition & 1 deletion lib/README.md
Expand Up @@ -5,7 +5,7 @@
[![downloads][downloads-badge]][npmtrends]
[![MIT License][license-badge]][license]

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

Expand Down
1 change: 1 addition & 0 deletions lib/index.d.ts
Expand Up @@ -31,6 +31,7 @@ declare module 'reactjs-popup' {
contentStyle?: object;
overlayStyle?: object;
arrowStyle?: object;
className?: string;
keepTooltipInside?: boolean | string;
}

Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
@@ -1,6 +1,6 @@
{
"name": "reactjs-popup",
"version": "1.4.0",
"version": "1.4.1",
"description": "React Popup Component - Modals,Tooltips and Menus —  All in one",
"main": "reactjs-popup.cjs.js",
"module": "reactjs-popup.es.js",
Expand Down
2 changes: 1 addition & 1 deletion lib/reactjs-popup.cjs.js
@@ -1,5 +1,5 @@
/*!
* reactjs-popup v1.4.0
* reactjs-popup v1.4.1
* (c) 2019-present Youssouf EL AZIZI <youssoufelazizi@gmail.com>
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/reactjs-popup.es.js
@@ -1,5 +1,5 @@
/*!
* reactjs-popup v1.4.0
* reactjs-popup v1.4.1
* (c) 2019-present Youssouf EL AZIZI <youssoufelazizi@gmail.com>
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/reactjs-popup.js
@@ -1,5 +1,5 @@
/*!
* reactjs-popup v1.4.0
* reactjs-popup v1.4.1
* (c) 2019-present Youssouf EL AZIZI <youssoufelazizi@gmail.com>
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/reactjs-popup.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "reactjs-popup",
"version": "1.4.0",
"version": "1.4.1",
"description": "React Popup Component - Modals,Tooltips and Menus —  All in one",
"main": "reactjs-popup.cjs.js",
"module": "reactjs-popup.es.js",
Expand Down

0 comments on commit a8c2262

Please sign in to comment.