n20-common-lib 1.3.142 → 1.3.143

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": "n20-common-lib",
3
- "version": "1.3.142",
3
+ "version": "1.3.143",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -5,7 +5,8 @@ const themeList = [
5
5
  { label: '金融金', value: 'yellow', color: '#fadb14', aD: `$--color-primary: #fadb14;` },
6
6
  { label: '青春绿', value: 'green', color: '#3eaf7c', aD: `$--color-primary: #3eaf7c;` },
7
7
  { label: '天空蓝', value: 'lightBlue', color: '#1890ff', aD: `$--color-primary: #1890ff;` },
8
- { label: '优雅紫', value: 'purple', color: '#722ed1', aD: `$--color-primary: #722ed1;` }
8
+ { label: '优雅紫', value: 'purple', color: '#722ed1', aD: `$--color-primary: #722ed1;` },
9
+ { label: '中建红', value: 'cctcRed', color: '#B51C21', aD: `$--color-primary: #B51C21;` }
9
10
  ]
10
11
 
11
12
  if (typeof exports === 'object' && typeof module === 'object') {