mhz-ui 1.0.96 → 1.0.97

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
- ._flex_16sbr_1{display:flex;flex-grow:var(--69b05090);flex-shrink:var(--604de086);flex-direction:var(--5ce17b3a);flex-wrap:var(--7ae76dc7);gap:var(--722acdb3);align-items:var(--0fd11c38);justify-content:var(--fe742b74);width:100%}
1
+ ._flex_1uj15_1{display:flex;flex-grow:var(--6c083507);flex-shrink:var(--2c3e833d);flex-direction:var(--77fb73cc);flex-wrap:var(--7d3f523e);gap:var(--44ce0348);align-items:var(--58b38b6f);justify-content:var(--b0403406);width:auto}
@@ -1,7 +1,7 @@
1
1
  import "./UiFlex.css";
2
2
  import { defineComponent as d, useCssVars as i, computed as t, openBlock as m, createBlock as f, resolveDynamicComponent as g, normalizeClass as _, withCtx as w, renderSlot as y } from "vue";
3
3
  import { _ as C } from "../_plugin-vue_export-helper-CHgC5LLL.js";
4
- const x = "div", v = "normal", h = "normal", k = "8", A = /* @__PURE__ */ d({
4
+ const x = "div", v = "normal", h = "normal", k = "8", j = /* @__PURE__ */ d({
5
5
  __name: "UiFlex",
6
6
  props: {
7
7
  tag: { default: x },
@@ -15,15 +15,15 @@ const x = "div", v = "normal", h = "normal", k = "8", A = /* @__PURE__ */ d({
15
15
  },
16
16
  setup(e) {
17
17
  i((o) => ({
18
- "69b05090": u.value,
19
- "604de086": p.value,
20
- "5ce17b3a": s.value,
21
- "7ae76dc7": r.value,
22
- "722acdb3": c.value,
23
- "0fd11c38": n.value,
24
- fe742b74: l.value
18
+ "6c083507": p.value,
19
+ "2c3e833d": u.value,
20
+ "77fb73cc": s.value,
21
+ "7d3f523e": c.value,
22
+ "44ce0348": r.value,
23
+ "58b38b6f": n.value,
24
+ b0403406: l.value
25
25
  }));
26
- const a = e, s = t(() => a.column ? "column" : "row"), n = t(() => a.align), l = t(() => a.justify), r = t(() => a.wrap ? "wrap" : "nowrap"), c = t(() => a.gap ? `${a.gap}px` : "0"), p = t(() => a.shrink ? "1" : "0"), u = t(() => a.grow ? "1" : "0");
26
+ const a = e, s = t(() => a.column ? "column" : "row"), n = t(() => a.align), l = t(() => a.justify), c = t(() => a.wrap ? "wrap" : "nowrap"), r = t(() => a.gap ? `${a.gap}px` : "0"), u = t(() => a.shrink ? "1" : "0"), p = t(() => a.grow ? "1" : "0");
27
27
  return (o, B) => (m(), f(g(a.tag), {
28
28
  class: _(o.$style.flex),
29
29
  "data-column": a.column,
@@ -40,11 +40,11 @@ const x = "div", v = "normal", h = "normal", k = "8", A = /* @__PURE__ */ d({
40
40
  _: 3
41
41
  }, 8, ["class", "data-column", "data-align", "data-justify", "data-wrap", "data-gap", "data-shrink", "data-grow"]));
42
42
  }
43
- }), F = "_flex_16sbr_1", U = {
44
- flex: F
45
- }, j = {
46
- $style: U
47
- }, b = /* @__PURE__ */ C(A, [["__cssModules", j]]);
43
+ }), A = "_flex_1uj15_1", F = {
44
+ flex: A
45
+ }, U = {
46
+ $style: F
47
+ }, L = /* @__PURE__ */ C(j, [["__cssModules", U]]);
48
48
  export {
49
- b as default
49
+ L as default
50
50
  };
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.96",
4
+ "version": "1.0.97",
5
5
  "author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
6
6
  "license": "MIT",
7
7
  "type": "module",