@yh-ui/yh-ui 0.1.54 → 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/full.mjs +5 -1
- package/dist/index.cjs +5 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +5 -1
- package/package.json +5 -5
package/dist/full.mjs
CHANGED
|
@@ -5,6 +5,10 @@ export * from '@yh-ui/utils';
|
|
|
5
5
|
export { hexToRgb, rgbToHex } from '@yh-ui/utils';
|
|
6
6
|
export * from '@yh-ui/theme';
|
|
7
7
|
|
|
8
|
+
const version$1 = "0.1.55";
|
|
9
|
+
const packageJson = {
|
|
10
|
+
version: version$1};
|
|
11
|
+
|
|
8
12
|
const zhCn = {
|
|
9
13
|
name: "zh-cn",
|
|
10
14
|
yh: {
|
|
@@ -47794,6 +47798,6 @@ const index = {
|
|
|
47794
47798
|
install,
|
|
47795
47799
|
createYhUI
|
|
47796
47800
|
};
|
|
47797
|
-
const version =
|
|
47801
|
+
const version = packageJson.version;
|
|
47798
47802
|
|
|
47799
47803
|
export { af, ar, arEg, az, bg, bn, ca, ckb, createYhUI, cs, da, de, index as default, el, en, eo, es, et, eu, fa, fi, fr, he, hi, hr, hu, hyAm, id, install, it, ja, kk, km, ko, ku, ky, lo, lt, lv, mg, mn, ms, my, nbNo, nl, no, pa, pl, pt, ptBr, ro, ru, sk, sl, sr, sv, sw, ta, te, th, tk, tr, ugCn, uk, uzUz, version, vi, zhCn, zhHk, zhMo, zhTw };
|
package/dist/index.cjs
CHANGED
|
@@ -12,6 +12,10 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
12
12
|
|
|
13
13
|
const components__default = /*#__PURE__*/_interopDefaultCompat(components);
|
|
14
14
|
|
|
15
|
+
const version$1 = "0.1.55";
|
|
16
|
+
const packageJson = {
|
|
17
|
+
version: version$1};
|
|
18
|
+
|
|
15
19
|
const createYhUI = (options = {}) => {
|
|
16
20
|
return {
|
|
17
21
|
install(app) {
|
|
@@ -27,7 +31,7 @@ const index = {
|
|
|
27
31
|
install,
|
|
28
32
|
createYhUI
|
|
29
33
|
};
|
|
30
|
-
const version =
|
|
34
|
+
const version = packageJson.version;
|
|
31
35
|
|
|
32
36
|
exports.hexToRgb = utils.hexToRgb;
|
|
33
37
|
exports.rgbToHex = utils.rgbToHex;
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -7,6 +7,10 @@ export * from '@yh-ui/theme';
|
|
|
7
7
|
export * from '@yh-ui/locale';
|
|
8
8
|
export { en, zhCn } from '@yh-ui/locale';
|
|
9
9
|
|
|
10
|
+
const version$1 = "0.1.55";
|
|
11
|
+
const packageJson = {
|
|
12
|
+
version: version$1};
|
|
13
|
+
|
|
10
14
|
const createYhUI = (options = {}) => {
|
|
11
15
|
return {
|
|
12
16
|
install(app) {
|
|
@@ -22,6 +26,6 @@ const index = {
|
|
|
22
26
|
install,
|
|
23
27
|
createYhUI
|
|
24
28
|
};
|
|
25
|
-
const version =
|
|
29
|
+
const version = packageJson.version;
|
|
26
30
|
|
|
27
31
|
export { createYhUI, index as default, install, version };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yh-ui/yh-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.55",
|
|
4
4
|
"description": "YH-UI - A Modern Vue 3 Component Library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.mjs",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@yh-ui/components": "^0.1.
|
|
30
|
-
"@yh-ui/hooks": "^0.1.
|
|
31
|
-
"@yh-ui/theme": "^0.1.
|
|
32
|
-
"@yh-ui/utils": "^0.1.
|
|
29
|
+
"@yh-ui/components": "^0.1.55",
|
|
30
|
+
"@yh-ui/hooks": "^0.1.55",
|
|
31
|
+
"@yh-ui/theme": "^0.1.55",
|
|
32
|
+
"@yh-ui/utils": "^0.1.55"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"vue": "^3.5.27"
|