@usecsv/react 0.14.0 → 0.15.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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [0.15.0](https://github.com/layercodedev/usecsv-react-plugin/compare/v0.14.1...v0.15.0) (2024-04-26)
2
+
3
+
4
+ ### Features
5
+
6
+ * update usecsv/js to include theme text transformation ([e84bd86](https://github.com/layercodedev/usecsv-react-plugin/commit/e84bd86953211417901f81092e45b4459d75c680))
7
+
8
+ ## [0.14.1](https://github.com/layercodedev/usecsv-react-plugin/compare/v0.14.0...v0.14.1) (2024-04-04)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * types ([ca25bda](https://github.com/layercodedev/usecsv-react-plugin/commit/ca25bdaacdbfa2b22a48cd9589aa94559f710974))
14
+
1
15
  # [0.14.0](https://github.com/layercodedev/usecsv-react-plugin/compare/v0.13.0...v0.14.0) (2024-03-03)
2
16
 
3
17
 
package/build/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @usecsv/react v0.14.0
2
+ * @usecsv/react v0.15.0
3
3
  * (c) layercode
4
4
  * Released under the MIT License.
5
5
  */
@@ -34,7 +34,7 @@ function __rest(s, e) {
34
34
  }
35
35
 
36
36
  /*!
37
- * @usecsv/js v0.27.0
37
+ * @usecsv/js v0.28.0
38
38
  * (c) layercode
39
39
  * Released under the MIT License.
40
40
  */
@@ -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;