z-ui-pc 0.1.0 → 0.1.1
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -5
- package/web-types.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -4586,7 +4586,7 @@ const ot = (t) => typeof t == "boolean" ? t ? "left" : void 0 : t, Ys = (t) => {
|
|
|
4586
4586
|
}, Cl = (t) => ({
|
|
4587
4587
|
...Al,
|
|
4588
4588
|
...t ?? {}
|
|
4589
|
-
}), yl = "0.1.
|
|
4589
|
+
}), yl = "0.1.1", bl = {
|
|
4590
4590
|
version: yl
|
|
4591
4591
|
};
|
|
4592
4592
|
function Ll(t, e, o) {
|
package/package.json
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "z-ui-pc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "适用于pc端的前端组件库",
|
|
5
|
-
"module": "
|
|
6
|
-
"types": "
|
|
5
|
+
"module": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"style": "dist/index.css",
|
|
7
8
|
"exports": {
|
|
8
9
|
".": {
|
|
9
10
|
"import": "./dist/index.js",
|
|
10
11
|
"types": "./dist/index.d.ts"
|
|
11
|
-
}
|
|
12
|
+
},
|
|
13
|
+
"./dist/index.css": "./dist/index.css"
|
|
12
14
|
},
|
|
13
15
|
"files": [
|
|
14
16
|
"dist",
|
|
@@ -16,7 +18,6 @@
|
|
|
16
18
|
"README.md",
|
|
17
19
|
"web-types.json"
|
|
18
20
|
],
|
|
19
|
-
"style": "./dist/index.css",
|
|
20
21
|
"scripts": {
|
|
21
22
|
"dev": "pnpm --filter './play' dev",
|
|
22
23
|
"test": "",
|