wui-components-v2 1.1.12 → 1.1.13

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.
@@ -46,7 +46,8 @@ export interface SystemThemeState {
46
46
  * 预定义的主题色选项
47
47
  */
48
48
  export const themeColorOptions: ThemeColorOption[] = [
49
- { name: '默认蓝', value: 'blue', primary: '#4D7FFF' },
49
+ { name: '深蓝', value: 'sblue', primary: '#2164F3' },
50
+ { name: '浅蓝', value: 'blue', primary: '#4D7FFF' },
50
51
  { name: '活力橙', value: 'orange', primary: '#FF7D00' },
51
52
  { name: '薄荷绿', value: 'green', primary: '#07C160' },
52
53
  { name: '樱花粉', value: 'pink', primary: '#FF69B4' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wui-components-v2",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "wui 组件库",
5
5
  "author": "wgxshh",
6
6
  "license": "MIT",