@kaiheila/ui-components 0.1.16 → 0.1.17
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/main.css +5 -5
- package/dist/ui-components.js +1 -1
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -1232,7 +1232,7 @@ body .__react_component_tooltip.type-success {
|
|
|
1232
1232
|
z-index: 100;
|
|
1233
1233
|
pointer-events: none;
|
|
1234
1234
|
border-radius: 10px;
|
|
1235
|
-
background-color: #
|
|
1235
|
+
background-color: #7acc35;
|
|
1236
1236
|
}
|
|
1237
1237
|
body .__react_component_tooltip.type-success.useMaxWidth {
|
|
1238
1238
|
max-width: 160px;
|
|
@@ -1250,16 +1250,16 @@ body .__react_component_tooltip.type-success .user-fullname {
|
|
|
1250
1250
|
vertical-align: middle;
|
|
1251
1251
|
}
|
|
1252
1252
|
body .__react_component_tooltip.type-success.place-right:after {
|
|
1253
|
-
border-right-color: #
|
|
1253
|
+
border-right-color: #7acc35;
|
|
1254
1254
|
}
|
|
1255
1255
|
body .__react_component_tooltip.type-success.place-top:after {
|
|
1256
|
-
border-top-color: #
|
|
1256
|
+
border-top-color: #7acc35;
|
|
1257
1257
|
}
|
|
1258
1258
|
body .__react_component_tooltip.type-success.place-bottom:after {
|
|
1259
|
-
border-bottom-color: #
|
|
1259
|
+
border-bottom-color: #7acc35;
|
|
1260
1260
|
}
|
|
1261
1261
|
body .__react_component_tooltip.type-success.place-left:after {
|
|
1262
|
-
border-left-color: #
|
|
1262
|
+
border-left-color: #7acc35;
|
|
1263
1263
|
}
|
|
1264
1264
|
body .__react_component_tooltip.type-dark {
|
|
1265
1265
|
margin-top: 0;
|
package/dist/ui-components.js
CHANGED
|
@@ -2803,7 +2803,7 @@ module.exports = require("react-dom");
|
|
|
2803
2803
|
/* 6 */
|
|
2804
2804
|
/***/ (function(module) {
|
|
2805
2805
|
|
|
2806
|
-
module.exports = JSON.parse("{\"name\":\"@kaiheila/ui-components\",\"version\":\"0.1.
|
|
2806
|
+
module.exports = JSON.parse("{\"name\":\"@kaiheila/ui-components\",\"version\":\"0.1.16\",\"description\":\"开黑啦 UI Components\",\"main\":\"dist/ui-components.js\",\"scripts\":{\"build\":\"webpack\",\"demo\":\"webpack-dev-server --config webpack.config.demo.js\"},\"keywords\":[\"UI\",\"Components\"],\"author\":\"yangchuan\",\"license\":\"ISC\",\"files\":[\"dist\"],\"devDependencies\":{\"@babel/core\":\"^7.15.5\",\"@babel/preset-env\":\"^7.15.6\",\"@babel/preset-react\":\"^7.14.5\",\"@webpack-cli/serve\":\"^1.6.0\",\"babel-loader\":\"^8.2.2\",\"classnames\":\"^2.3.1\",\"css-loader\":\"^2.1.1\",\"html-webpack-plugin\":\"^4.5.2\",\"less\":\"^4.1.2\",\"less-loader\":\"^5.0.0\",\"mini-css-extract-plugin\":\"^0.8.0\",\"prop-types\":\"^15.7.2\",\"react\":\"^16.9.0\",\"react-dom\":\"^16.9.0\",\"react-tooltip\":\"^4.2.21\",\"style-loader\":\"^1.0.0\",\"url-loader\":\"^2.1.0\",\"webpack\":\"^4.40.2\",\"webpack-cli\":\"^3.3.1\",\"webpack-dev-server\":\"^3.2.1\"},\"peerDependencies\":{\"react\":\"^16.9.0\",\"react-dom\":\"^16.9.0\"},\"browserslist\":{\"production\":[\">0.2%\",\"not dead\",\"not op_mini all\"],\"development\":[\"last 1 chrome version\",\"last 1 firefox version\",\"last 1 safari version\"]}}");
|
|
2807
2807
|
|
|
2808
2808
|
/***/ }),
|
|
2809
2809
|
/* 7 */
|