@fox-js/foxui 4.0.1-53 → 4.0.1-55
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/index.cjs.js +3 -3
- package/dist/index.esm.js +1054 -1041
- package/dist/index.umd.js +3 -3
- package/dist/locale/index.esm.js +1 -1
- package/dist/locale/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.esm.js +1 -1
- package/package.json +42 -42
package/dist/style.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@fox-js/foxui",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "4.0.1-
|
|
5
|
-
"description": "FoxUI轻量级移动端组件库(支持小程序开发)",
|
|
6
|
-
"author": "jiangcheng",
|
|
7
|
-
"main": "./dist/index.umd.js",
|
|
8
|
-
"module": "./dist/index.esm.js",
|
|
9
|
-
"types": "./dist/types/index.d.ts",
|
|
10
|
-
"style": "./dist/style.css",
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"import": "./dist/index.esm.js",
|
|
14
|
-
"require": "./dist/index.umd.js"
|
|
15
|
-
},
|
|
16
|
-
"./style.css": "./dist/style.css",
|
|
17
|
-
"./dist/locale": {
|
|
18
|
-
"import": "./dist/locale/index.esm.js",
|
|
19
|
-
"require": "./dist/locale/index.umd.js"
|
|
20
|
-
},
|
|
21
|
-
"./*": "./*"
|
|
22
|
-
},
|
|
23
|
-
"files": [
|
|
24
|
-
"dist"
|
|
25
|
-
],
|
|
26
|
-
"keywords": [
|
|
27
|
-
"foxui",
|
|
28
|
-
"vue3",
|
|
29
|
-
"typescript",
|
|
30
|
-
"vite"
|
|
31
|
-
],
|
|
32
|
-
"publishConfig": {
|
|
33
|
-
"access": "public"
|
|
34
|
-
},
|
|
35
|
-
"scripts": {
|
|
36
|
-
"publish:next": "npm version prerelease && npm publish --tag next --no-git-checks",
|
|
37
|
-
"publish:patch:next": "npm version patch && npm publish --tag next --no-git-checks",
|
|
38
|
-
"publish:minor:next": "npm version minor && npm publish --tag next --no-git-checks"
|
|
39
|
-
},
|
|
40
|
-
"license": "",
|
|
41
|
-
"repository": ""
|
|
42
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@fox-js/foxui",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "4.0.1-55",
|
|
5
|
+
"description": "FoxUI轻量级移动端组件库(支持小程序开发)",
|
|
6
|
+
"author": "jiangcheng",
|
|
7
|
+
"main": "./dist/index.umd.js",
|
|
8
|
+
"module": "./dist/index.esm.js",
|
|
9
|
+
"types": "./dist/types/index.d.ts",
|
|
10
|
+
"style": "./dist/style.css",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": "./dist/index.esm.js",
|
|
14
|
+
"require": "./dist/index.umd.js"
|
|
15
|
+
},
|
|
16
|
+
"./style.css": "./dist/style.css",
|
|
17
|
+
"./dist/locale": {
|
|
18
|
+
"import": "./dist/locale/index.esm.js",
|
|
19
|
+
"require": "./dist/locale/index.umd.js"
|
|
20
|
+
},
|
|
21
|
+
"./*": "./*"
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"dist"
|
|
25
|
+
],
|
|
26
|
+
"keywords": [
|
|
27
|
+
"foxui",
|
|
28
|
+
"vue3",
|
|
29
|
+
"typescript",
|
|
30
|
+
"vite"
|
|
31
|
+
],
|
|
32
|
+
"publishConfig": {
|
|
33
|
+
"access": "public"
|
|
34
|
+
},
|
|
35
|
+
"scripts": {
|
|
36
|
+
"publish:next": "npm version prerelease && npm publish --tag next --no-git-checks",
|
|
37
|
+
"publish:patch:next": "npm version patch && npm publish --tag next --no-git-checks",
|
|
38
|
+
"publish:minor:next": "npm version minor && npm publish --tag next --no-git-checks"
|
|
39
|
+
},
|
|
40
|
+
"license": "",
|
|
41
|
+
"repository": ""
|
|
42
|
+
}
|