sh-tools 1.2.7 → 1.2.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sh-tools",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "基于xe-ajax和xe-utils二次封装",
5
5
  "main": "packages/index.js",
6
6
  "scripts": {
@@ -6,14 +6,14 @@ const colorKeywords = new Map([
6
6
  ['white', '#FFFFFF'],
7
7
  ['maroon', '#800000'],
8
8
  ['red', '#FF0000'],
9
- ['purple', '#800080'],
9
+ ['purple', '#722ed1'],
10
10
  ['fuchsia', '#FF00FF'],
11
- ['green', '#008000'],
12
- ['lime', '#00FF00'],
11
+ ['green', '#52c41a'],
12
+ ['lime', '#a0d911'],
13
13
  ['olive', '#808000'],
14
- ['yellow', '#FFFF00'],
14
+ ['yellow', '#fadb14'],
15
15
  ['navy', '#000080'],
16
- ['blue', '#0000FF'],
16
+ ['blue', '#1890ff'],
17
17
  ['teal', '#008080'],
18
18
  ['aqua', '#00FFFF'],
19
19
  ['aliceblue', '#f0f8ff'],
@@ -33,7 +33,7 @@ const colorKeywords = new Map([
33
33
  ['cornflowerblue', '#6495ed'],
34
34
  ['cornsilk', '#fff8dc'],
35
35
  ['crimson', '#dc143c'],
36
- ['cyan', '#00ffff'],
36
+ ['cyan', '#13c2c2'],
37
37
  ['darkblue', '#00008b'],
38
38
  ['darkcyan', '#008b8b'],
39
39
  ['darkgoldenrod', '#b8860b'],
@@ -62,8 +62,9 @@ const colorKeywords = new Map([
62
62
  ['floralwhite', '#fffaf0'],
63
63
  ['forestgreen', '#228b22'],
64
64
  ['gainsboro', '#dcdcdc'],
65
+ ['geekblue', '#2f54eb'],
65
66
  ['ghostwhite', '#f8f8ff'],
66
- ['gold', '#ffd700'],
67
+ ['gold', '#faad14'],
67
68
  ['goldenrod', '#daa520'],
68
69
  ['greenyellow', '#adff2f'],
69
70
  ['grey', '#808080'],
@@ -94,7 +95,7 @@ const colorKeywords = new Map([
94
95
  ['lightyellow', '#ffffe0'],
95
96
  ['limegreen', '#32cd32'],
96
97
  ['linen', '#faf0e6'],
97
- ['magenta', '#ff00ff'],
98
+ ['magenta', '#eb2f96'],
98
99
  ['mediumaquamarine', '#66cdaa'],
99
100
  ['mediumblue', '#0000cd'],
100
101
  ['mediumorchid', '#ba55d3'],
@@ -111,7 +112,7 @@ const colorKeywords = new Map([
111
112
  ['navajowhite', '#ffdead'],
112
113
  ['oldlace', '#fdf5e6'],
113
114
  ['olivedrab', '#6b8e23'],
114
- ['orange', '#ffa500'],
115
+ ['orange', '#fa8c16'],
115
116
  ['orangered', '#ff4500'],
116
117
  ['orchid', '#da70d6'],
117
118
  ['palegoldenrod', '#eee8aa'],
@@ -144,6 +145,7 @@ const colorKeywords = new Map([
144
145
  ['tomato', '#ff6347'],
145
146
  ['turquoise', '#40e0d0'],
146
147
  ['violet', '#ee82ee'],
148
+ ['volcano', '#fa541c'],
147
149
  ['wheat', '#f5deb3'],
148
150
  ['whitesmoke', '#f5f5f5'],
149
151
  ['yellowgreen', '#9acd32']