@firesoon/icons-react 3.0.18 → 3.0.20
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/CHANGELOG.md +96 -0
- package/README.md +61 -61
- package/es/Icon.css +12 -12
- package/es/components/fs/business-menu/index.d.ts +7 -7
- package/es/components/fs/business-menu/index.js +7 -7
- package/es/components/fs/currency/AppendTo.d.ts +4 -0
- package/es/components/fs/currency/AppendTo.js +12 -0
- package/es/components/fs/currency/Chart.d.ts +4 -0
- package/es/components/fs/currency/Chart.js +12 -0
- package/es/components/fs/currency/Table.d.ts +4 -0
- package/es/components/fs/currency/Table.js +12 -0
- package/es/components/fs/currency/index.d.ts +3 -0
- package/es/components/fs/currency/index.js +3 -0
- package/es/components/fs/old-outlined/index.d.ts +6 -6
- package/es/components/fs/old-outlined/index.js +6 -6
- package/es/components/sbt/currency/SbtChecked.d.ts +4 -0
- package/es/components/sbt/currency/SbtChecked.js +12 -0
- package/es/components/sbt/currency/SbtJpg.d.ts +4 -0
- package/es/components/sbt/currency/SbtJpg.js +12 -0
- package/es/components/sbt/currency/SbtPdf.d.ts +4 -0
- package/es/components/sbt/currency/SbtPdf.js +12 -0
- package/es/components/sbt/currency/SbtPng.d.ts +4 -0
- package/es/components/sbt/currency/SbtPng.js +12 -0
- package/es/components/sbt/currency/SbtRarZip.d.ts +4 -0
- package/es/components/sbt/currency/SbtRarZip.js +12 -0
- package/es/components/sbt/currency/Word.d.ts +4 -0
- package/es/components/sbt/currency/Word.js +12 -0
- package/es/dome/index.less +8 -8
- package/es/icons/fs/currency/append-to.d.ts +17 -0
- package/es/icons/fs/currency/append-to.js +29 -0
- package/es/icons/fs/currency/chart.d.ts +17 -0
- package/es/icons/fs/currency/chart.js +23 -0
- package/es/icons/fs/currency/table.d.ts +17 -0
- package/es/icons/fs/currency/table.js +17 -0
- package/es/icons/sbt/currency/sbt-checked.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-checked.js +17 -0
- package/es/icons/sbt/currency/sbt-jpg.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-jpg.js +23 -0
- package/es/icons/sbt/currency/sbt-pdf.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-pdf.js +23 -0
- package/es/icons/sbt/currency/sbt-png.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-png.js +23 -0
- package/es/icons/sbt/currency/sbt-rarZip.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-rarZip.js +23 -0
- package/es/icons/sbt/currency/word.d.ts +17 -0
- package/es/icons/sbt/currency/word.js +29 -0
- package/es/index.d.ts +185 -176
- package/es/index.js +170 -161
- package/lib/Icon.css +12 -12
- package/lib/components/fs/business-menu/index.d.ts +7 -7
- package/lib/components/fs/business-menu/index.js +7 -7
- package/lib/components/fs/currency/AppendTo.d.ts +4 -0
- package/lib/components/fs/currency/AppendTo.js +20 -0
- package/lib/components/fs/currency/Chart.d.ts +4 -0
- package/lib/components/fs/currency/Chart.js +20 -0
- package/lib/components/fs/currency/Table.d.ts +4 -0
- package/lib/components/fs/currency/Table.js +20 -0
- package/lib/components/fs/currency/index.d.ts +3 -0
- package/lib/components/fs/currency/index.js +21 -0
- package/lib/components/fs/old-outlined/index.d.ts +6 -6
- package/lib/components/fs/old-outlined/index.js +6 -6
- package/lib/components/sbt/currency/SbtChecked.d.ts +4 -0
- package/lib/components/sbt/currency/SbtChecked.js +20 -0
- package/lib/components/sbt/currency/SbtJpg.d.ts +4 -0
- package/lib/components/sbt/currency/SbtJpg.js +20 -0
- package/lib/components/sbt/currency/SbtPdf.d.ts +4 -0
- package/lib/components/sbt/currency/SbtPdf.js +20 -0
- package/lib/components/sbt/currency/SbtPng.d.ts +4 -0
- package/lib/components/sbt/currency/SbtPng.js +20 -0
- package/lib/components/sbt/currency/SbtRarZip.d.ts +4 -0
- package/lib/components/sbt/currency/SbtRarZip.js +20 -0
- package/lib/components/sbt/currency/Word.d.ts +4 -0
- package/lib/components/sbt/currency/Word.js +20 -0
- package/lib/dome/index.less +8 -8
- package/lib/icons/fs/currency/append-to.d.ts +17 -0
- package/lib/icons/fs/currency/append-to.js +36 -0
- package/lib/icons/fs/currency/chart.d.ts +17 -0
- package/lib/icons/fs/currency/chart.js +30 -0
- package/lib/icons/fs/currency/table.d.ts +17 -0
- package/lib/icons/fs/currency/table.js +24 -0
- package/lib/icons/sbt/currency/sbt-checked.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-checked.js +24 -0
- package/lib/icons/sbt/currency/sbt-jpg.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-jpg.js +30 -0
- package/lib/icons/sbt/currency/sbt-pdf.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-pdf.js +30 -0
- package/lib/icons/sbt/currency/sbt-png.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-png.js +30 -0
- package/lib/icons/sbt/currency/sbt-rarZip.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-rarZip.js +30 -0
- package/lib/icons/sbt/currency/word.d.ts +17 -0
- package/lib/icons/sbt/currency/word.js +36 -0
- package/lib/index.d.ts +185 -176
- package/lib/index.js +223 -160
- package/package.json +56 -56
package/package.json
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@firesoon/icons-react",
|
|
3
|
-
"version": "3.0.
|
|
4
|
-
"description": "火树图标库",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"module": "es/index.js",
|
|
7
|
-
"typings": "lib/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"lib",
|
|
10
|
-
"es"
|
|
11
|
-
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"start": "gulp && dumi dev",
|
|
14
|
-
"docs:build": "dumi build",
|
|
15
|
-
"build": "gulp && father build"
|
|
16
|
-
},
|
|
17
|
-
"sideEffects": [
|
|
18
|
-
"*.css"
|
|
19
|
-
],
|
|
20
|
-
"keywords": [
|
|
21
|
-
"svg",
|
|
22
|
-
"javascript",
|
|
23
|
-
"typescript",
|
|
24
|
-
"react"
|
|
25
|
-
],
|
|
26
|
-
"license": "ISC",
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@babel/register": "^7.7.7",
|
|
29
|
-
"@firesoon/antd": "^1.0.0",
|
|
30
|
-
"@rgrove/parse-xml": "^2.0.1",
|
|
31
|
-
"@testing-library/jest-dom": "^5.15.1",
|
|
32
|
-
"@testing-library/react": "^13.0.0",
|
|
33
|
-
"@types/jest": "^27.0.3",
|
|
34
|
-
"@umijs/fabric": "^2.8.1",
|
|
35
|
-
"@umijs/test": "^3.0.5",
|
|
36
|
-
"babel-plugin-import": "^1.13.3",
|
|
37
|
-
"copy-to-clipboard": "^3.3.2",
|
|
38
|
-
"del": "^5.1.0",
|
|
39
|
-
"dumi": "^1.1.0",
|
|
40
|
-
"father": "^4.0.0-rc.2",
|
|
41
|
-
"gh-pages": "^3.0.0",
|
|
42
|
-
"gulp": "^4.0.2",
|
|
43
|
-
"gulp-concat": "^2.6.1",
|
|
44
|
-
"gulp-rename": "^2.0.0",
|
|
45
|
-
"merge-stream": "^2.0.0",
|
|
46
|
-
"react": "^17.0.1",
|
|
47
|
-
"react-dom": "^17.0.1",
|
|
48
|
-
"svgo": "^1.3.2",
|
|
49
|
-
"through2": "^3.0.1",
|
|
50
|
-
"yorkie": "^2.0.0"
|
|
51
|
-
},
|
|
52
|
-
"peerDependencies": {
|
|
53
|
-
"react": "16.x",
|
|
54
|
-
"react-dom": "16.x"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@firesoon/icons-react",
|
|
3
|
+
"version": "3.0.20",
|
|
4
|
+
"description": "火树图标库",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"module": "es/index.js",
|
|
7
|
+
"typings": "lib/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"lib",
|
|
10
|
+
"es"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"start": "gulp && dumi dev",
|
|
14
|
+
"docs:build": "dumi build",
|
|
15
|
+
"build": "gulp && father build"
|
|
16
|
+
},
|
|
17
|
+
"sideEffects": [
|
|
18
|
+
"*.css"
|
|
19
|
+
],
|
|
20
|
+
"keywords": [
|
|
21
|
+
"svg",
|
|
22
|
+
"javascript",
|
|
23
|
+
"typescript",
|
|
24
|
+
"react"
|
|
25
|
+
],
|
|
26
|
+
"license": "ISC",
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"@babel/register": "^7.7.7",
|
|
29
|
+
"@firesoon/antd": "^1.0.0",
|
|
30
|
+
"@rgrove/parse-xml": "^2.0.1",
|
|
31
|
+
"@testing-library/jest-dom": "^5.15.1",
|
|
32
|
+
"@testing-library/react": "^13.0.0",
|
|
33
|
+
"@types/jest": "^27.0.3",
|
|
34
|
+
"@umijs/fabric": "^2.8.1",
|
|
35
|
+
"@umijs/test": "^3.0.5",
|
|
36
|
+
"babel-plugin-import": "^1.13.3",
|
|
37
|
+
"copy-to-clipboard": "^3.3.2",
|
|
38
|
+
"del": "^5.1.0",
|
|
39
|
+
"dumi": "^1.1.0",
|
|
40
|
+
"father": "^4.0.0-rc.2",
|
|
41
|
+
"gh-pages": "^3.0.0",
|
|
42
|
+
"gulp": "^4.0.2",
|
|
43
|
+
"gulp-concat": "^2.6.1",
|
|
44
|
+
"gulp-rename": "^2.0.0",
|
|
45
|
+
"merge-stream": "^2.0.0",
|
|
46
|
+
"react": "^17.0.1",
|
|
47
|
+
"react-dom": "^17.0.1",
|
|
48
|
+
"svgo": "^1.3.2",
|
|
49
|
+
"through2": "^3.0.1",
|
|
50
|
+
"yorkie": "^2.0.0"
|
|
51
|
+
},
|
|
52
|
+
"peerDependencies": {
|
|
53
|
+
"react": "16.x",
|
|
54
|
+
"react-dom": "16.x"
|
|
55
|
+
}
|
|
56
|
+
}
|