@giteeteam/apps-team-components 1.4.3 → 1.5.1

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/README.md CHANGED
@@ -14,14 +14,13 @@ pnpm i
14
14
  pnpm storybook
15
15
  ```
16
16
 
17
- # 1.1.x版本
18
- - team最低版本为4.16.0
17
+ # 版本对应
19
18
 
20
- # 1.2.x版本
21
- - team最低版本为4.21.0
19
+ | 组件库版本 | team版本 |
20
+ | --| -- |
21
+ | 1.1.x | >=4.16.0 |
22
+ | 1.2.x | >=4.21.0 |
23
+ | 1.3.x | >=4.23.0 |
24
+ | 1.4.x | >=4.24.0 |
25
+ | 1.5.x | >=4.27.0 |
22
26
 
23
- # 1.3.x版本
24
- - team最低版本为4.23.0
25
-
26
- # 1.4.x版本
27
- - team最低版本为4.24.0
@@ -81,9 +81,9 @@ var WorkflowStatusType;
81
81
  WorkflowStatusType["Finished"] = "Finished";
82
82
  })(WorkflowStatusType || (WorkflowStatusType = {}));
83
83
  const WorkFlowStatusColor = {
84
- [WorkflowStatusType.Start]: { color: '#0C62FF', bgColor: '#E6F3FF' },
85
- [WorkflowStatusType.InProgress]: { color: '#FFAA0C', bgColor: '#FEF5D0' },
86
- [WorkflowStatusType.Finished]: { color: '#09B866', bgColor: '#DFF7E8' },
84
+ [WorkflowStatusType.Start]: { color: '#FFFFFF', bgColor: '#3683FF' },
85
+ [WorkflowStatusType.InProgress]: { color: '#FFFFFF', bgColor: '#FFBF36' },
86
+ [WorkflowStatusType.Finished]: { color: '#FFFFFF', bgColor: '#29C477' },
87
87
  };
88
88
  const CustomFieldComponentTypes = {
89
89
  Date: 'Date',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giteeteam/apps-team-components",
3
- "version": "1.4.3",
3
+ "version": "1.5.1",
4
4
  "description": "Gitee team components",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",