react-tooltip 5.21.1 → 5.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,12 +12,6 @@
|
|
|
12
12
|
[download-image]: https://img.shields.io/npm/dm/react-tooltip.svg?style=flat-square
|
|
13
13
|
[download-url]: https://npmjs.org/package/react-tooltip
|
|
14
14
|
|
|
15
|
-
<p>
|
|
16
|
-
<a href="https://www.digitalocean.com/?refcode=0813b3be1161&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge">
|
|
17
|
-
<img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/PoweredByDO/DO_Powered_by_Badge_blue.svg" width="201px">
|
|
18
|
-
</a>
|
|
19
|
-
</p>
|
|
20
|
-
|
|
21
15
|
If you like the project, please give the project a GitHub 🌟
|
|
22
16
|
|
|
23
17
|
---
|
|
@@ -123,6 +117,22 @@ Please check our [troubleshooting section](https://react-tooltip.com/docs/troubl
|
|
|
123
117
|
If you can't find your problem here, make sure there isn't [an open issue](https://github.com/ReactTooltip/react-tooltip/issues) already covering it.
|
|
124
118
|
If there isn't, feel free to [submit a new issue](https://github.com/ReactTooltip/react-tooltip/issues/new/choose).
|
|
125
119
|
|
|
120
|
+
## Sponsors
|
|
121
|
+
|
|
122
|
+
<a href="https://frigade.com/?source=react-tooltip">
|
|
123
|
+
<img alt="Frigade" style="height: 250px" src="docs/static/img/sponsors/frigade.png" />
|
|
124
|
+
</a>
|
|
125
|
+
|
|
126
|
+
React Tooltip is proud to be sponsored by [Frigade](https://frigade.com/?source=react-tooltip), a developer tool for building better product onboarding: guided tours, getting started checklists, announcements, etc.
|
|
127
|
+
|
|
128
|
+
## Powered by
|
|
129
|
+
|
|
130
|
+
<p>
|
|
131
|
+
<a href="https://www.digitalocean.com/?refcode=0813b3be1161&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge">
|
|
132
|
+
<img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/PoweredByDO/DO_Powered_by_Badge_blue.svg" width="201px">
|
|
133
|
+
</a>
|
|
134
|
+
</p>
|
|
135
|
+
|
|
126
136
|
## Article
|
|
127
137
|
|
|
128
138
|
[How I insert sass into react component](https://medium.com/@wwayne_me/how-i-insert-sass-into-my-npm-react-component-b46b9811c226#.gi4hxu44a)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-tooltip",
|
|
3
|
-
"version": "5.21.
|
|
3
|
+
"version": "5.21.2",
|
|
4
4
|
"description": "react tooltip component",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev-rollup": "node ./prebuild.js --env=development && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.dev.js --watch",
|