@douyinfe/semi-illustrations 2.0.8 → 2.0.9-alpha.0
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 +0 -22
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,25 +1,3 @@
|
|
|
1
|
-
<div style="text-align:center">
|
|
2
|
-
<h3>Semi Illustrations</h3>
|
|
3
|
-
</div>
|
|
4
|
-
|
|
5
|
-
<table style="display: inline-table; text-align: center;">
|
|
6
|
-
<tr>
|
|
7
|
-
<td><img src="./src/svgs/construction.svg" alt="construction" /></td>
|
|
8
|
-
<td><img src="./src/svgs/failure.svg" alt="failure" /></td>
|
|
9
|
-
<td><img src="./src/svgs/idle.svg" alt="idle" /></td>
|
|
10
|
-
<td><img src="./src/svgs/noAccess.svg" alt="noAccess" /></td>
|
|
11
|
-
|
|
12
|
-
</tr>
|
|
13
|
-
<tr>
|
|
14
|
-
<td><img src="./src/svgs/noContent.svg" alt="noContent" /></td>
|
|
15
|
-
<td><img src="./src/svgs/noResult.svg" alt="noResult" /></td>
|
|
16
|
-
<td><img src="./src/svgs/notFound.svg" alt="notFound" /></td>
|
|
17
|
-
<td><img src="./src/svgs/success.svg" alt="success" /></td>
|
|
18
|
-
</tr>
|
|
19
|
-
</table>
|
|
20
|
-
|
|
21
|
-
</div>
|
|
22
|
-
|
|
23
1
|
## 📣 Introduce
|
|
24
2
|
|
|
25
3
|
Semantic Illustrations design by Semi Team
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-illustrations",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9-alpha.0",
|
|
4
4
|
"description": "semi illustrations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"semi",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"build:lib": "node ./scripts/compileLib.js",
|
|
47
47
|
"prepublishOnly": "npm run build:lib"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "cfbebccbd9c618b43a0eeca339980cea3723453d"
|
|
50
50
|
}
|