@trionesdev/antd-mobile-icons-react 0.0.2-beta.2 → 0.0.2-beta.21

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.
Files changed (35) hide show
  1. package/dist/outline/ArrowDownToLineOutline.d.ts +3 -0
  2. package/dist/outline/ArrowDownToLineOutline.js +16 -0
  3. package/dist/outline/ArrowUpFromLineOutline.d.ts +3 -0
  4. package/dist/outline/ArrowUpFromLineOutline.js +16 -0
  5. package/dist/outline/BoxOutline.d.ts +3 -0
  6. package/dist/outline/BoxOutline.js +16 -0
  7. package/dist/outline/BoxesOutline.d.ts +3 -0
  8. package/dist/outline/BoxesOutline.js +16 -0
  9. package/dist/outline/ClipboardListOutline.d.ts +3 -0
  10. package/dist/outline/ClipboardListOutline.js +16 -0
  11. package/dist/outline/HistoryOutline.d.ts +3 -0
  12. package/dist/outline/HistoryOutline.js +16 -0
  13. package/dist/outline/LayoutGridOutline.d.ts +3 -0
  14. package/dist/outline/LayoutGridOutline.js +16 -0
  15. package/dist/outline/LogoutOutline.d.ts +3 -0
  16. package/dist/outline/LogoutOutline.js +16 -0
  17. package/dist/outline/PackageOutline.d.ts +3 -0
  18. package/dist/outline/PackageOutline.js +16 -0
  19. package/dist/outline/PackageSearchOutline.d.ts +3 -0
  20. package/dist/outline/PackageSearchOutline.js +16 -0
  21. package/dist/outline/ShieldOutline.d.ts +3 -0
  22. package/dist/outline/ShieldOutline.js +16 -0
  23. package/dist/outline/SubDeptOutline.d.ts +3 -0
  24. package/dist/outline/SubDeptOutline.js +16 -0
  25. package/dist/outline/SwapOutline.d.ts +3 -0
  26. package/dist/outline/SwapOutline.js +16 -0
  27. package/dist/outline/index.d.ts +13 -0
  28. package/dist/outline/index.js +13 -0
  29. package/dist/style/global.scss +55 -3
  30. package/dist/style/iconfont.css +736 -0
  31. package/dist/style/iconfont.json +91 -0
  32. package/dist/style/iconfont.ttf +0 -0
  33. package/dist/style/iconfont.woff +0 -0
  34. package/dist/style/iconfont.woff2 +0 -0
  35. package/package.json +15 -58
@@ -5,6 +5,97 @@
5
5
  "css_prefix_text": "antm-icon-",
6
6
  "description": "",
7
7
  "glyphs": [
8
+ {
9
+ "icon_id": "47583239",
10
+ "name": "BoxesOutline",
11
+ "font_class": "BoxesOutline",
12
+ "unicode": "e618",
13
+ "unicode_decimal": 58904
14
+ },
15
+ {
16
+ "icon_id": "47583238",
17
+ "name": "PackageOutline",
18
+ "font_class": "PackageOutline",
19
+ "unicode": "e619",
20
+ "unicode_decimal": 58905
21
+ },
22
+ {
23
+ "icon_id": "47583237",
24
+ "name": "BoxOutline",
25
+ "font_class": "BoxOutline",
26
+ "unicode": "e61a",
27
+ "unicode_decimal": 58906
28
+ },
29
+ {
30
+ "icon_id": "47571742",
31
+ "name": "ShieldOutline",
32
+ "font_class": "ShieldOutline",
33
+ "unicode": "e617",
34
+ "unicode_decimal": 58903
35
+ },
36
+ {
37
+ "icon_id": "47571644",
38
+ "name": "PackageSearchOutline",
39
+ "font_class": "PackageSearchOutline",
40
+ "unicode": "e611",
41
+ "unicode_decimal": 58897
42
+ },
43
+ {
44
+ "icon_id": "47571643",
45
+ "name": "ClipboardListOutline",
46
+ "font_class": "ClipboardListOutline",
47
+ "unicode": "e612",
48
+ "unicode_decimal": 58898
49
+ },
50
+ {
51
+ "icon_id": "47571642",
52
+ "name": "HistoryOutline",
53
+ "font_class": "HistoryOutline",
54
+ "unicode": "e613",
55
+ "unicode_decimal": 58899
56
+ },
57
+ {
58
+ "icon_id": "47571641",
59
+ "name": "ArrowUpFromLineOutline",
60
+ "font_class": "ArrowUpFromLineOutline",
61
+ "unicode": "e614",
62
+ "unicode_decimal": 58900
63
+ },
64
+ {
65
+ "icon_id": "47571639",
66
+ "name": "LayoutGridOutline",
67
+ "font_class": "LayoutGridOutline",
68
+ "unicode": "e615",
69
+ "unicode_decimal": 58901
70
+ },
71
+ {
72
+ "icon_id": "47571640",
73
+ "name": "ArrowDownToLineOutline",
74
+ "font_class": "ArrowDownToLineOutline",
75
+ "unicode": "e616",
76
+ "unicode_decimal": 58902
77
+ },
78
+ {
79
+ "icon_id": "47467269",
80
+ "name": "SubDeptOutline",
81
+ "font_class": "SubDeptOutline",
82
+ "unicode": "e610",
83
+ "unicode_decimal": 58896
84
+ },
85
+ {
86
+ "icon_id": "47226900",
87
+ "name": "SwapOutline",
88
+ "font_class": "SwapOutline",
89
+ "unicode": "e608",
90
+ "unicode_decimal": 58888
91
+ },
92
+ {
93
+ "icon_id": "46936837",
94
+ "name": "LogoutOutline",
95
+ "font_class": "LogoutOutline",
96
+ "unicode": "e63e",
97
+ "unicode_decimal": 58942
98
+ },
8
99
  {
9
100
  "icon_id": "45635533",
10
101
  "name": "HomeFill",
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,82 +1,39 @@
1
1
  {
2
2
  "name": "@trionesdev/antd-mobile-icons-react",
3
- "version": "0.0.2-beta.2",
4
- "description": "A react library developed with dumi",
3
+ "version": "0.0.2-beta.21",
4
+ "description": "AntdMobileIconReact",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
8
- "start": "npm run dev",
9
- "dev": "dumi dev",
8
+ "dev": "father dev",
10
9
  "build": "father build",
11
- "build:watch": "father dev",
12
- "docs:build": "dumi build",
13
- "docs:preview": "dumi preview",
14
- "prepare": "dumi setup",
15
- "doctor": "father doctor",
16
- "lint": "npm run lint:es && npm run lint:css",
17
- "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
18
- "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
10
+ "build:deps": "father prebundle",
19
11
  "prepublishOnly": "father doctor && npm run build",
20
- "publish": "npm publish --registry=https://registry.npmjs.org/",
12
+ "publish": "npm publish --tag latest --registry=https://registry.npmjs.org/",
21
13
  "publishOnly": "npm publish --ignore-scripts --registry=https://registry.npmjs.org/"
22
14
  },
15
+ "keywords": [],
23
16
  "authors": [
24
17
  "fengxiaotx@163.com"
25
18
  ],
26
19
  "license": "MIT",
27
20
  "files": [
28
- "dist"
21
+ "dist",
22
+ "compiled"
29
23
  ],
30
- "commitlint": {
31
- "extends": [
32
- "@commitlint/config-conventional"
33
- ]
34
- },
35
- "lint-staged": {
36
- "*.{md,json}": [
37
- "prettier --write --no-error-on-unmatched-pattern"
38
- ],
39
- "*.{css,less}": [
40
- "stylelint --fix",
41
- "prettier --write"
42
- ],
43
- "*.{js,jsx}": [
44
- "eslint --fix",
45
- "prettier --write"
46
- ],
47
- "*.{ts,tsx}": [
48
- "eslint --fix",
49
- "prettier --parser=typescript --write"
50
- ]
51
- },
52
24
  "publishConfig": {
53
25
  "access": "public"
54
26
  },
55
27
  "peerDependencies": {
56
- "react": ">=16.9.0",
57
- "react-dom": ">=16.9.0"
28
+ "classnames": "^2.5.1",
29
+ "lodash-es": "^4.17.21",
30
+ "react": ">=16.9.0"
58
31
  },
59
32
  "devDependencies": {
60
- "@commitlint/cli": "^19.6.1",
61
- "@commitlint/config-conventional": "^19.6.0",
62
- "@types/node": "^18.15.11",
33
+ "@types/node": "^18.19.123",
63
34
  "@types/react": "^18.0.0",
64
- "@types/react-dom": "^18.0.0",
65
- "@umijs/lint": "^4.4.4",
66
- "dumi": "2.4.12",
67
- "eslint": "^8.23.0",
68
- "father": "^4.5.1",
69
- "husky": "^9.1.7",
70
- "lint-staged": "^15.3.0",
71
- "prettier": "^3.4.2",
72
- "prettier-plugin-organize-imports": "^4.1.0",
73
- "prettier-plugin-packagejson": "^2.5.6",
74
- "react": "^18.0.0",
75
- "react-dom": "^18.0.0",
76
- "stylelint": "^14.9.1"
77
- },
78
- "dependencies": {
79
- "classnames": "^2.5.1"
35
+ "father": "^4.6.19",
36
+ "react": "^18.0.0"
80
37
  },
81
- "gitHead": "750643002ea1b4b0092d84ec95e8d135b9b83750"
38
+ "gitHead": "5d0231fd6b537b8b56c875659e0aac023b5ee3d3"
82
39
  }