web-component-gallery 2.2.17 → 2.2.18

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.
@@ -1,52 +1,3 @@
1
- // 目前主题延伸色只有1~5、7(8~10暂且用不到
2
- // 主色延伸由浅到深
3
- // @primary-1: #f0f8ff;
4
- // @primary-2: #cce6ff;
5
- // @primary-3: #a3ceff;
6
- // @primary-4: #7ab4ff;
7
- // @primary-5: #5297ff;
8
- // @primary-7: #1858d9;
9
-
10
- // 高亮色延伸由浅到深
11
- // @highlight-1: #f0fdff;
12
- // @highlight-2: #d6faff;
13
- // @highlight-3: #adf1ff;
14
- // @highlight-4: #85e7ff;
15
- // @highlight-5: #5cd9ff;
16
- // @highlight-7: #21a1d9;
17
-
18
- // 错误色延伸由浅到深
19
- // @error-1: #fff3f0;
20
- // @error-2: #fff2f0;
21
- // @error-3: #ffcdc7;
22
- // @error-4: #ffa69e;
23
- // @error-5: #ff7c75;
24
- // @error-7: #d93639;
25
-
26
- // 注意色延伸由浅到深
27
- // @info-1: #fefff0;
28
- // @info-2: #feffd6;
29
- // @info-3: #ffffad;
30
- // @info-4: #fffb85;
31
- // @info-5: #fff45c;
32
- // @info-7: #d9c021;
33
-
34
- // 警告色延伸由浅到深
35
- // @warning-1: #fffae6;
36
- // @warning-2: #fff1bd;
37
- // @warning-3: #ffe494;
38
- // @warning-4: #ffd56b;
39
- // @warning-5: #ffc342;
40
- // @warning-7: #d98a0b;
41
-
42
- // 成功色延伸由浅到深
43
- // @success-1: #e6ffed;
44
- // @success-2: #a3ffc2;
45
- // @success-3: #7affab;
46
- // @success-4: #4ef591;
47
- // @success-5: #25e87a;
48
- // @success-7: #00b55b;
49
-
50
1
  // 头部高度
51
2
  @sc-head-h: 64px;
52
3
 
@@ -58,6 +9,9 @@
58
9
  // 二级标题
59
10
  @sc-title-2: linear-gradient(180deg, @white 36.35%, @sc-title-color 67.08%);
60
11
 
12
+ // 基础色
13
+ @sc-color-1: #0a4676;
14
+
61
15
  // 阴影色
62
16
  @sc-shadow-1: #0A1834;
63
17
 
@@ -69,7 +23,7 @@
69
23
  // 尾部背景渐变色
70
24
  @sc-foot-bg: linear-gradient(180deg, fade(@sc-main-bg, 0%) 0%, fade(@sc-main-bg, 85%) 77.08%);
71
25
  // 两侧背景渐变色
72
- @sc-left-bg: linear-gradient(
26
+ @sc-left-bg: linear-gradient(
73
27
  90deg,
74
28
  fade(@sc-main-bg, 90%) 4.33%,
75
29
  fade(@sc-main-bg, 80%) 40.18%,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-gallery",
3
- "version": "2.2.17",
3
+ "version": "2.2.18",
4
4
  "description": "基础vue、antdvue、less实现的私有组件库",
5
5
  "main": "dist/index.umd.js",
6
6
  "files": [