mhz-ui 1.0.17 → 1.0.19

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
- ._breadcrumbs_lt94p_1,._links_lt94p_6{display:flex;gap:4px}._link_lt94p_6{color:var(--color-gray-dark);text-decoration:none}._link_lt94p_6[data-link=true]{color:var(--color-primary);cursor:pointer}._link_lt94p_6[data-link=true]:hover{color:var(--color-primary-dark)}._link_lt94p_6[data-white=true]{color:var(--color-white)}._link_lt94p_6[data-white=true]:hover{color:var(--color-gray-light)}._slash_lt94p_29{color:var(--color-gray-dark)}._slash_lt94p_29[data-white=true]{color:var(--color-white)}
1
+ ._breadcrumbs_1xdvy_1,._links_1xdvy_6{display:flex;gap:4px}._link_1xdvy_6{color:var(--color-gray-dark);text-decoration:none}._link_1xdvy_6[data-link=true]{color:var(--color-primary);cursor:pointer}._link_1xdvy_6[data-link=true]:hover{color:var(--color-primary-dark)}._link_1xdvy_6[data-color=white]{color:var(--color-white)}._link_1xdvy_6[data-color=white]:hover{color:var(--color-gray-light)}._slash_1xdvy_29{color:var(--color-gray-dark)}._slash_1xdvy_29[data-color=white]{color:var(--color-white)}
@@ -1,62 +1,69 @@
1
1
  import "./UiBreadcrumbs.css";
2
- import { defineComponent as m, computed as p, openBlock as s, createElementBlock as i, normalizeClass as n, Fragment as d, renderList as u, createBlock as _, resolveDynamicComponent as h, withCtx as k, createElementVNode as r, toDisplayString as y, createCommentVNode as b } from "vue";
2
+ import { defineComponent as m, computed as d, openBlock as s, createElementBlock as r, normalizeClass as l, Fragment as p, renderList as u, createBlock as _, resolveDynamicComponent as b, withCtx as h, createElementVNode as i, toDisplayString as k, createCommentVNode as y } from "vue";
3
3
  import { RouterLink as f } from "vue-router";
4
4
  import { _ as g } from "../_plugin-vue_export-helper-dad06003.js";
5
- const w = { itemprop: "name" }, B = ["data-white"], $ = ["content"], C = /* @__PURE__ */ m({
5
+ const v = "default", B = {
6
+ itemprop: "name",
7
+ "data-test": "ui-breadcrumb-title"
8
+ }, C = ["data-color"], L = ["content"], $ = /* @__PURE__ */ m({
6
9
  __name: "UiBreadcrumbs",
7
10
  props: {
8
11
  links: {},
9
- color: { default: "default" }
12
+ color: { default: v }
10
13
  },
11
- setup(a) {
12
- const t = a, c = p(() => window.IS_STORYBOOK ? "a" : f);
13
- return (o, I) => (s(), i("div", {
14
- class: n(o.$style.breadcrumbs),
14
+ setup(n) {
15
+ const t = n, c = d(() => window.IS_STORYBOOK ? "a" : f);
16
+ return (o, T) => (s(), r("div", {
17
+ class: l(o.$style.breadcrumbs),
15
18
  itemscope: "",
16
19
  itemtype: "https://schema.org/BreadcrumbList"
17
20
  }, [
18
- (s(!0), i(d, null, u(t.links, (e, l) => (s(), i("div", {
21
+ (s(!0), r(p, null, u(t.links, (e, a) => (s(), r("div", {
19
22
  key: `${e.title}${e.url}`,
20
- class: n(o.$style.links),
23
+ class: l(o.$style.links),
21
24
  itemprop: "itemListElement",
22
25
  itemscope: "",
23
- itemtype: "https://schema.org/ListItem"
26
+ itemtype: "https://schema.org/ListItem",
27
+ "data-test": "ui-breadcrumb"
24
28
  }, [
25
- (s(), _(h(l === t.links.length - 1 ? "div" : c.value), {
29
+ (s(), _(b(a === t.links.length - 1 ? "div" : c.value), {
26
30
  to: e.url,
27
- class: n(o.$style.link),
28
- "data-link": l !== t.links.length - 1,
29
- "data-white": t.color === "white",
31
+ class: l(o.$style.link),
32
+ "data-link": a !== t.links.length - 1,
33
+ "data-color": t.color,
30
34
  itemid: e.url,
31
35
  itemtype: "https://schema.org/Thing",
32
36
  itemscope: "",
33
- itemprop: "item"
37
+ itemprop: "item",
38
+ "data-test": "ui-breadcrumb-link"
34
39
  }, {
35
- default: k(() => [
36
- r("span", w, y(e.title), 1)
40
+ default: h(() => [
41
+ i("span", B, k(e.title), 1)
37
42
  ]),
38
43
  _: 2
39
- }, 1032, ["to", "class", "data-link", "data-white", "itemid"])),
40
- l !== t.links.length - 1 ? (s(), i("span", {
44
+ }, 1032, ["to", "class", "data-link", "data-color", "itemid"])),
45
+ a !== t.links.length - 1 ? (s(), r("span", {
41
46
  key: 0,
42
- class: n(o.$style.slash),
43
- "data-white": t.color === "white"
44
- }, "/", 10, B)) : b("", !0),
45
- r("meta", {
47
+ class: l(o.$style.slash),
48
+ "data-color": t.color,
49
+ "data-test": "ui-breadcrumb-slash"
50
+ }, "/", 10, C)) : y("", !0),
51
+ i("meta", {
46
52
  itemprop: "position",
47
- content: (l + 1).toString()
48
- }, null, 8, $)
53
+ content: (a + 1).toString(),
54
+ "data-test": "ui-breadcrumb-position"
55
+ }, null, 8, L)
49
56
  ], 2))), 128))
50
57
  ], 2));
51
58
  }
52
- }), v = "_breadcrumbs_lt94p_1", L = "_links_lt94p_6", S = "_link_lt94p_6", E = "_slash_lt94p_29", O = {
53
- breadcrumbs: v,
54
- links: L,
59
+ }), O = "_breadcrumbs_1xdvy_1", E = "_links_1xdvy_6", S = "_link_1xdvy_6", w = "_slash_1xdvy_29", D = {
60
+ breadcrumbs: O,
61
+ links: E,
55
62
  link: S,
56
- slash: E
57
- }, D = {
58
- $style: O
59
- }, T = /* @__PURE__ */ g(C, [["__cssModules", D]]);
63
+ slash: w
64
+ }, R = {
65
+ $style: D
66
+ }, M = /* @__PURE__ */ g($, [["__cssModules", R]]);
60
67
  export {
61
- T as default
68
+ M as default
62
69
  };
@@ -1,31 +1,35 @@
1
1
  import "./UiButton.css";
2
- import { defineComponent as n, openBlock as o, createElementBlock as a, normalizeClass as l, createBlock as c, resolveDynamicComponent as u, createCommentVNode as r, renderSlot as i } from "vue";
3
- import { _ as d } from "../_plugin-vue_export-helper-dad06003.js";
4
- const p = ["data-layout", "type", "disabled"], y = /* @__PURE__ */ n({
2
+ import { defineComponent as s, openBlock as e, createElementBlock as a, normalizeClass as c, createBlock as l, resolveDynamicComponent as u, createCommentVNode as i, renderSlot as d } from "vue";
3
+ import { _ as r } from "../_plugin-vue_export-helper-dad06003.js";
4
+ const p = "primary", _ = "button", y = void 0, m = ["data-layout", "type", "disabled"], b = /* @__PURE__ */ s({
5
5
  __name: "UiButton",
6
6
  props: {
7
- layout: { default: "primary" },
8
- type: { default: "button" },
7
+ layout: { default: p },
8
+ type: { default: _ },
9
9
  isDisabled: { type: Boolean },
10
- icon: { type: [Function, Object], default: void 0 }
10
+ icon: { type: [Function, Object], default: y }
11
11
  },
12
- setup(s) {
13
- const t = s;
14
- return (e, f) => (o(), a("button", {
15
- class: l(e.$style.button),
12
+ setup(n) {
13
+ const t = n;
14
+ return (o, U) => (e(), a("button", {
15
+ class: c(o.$style.button),
16
16
  "data-layout": t.layout,
17
17
  type: t.type,
18
- disabled: t.isDisabled
18
+ disabled: t.isDisabled,
19
+ "data-test": "ui-button"
19
20
  }, [
20
- t.icon ? (o(), c(u(t.icon), { key: 0 })) : r("", !0),
21
- i(e.$slots, "default")
22
- ], 10, p));
21
+ t.icon ? (e(), l(u(t.icon), {
22
+ key: 0,
23
+ "data-test": "ui-button-icon"
24
+ })) : i("", !0),
25
+ d(o.$slots, "default")
26
+ ], 10, m));
23
27
  }
24
- }), m = "_button_178ej_1", _ = {
25
- button: m
26
- }, b = {
27
- $style: _
28
- }, C = /* @__PURE__ */ d(y, [["__cssModules", b]]);
28
+ }), f = "_button_178ej_1", B = {
29
+ button: f
30
+ }, D = {
31
+ $style: B
32
+ }, T = /* @__PURE__ */ r(b, [["__cssModules", D]]);
29
33
  export {
30
- C as default
34
+ T as default
31
35
  };
@@ -1 +1 @@
1
- ._checkbox_udsu1_1{position:relative;display:flex;flex-direction:row-reverse;gap:8px;width:fit-content;cursor:pointer;user-select:none}._checkbox_udsu1_1:hover ._fake_udsu1_10{border-color:var(--color-primary)}._checkbox_udsu1_1:hover ._fake_udsu1_10[data-switcher=true]{background-color:var(--color-gray-dark);border:none}._checkbox_udsu1_1:hover ._fake_udsu1_10[data-disabled=true]:not([data-switcher=true]){border-color:var(--color-gray)}._checkbox_udsu1_1:hover ._input_udsu1_20:checked+._fake_udsu1_10{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark)}._checkbox_udsu1_1:hover ._input_udsu1_20:checked+._fake_udsu1_10[data-disabled=true][data-switcher=true]{background-color:var(--color-gray)}._checkbox_udsu1_1:hover ._input_udsu1_20:checked+._fake_udsu1_10[data-disabled=true]:not([data-switcher=true]){background-color:var(--color-gray);border-color:var(--color-gray)}._checkbox_udsu1_1[data-disabled=true]{color:var(--color-gray-dark)}._input_udsu1_20{position:absolute;z-index:1;appearance:none;border:none}._input_udsu1_20:checked+._fake_udsu1_10{position:relative;background-color:var(--color-primary);border-color:var(--color-primary)}._input_udsu1_20:checked+._fake_udsu1_10 ._line_udsu1_46{position:absolute;height:2px;background-color:var(--color-white);border-radius:2px}._input_udsu1_20:checked+._fake_udsu1_10 ._leftLine_udsu1_52{top:55%;left:10%;width:40%;transform:rotate(45deg)}._input_udsu1_20:checked+._fake_udsu1_10 ._rightLine_udsu1_58{top:45%;left:30%;width:65%;transform:rotate(-45deg)}._input_udsu1_20:checked+._fake_udsu1_10[data-switcher=true]:before{transform:translate(20px)}._fake_udsu1_10{z-index:0;flex-shrink:0;width:20px;height:20px;margin-top:2px;cursor:pointer;border:1px solid var(--color-gray-dark);border-radius:4px;outline:none}._fake_udsu1_10:focus{width:20px;height:20px;outline:auto}._fake_udsu1_10[data-switcher=true]{position:relative;width:40px;height:20px;background-color:var(--color-gray);border:none;border-radius:16px;transition:all .3s}._fake_udsu1_10[data-switcher=true]:before{position:absolute;top:4px;left:4px;width:12px;height:12px;content:"";background-color:var(--color-white);border-radius:50%;transition:all .2s}._fake_udsu1_10[data-disabled=true]:not([data-switcher=true]){background-color:var(--color-gray);border-color:var(--color-gray)}._fake_udsu1_10[data-disabled=true]:not([data-switcher=true]):focus{outline:none}._fake_udsu1_10[data-disabled=true][data-switcher=true]{background-color:var(--color-gray);border-color:var(--color-gray)}._fake_udsu1_10[data-disabled=true][data-switcher=true]:focus{outline:none}._fake_udsu1_10[data-error=true]{border-color:var(--color-error)}._subLabel_udsu1_122{font-size:.875rem;color:var(--color-gray-dark-extra)}._required_udsu1_127{color:var(--color-error)}
1
+ ._checkbox_1931l_1{position:relative;display:flex;flex-direction:row-reverse;gap:8px;width:fit-content;cursor:pointer;user-select:none}._checkbox_1931l_1:hover ._fake_1931l_10{border-color:var(--color-primary)}._checkbox_1931l_1:hover ._fake_1931l_10[data-switcher=true]{background-color:var(--color-gray-dark);border:none}._checkbox_1931l_1:hover ._fake_1931l_10[data-disabled=true]:not([data-switcher=true]){border-color:var(--color-gray)}._checkbox_1931l_1:hover ._input_1931l_20:checked+._fake_1931l_10{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark)}._checkbox_1931l_1:hover ._input_1931l_20:checked+._fake_1931l_10[data-disabled=true][data-switcher=true]{background-color:var(--color-gray)}._checkbox_1931l_1:hover ._input_1931l_20:checked+._fake_1931l_10[data-disabled=true]:not([data-switcher=true]){background-color:var(--color-gray);border-color:var(--color-gray)}._checkbox_1931l_1[data-disabled=true]{color:var(--color-gray-dark)}._input_1931l_20{position:absolute;z-index:1;appearance:none;border:none}._input_1931l_20:checked+._fake_1931l_10{position:relative;background-color:var(--color-primary);border-color:var(--color-primary)}._input_1931l_20:checked+._fake_1931l_10 ._line_1931l_46{position:absolute;height:2px;background-color:var(--color-white);border-radius:2px}._input_1931l_20:checked+._fake_1931l_10 ._leftLine_1931l_52{top:55%;left:10%;width:40%;transform:rotate(45deg)}._input_1931l_20:checked+._fake_1931l_10 ._rightLine_1931l_58{top:45%;left:30%;width:65%;transform:rotate(-45deg)}._input_1931l_20:checked+._fake_1931l_10[data-switcher=true]:before{transform:translate(20px)}._fake_1931l_10{z-index:0;flex-shrink:0;width:20px;height:20px;margin-top:2px;cursor:pointer;border:1px solid var(--color-gray-dark);border-radius:4px;outline:none}._fake_1931l_10:focus{width:20px;height:20px;outline:auto}._fake_1931l_10[data-switcher=true]{position:relative;width:40px;height:20px;background-color:var(--color-gray);border:none;border-radius:16px;transition:all .3s}._fake_1931l_10[data-switcher=true]:before{position:absolute;top:4px;left:4px;width:12px;height:12px;content:"";background-color:var(--color-white);border-radius:50%;transition:all .2s}._fake_1931l_10[data-disabled=true]:not([data-switcher=true]){background-color:var(--color-gray);border-color:var(--color-gray)}._fake_1931l_10[data-disabled=true]:not([data-switcher=true]):focus{outline:none}._fake_1931l_10[data-disabled=true][data-switcher=true]{background-color:var(--color-gray);border-color:var(--color-gray)}._fake_1931l_10[data-disabled=true][data-switcher=true]:focus{outline:none}._fake_1931l_10[data-error=true]{border-color:var(--color-error)}._labelSub_1931l_122{font-size:.875rem;color:var(--color-gray-dark-extra)}._required_1931l_127{color:var(--color-error)}
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
15
15
  type: import("vue").PropType<InitialValue>;
16
16
  default: boolean;
17
17
  };
18
- subLabel: {
18
+ labelSub: {
19
19
  type: import("vue").PropType<string>;
20
20
  default: string;
21
21
  };
@@ -49,7 +49,7 @@ declare const _default: import("vue").DefineComponent<{
49
49
  type: import("vue").PropType<InitialValue>;
50
50
  default: boolean;
51
51
  };
52
- subLabel: {
52
+ labelSub: {
53
53
  type: import("vue").PropType<string>;
54
54
  default: string;
55
55
  };
@@ -73,7 +73,7 @@ declare const _default: import("vue").DefineComponent<{
73
73
  label: string;
74
74
  initialValue: InitialValue;
75
75
  modelValue: InitialValue;
76
- subLabel: string;
76
+ labelSub: string;
77
77
  labelSwitcher: string;
78
78
  error: string | boolean;
79
79
  }, {}>;
@@ -1,98 +1,107 @@
1
1
  import "./UiCheckbox.css";
2
- import { defineComponent as p, ref as h, openBlock as l, createElementBlock as t, withModifiers as y, normalizeClass as a, toDisplayString as r, createCommentVNode as i, createElementVNode as u, withKeys as f, createTextVNode as _ } from "vue";
3
- import { _ as k } from "../_plugin-vue_export-helper-dad06003.js";
4
- const m = ["data-disabled"], L = { key: 1 }, $ = ["value", "checked", "disabled"], w = ["data-switcher", "data-disabled", "data-error"], S = { key: 2 }, V = /* @__PURE__ */ p({
2
+ import { defineComponent as _, ref as p, openBlock as l, createElementBlock as a, withModifiers as y, normalizeClass as s, toDisplayString as r, createCommentVNode as i, createElementVNode as c, withKeys as f } from "vue";
3
+ import { _ as m } from "../_plugin-vue_export-helper-dad06003.js";
4
+ const u = !1, d = "", S = ["data-disabled"], w = { key: 1 }, x = { "data-test": "ui-checkbox-label" }, L = ["value", "checked", "disabled"], $ = ["data-switcher", "data-disabled", "data-error"], q = { key: 2 }, V = { "data-test": "ui-checkbox-label-switcher" }, g = /* @__PURE__ */ _({
5
5
  __name: "UiCheckbox",
6
6
  props: {
7
- initialValue: { type: [Boolean, String, Number], default: !1 },
8
- modelValue: { type: [Boolean, String, Number], default: !1 },
9
- label: { default: "" },
10
- subLabel: { default: "" },
11
- labelSwitcher: { default: "" },
7
+ initialValue: { type: [Boolean, String, Number], default: u },
8
+ modelValue: { type: [Boolean, String, Number], default: u },
9
+ label: { default: d },
10
+ labelSub: { default: d },
11
+ labelSwitcher: { default: d },
12
12
  error: { type: [String, Boolean], default: !1 },
13
13
  isRequired: { type: Boolean },
14
14
  isDisabled: { type: Boolean },
15
15
  isSwitcher: { type: Boolean }
16
16
  },
17
17
  emits: ["update:modelValue"],
18
- setup(d, { emit: c }) {
19
- const e = d, n = h();
20
- function b() {
21
- if (n.value) {
22
- let s;
23
- n.value.checked ? s = e.initialValue ? e.initialValue : !0 : s = !1, c("update:modelValue", s);
18
+ setup(b, { emit: h }) {
19
+ const e = b, o = p();
20
+ function k() {
21
+ if (o.value) {
22
+ let t;
23
+ o.value.checked ? t = e.initialValue ? e.initialValue : !0 : t = !1, h("update:modelValue", t);
24
24
  }
25
25
  }
26
- return (s, o) => (l(), t("label", {
27
- onClick: o[1] || (o[1] = y(() => {
26
+ return (t, n) => (l(), a("label", {
27
+ onClick: n[1] || (n[1] = y(() => {
28
28
  }, ["stop"])),
29
29
  "data-disabled": e.isDisabled,
30
- class: a(s.$style.checkbox)
30
+ class: s(t.$style.checkbox),
31
+ "data-test": "ui-checkbox"
31
32
  }, [
32
- e.error ? (l(), t("span", {
33
+ e.error ? (l(), a("span", {
33
34
  key: 0,
34
- class: a(s.$style.required)
35
+ class: s(t.$style.required),
36
+ "data-test": "ui-checkbox-error"
35
37
  }, r(e.error), 3)) : i("", !0),
36
- e.label ? (l(), t("span", L, [
37
- u("span", null, r(e.label), 1),
38
- e.subLabel ? (l(), t("span", {
38
+ e.label ? (l(), a("span", w, [
39
+ c("span", x, r(e.label), 1),
40
+ e.labelSub ? (l(), a("span", {
39
41
  key: 0,
40
- class: a(s.$style.subLabel)
41
- }, r(e.subLabel), 3)) : i("", !0),
42
- e.isRequired ? (l(), t("span", {
42
+ class: s(t.$style.labelSub),
43
+ "data-test": "ui-checkbox-label-sub"
44
+ }, r(e.labelSub), 3)) : i("", !0),
45
+ e.isRequired ? (l(), a("span", {
43
46
  key: 1,
44
- class: a(s.$style.required)
47
+ class: s(t.$style.required),
48
+ "data-test": "ui-checkbox-required"
45
49
  }, "*", 2)) : i("", !0)
46
50
  ])) : i("", !0),
47
- u("input", {
48
- onChange: b,
51
+ c("input", {
52
+ onChange: k,
49
53
  type: "checkbox",
50
54
  ref_key: "checkbox",
51
- ref: n,
55
+ ref: o,
52
56
  value: e.initialValue,
53
57
  checked: !!e.modelValue,
54
58
  disabled: e.isDisabled,
55
- class: a(s.$style.input),
56
- tabindex: "-1"
57
- }, null, 42, $),
58
- u("div", {
59
- onKeydown: o[0] || (o[0] = f((E) => n.value?.click(), ["space"])),
59
+ class: s(t.$style.input),
60
+ tabindex: "-1",
61
+ "data-test": "ui-checkbox-input"
62
+ }, null, 42, L),
63
+ c("div", {
64
+ onKeydown: n[0] || (n[0] = f((F) => o.value?.click(), ["space"])),
60
65
  "data-switcher": e.isSwitcher,
61
66
  "data-disabled": e.isDisabled,
62
- "data-error": e.error,
63
- class: a(s.$style.fake),
64
- tabindex: "0"
67
+ "data-error": !!e.error,
68
+ class: s(t.$style.fake),
69
+ tabindex: "0",
70
+ "data-test": "ui-checkbox-fake"
65
71
  }, [
66
- e.isSwitcher ? i("", !0) : (l(), t("div", {
72
+ e.isSwitcher ? i("", !0) : (l(), a("div", {
67
73
  key: 0,
68
- class: a([s.$style.line, s.$style.leftLine])
74
+ class: s([t.$style.line, t.$style.leftLine]),
75
+ "data-test": "ui-checkbox-line"
69
76
  }, null, 2)),
70
- e.isSwitcher ? i("", !0) : (l(), t("div", {
77
+ e.isSwitcher ? i("", !0) : (l(), a("div", {
71
78
  key: 1,
72
- class: a([s.$style.line, s.$style.rightLine])
79
+ class: s([t.$style.line, t.$style.rightLine]),
80
+ "data-test": "ui-checkbox-line"
73
81
  }, null, 2))
74
- ], 42, w),
75
- e.labelSwitcher ? (l(), t("span", S, [
76
- _(r(e.labelSwitcher), 1),
77
- e.isRequired ? (l(), t("span", {
82
+ ], 42, $),
83
+ e.labelSwitcher ? (l(), a("span", q, [
84
+ c("span", V, r(e.labelSwitcher), 1),
85
+ e.isRequired ? (l(), a("span", {
78
86
  key: 0,
79
- class: a(s.$style.required)
87
+ class: s(t.$style.required),
88
+ "data-test": "ui-checkbox-required-switcher"
80
89
  }, "*", 2)) : i("", !0)
81
90
  ])) : i("", !0)
82
- ], 10, m));
91
+ ], 10, S));
83
92
  }
84
- }), g = "_checkbox_udsu1_1", v = "_fake_udsu1_10", q = "_input_udsu1_20", B = "_line_udsu1_46", C = "_leftLine_udsu1_52", D = "_rightLine_udsu1_58", N = "_subLabel_udsu1_122", x = "_required_udsu1_127", M = {
85
- checkbox: g,
86
- fake: v,
87
- input: q,
88
- line: B,
89
- leftLine: C,
90
- rightLine: D,
91
- subLabel: N,
92
- required: x
93
+ }), v = "_checkbox_1931l_1", B = "_fake_1931l_10", C = "_input_1931l_20", D = "_line_1931l_46", E = "_leftLine_1931l_52", U = "_rightLine_1931l_58", A = "_labelSub_1931l_122", M = "_required_1931l_127", N = {
94
+ checkbox: v,
95
+ fake: B,
96
+ input: C,
97
+ line: D,
98
+ leftLine: E,
99
+ rightLine: U,
100
+ labelSub: A,
101
+ required: M
93
102
  }, R = {
94
- $style: M
95
- }, z = /* @__PURE__ */ k(V, [["__cssModules", R]]);
103
+ $style: N
104
+ }, z = /* @__PURE__ */ m(g, [["__cssModules", R]]);
96
105
  export {
97
106
  z as default
98
107
  };