@signalplus/params-about 1.0.26-alpha8 → 1.0.26-alpha9

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 +1 -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-alpha8
4
+ * Version: 1.0.26-alpha9
5
5
  * License: MIT
6
6
  * Author: 2631541504@qq.com
7
7
  */
@@ -2921,16 +2921,12 @@ var ExpiryVegaAlphaByEdgeList = /*#__PURE__*/function (_PureComponent) {
2921
2921
  className: "param-arr-ops-add",
2922
2922
  onClick: _this2.onAddRule.bind(null, i, k),
2923
2923
  style: {
2924
- position: 'relative',
2925
- top: i > 0 ? -30 : 0,
2926
2924
  width: 18
2927
2925
  }
2928
2926
  }), /*#__PURE__*/React.createElement(DeleteOutlined, {
2929
2927
  className: "param-arr-ops-del",
2930
2928
  onClick: _this2.onDelRule.bind(null, i, k),
2931
2929
  style: {
2932
- position: 'relative',
2933
- top: i > 0 ? -30 : 0,
2934
2930
  width: 18
2935
2931
  }
2936
2932
  })), /*#__PURE__*/React.createElement(TextSelector, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalplus/params-about",
3
- "version": "1.0.26-alpha8",
3
+ "version": "1.0.26-alpha9",
4
4
  "description": "A description for the module",
5
5
  "main": "./lib/umd/index.js",
6
6
  "module": "./lib/es/index.js",