mhz-ui 1.1.53 → 1.1.55

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.
@@ -1 +1 @@
1
- ._tabs_1r8xu_1{display:flex;flex-wrap:wrap;border-bottom:2px solid var(--color-primary)}._tab_1r8xu_1{padding:10px 8px;font-size:.875rem;cursor:pointer;background-color:var(--color-gray-light);border:0}._tab_1r8xu_1:hover{background-color:var(--color-gray)}._tab_1r8xu_1[data-active=true]{color:var(--color-white);background-color:var(--color-primary)}@media (max-width: 960px){._tab_1r8xu_1{padding:10px 5px}}
1
+ ._tabs_twdij_1{display:flex;flex-wrap:wrap;border-bottom:2px solid var(--color-primary)}._tab_twdij_1{padding:10px 8px;font-size:.875rem;cursor:pointer;background-color:var(--color-gray-light);border:0}._tab_twdij_1:hover{background-color:var(--color-gray)}._tab_twdij_1[data-active=true]{color:var(--color-white);background-color:var(--color-primary)}@media (max-width: 960px){._tabs_twdij_1{width:100%}._tab_twdij_1{flex-grow:1;padding:10px 5px}}
@@ -1,7 +1,7 @@
1
1
  import "./UiTabs.css";
2
- import { defineComponent as u, createElementBlock as e, openBlock as s, normalizeClass as l, Fragment as i, renderList as m, toDisplayString as _ } from "vue";
3
- import { _ as d } from "../_plugin-vue_export-helper-CHgC5LLL.js";
4
- const p = ["onClick", "data-active"], b = /* @__PURE__ */ u({
2
+ import { defineComponent as r, createElementBlock as e, openBlock as s, normalizeClass as l, Fragment as u, renderList as d, toDisplayString as m } from "vue";
3
+ import { _ } from "../_plugin-vue_export-helper-CHgC5LLL.js";
4
+ const p = ["onClick", "data-active"], b = /* @__PURE__ */ r({
5
5
  __name: "UiTabs",
6
6
  props: {
7
7
  tabs: {},
@@ -9,25 +9,25 @@ const p = ["onClick", "data-active"], b = /* @__PURE__ */ u({
9
9
  },
10
10
  emits: ["update:modelValue"],
11
11
  setup(n, { emit: c }) {
12
- const a = n, r = c;
12
+ const a = n, i = c;
13
13
  return (o, C) => (s(), e("div", {
14
14
  class: l(o.$style.tabs)
15
15
  }, [
16
- (s(!0), e(i, null, m(a.tabs, (t) => (s(), e("button", {
16
+ (s(!0), e(u, null, d(a.tabs, (t) => (s(), e("button", {
17
17
  key: t.value,
18
- onClick: (V) => r("update:modelValue", t.value),
18
+ onClick: (V) => i("update:modelValue", t.value),
19
19
  class: l(o.$style.tab),
20
20
  type: "button",
21
21
  "data-active": a.modelValue === t.value
22
- }, _(t.title), 11, p))), 128))
22
+ }, m(t.title), 11, p))), 128))
23
23
  ], 2));
24
24
  }
25
- }), v = "_tabs_1r8xu_1", y = "_tab_1r8xu_1", f = {
25
+ }), v = "_tabs_twdij_1", y = "_tab_twdij_1", f = {
26
26
  tabs: v,
27
27
  tab: y
28
28
  }, k = {
29
29
  $style: f
30
- }, g = /* @__PURE__ */ d(b, [["__cssModules", k]]);
30
+ }, h = /* @__PURE__ */ _(b, [["__cssModules", k]]);
31
31
  export {
32
- g as default
32
+ h as default
33
33
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mhz-ui",
3
3
  "description": "Mhz ui kit",
4
- "version": "1.1.53",
4
+ "version": "1.1.55",
5
5
  "author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
6
6
  "license": "MIT",
7
7
  "type": "module",