fan-components 1.0.1 → 1.0.2
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/components/Button/index.d.ts +1 -0
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Collapse/index.d.ts +1 -0
- package/dist/components/Collapse/index.d.ts.map +1 -1
- package/dist/components/Icon/index.d.ts +1 -0
- package/dist/components/Icon/index.d.ts.map +1 -1
- package/dist/components/package.json +1 -10
- package/package.json +8 -16
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/components/Button/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/components/Button/index.ts"],"names":[],"mappings":"AAGA,cAAc,cAAc,CAAC;;AAC7B,wBAAmC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/components/Collapse/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/components/Collapse/index.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC;;AAC/B,wBAEG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/components/Icon/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/components/Icon/index.ts"],"names":[],"mappings":"AAQA,cAAc,YAAY,CAAC;;AAC3B,wBAAiC"}
|
|
@@ -10,14 +10,5 @@
|
|
|
10
10
|
},
|
|
11
11
|
"keywords": [],
|
|
12
12
|
"author": "fangq",
|
|
13
|
-
"license": "ISC"
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"@fortawesome/fontawesome-svg-core": "^7.3.1",
|
|
16
|
-
"@fortawesome/free-solid-svg-icons": "^7.3.1",
|
|
17
|
-
"@fortawesome/vue-fontawesome": "^3.3.2",
|
|
18
|
-
"@popperjs/core": "^2.11.8"
|
|
19
|
-
},
|
|
20
|
-
"peerDependencies": {
|
|
21
|
-
"vue": "^3.0.0"
|
|
22
|
-
}
|
|
13
|
+
"license": "ISC"
|
|
23
14
|
}
|
package/package.json
CHANGED
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fan-components",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
5
|
-
"main": "
|
|
6
|
-
"module": "dist/components/index.js",
|
|
7
|
-
"types": "dist/components/types.d.ts",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
8
6
|
"type": "module",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
"import": "./dist/components/index.js",
|
|
12
|
-
"types": "./dist/components/types.d.ts"
|
|
13
|
-
},
|
|
14
|
-
"./theme-chalk": "./dist/theme-chalk/index.css",
|
|
15
|
-
"./dist/theme-chalk": "./dist/theme-chalk/index.css"
|
|
16
|
-
},
|
|
7
|
+
"module": "./dist/index.js",
|
|
8
|
+
"types": "./dist/types/index.d.ts",
|
|
17
9
|
"scripts": {
|
|
18
10
|
"format": "prettier --write packages/**/*.ts",
|
|
19
11
|
"commit": "git-cz",
|
|
@@ -45,15 +37,15 @@
|
|
|
45
37
|
"vue": "^3.0.0"
|
|
46
38
|
},
|
|
47
39
|
"dependencies": {
|
|
40
|
+
"@fan-components/components": "workspace:^",
|
|
41
|
+
"@fan-components/theme-chalk": "workspace:^",
|
|
42
|
+
"@fan-components/utils": "workspace:^",
|
|
48
43
|
"@fortawesome/fontawesome-svg-core": "^7.3.1",
|
|
49
44
|
"@fortawesome/free-solid-svg-icons": "^7.3.1",
|
|
50
45
|
"@fortawesome/vue-fontawesome": "^3.3.2",
|
|
51
46
|
"@popperjs/core": "^2.11.8"
|
|
52
47
|
},
|
|
53
48
|
"devDependencies": {
|
|
54
|
-
"@fan-components/components": "workspace:^",
|
|
55
|
-
"@fan-components/theme-chalk": "workspace:^",
|
|
56
|
-
"@fan-components/utils": "workspace:^",
|
|
57
49
|
"@commitlint/cli": "^21.0.1",
|
|
58
50
|
"@commitlint/config-conventional": "^21.0.1",
|
|
59
51
|
"@cspell/dict-lorem-ipsum": "^4.0.5",
|