@yh-ui/yh-ui 0.1.54 → 0.1.56

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 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.56";
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 = "0.1.10";
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.56";
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 = "0.1.10";
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
@@ -50,7 +50,7 @@ declare const _default: {
50
50
  createYhUI: (options?: YhUIOptions) => Plugin;
51
51
  };
52
52
 
53
- declare const version = "0.1.10";
53
+ declare const version: string;
54
54
 
55
55
  // @ts-ignore
56
56
  export = _default;
package/dist/index.d.mts CHANGED
@@ -50,7 +50,7 @@ declare const _default: {
50
50
  createYhUI: (options?: YhUIOptions) => Plugin;
51
51
  };
52
52
 
53
- declare const version = "0.1.10";
53
+ declare const version: string;
54
54
 
55
55
  export { createYhUI, _default as default, install, version };
56
56
  export type { YhUIOptions };
package/dist/index.d.ts CHANGED
@@ -50,7 +50,7 @@ declare const _default: {
50
50
  createYhUI: (options?: YhUIOptions) => Plugin;
51
51
  };
52
52
 
53
- declare const version = "0.1.10";
53
+ declare const version: string;
54
54
 
55
55
  // @ts-ignore
56
56
  export = _default;
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.56";
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 = "0.1.10";
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.54",
3
+ "version": "0.1.56",
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.54",
30
- "@yh-ui/hooks": "^0.1.54",
31
- "@yh-ui/theme": "^0.1.54",
32
- "@yh-ui/utils": "^0.1.54"
29
+ "@yh-ui/components": "^0.1.56",
30
+ "@yh-ui/hooks": "^0.1.56",
31
+ "@yh-ui/theme": "^0.1.56",
32
+ "@yh-ui/utils": "^0.1.56"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "vue": "^3.5.27"