assui 3.1.93 → 3.1.95

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.
@@ -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: #02a6e3;
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: #02a6e3;
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) !important;
1277
- background-color: #f5f5f5 !important;
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: @color_02a6e3;
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: @color_02a6e3;
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: rgba(0, 0, 0, 0.25) !important;
53
- background-color: @color_f5f5f5 !important;
52
+ color: @disabled-color;
53
+ background-color: @disabled-bg;
54
54
  cursor: not-allowed;
55
55
  }
56
56
  }
@@ -8,7 +8,6 @@
8
8
  @color_e5e5e5: #e5e5e5;
9
9
  @color_a0a0a0: #a0a0a0;
10
10
  @color_323232: #323232;
11
- @color_02a6e3: #02a6e3;
12
11
  @color_f5f5f5: #f5f5f5;
13
12
  @color_cacaca: #cacaca;
14
13
  @color_1890ff: #1890ff;
@@ -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: #02a6e3;
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: #02a6e3;
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) !important;
1277
- background-color: #f5f5f5 !important;
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: @color_02a6e3;
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: @color_02a6e3;
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: rgba(0, 0, 0, 0.25) !important;
53
- background-color: @color_f5f5f5 !important;
52
+ color: @disabled-color;
53
+ background-color: @disabled-bg;
54
54
  cursor: not-allowed;
55
55
  }
56
56
  }
@@ -8,7 +8,6 @@
8
8
  @color_e5e5e5: #e5e5e5;
9
9
  @color_a0a0a0: #a0a0a0;
10
10
  @color_323232: #323232;
11
- @color_02a6e3: #02a6e3;
12
11
  @color_f5f5f5: #f5f5f5;
13
12
  @color_cacaca: #cacaca;
14
13
  @color_1890ff: #1890ff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assui",
3
- "version": "3.1.93",
3
+ "version": "3.1.95",
4
4
  "description": "react ui library",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -35,7 +35,7 @@
35
35
  "@types/react-beautiful-dnd": "^13.1.2",
36
36
  "@types/react-color": "^3.0.6",
37
37
  "@types/react-resizable": "^3.0.0",
38
- "a-icons": "^1.1.75",
38
+ "a-icons": "^1.1.76",
39
39
  "aa-utils": "^2.1.26",
40
40
  "ahooks": "^3.0.8",
41
41
  "bignumber.js": "^9.0.1",
@@ -82,5 +82,5 @@
82
82
  "node": ">=10.0.0"
83
83
  },
84
84
  "license": "MIT",
85
- "gitHead": "5b573bacd21c1b8d91856d415fa9c061aceaa968"
85
+ "gitHead": "d52f9d3966a8b725ee34fd68bca61f7b449b2c6f"
86
86
  }