mhz-ui 1.0.84 → 1.0.86

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.
@@ -7729,7 +7729,8 @@ const Cc = /* @__PURE__ */ Mi("bar", ca), Dc = /* @__PURE__ */ Mi("line", da), O
7729
7729
  }, n = {
7730
7730
  responsive: !0,
7731
7731
  aspectRatio: 2,
7732
- ticks: { precision: 0 }
7732
+ ticks: { precision: 0 },
7733
+ scales: { x: { ticks: { maxRotation: 0, minRotation: 0, font: { size: 10 } } } }
7733
7734
  };
7734
7735
  return (o, r) => (Ie(), ki("div", {
7735
7736
  class: Si(o.$style.chart)
@@ -17,8 +17,8 @@ declare function __VLS_template(): {
17
17
  };
18
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
19
  declare const __VLS_component: import('vue').DefineComponent<IProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IProps> & Readonly<{}>, {
20
- tag: "div" | "span" | "form";
21
20
  align: "normal" | "stretch" | "center" | "flex-start" | "flex-end";
21
+ tag: "div" | "span" | "form";
22
22
  justify: "normal" | "stretch" | "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly";
23
23
  gap: string;
24
24
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mhz-ui",
3
3
  "description": "9000 Mhz ui kit",
4
- "version": "1.0.84",
4
+ "version": "1.0.86",
5
5
  "author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
6
6
  "license": "MIT",
7
7
  "type": "module",