@firesoon/icons-react 3.1.3 → 3.1.5

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/package.json CHANGED
@@ -1,76 +1,76 @@
1
- {
2
- "name": "@firesoon/icons-react",
3
- "version": "3.1.3",
4
- "description": "火树图标库",
5
- "keywords": [
6
- "svg",
7
- "javascript",
8
- "typescript",
9
- "react"
10
- ],
11
- "license": "ISC",
12
- "sideEffects": [
13
- "*.css"
14
- ],
15
- "type": "module",
16
- "main": "lib/index.js",
17
- "module": "es/index.js",
18
- "typings": "lib/index.d.ts",
19
- "files": [
20
- "lib",
21
- "es"
22
- ],
23
- "scripts": {
24
- "build": "npm run generate:svg && npm run build:rollup",
25
- "build:prod": "cross-env NODE_ENV=production npm run build",
26
- "build:rollup": "rollup -c",
27
- "clean": "rimraf lib es src/icons src/components src/index.ts .rollup-svg-cache.json bundle-analysis.html",
28
- "dev": "npm run generate:svg && rollup -c -w",
29
- "generate:svg": "node scripts/generate-svg.js",
30
- "start": "npm run generate:svg && set NODE_OPTIONS=--openssl-legacy-provider && dumi dev"
31
- },
32
- "devDependencies": {
33
- "@babel/core": "^7.28.0",
34
- "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
35
- "@babel/plugin-transform-object-assign": "^7.27.1",
36
- "@babel/preset-env": "^7.28.0",
37
- "@babel/preset-react": "^7.27.1",
38
- "@babel/register": "^7.7.7",
39
- "@firesoon/antd": "^1.0.0",
40
- "@rgrove/parse-xml": "^2.0.1",
41
- "@rollup/plugin-babel": "^6.0.4",
42
- "@rollup/plugin-commonjs": "^25.0.0",
43
- "@rollup/plugin-node-resolve": "^15.0.0",
44
- "@rollup/plugin-terser": "^0.4.4",
45
- "@rollup/plugin-typescript": "^11.0.0",
46
- "@testing-library/jest-dom": "^5.15.1",
47
- "@testing-library/react": "^13.0.0",
48
- "@types/jest": "^27.0.3",
49
- "@umijs/fabric": "^2.8.1",
50
- "@umijs/test": "^3.0.5",
51
- "babel-plugin-import": "^1.13.3",
52
- "chokidar": "^3.5.0",
53
- "copy-to-clipboard": "^3.3.2",
54
- "core-js": "3",
55
- "cross-env": "^7.0.0",
56
- "del": "^5.1.0",
57
- "dumi": "^1.1.0",
58
- "fast-glob": "^3.3.0",
59
- "father": "^4.0.0-rc.2",
60
- "gh-pages": "^3.0.0",
61
- "glob": "^10.0.0",
62
- "gulp": "^4.0.2",
63
- "gulp-concat": "^2.6.1",
64
- "gulp-rename": "^2.0.0",
65
- "merge-stream": "^2.0.0",
66
- "react": "^17.0.1",
67
- "react-dom": "^17.0.1",
68
- "rimraf": "^5.0.0",
69
- "rollup": "^3.0.0",
70
- "rollup-plugin-dts": "^6.0.0",
71
- "rollup-plugin-postcss": "^4.0.2",
72
- "svgo": "^3.0.0",
73
- "through2": "^3.0.1",
74
- "yorkie": "^2.0.0"
75
- }
76
- }
1
+ {
2
+ "name": "@firesoon/icons-react",
3
+ "version": "3.1.5",
4
+ "description": "火树图标库",
5
+ "keywords": [
6
+ "svg",
7
+ "javascript",
8
+ "typescript",
9
+ "react"
10
+ ],
11
+ "license": "ISC",
12
+ "sideEffects": [
13
+ "*.css"
14
+ ],
15
+ "type": "module",
16
+ "main": "lib/index.js",
17
+ "module": "es/index.js",
18
+ "typings": "lib/index.d.ts",
19
+ "files": [
20
+ "lib",
21
+ "es"
22
+ ],
23
+ "devDependencies": {
24
+ "@babel/core": "^7.28.0",
25
+ "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
26
+ "@babel/plugin-transform-object-assign": "^7.27.1",
27
+ "@babel/preset-env": "^7.28.0",
28
+ "@babel/preset-react": "^7.27.1",
29
+ "@babel/register": "^7.7.7",
30
+ "@firesoon/antd": "^1.0.0",
31
+ "@rgrove/parse-xml": "^2.0.1",
32
+ "@rollup/plugin-babel": "^6.0.4",
33
+ "@rollup/plugin-commonjs": "^25.0.0",
34
+ "@rollup/plugin-node-resolve": "^15.0.0",
35
+ "@rollup/plugin-terser": "^0.4.4",
36
+ "@rollup/plugin-typescript": "^11.0.0",
37
+ "@testing-library/jest-dom": "^5.15.1",
38
+ "@testing-library/react": "^13.0.0",
39
+ "@types/jest": "^27.0.3",
40
+ "@umijs/fabric": "^2.8.1",
41
+ "@umijs/test": "^3.0.5",
42
+ "babel-plugin-import": "^1.13.3",
43
+ "chokidar": "^3.5.0",
44
+ "copy-to-clipboard": "^3.3.2",
45
+ "core-js": "3",
46
+ "cross-env": "^7.0.0",
47
+ "del": "^5.1.0",
48
+ "dumi": "^1.1.0",
49
+ "fast-glob": "^3.3.0",
50
+ "father": "^4.0.0-rc.2",
51
+ "gh-pages": "^3.0.0",
52
+ "glob": "^10.0.0",
53
+ "gulp": "^4.0.2",
54
+ "gulp-concat": "^2.6.1",
55
+ "gulp-rename": "^2.0.0",
56
+ "merge-stream": "^2.0.0",
57
+ "react": "^17.0.1",
58
+ "react-dom": "^17.0.1",
59
+ "rimraf": "^5.0.0",
60
+ "rollup": "^3.0.0",
61
+ "rollup-plugin-dts": "^6.0.0",
62
+ "rollup-plugin-postcss": "^4.0.2",
63
+ "svgo": "^3.0.0",
64
+ "through2": "^3.0.1",
65
+ "yorkie": "^2.0.0"
66
+ },
67
+ "scripts": {
68
+ "build": "npm run generate:svg && npm run build:rollup",
69
+ "build:prod": "cross-env NODE_ENV=production npm run build",
70
+ "build:rollup": "rollup -c",
71
+ "clean": "rimraf lib es src/icons src/components src/index.ts .rollup-svg-cache.json bundle-analysis.html",
72
+ "dev": "npm run generate:svg && rollup -c -w",
73
+ "generate:svg": "node scripts/generate-svg.js",
74
+ "start": "npm run generate:svg && set NODE_OPTIONS=--openssl-legacy-provider && dumi dev"
75
+ }
76
+ }
package/CHANGELOG.md DELETED
@@ -1,96 +0,0 @@
1
- # @firesoon/icons-react
2
-
3
- 火树 svg 图标库
4
-
5
- ## Change
6
-
7
- ### 1.0.0
8
-
9
- - 更新 svg 图标
10
-
11
- ### 1.1.0
12
-
13
- - Fix bug
14
- - svgOption 为 undefined 时,svg 默认属性丢失
15
- - 删除 span 默认 font-size=0
16
-
17
- ### 1.1.1
18
-
19
- - npm scripts 添加 preversion
20
- - 使用 Icon.jsx 组件
21
-
22
- ### 1.1.2
23
-
24
- - fix Icon.jsx 导入 style 路径错误
25
-
26
- ### 1.2.0(2020/1/24)
27
-
28
- - delete: 重复的图标
29
- - feature: 图标命名修改;添加部分图标;支持多色图标
30
-
31
- ### 1.2.1
32
-
33
- - 临时更新: 模块命名添加只有首字母大写
34
-
35
- ### 1.2.3
36
-
37
- - fix: style.css 样式打包后缺失(#1)
38
- - fix: 1.1->1.2 版本命名规则错误, 未向下兼容(旧图标被删除)(#2)
39
- - fix: spread operator 低版本浏览器不支持(#3)
40
-
41
- ### 1.2.4
42
-
43
- - fix: ie10 兼容
44
-
45
- ### 1.4.0
46
-
47
- - feature: 增加图标
48
-
49
- ### 1.4.1
50
-
51
- - fix: components 缺少入口文件(index.js), 无法展示全部图标
52
-
53
- ### 1.5.0
54
-
55
- - feature: 增加切换院区 icon
56
-
57
- ### 1.16.0
58
-
59
- - 删除了只首字母大写的 icon 导出(不向下兼容, 但是目前业务中并未使用)
60
- - 新增了两个图标
61
-
62
- ### 1.30.0
63
-
64
- - 新增结算管理部分图标
65
-
66
- ### 1.40.0
67
-
68
- - 新增病案部分图标
69
-
70
- ### 1.41.0
71
-
72
- - 新增空态相关 icon
73
-
74
- ### 1.42.0
75
-
76
- - 新增病案相关 icon
77
-
78
- ### 1.43.0
79
-
80
- - 新增系统设置相关 icon
81
-
82
- ### 1.43.10
83
-
84
- - 新增数据质量相关 icon
85
-
86
- ### 1.43.11
87
-
88
- - 删除多色 wodezhuyuanx,新增单色 wodezhuyuanx
89
-
90
- ### 1.43.12
91
-
92
- - wodezhuyuanx 单色图表 bug 修复
93
-
94
- ### 2.0.0
95
-
96
- - 兼容旧版本和新增新版本 icon