@npm-questionpro/wick-ui-icon 1.3.1 → 3.0.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 +16 -7
- package/dist/wu-icon.css +3758 -2316
- package/dist/wu-icon.eot +0 -0
- package/dist/wu-icon.svg +9014 -4688
- package/dist/wu-icon.ttf +0 -0
- package/dist/wu-icon.woff +0 -0
- package/dist/wu-icon.woff2 +0 -0
- package/package.json +3 -4
package/dist/wu-icon.ttf
CHANGED
|
Binary file
|
package/dist/wu-icon.woff
CHANGED
|
Binary file
|
package/dist/wu-icon.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npm-questionpro/wick-ui-icon",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Icon font library with Material and custom icons for QuestionPro",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -16,9 +16,8 @@
|
|
|
16
16
|
"release:patch": "pnpm build && pnpm version patch && pnpm publish",
|
|
17
17
|
"release:minor": "pnpm build && pnpm version minor && pnpm publish",
|
|
18
18
|
"release:major": "pnpm build && pnpm version major && pnpm publish",
|
|
19
|
-
"mat:clone": "git clone https://github.com/google/material-design-icons.git",
|
|
20
|
-
"mat:
|
|
21
|
-
"mat:update": "cd material-design-icons && git pull && cd .. && node material.js && pnpm build"
|
|
19
|
+
"mat:clone": "git clone https://github.com/google/material-design-icons.git && mv -r material-design-icons/.git material-design-icons/.bak_git",
|
|
20
|
+
"mat:update": "cd material-design-icons && mv .git_bak .git && git pull && mv .git .git_bak && cd .. && node material.js && pnpm build"
|
|
22
21
|
},
|
|
23
22
|
"keywords": [
|
|
24
23
|
"icons",
|