@yuiyideyui/everybody-ui 1.0.26 → 1.0.28

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
- # Everybody UI
2
-
3
- Everybody UI 是一个基于 **Vite + Vue 生态**构建的组件库与文档项目。
4
-
5
- ## 项目docs地址
6
-
7
- [Everybody UI](https://yuiyideyui.github.io/everybody-ui/)
1
+ # Everybody UI
2
+
3
+ Everybody UI 是一个基于 **Vite + Vue 生态**构建的组件库与文档项目。
4
+
5
+ ## 项目docs地址
6
+
7
+ [Everybody UI](https://yuiyideyui.github.io/everybody-ui/)
@@ -1 +1 @@
1
- [data-v-b2d248d6] .el-table__inner-wrapper{display:flex;flex-direction:column}[data-v-b2d248d6] .el-scrollbar__view{will-change:transform}
1
+ [data-v-da529416] .el-table__inner-wrapper{display:flex;flex-direction:column}[data-v-da529416] .el-scrollbar__view{will-change:transform}
package/dist/index.js CHANGED
@@ -111,7 +111,7 @@ const X = {
111
111
  for (const [n, r] of t)
112
112
  o[n] = r;
113
113
  return o;
114
- }, Z = /* @__PURE__ */ K(Y, [["__scopeId", "data-v-b2d248d6"]]), ge = (e) => {
114
+ }, Z = /* @__PURE__ */ K(Y, [["__scopeId", "data-v-da529416"]]), ge = (e) => {
115
115
  const t = document.createElement("div");
116
116
  t.className = "eb-message-container";
117
117
  const o = () => {
package/package.json CHANGED
@@ -1,41 +1,41 @@
1
- {
2
- "name": "@yuiyideyui/everybody-ui",
3
- "version": "1.0.26",
4
- "private": false,
5
- "type": "module",
6
- "repository": {
7
- "type": "git",
8
- "url": "git+https://github.com/yuiyideyui/everybody-ui.git",
9
- "directory": "packages/everybody-ui"
10
- },
11
- "publishConfig": {
12
- "access": "public",
13
- "provenance": false
14
- },
15
- "main": "./dist/index.umd.cjs",
16
- "module": "./dist/index.js",
17
- "types": "./dist/types/main.d.ts",
18
- "exports": {
19
- ".": {
20
- "types": "./dist/types/main.d.ts",
21
- "import": "./dist/index.js"
22
- },
23
- "./resolver": {
24
- "types": "./dist/resolver.d.ts",
25
- "import": "./dist/resolver.js"
26
- }
27
- },
28
- "files": [
29
- "dist"
30
- ],
31
- "scripts": {
32
- "build": "vite build"
33
- },
34
- "peerDependencies": {
35
- "element-plus": "^2.13.2"
36
- },
37
- "dependencies": {
38
- "@vueuse/core": "^14.2.1",
39
- "vue": "^3.5.20"
40
- }
41
- }
1
+ {
2
+ "name": "@yuiyideyui/everybody-ui",
3
+ "version": "1.0.28",
4
+ "private": false,
5
+ "type": "module",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/yuiyideyui/everybody-ui.git",
9
+ "directory": "packages/everybody-ui"
10
+ },
11
+ "publishConfig": {
12
+ "access": "public",
13
+ "provenance": true
14
+ },
15
+ "main": "./dist/index.umd.cjs",
16
+ "module": "./dist/index.js",
17
+ "types": "./dist/types/main.d.ts",
18
+ "exports": {
19
+ ".": {
20
+ "types": "./dist/types/main.d.ts",
21
+ "import": "./dist/index.js"
22
+ },
23
+ "./resolver": {
24
+ "types": "./dist/resolver.d.ts",
25
+ "import": "./dist/resolver.js"
26
+ }
27
+ },
28
+ "files": [
29
+ "dist"
30
+ ],
31
+ "scripts": {
32
+ "build": "vite build"
33
+ },
34
+ "peerDependencies": {
35
+ "element-plus": "^2.13.2"
36
+ },
37
+ "dependencies": {
38
+ "@vueuse/core": "^14.2.1",
39
+ "vue": "^3.5.20"
40
+ }
41
+ }