@yh-ui/yh-ui 0.1.5 → 0.1.7

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/index.cjs CHANGED
@@ -27,7 +27,7 @@ const index = {
27
27
  install,
28
28
  createYhUI
29
29
  };
30
- const version = "0.1.1";
30
+ const version = "0.1.5";
31
31
 
32
32
  exports.hexToRgb = utils.hexToRgb;
33
33
  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.1";
53
+ declare const version = "0.1.5";
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.1";
53
+ declare const version = "0.1.5";
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.1";
53
+ declare const version = "0.1.5";
54
54
 
55
55
  // @ts-ignore
56
56
  export = _default;
package/dist/index.mjs CHANGED
@@ -22,6 +22,6 @@ const index = {
22
22
  install,
23
23
  createYhUI
24
24
  };
25
- const version = "0.1.1";
25
+ const version = "0.1.5";
26
26
 
27
27
  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.5",
3
+ "version": "0.1.7",
4
4
  "description": "YH-UI - A Modern Vue 3 Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",
@@ -20,10 +20,10 @@
20
20
  "dist"
21
21
  ],
22
22
  "dependencies": {
23
- "@yh-ui/components": "0.1.5",
24
- "@yh-ui/hooks": "0.1.5",
25
- "@yh-ui/theme": "0.1.5",
26
- "@yh-ui/utils": "0.1.5"
23
+ "@yh-ui/hooks": "0.1.7",
24
+ "@yh-ui/utils": "0.1.7",
25
+ "@yh-ui/components": "0.1.7",
26
+ "@yh-ui/theme": "0.1.7"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "vue": "^3.5.27"