assui 3.1.93 → 3.1.94
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/es/step-number-input/style/index.css +4 -4
- package/es/step-number-input/style/index.less +4 -4
- package/es/style/variables.less +0 -1
- package/lib/step-number-input/style/index.css +4 -4
- package/lib/step-number-input/style/index.less +4 -4
- package/lib/style/variables.less +0 -1
- package/package.json +2 -2
|
@@ -1252,7 +1252,7 @@ html {
|
|
|
1252
1252
|
.count-minus-btn:active,
|
|
1253
1253
|
.count-minus-btn:focus-within {
|
|
1254
1254
|
color: #fff;
|
|
1255
|
-
background-color: #
|
|
1255
|
+
background-color: #40a9ff;
|
|
1256
1256
|
cursor: pointer;
|
|
1257
1257
|
}
|
|
1258
1258
|
.count-add-btn {
|
|
@@ -1265,7 +1265,7 @@ html {
|
|
|
1265
1265
|
.count-add-btn:active,
|
|
1266
1266
|
.count-add-btn:focus-within {
|
|
1267
1267
|
color: #fff;
|
|
1268
|
-
background-color: #
|
|
1268
|
+
background-color: #40a9ff;
|
|
1269
1269
|
cursor: pointer;
|
|
1270
1270
|
}
|
|
1271
1271
|
.disabled-btn,
|
|
@@ -1273,7 +1273,7 @@ html {
|
|
|
1273
1273
|
.disabled-btn:focus,
|
|
1274
1274
|
.disabled-btn:active,
|
|
1275
1275
|
.disabled-btn:focus-within {
|
|
1276
|
-
color: rgba(0, 0, 0, 0.25)
|
|
1277
|
-
background-color: #f5f5f5
|
|
1276
|
+
color: rgba(0, 0, 0, 0.25);
|
|
1277
|
+
background-color: #f5f5f5;
|
|
1278
1278
|
cursor: not-allowed;
|
|
1279
1279
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
&:active,
|
|
24
24
|
&:focus-within {
|
|
25
25
|
color: @white;
|
|
26
|
-
background-color: @
|
|
26
|
+
background-color: @primary-color-hover;
|
|
27
27
|
cursor: pointer;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
&:active,
|
|
39
39
|
&:focus-within {
|
|
40
40
|
color: @white;
|
|
41
|
-
background-color: @
|
|
41
|
+
background-color: @primary-color-hover;
|
|
42
42
|
cursor: pointer;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
&:focus,
|
|
50
50
|
&:active,
|
|
51
51
|
&:focus-within {
|
|
52
|
-
color:
|
|
53
|
-
background-color: @
|
|
52
|
+
color: @disabled-color;
|
|
53
|
+
background-color: @disabled-bg;
|
|
54
54
|
cursor: not-allowed;
|
|
55
55
|
}
|
|
56
56
|
}
|
package/es/style/variables.less
CHANGED
|
@@ -1252,7 +1252,7 @@ html {
|
|
|
1252
1252
|
.count-minus-btn:active,
|
|
1253
1253
|
.count-minus-btn:focus-within {
|
|
1254
1254
|
color: #fff;
|
|
1255
|
-
background-color: #
|
|
1255
|
+
background-color: #40a9ff;
|
|
1256
1256
|
cursor: pointer;
|
|
1257
1257
|
}
|
|
1258
1258
|
.count-add-btn {
|
|
@@ -1265,7 +1265,7 @@ html {
|
|
|
1265
1265
|
.count-add-btn:active,
|
|
1266
1266
|
.count-add-btn:focus-within {
|
|
1267
1267
|
color: #fff;
|
|
1268
|
-
background-color: #
|
|
1268
|
+
background-color: #40a9ff;
|
|
1269
1269
|
cursor: pointer;
|
|
1270
1270
|
}
|
|
1271
1271
|
.disabled-btn,
|
|
@@ -1273,7 +1273,7 @@ html {
|
|
|
1273
1273
|
.disabled-btn:focus,
|
|
1274
1274
|
.disabled-btn:active,
|
|
1275
1275
|
.disabled-btn:focus-within {
|
|
1276
|
-
color: rgba(0, 0, 0, 0.25)
|
|
1277
|
-
background-color: #f5f5f5
|
|
1276
|
+
color: rgba(0, 0, 0, 0.25);
|
|
1277
|
+
background-color: #f5f5f5;
|
|
1278
1278
|
cursor: not-allowed;
|
|
1279
1279
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
&:active,
|
|
24
24
|
&:focus-within {
|
|
25
25
|
color: @white;
|
|
26
|
-
background-color: @
|
|
26
|
+
background-color: @primary-color-hover;
|
|
27
27
|
cursor: pointer;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
&:active,
|
|
39
39
|
&:focus-within {
|
|
40
40
|
color: @white;
|
|
41
|
-
background-color: @
|
|
41
|
+
background-color: @primary-color-hover;
|
|
42
42
|
cursor: pointer;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
&:focus,
|
|
50
50
|
&:active,
|
|
51
51
|
&:focus-within {
|
|
52
|
-
color:
|
|
53
|
-
background-color: @
|
|
52
|
+
color: @disabled-color;
|
|
53
|
+
background-color: @disabled-bg;
|
|
54
54
|
cursor: not-allowed;
|
|
55
55
|
}
|
|
56
56
|
}
|
package/lib/style/variables.less
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.94",
|
|
4
4
|
"description": "react ui library",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"node": ">=10.0.0"
|
|
83
83
|
},
|
|
84
84
|
"license": "MIT",
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "d198d60c48d733f0ac6894c202a6f67981ae533d"
|
|
86
86
|
}
|