@kmkf-fe-packages/basic-components 0.26.1-beta.5 → 0.26.1-beta.9
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/dist/index.esm.js +0 -5
- package/dist/index.js +0 -5
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10074,11 +10074,6 @@ var LogisticsMoreInterception = function LogisticsMoreInterception(props) {
|
|
|
10074
10074
|
return setChangeIndex(index);
|
|
10075
10075
|
}
|
|
10076
10076
|
}, "\u5305\u88F9".concat(index + 1), !disabled ? /*#__PURE__*/React.createElement(CloseCircleOutlined, {
|
|
10077
|
-
style: {
|
|
10078
|
-
position: 'absolute',
|
|
10079
|
-
right: '-7px',
|
|
10080
|
-
top: '-10px'
|
|
10081
|
-
},
|
|
10082
10077
|
onClick: function onClick(e) {
|
|
10083
10078
|
return handleDelete(e, index);
|
|
10084
10079
|
}
|
package/dist/index.js
CHANGED
|
@@ -10085,11 +10085,6 @@ var LogisticsMoreInterception = function LogisticsMoreInterception(props) {
|
|
|
10085
10085
|
return setChangeIndex(index);
|
|
10086
10086
|
}
|
|
10087
10087
|
}, "\u5305\u88F9".concat(index + 1), !disabled ? /*#__PURE__*/React__default['default'].createElement(icons.CloseCircleOutlined, {
|
|
10088
|
-
style: {
|
|
10089
|
-
position: 'absolute',
|
|
10090
|
-
right: '-7px',
|
|
10091
|
-
top: '-10px'
|
|
10092
|
-
},
|
|
10093
10088
|
onClick: function onClick(e) {
|
|
10094
10089
|
return handleDelete(e, index);
|
|
10095
10090
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.26.1-beta.
|
|
3
|
+
"version": "0.26.1-beta.9",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "50303c91918abbae845943c08c564f304fbbdca2"
|
|
68
68
|
}
|