mhz-ui 1.2.38 → 1.2.40

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
- ._chip_vs833_1{display:flex;flex-wrap:wrap;gap:4px;align-items:center;height:30px;padding:4px 8px 3px;font-size:.875rem;color:var(--color-black);background-color:var(--color-gray-light);border-bottom:1px solid var(--color-gray-dark);border-radius:8px}._chip_vs833_1[data-type=success]{color:var(--color-success-dark)}._chip_vs833_1[data-type=error]{color:var(--color-error-dark)}._edit_vs833_21{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;color:var(--color-black);cursor:pointer;-webkit-user-select:none;user-select:none;background:none;border:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.dark ._chip_vs833_1{background-color:var(--color-gray-dark);border-bottom:1px solid var(--color-gray-dark-extra)}
1
+ ._chip_1rxqs_1{display:flex;flex-wrap:wrap;gap:4px;align-items:center;min-height:30px;padding:4px 8px 3px;font-size:.875rem;color:var(--color-black);background-color:var(--color-gray-light);border-bottom:1px solid var(--color-gray-dark);border-radius:8px}._chip_1rxqs_1[data-type=success]{color:var(--color-success-dark)}._chip_1rxqs_1[data-type=error]{color:var(--color-error-dark)}._edit_1rxqs_21{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;color:var(--color-black);cursor:pointer;-webkit-user-select:none;user-select:none;background:none;border:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.dark ._chip_1rxqs_1{background-color:var(--color-gray-dark);border-bottom:1px solid var(--color-gray-dark-extra)}
@@ -2,22 +2,22 @@ import "./UiChip.css";
2
2
  import { createElementBlock as n, openBlock as o, createElementVNode as c, defineComponent as m, normalizeClass as r, renderSlot as h, createCommentVNode as d, createBlock as u, createVNode as _, unref as f } from "vue";
3
3
  import y from "../UiClose/UiClose.js";
4
4
  import { _ as C } from "../_plugin-vue_export-helper-CHgC5LLL.js";
5
- const v = {
5
+ const k = {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
7
  width: "800",
8
8
  height: "800",
9
9
  fill: "currentColor",
10
10
  viewBox: "0 0 24 24"
11
11
  };
12
- function k(a, e) {
13
- return o(), n("svg", v, [...e[0] || (e[0] = [
12
+ function w(a, e) {
13
+ return o(), n("svg", k, [...e[0] || (e[0] = [
14
14
  c("path", { d: "M23 4a1 1 0 0 1-1 1h-3a1 1 0 0 1 0-2h3a1 1 0 0 1 1 1M2 3h8.184a3 3 0 1 1 0 2H2a1 1 0 0 1 0-2m10 1a1 1 0 1 0 1-1 1 1 0 0 0-1 1M1 12a1 1 0 0 1 1-1h4.184a3 3 0 1 1 0 2H2a1 1 0 0 1-1-1m7 0a1 1 0 1 0 1-1 1 1 0 0 0-1 1m14-1h-7a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2m0 8h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2M1 20a1 1 0 0 1 1-1h6.184a3 3 0 1 1 0 2H2a1 1 0 0 1-1-1m9 0a1 1 0 1 0 1-1 1 1 0 0 0-1 1" }, null, -1)
15
15
  ])]);
16
16
  }
17
- const w = { render: k }, E = "default", $ = ["data-type"], B = /* @__PURE__ */ m({
17
+ const E = { render: w }, $ = "default", v = ["data-type"], B = /* @__PURE__ */ m({
18
18
  __name: "UiChip",
19
19
  props: {
20
- type: { default: E },
20
+ type: { default: $ },
21
21
  isEdit: { type: Boolean },
22
22
  isDelete: { type: Boolean }
23
23
  },
@@ -35,7 +35,7 @@ const w = { render: k }, E = "default", $ = ["data-type"], B = /* @__PURE__ */ m
35
35
  type: "button",
36
36
  class: r(i.$style.edit)
37
37
  }, [
38
- _(f(w), {
38
+ _(f(E), {
39
39
  width: "18",
40
40
  height: "18"
41
41
  })
@@ -46,14 +46,14 @@ const w = { render: k }, E = "default", $ = ["data-type"], B = /* @__PURE__ */ m
46
46
  isSmall: "",
47
47
  isDelete: ""
48
48
  })) : d("", !0)
49
- ], 10, $));
49
+ ], 10, v));
50
50
  }
51
- }), M = "_chip_vs833_1", g = "_edit_vs833_21", D = {
51
+ }), M = "_chip_1rxqs_1", g = "_edit_1rxqs_21", x = {
52
52
  chip: M,
53
53
  edit: g
54
- }, U = {
55
- $style: D
56
- }, V = /* @__PURE__ */ C(B, [["__cssModules", U]]);
54
+ }, D = {
55
+ $style: x
56
+ }, V = /* @__PURE__ */ C(B, [["__cssModules", D]]);
57
57
  export {
58
58
  V as default
59
59
  };