react-tooltip 4.3.0 → 4.4.0
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 +5 -2
- package/dist/index.es.js +264 -407
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +264 -407
- package/dist/index.js.map +1 -1
- package/dist/react-tooltip.d.ts +13 -10
- package/package.json +35 -33
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
[](https://codesandbox.io/s/heuristic-curran-bddeu?fontsize=14&hidenavigation=1&theme=dark)
|
|
15
15
|
|
|
16
|
-
Or see it on [Github Page](https://
|
|
16
|
+
Or see it on [Github Page](https://reacttooltip.github.io/react-tooltip/).
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
|
@@ -80,6 +80,7 @@ Notes:
|
|
|
80
80
|
| delayUpdate | data-delay-update | Number | | `<p data-tip="tooltip" data-delay-update='1000'></p>` or `<ReactTooltip delayUpdate={1000} />` Sets a delay in calling getContent if the tooltip is already shown and you mouse over another target |
|
|
81
81
|
| insecure | null | Bool | true, false | Whether to inject the style header into the page dynamically (violates CSP style-src but is a convenient default) |
|
|
82
82
|
| border | data-border | Bool | true, false | Add one pixel white border |
|
|
83
|
+
| borderClass | data-border-class | String | e.g. custom-border-class | A custom class name to use for the border - enabled by the `border` prop |
|
|
83
84
|
| textColor | data-text-color | String | e.g. red | Popup text color |
|
|
84
85
|
| backgroundColor | data-background-color | String | e.g. yellow | Popup background color |
|
|
85
86
|
| borderColor | data-border-color | String | e.g. green | Popup border color - enabled by the `border` value |
|
|
@@ -226,9 +227,11 @@ return(
|
|
|
226
227
|
|
|
227
228
|
[alexgurr](https://github.com/alexgurr) Casual maintainer - accepting PRs and doing minor testing/development.
|
|
228
229
|
|
|
230
|
+
[pdeszynski](https://github.com/pdeszynski) Casual maintainer - accepting PRs and doing minor testing/development.
|
|
231
|
+
|
|
229
232
|
[aronhelser](https://github.com/aronhelser) Passive maintainer - accepting PRs and doing minor testing, but not fixing issues or doing active development.
|
|
230
233
|
|
|
231
|
-
[roggervalf](https://github.com/roggervalf) inactive
|
|
234
|
+
[roggervalf](https://github.com/roggervalf) (inactive).
|
|
232
235
|
|
|
233
236
|
[huumanoid](https://github.com/huumanoid) (inactive)
|
|
234
237
|
|