react-tooltip 5.21.2 → 5.21.4

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 +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,6 +56,14 @@ or
56
56
  yarn add react-tooltip
57
57
  ```
58
58
 
59
+ ## Sponsors
60
+
61
+ <a href="https://frigade.com/?source=react-tooltip">
62
+ <img alt="Frigade" style="height: 250px" src="docs/static/img/sponsors/frigade.png" />
63
+ </a>
64
+
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
+
59
67
  ## Usage
60
68
 
61
69
  1 . Import the CSS file to set default styling.
@@ -117,14 +125,6 @@ Please check our [troubleshooting section](https://react-tooltip.com/docs/troubl
117
125
  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.
118
126
  If there isn't, feel free to [submit a new issue](https://github.com/ReactTooltip/react-tooltip/issues/new/choose).
119
127
 
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
128
  ## Powered by
129
129
 
130
130
  <p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-tooltip",
3
- "version": "5.21.2",
3
+ "version": "5.21.4",
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",