sun-select-color 0.1.0 → 0.1.2

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
@@ -53,15 +53,15 @@ function onChange(v) { color.value = v }
53
53
 
54
54
  - colorAll(默认所有颜色)
55
55
 
56
- ![colorAll](public/colorAll.png)
56
+ <img alt="colorAll" src="https://unpkg.com/sun-select-color@latest/public/colorAll.png" width="320" />
57
57
 
58
58
  - colorOne(黑白与常用灰阶)
59
59
 
60
- ![colorOne](public/colorOne.png)
60
+ <img alt="colorOne" src="https://unpkg.com/sun-select-color@latest/public/colorOne.png" width="320" />
61
61
 
62
62
  - colorTwo(常用彩色/高对比色)
63
63
 
64
- ![colorTwo](public/colorTwo.png)
64
+ <img alt="colorTwo" src="https://unpkg.com/sun-select-color@latest/public/colorTwo.png" width="320" />
65
65
 
66
66
  ### Props
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sun-select-color",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/sun-select-color.umd.cjs",
@@ -13,7 +13,8 @@
13
13
  }
14
14
  },
15
15
  "files": [
16
- "dist"
16
+ "dist",
17
+ "public"
17
18
  ],
18
19
  "scripts": {
19
20
  "dev": "vite --config playground/vite.config.js",
Binary file
Binary file
Binary file