@zgfe/business-lib 1.2.21 → 1.2.22
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.
|
@@ -122,7 +122,7 @@ var PanelItem = function PanelItem(props) {
|
|
|
122
122
|
onClick: function onClick() {
|
|
123
123
|
onDelete();
|
|
124
124
|
}
|
|
125
|
-
}, "\u5220\u9664\
|
|
125
|
+
}, "\u5220\u9664\u6307\u6807")),
|
|
126
126
|
onOpenChange: onOpenChange
|
|
127
127
|
}, /*#__PURE__*/React.createElement(IconFont, {
|
|
128
128
|
onClick: function onClick() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.22",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react": "^16.12.0 || ^17.0.0",
|
|
56
56
|
"yorkie": "^2.0.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "0cd949e7a99a735bd44982181f42e7d898cd5244",
|
|
59
59
|
"gitHooks": {
|
|
60
60
|
"pre-commit": "lint-staged"
|
|
61
61
|
}
|