@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/style.esm.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /*!
2
- * @fox-js/foxui-base v4.0.0 Mon May 27 2024 16:01:12 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-base v4.0.0 Wed Jun 05 2024 13:05:22 GMT+0800 (中国标准时间)
3
3
  */
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
- {
2
- "name": "@fox-js/foxui",
3
- "type": "module",
4
- "version": "4.0.1-53",
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
+ }