@signalplus/params-about 1.0.14 → 1.0.15

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/lib/es/index.js +3 -3
  2. package/package.json +1 -1
package/lib/es/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Bundle of @signalplus/params-about
3
- * Generated: 2024-02-01
4
- * Version: 1.0.14
3
+ * Generated: 2024-02-02
4
+ * Version: 1.0.15
5
5
  * License: MIT
6
6
  * Author: 2631541504@qq.com
7
7
  */
@@ -1936,7 +1936,7 @@ var HardLimitHandler = /*#__PURE__*/function (_PureComponent) {
1936
1936
  className: "param-expiries readonly"
1937
1937
  }, /*#__PURE__*/React.createElement("span", {
1938
1938
  className: "param-expiries-val"
1939
- }, "Name")), /*#__PURE__*/React.createElement("div", {
1939
+ }, "Handing Mode")), /*#__PURE__*/React.createElement("div", {
1940
1940
  className: "param-number-range readonly"
1941
1941
  }, "ProtectThreshold(%)"), /*#__PURE__*/React.createElement("div", {
1942
1942
  className: "param-number-range readonly"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalplus/params-about",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "A description for the module",
5
5
  "main": "./lib/umd/index.js",
6
6
  "module": "./lib/es/index.js",