react-tooltip 5.21.4 → 5.21.5

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,6 +64,12 @@ yarn add react-tooltip
64
64
 
65
65
  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.
66
66
 
67
+ <a href="https://dopt.com/?source=react-tooltip">
68
+ <img alt="Dopt" style="height: 250px" src="docs/static/img/sponsors/dopt.png" />
69
+ </a>
70
+
71
+ [Dopt](https://dopt.com/?source=react-tooltip) gives developers UI components and SDKs to build seamless onboarding and education experiences in minutes.
72
+
67
73
  ## Usage
68
74
 
69
75
  1 . Import the CSS file to set default styling.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-tooltip",
3
- "version": "5.21.4",
3
+ "version": "5.21.5",
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",