@kmkf-fe-packages/basic-components 0.8.17-alpha.31 → 0.8.17-alpha.34
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/README.md +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
package/dist/index.esm.js
CHANGED
|
@@ -11605,7 +11605,7 @@ var CalculationInput = function CalculationInput(props) {
|
|
|
11605
11605
|
})), /*#__PURE__*/React.createElement("span", {
|
|
11606
11606
|
style: {
|
|
11607
11607
|
marginLeft: '4px',
|
|
11608
|
-
width: '
|
|
11608
|
+
width: '92px'
|
|
11609
11609
|
}
|
|
11610
11610
|
}, config === null || config === void 0 ? void 0 : config.unit));
|
|
11611
11611
|
};
|
package/dist/index.js
CHANGED
|
@@ -11616,7 +11616,7 @@ var CalculationInput = function CalculationInput(props) {
|
|
|
11616
11616
|
})), /*#__PURE__*/React__default['default'].createElement("span", {
|
|
11617
11617
|
style: {
|
|
11618
11618
|
marginLeft: '4px',
|
|
11619
|
-
width: '
|
|
11619
|
+
width: '92px'
|
|
11620
11620
|
}
|
|
11621
11621
|
}, config === null || config === void 0 ? void 0 : config.unit));
|
|
11622
11622
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.8.17-alpha.
|
|
3
|
+
"version": "0.8.17-alpha.34",
|
|
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.17-alpha.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.8.17-alpha.34",
|
|
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": "97d89bbdb7e055af772f63804b8f17790ee31564"
|
|
64
64
|
}
|