@kaiheila/ui-components 0.1.3 → 0.1.6
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 +7 -7
- package/dist/ui-components.js +1 -1
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -243,7 +243,6 @@ textarea {
|
|
|
243
243
|
.chuanyu-button.size-xs {
|
|
244
244
|
font-size: 12px;
|
|
245
245
|
height: 24px;
|
|
246
|
-
min-width: 65px;
|
|
247
246
|
padding: 0 8px;
|
|
248
247
|
line-height: 24px;
|
|
249
248
|
border-radius: 8px;
|
|
@@ -355,15 +354,13 @@ textarea {
|
|
|
355
354
|
}
|
|
356
355
|
.chuanyu-button.type-simple {
|
|
357
356
|
background-color: var(--button-simple);
|
|
358
|
-
color: var(--text-
|
|
357
|
+
color: var(--text-description-color);
|
|
359
358
|
}
|
|
360
359
|
.chuanyu-button.type-simple:not(.disabled):hover {
|
|
361
360
|
background-color: var(--button-simple-hover);
|
|
362
|
-
color: var(--text-description-color);
|
|
363
361
|
}
|
|
364
362
|
.chuanyu-button.type-simple:not(.disabled):active {
|
|
365
363
|
background-color: var(--button-simple-active);
|
|
366
|
-
color: var(--text-description-color);
|
|
367
364
|
}
|
|
368
365
|
.chuanyu-button.type-simple:disabled {
|
|
369
366
|
opacity: 0.5;
|
|
@@ -917,11 +914,11 @@ textarea {
|
|
|
917
914
|
transform: translate(-50%);
|
|
918
915
|
width: 220px;
|
|
919
916
|
padding: 10px;
|
|
920
|
-
border-radius:
|
|
917
|
+
border-radius: 12px;
|
|
921
918
|
border: none;
|
|
922
919
|
}
|
|
923
920
|
.selector-option.simple .selector-option-item {
|
|
924
|
-
border-radius:
|
|
921
|
+
border-radius: 8px;
|
|
925
922
|
}
|
|
926
923
|
.selector-option.simple .selector-option-item.selected {
|
|
927
924
|
background-color: transparent;
|
|
@@ -998,7 +995,7 @@ textarea {
|
|
|
998
995
|
overflow: hidden;
|
|
999
996
|
text-overflow: ellipsis;
|
|
1000
997
|
cursor: pointer;
|
|
1001
|
-
border-radius:
|
|
998
|
+
border-radius: 8px;
|
|
1002
999
|
margin-bottom: 2px;
|
|
1003
1000
|
}
|
|
1004
1001
|
.selector-option-item:last-child {
|
|
@@ -1007,6 +1004,9 @@ textarea {
|
|
|
1007
1004
|
.selector-option-item:hover {
|
|
1008
1005
|
background-color: var(--menu-hover);
|
|
1009
1006
|
}
|
|
1007
|
+
.selector-option-item:active {
|
|
1008
|
+
background-color: var(--menu-active);
|
|
1009
|
+
}
|
|
1010
1010
|
.selector-option-item.selected {
|
|
1011
1011
|
background-color: var(--menu-active);
|
|
1012
1012
|
}
|
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.6\",\"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 */
|