diff --git a/README.md b/README.md index da92f10..29a0090 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/docs/src/components/common/Layout/Cover/index.jsx b/docs/src/components/common/Layout/Cover/index.jsx index ac9b06b..b6ce164 100644 --- a/docs/src/components/common/Layout/Cover/index.jsx +++ b/docs/src/components/common/Layout/Cover/index.jsx @@ -1,46 +1,76 @@ -import React from 'react' +import React from 'react'; const Cover = () => ( -
-

Reactjs-Popup

-

+

+

Reactjs-Popup

+

React Popup Component - Modals,Tooltips and Menus —  All in one -

-
- - travis - - - npm - - - npm trends - - - github - -
- - github contributors - - - pull requests are welcome - - - code of conduct - -
- - watchers - - - github stars - - - tweet - -
-
-) +

+
+ + travis + + + npm + + + npm trends + + + github + +
+ + github contributors + + + pull requests are welcome + + + code of conduct + +
+ + watchers + + + github stars + + + tweet + +
+
+); -export default Cover +export default Cover; diff --git a/lib/README.md b/lib/README.md index da92f10..29a0090 100644 --- a/lib/README.md +++ b/lib/README.md @@ -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] diff --git a/lib/index.d.ts b/lib/index.d.ts index 3f2d46c..2ecba65 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -31,6 +31,7 @@ declare module 'reactjs-popup' { contentStyle?: object; overlayStyle?: object; arrowStyle?: object; + className?: string; keepTooltipInside?: boolean | string; } diff --git a/lib/package.json b/lib/package.json index 9e34996..979ed34 100644 --- a/lib/package.json +++ b/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", diff --git a/lib/reactjs-popup.cjs.js b/lib/reactjs-popup.cjs.js index 6d57e7a..6857bed 100644 --- a/lib/reactjs-popup.cjs.js +++ b/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 * Released under the MIT License. */ diff --git a/lib/reactjs-popup.es.js b/lib/reactjs-popup.es.js index 5b268e5..3bfe7aa 100644 --- a/lib/reactjs-popup.es.js +++ b/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 * Released under the MIT License. */ diff --git a/lib/reactjs-popup.js b/lib/reactjs-popup.js index 60709ba..16f7f52 100644 --- a/lib/reactjs-popup.js +++ b/lib/reactjs-popup.js @@ -1,5 +1,5 @@ /*! - * reactjs-popup v1.4.0 + * reactjs-popup v1.4.1 * (c) 2019-present Youssouf EL AZIZI * Released under the MIT License. */ diff --git a/lib/reactjs-popup.min.js b/lib/reactjs-popup.min.js index a3d52cd..3c94814 100644 --- a/lib/reactjs-popup.min.js +++ b/lib/reactjs-popup.min.js @@ -1,5 +1,5 @@ /*! - * reactjs-popup v1.4.0 + * reactjs-popup v1.4.1 * (c) 2019-present Youssouf EL AZIZI * Released under the MIT License. */ diff --git a/package.json b/package.json index 15fa902..3c00c28 100644 --- a/package.json +++ b/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",