@signalplus/params-about 1.0.26-alpha10 → 1.0.26-alpha12

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 +6 -5
  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
3
  * Generated: 2025-11-06
4
- * Version: 1.0.26-alpha10
4
+ * Version: 1.0.26-alpha12
5
5
  * License: MIT
6
6
  * Author: 2631541504@qq.com
7
7
  */
@@ -2842,7 +2842,8 @@ var ExpiryVegaAlphaByEdgeList = /*#__PURE__*/function (_PureComponent) {
2842
2842
  }) : '-' : /*#__PURE__*/React.createElement("div", {
2843
2843
  className: "param-expiries-limit-inputs",
2844
2844
  style: {
2845
- gridTemplateColumns: '110px 100px auto auto'
2845
+ gridTemplateColumns: '110px 100px auto auto',
2846
+ width: 1150
2846
2847
  }
2847
2848
  }, /*#__PURE__*/React.createElement("div", {
2848
2849
  className: "param-number-range readonly"
@@ -2903,7 +2904,7 @@ var ExpiryVegaAlphaByEdgeList = /*#__PURE__*/function (_PureComponent) {
2903
2904
  style: {
2904
2905
  paddingLeft: 36
2905
2906
  }
2906
- }, "Call/Put/Call"), /*#__PURE__*/React.createElement("div", {
2907
+ }, "Both/Call/Put"), /*#__PURE__*/React.createElement("div", {
2907
2908
  className: "param-number-range readonly"
2908
2909
  }, "Delta Range"), /*#__PURE__*/React.createElement("div", {
2909
2910
  className: "param-number-range readonly"
@@ -2999,7 +3000,7 @@ var ExpiryVegaAlphaByEdgeList = /*#__PURE__*/function (_PureComponent) {
2999
3000
  style: {
3000
3001
  position: 'absolute',
3001
3002
  top: -4,
3002
- right: -36,
3003
+ right: -30,
3003
3004
  visibility: k === 0 ? 'hidden' : 'visible'
3004
3005
  }
3005
3006
  }, /*#__PURE__*/React.createElement(DeleteOutlined, {
@@ -3458,7 +3459,7 @@ var ParamTypeConfig = (_ParamTypeConfig = {}, _defineProperty(_ParamTypeConfig,
3458
3459
  return '';
3459
3460
  },
3460
3461
  sort: 18,
3461
- modalWidth: 1280
3462
+ modalWidth: 1300
3462
3463
  }), _ParamTypeConfig);
3463
3464
  function paramValidator(val, values, enableEmpty) {
3464
3465
  var _config$validator;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalplus/params-about",
3
- "version": "1.0.26-alpha10",
3
+ "version": "1.0.26-alpha12",
4
4
  "description": "A description for the module",
5
5
  "main": "./lib/umd/index.js",
6
6
  "module": "./lib/es/index.js",