3h1-ui 1.0.5 → 1.0.6

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.
@@ -2,7 +2,7 @@ import { openBlock, createElementBlock } from "vue";
2
2
  import _export_sfc from "../_virtual/_plugin-vue_export-helper.js";
3
3
  const _sfc_main = {};
4
4
  function _sfc_render(_ctx, _cache) {
5
- return openBlock(), createElementBlock("button", null, "\u6D4B\u8BD5s\u6309123423\u94AE");
5
+ return openBlock(), createElementBlock("button", null, "\u6D4B\u8BD5s\u63091sdfsd23423\u94AE");
6
6
  }
7
7
  const button = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
8
8
  export {
@@ -3,7 +3,7 @@ const vue = require("vue");
3
3
  const _pluginVue_exportHelper = require("../_virtual/_plugin-vue_export-helper.js");
4
4
  const _sfc_main = {};
5
5
  function _sfc_render(_ctx, _cache) {
6
- return vue.openBlock(), vue.createElementBlock("button", null, "\u6D4B\u8BD5s\u6309123423\u94AE");
6
+ return vue.openBlock(), vue.createElementBlock("button", null, "\u6D4B\u8BD5s\u63091sdfsd23423\u94AE");
7
7
  }
8
8
  const button = /* @__PURE__ */ _pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
9
9
  module.exports = button;
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
- {
2
- "name": "3h1-ui",
3
- "version": "1.0.5",
4
- "description": "",
5
- "main": "lib/index.js",
6
- "module": "es/index.js",
7
- "scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1",
9
- "build": "vite build"
10
- },
11
- "files": [
12
- "es",
13
- "lib"
14
- ],
15
- "keywords": [
16
- "shy-ui"
17
- ],
18
- "author": "",
19
- "license": "MIT",
20
- "dependencies": {},
21
- "typings": "lib/index.d.ts"
22
- }
1
+ {
2
+ "name": "3h1-ui",
3
+ "version": "1.0.6",
4
+ "description": "",
5
+ "main": "lib/index.js",
6
+ "module": "es/index.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "build": "vite build"
10
+ },
11
+ "files": [
12
+ "es",
13
+ "lib"
14
+ ],
15
+ "keywords": [
16
+ "shy-ui"
17
+ ],
18
+ "author": "",
19
+ "license": "MIT",
20
+ "dependencies": {},
21
+ "typings": "lib/index.d.ts"
22
+ }
package/es/lib/index.d.ts DELETED
@@ -1,7 +0,0 @@
1
- import { Button } from "./src/button/";
2
- import { App } from "vue";
3
- export { Button };
4
- declare const _default: {
5
- install(app: App): void;
6
- };
7
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- import Button from "./button.vue";
2
- export { Button };
@@ -1,7 +0,0 @@
1
- import { Button } from "./src/button/";
2
- import { App } from "vue";
3
- export { Button };
4
- declare const _default: {
5
- install(app: App): void;
6
- };
7
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- import Button from "./button.vue";
2
- export { Button };