@kmkf-fe-packages/basic-components 0.8.19-alpha.3 → 0.8.19
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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -7102,6 +7102,7 @@ var ApaasUploadAsync$1 = function ApaasUploadAsync(_ref) {
|
|
|
7102
7102
|
className: styles$2.text
|
|
7103
7103
|
}, "\u590D\u5236\u7C98\u8D34")) : /*#__PURE__*/React.createElement("input", {
|
|
7104
7104
|
ref: inputRef,
|
|
7105
|
+
className: styles$2.inputImage,
|
|
7105
7106
|
type: "text",
|
|
7106
7107
|
placeholder: "\u590D\u5236\u7C98\u8D34",
|
|
7107
7108
|
onBlur: function onBlur() {
|
package/dist/index.js
CHANGED
|
@@ -7113,6 +7113,7 @@ var ApaasUploadAsync$1 = function ApaasUploadAsync(_ref) {
|
|
|
7113
7113
|
className: styles$2.text
|
|
7114
7114
|
}, "\u590D\u5236\u7C98\u8D34")) : /*#__PURE__*/React__default['default'].createElement("input", {
|
|
7115
7115
|
ref: inputRef,
|
|
7116
|
+
className: styles$2.inputImage,
|
|
7116
7117
|
type: "text",
|
|
7117
7118
|
placeholder: "\u590D\u5236\u7C98\u8D34",
|
|
7118
7119
|
onBlur: function onBlur() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.8.19
|
|
3
|
+
"version": "0.8.19",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "^0.8.19
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.8.19",
|
|
24
24
|
"lodash": "^4.17.21",
|
|
25
25
|
"pubsub-js": "^1.9.4",
|
|
26
26
|
"react-copy-to-clipboard": "^5.1.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "bf33b7dd188fb9d2787653644d0c51f5860be4c3"
|
|
64
64
|
}
|