create-antd-skin 1.1.5 → 1.1.7

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/bin/skin.js CHANGED
@@ -97,7 +97,7 @@ async function installSkin(skinName) {
97
97
  name: "skin",
98
98
  message: "Choose a skin",
99
99
  choices: skins.map(item => ({
100
- name: item.name,
100
+ name: toCamelCase(item.name),
101
101
  value: item.name,
102
102
  })),
103
103
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-antd-skin",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "this is skin-cli for @adminui-dev/antd-layout",
5
5
  "main": "index.js",
6
6
  "author": "zhouwenqi",
@@ -26,7 +26,7 @@ const ImageBackground=()=>{
26
26
  }
27
27
  const skin:ThemeSkin = {
28
28
  "name":"parkWavesDark",
29
- "skinType":"custom",
29
+ "skinType":"system",
30
30
  "layoutConfig":{
31
31
  "theme":"dark",
32
32
  "primaryColor":"#9898ff",
@@ -26,7 +26,7 @@ const ImageBackground=()=>{
26
26
  }
27
27
  const skin:ThemeSkin = {
28
28
  "name":"parkWavesLight",
29
- "skinType":"custom",
29
+ "skinType":"system",
30
30
  "layoutConfig":{
31
31
  "theme":"light",
32
32
  "primaryColor":"#4a3a88",
@@ -13,7 +13,7 @@ const ImageBackground=()=>{
13
13
  }
14
14
  const skin:ThemeSkin = {
15
15
  "name":"parkWavesNone",
16
- "skinType":"custom",
16
+ "skinType":"system",
17
17
  "layoutConfig":{
18
18
  "theme":"light",
19
19
  "layoutType":"leftMenu",
@@ -26,7 +26,7 @@ const ImageBackground=()=>{
26
26
  }
27
27
  const skin:ThemeSkin = {
28
28
  "name":"parkWavesSider",
29
- "skinType":"custom",
29
+ "skinType":"system",
30
30
  "layoutConfig":{
31
31
  "theme":"light",
32
32
  "layoutType":"leftMenu",