zartui 3.0.5 → 3.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.
package/es/index.d.ts CHANGED
@@ -70,4 +70,4 @@ declare namespace _default {
70
70
  }
71
71
  export default _default;
72
72
  export function install(app: any): void;
73
- export const version: "3.0.5";
73
+ export const version: "3.0.6";
package/es/index.mjs CHANGED
@@ -63,7 +63,7 @@ import { Tag } from "./tag/index.mjs";
63
63
  import { TimePicker } from "./time-picker/index.mjs";
64
64
  import { Toast } from "./toast/index.mjs";
65
65
  import { Uploader } from "./uploader/index.mjs";
66
- const version = "3.0.5";
66
+ const version = "3.0.6";
67
67
  function install(app) {
68
68
  const components = [
69
69
  ActionSheet,
package/lib/index.d.ts CHANGED
@@ -70,4 +70,4 @@ declare namespace _default {
70
70
  }
71
71
  export default _default;
72
72
  export function install(app: any): void;
73
- export const version: "3.0.5";
73
+ export const version: "3.0.6";
package/lib/index.js CHANGED
@@ -154,7 +154,7 @@ __reExport(stdin_exports, require("./tag"), module.exports);
154
154
  __reExport(stdin_exports, require("./time-picker"), module.exports);
155
155
  __reExport(stdin_exports, require("./toast"), module.exports);
156
156
  __reExport(stdin_exports, require("./uploader"), module.exports);
157
- const version = "3.0.5";
157
+ const version = "3.0.6";
158
158
  function install(app) {
159
159
  const components = [
160
160
  import_action_sheet.ActionSheet,