@yh-ui/yh-ui 1.0.59 → 1.0.61
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/chunks/index.mjs +1514 -0
- package/dist/chunks/mermaid.mjs +70304 -0
- package/dist/full.mjs +62917 -16
- package/dist/index.cjs +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -186,7 +186,7 @@ Object.defineProperty(exports, "zhCn", {
|
|
|
186
186
|
return _locale.zhCn;
|
|
187
187
|
}
|
|
188
188
|
});
|
|
189
|
-
var _package =
|
|
189
|
+
var _package = { default: { version: "1.0.61" } };
|
|
190
190
|
var _components = _interopRequireWildcard(require("@yh-ui/components"));
|
|
191
191
|
Object.keys(_components).forEach(function (key) {
|
|
192
192
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -280,4 +280,4 @@ module.exports = {
|
|
|
280
280
|
install,
|
|
281
281
|
createYhUI
|
|
282
282
|
};
|
|
283
|
-
const version = exports.version =
|
|
283
|
+
const version = exports.version = "1.0.61";
|
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
export * from "@yh-ui/components";
|
|
3
3
|
export * from "@yh-ui/hooks";
|
|
4
4
|
export * from "@yh-ui/utils";
|
|
@@ -45,4 +45,4 @@ export default {
|
|
|
45
45
|
install,
|
|
46
46
|
createYhUI
|
|
47
47
|
};
|
|
48
|
-
export const version =
|
|
48
|
+
export const version = "1.0.61";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yh-ui/yh-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.61",
|
|
4
4
|
"description": "YH-UI - A Modern Vue 3 Component Library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@yh-ui/components": "^1.0.
|
|
53
|
-
"@yh-ui/hooks": "^1.0.
|
|
54
|
-
"@yh-ui/icons": "^1.0.
|
|
55
|
-
"@yh-ui/locale": "^1.0.
|
|
56
|
-
"@yh-ui/theme": "^1.0.
|
|
57
|
-
"@yh-ui/utils": "^1.0.
|
|
52
|
+
"@yh-ui/components": "^1.0.61",
|
|
53
|
+
"@yh-ui/hooks": "^1.0.61",
|
|
54
|
+
"@yh-ui/icons": "^1.0.61",
|
|
55
|
+
"@yh-ui/locale": "^1.0.61",
|
|
56
|
+
"@yh-ui/theme": "^1.0.61",
|
|
57
|
+
"@yh-ui/utils": "^1.0.61"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"vue": "^3.5.35",
|