@npm-questionpro/wick-ui-icon 2.0.0-next.7 → 2.1.0-rc.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/dist/wu-icon.woff CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm-questionpro/wick-ui-icon",
3
- "version": "2.0.0-next.7",
3
+ "version": "2.1.0-rc.0",
4
4
  "description": "Icon font library with Material and custom icons for QuestionPro",
5
5
  "type": "module",
6
6
  "private": false,
@@ -8,8 +8,7 @@
8
8
  "./dist/wu-icon.css": "./dist/wu-icon.css"
9
9
  },
10
10
  "files": [
11
- "dist",
12
- "llms.txt"
11
+ "dist"
13
12
  ],
14
13
  "keywords": [
15
14
  "icons",
@@ -36,7 +35,6 @@
36
35
  "@npm-questionpro/wick-ui-eslint-config": "1.0.0",
37
36
  "@wick-ui/tsconfig": "1.0.0"
38
37
  },
39
- "prettier": "@npm-questionpro/wick-ui-prettier-config",
40
38
  "scripts": {
41
39
  "build": "node index.js",
42
40
  "mat:clone": "git clone https://github.com/google/material-design-icons.git && mv -r material-design-icons/.git material-design-icons/.bak_git",
@@ -45,8 +43,6 @@
45
43
  "test:watch": "vitest",
46
44
  "test:ci": "vitest run --coverage",
47
45
  "postbuild": "node ../../scripts/generate-llms-txt.mjs --package packages/wick-ui-icon && node ../../scripts/wickIcon.mjs",
48
- "format": "prettier --write .",
49
- "format:ci": "prettier --check .",
50
46
  "lint": "eslint . --fix",
51
47
  "lint:ci": "eslint --max-warnings 0 ."
52
48
  }
package/llms.txt DELETED
@@ -1,25 +0,0 @@
1
- # @npm-questionpro/wick-ui-icon
2
-
3
- > Icon font library with Material and custom icons for QuestionPro
4
-
5
- Version: 2.0.0-next.7
6
-
7
- ## Install
8
- ```
9
- pnpm add @npm-questionpro/wick-ui-icon
10
- # or for package consumers:
11
- pnpm add -D @npm-questionpro/wick-ui-icon
12
- ```
13
-
14
- ## Quick start
15
- ```html
16
- <link
17
- rel="stylesheet"
18
- href="@npm-questionpro/wick-ui-icon/dist/wu-icon.css"
19
- />
20
- ```
21
-
22
- ## Links
23
- - npm: https://npmjs.com/package/@npm-questionpro/wick-ui-icon
24
- - llms.txt (unpkg): https://unpkg.com/@npm-questionpro/wick-ui-icon/llms.txt
25
- - llms.txt (jsDelivr): https://cdn.jsdelivr.net/npm/@npm-questionpro/wick-ui-icon/llms.txt