@usecsv/react 0.14.0 → 0.14.1
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/CHANGELOG.md +7 -0
- package/build/index.cjs +2 -2
- package/build/index.cjs.map +1 -1
- package/build/index.esm.js +2 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/build/index.mjs +2 -2
- package/build/index.mjs.map +1 -1
- package/build/index.umd.js +2 -2
- package/build/index.umd.js.map +1 -1
- package/build/index.umd.min.js +3 -3
- package/build/index.umd.min.js.map +1 -1
- package/build/types/lib/useCsvReactPlugin.d.ts +1 -0
- package/build/types/lib/useCsvReactPlugin.d.ts.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.14.1](https://github.com/layercodedev/usecsv-react-plugin/compare/v0.14.0...v0.14.1) (2024-04-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* types ([ca25bda](https://github.com/layercodedev/usecsv-react-plugin/commit/ca25bdaacdbfa2b22a48cd9589aa94559f710974))
|
|
7
|
+
|
|
1
8
|
# [0.14.0](https://github.com/layercodedev/usecsv-react-plugin/compare/v0.13.0...v0.14.0) (2024-03-03)
|
|
2
9
|
|
|
3
10
|
|
package/build/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @usecsv/react v0.14.
|
|
2
|
+
* @usecsv/react v0.14.1
|
|
3
3
|
* (c) layercode
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3267,7 +3267,7 @@ var UseCsvButton = function (_a) {
|
|
|
3267
3267
|
textAlign: "center",
|
|
3268
3268
|
fontSize: "16px",
|
|
3269
3269
|
cursor: "pointer",
|
|
3270
|
-
}, onClick: function () { return useCsvPlugin(parmas); } }, children))));
|
|
3270
|
+
}, onClick: function () { return useCsvPlugin(parmas); } }, children || "Open UseCSV"))));
|
|
3271
3271
|
};
|
|
3272
3272
|
|
|
3273
3273
|
module.exports = UseCsvButton;
|