react-tooltip 5.10.1-beta-7 → 5.10.1-beta-9
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 +1 -1
- package/dist/react-tooltip.cjs +2969 -1269
- package/dist/react-tooltip.css +32 -23
- package/dist/react-tooltip.min.cjs +15 -11
- package/dist/react-tooltip.min.css +1 -0
- package/dist/react-tooltip.min.mjs +15 -11
- package/dist/react-tooltip.mjs +2959 -1265
- package/dist/react-tooltip.umd.js +3097 -0
- package/dist/react-tooltip.umd.min.js +15 -0
- package/package.json +7 -7
- package/dist/react-tooltip.cjs.map +0 -7
- package/dist/react-tooltip.css.map +0 -7
- package/dist/react-tooltip.iife.js +0 -1388
- package/dist/react-tooltip.iife.js.map +0 -7
- package/dist/react-tooltip.min.cjs.map +0 -7
- package/dist/react-tooltip.min.iife.js +0 -11
- package/dist/react-tooltip.min.iife.js.map +0 -7
- package/dist/react-tooltip.min.mjs.map +0 -7
- package/dist/react-tooltip.mjs.map +0 -7
package/README.md
CHANGED
|
@@ -127,7 +127,7 @@ mode: `esm` `cjs` `iife`
|
|
|
127
127
|
|
|
128
128
|
Don't forget to import the CSS file from `node_modules/react-tooltip/dist/react-tooltip.css` to set default styling. This needs to be done only once in your application.
|
|
129
129
|
|
|
130
|
-
PS: all the files have a minified version and a non-minified version and the default to be imported are the
|
|
130
|
+
PS: all the files have a minified version and a non-minified version and the default to be imported are the minified files.
|
|
131
131
|
|
|
132
132
|

|
|
133
133
|
|