maz-ui 3.49.3 → 3.50.0
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.
- package/components/MazAnimatedCounter.d.ts +9 -1
- package/components/MazAnimatedCounter.mjs +82 -63
- package/components/MazAnimatedElement.d.ts +5 -0
- package/components/MazAnimatedElement.mjs +18 -19
- package/components/MazAnimatedText.d.ts +5 -0
- package/components/MazAnimatedText.mjs +57 -75
- package/components/MazCircularProgressBar.d.ts +20 -4
- package/components/MazCircularProgressBar.mjs +177 -134
- package/components/MazSlider.mjs +4 -4
- package/components/MazTable.mjs +1 -1
- package/components/MazTableCell.mjs +1 -1
- package/components/MazTableRow.mjs +1 -1
- package/components/assets/{MazAnimatedCounter.D9UJwqkf.css → MazAnimatedCounter.DTzaNX_Y.css} +1 -1
- package/components/assets/{MazAnimatedElement.XhNfpNyM.css → MazAnimatedElement.BkcmWrHr.css} +1 -1
- package/components/assets/MazAnimatedText.B91Kt1PP.css +1 -0
- package/components/assets/{MazCircularProgressBar.DYOxvMCy.css → MazCircularProgressBar.Cq-jEps6.css} +1 -1
- package/components/assets/{MazSlider.CsKD3vKO.css → MazSlider.Dlk7nygF.css} +1 -1
- package/components/assets/MazTable.zJ2YXDrE.css +1 -0
- package/components/assets/{MazTableCell.DINPNnIA.css → MazTableCell.BKBZEOQb.css} +1 -1
- package/components/assets/{MazTableRow.CtlU4Bey.css → MazTableRow.CtZjgh-L.css} +1 -1
- package/components/chunks/{MazBtn.DmpYZZhK.mjs → MazBtn.B6UiTgcv.mjs} +2 -2
- package/components/chunks/{MazCheckbox.CFDDHjBj.mjs → MazCheckbox.CYeDQcMp.mjs} +1 -1
- package/components/chunks/{MazInput.B_V7iI9q.mjs → MazInput.CwPPyy_i.mjs} +2 -2
- package/components/chunks/{MazLoadingBar.J84kR8Ts.mjs → MazLoadingBar.LkmX0AHd.mjs} +1 -1
- package/components/chunks/{MazSelect.vuuMDnLv.mjs → MazSelect.CZ8-FJbx.mjs} +3 -3
- package/components/chunks/{MazSpinner.DQVV537L.mjs → MazSpinner.B2KPFXAm.mjs} +1 -1
- package/components/chunks/{MazTable.Ch8nGfGk.mjs → MazTable.BtL5to1U.mjs} +41 -41
- package/components/chunks/{MazTableCell.JKCc-pLM.mjs → MazTableCell.CN6g3CD7.mjs} +1 -1
- package/components/chunks/{MazTableRow.Brc02APS.mjs → MazTableRow.BjoUmiPj.mjs} +1 -1
- package/components/chunks/{MazTableTitle.CwXDPRXA.mjs → MazTableTitle.Dh-2buat.mjs} +1 -1
- package/nuxt/index.json +1 -1
- package/package.json +1 -1
- package/types/components/MazAnimatedCounter.vue.d.ts +9 -1
- package/types/components/MazAnimatedElement.vue.d.ts +5 -0
- package/types/components/MazAnimatedText.vue.d.ts +5 -0
- package/types/components/MazCircularProgressBar.vue.d.ts +20 -4
- package/types/modules/helpers/index.d.ts +1 -1
- package/components/assets/MazAnimatedText.ztrJF5LY.css +0 -1
- package/components/assets/MazTable.CLzaJZ6_.css +0 -1
- /package/types/modules/helpers/{check-availability.d.ts → checkAvailability.d.ts} +0 -0
|
@@ -1,110 +1,125 @@
|
|
|
1
|
-
import { computed as
|
|
2
|
-
import './assets/MazCircularProgressBar.
|
|
3
|
-
componentName:
|
|
4
|
-
providedId:
|
|
1
|
+
import { computed as m, useId as b, defineComponent as A, ref as $, onMounted as S, onBeforeUnmount as q, watch as O, openBlock as w, createElementBlock as C, createElementVNode as l, renderSlot as p, createTextVNode as c, toDisplayString as f, useSlots as T, normalizeStyle as E, unref as B, createBlock as F, createSlots as L, withCtx as I, normalizeClass as N } from "vue";
|
|
2
|
+
import './assets/MazCircularProgressBar.Cq-jEps6.css';function D({
|
|
3
|
+
componentName: u,
|
|
4
|
+
providedId: t
|
|
5
5
|
}) {
|
|
6
|
-
return
|
|
6
|
+
return m(() => t ?? `${u}-${b().replace(/:/g, "")}`);
|
|
7
7
|
}
|
|
8
|
-
function
|
|
8
|
+
function M() {
|
|
9
9
|
return typeof document < "u";
|
|
10
10
|
}
|
|
11
|
-
const
|
|
11
|
+
const U = { class: "maz-sr-only" }, W = /* @__PURE__ */ A({
|
|
12
12
|
__name: "MazAnimatedCounter",
|
|
13
13
|
props: {
|
|
14
14
|
count: {},
|
|
15
15
|
duration: { default: 1e3 },
|
|
16
16
|
prefix: { default: void 0 },
|
|
17
17
|
suffix: { default: void 0 },
|
|
18
|
-
delay: { default: 100 }
|
|
18
|
+
delay: { default: 100 },
|
|
19
|
+
once: { type: Boolean, default: !0 }
|
|
19
20
|
},
|
|
20
|
-
setup(
|
|
21
|
-
const
|
|
22
|
-
function
|
|
23
|
-
return !
|
|
21
|
+
setup(u) {
|
|
22
|
+
const t = u, r = $(0), d = $(null);
|
|
23
|
+
function v() {
|
|
24
|
+
return !M() || !window.requestAnimationFrame ? (e) => (setTimeout(e, 1e3 / 60), 0) : window.requestAnimationFrame.bind(window);
|
|
24
25
|
}
|
|
25
|
-
function
|
|
26
|
-
const
|
|
27
|
-
if (!
|
|
28
|
-
|
|
26
|
+
function z(e, s, h, y) {
|
|
27
|
+
const i = v();
|
|
28
|
+
if (!M()) {
|
|
29
|
+
r.value = s;
|
|
29
30
|
return;
|
|
30
31
|
}
|
|
31
|
-
|
|
32
|
-
const
|
|
33
|
-
const
|
|
34
|
-
|
|
35
|
-
e + (s - e) *
|
|
36
|
-
),
|
|
32
|
+
r.value = e, setTimeout(() => {
|
|
33
|
+
const _ = performance.now(), a = (n = performance.now()) => {
|
|
34
|
+
const k = n - _, x = Math.min(k / h, 1), V = (P) => P * (2 - P);
|
|
35
|
+
r.value = Math.round(
|
|
36
|
+
e + (s - e) * V(x)
|
|
37
|
+
), x < 1 && i(a);
|
|
37
38
|
};
|
|
38
|
-
|
|
39
|
-
},
|
|
39
|
+
i(a);
|
|
40
|
+
}, y);
|
|
40
41
|
}
|
|
41
|
-
|
|
42
|
-
(
|
|
42
|
+
function g(e, s) {
|
|
43
|
+
z(e, s, t.duration, t.delay);
|
|
44
|
+
}
|
|
45
|
+
let o = null;
|
|
46
|
+
return S(() => {
|
|
47
|
+
t.once || (o = new IntersectionObserver(([e]) => {
|
|
48
|
+
e.isIntersecting && (g(0, t.count), t.once && (o == null || o.unobserve(e.target)));
|
|
49
|
+
}), d.value && o.observe(d.value));
|
|
50
|
+
}), q(() => o == null ? void 0 : o.disconnect()), O(
|
|
51
|
+
() => t.count,
|
|
43
52
|
(e, s) => {
|
|
44
53
|
if (e === s)
|
|
45
54
|
return;
|
|
46
|
-
|
|
55
|
+
g(s ?? 0, e);
|
|
47
56
|
},
|
|
48
57
|
{ immediate: !0 }
|
|
49
|
-
), (e, s) => (
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
58
|
+
), (e, s) => (w(), C(
|
|
59
|
+
"span",
|
|
60
|
+
{
|
|
61
|
+
ref_key: "elementRef",
|
|
62
|
+
ref: d,
|
|
63
|
+
class: "m-animated-counter m-reset-css"
|
|
64
|
+
},
|
|
65
|
+
[
|
|
66
|
+
l("span", U, [
|
|
67
|
+
p(e.$slots, "prefix", {}, () => [
|
|
68
|
+
c(
|
|
69
|
+
f(e.prefix),
|
|
70
|
+
1
|
|
71
|
+
/* TEXT */
|
|
72
|
+
)
|
|
73
|
+
], !0),
|
|
74
|
+
c(
|
|
75
|
+
f(e.count),
|
|
76
|
+
1
|
|
77
|
+
/* TEXT */
|
|
78
|
+
),
|
|
79
|
+
p(e.$slots, "suffix", {}, () => [
|
|
80
|
+
c(
|
|
81
|
+
f(e.suffix),
|
|
82
|
+
1
|
|
83
|
+
/* TEXT */
|
|
84
|
+
)
|
|
85
|
+
], !0)
|
|
86
|
+
]),
|
|
87
|
+
p(e.$slots, "prefix", {}, () => [
|
|
88
|
+
c(
|
|
89
|
+
f(e.prefix),
|
|
54
90
|
1
|
|
55
91
|
/* TEXT */
|
|
56
92
|
)
|
|
57
93
|
], !0),
|
|
58
|
-
|
|
59
|
-
|
|
94
|
+
c(
|
|
95
|
+
f(r.value),
|
|
60
96
|
1
|
|
61
97
|
/* TEXT */
|
|
62
98
|
),
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
99
|
+
p(e.$slots, "suffix", {}, () => [
|
|
100
|
+
c(
|
|
101
|
+
f(e.suffix),
|
|
66
102
|
1
|
|
67
103
|
/* TEXT */
|
|
68
104
|
)
|
|
69
105
|
], !0)
|
|
70
|
-
]
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
1
|
|
75
|
-
/* TEXT */
|
|
76
|
-
)
|
|
77
|
-
], !0),
|
|
78
|
-
i(
|
|
79
|
-
u(o.value),
|
|
80
|
-
1
|
|
81
|
-
/* TEXT */
|
|
82
|
-
),
|
|
83
|
-
d(e.$slots, "suffix", {}, () => [
|
|
84
|
-
i(
|
|
85
|
-
u(e.suffix),
|
|
86
|
-
1
|
|
87
|
-
/* TEXT */
|
|
88
|
-
)
|
|
89
|
-
], !0)
|
|
90
|
-
]));
|
|
106
|
+
],
|
|
107
|
+
512
|
|
108
|
+
/* NEED_PATCH */
|
|
109
|
+
));
|
|
91
110
|
}
|
|
92
|
-
}),
|
|
93
|
-
const
|
|
94
|
-
for (const [
|
|
95
|
-
|
|
96
|
-
return
|
|
97
|
-
},
|
|
98
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
99
|
-
height: "1em",
|
|
100
|
-
width: "1em",
|
|
101
|
-
viewBox: "0 0 100 100"
|
|
102
|
-
}, Q = ["id"], R = ["stop-color"], U = ["stop-color"], H = ["stroke-width", "stroke", "stroke-linecap"], J = /* @__PURE__ */ C({
|
|
111
|
+
}), R = (u, t) => {
|
|
112
|
+
const r = u.__vccOpts || u;
|
|
113
|
+
for (const [d, v] of t)
|
|
114
|
+
r[d] = v;
|
|
115
|
+
return r;
|
|
116
|
+
}, j = /* @__PURE__ */ R(W, [["__scopeId", "data-v-fc76f127"]]), G = { class: "outer" }, Q = { class: "inner" }, H = { key: 0 }, J = ["id"], K = ["stop-color"], X = ["stop-color"], Y = ["stroke-width", "stroke-dashoffset", "stroke", "stroke-linecap"], Z = /* @__PURE__ */ A({
|
|
103
117
|
__name: "MazCircularProgressBar",
|
|
104
118
|
props: {
|
|
105
119
|
percentage: { default: 0 },
|
|
106
120
|
size: { default: "10em" },
|
|
107
121
|
duration: { default: 1e3 },
|
|
122
|
+
delay: {},
|
|
108
123
|
color: { default: void 0 },
|
|
109
124
|
autoColor: { type: Boolean },
|
|
110
125
|
prefix: { default: void 0 },
|
|
@@ -114,51 +129,63 @@ const b = { class: "m-animated-counter m-reset-css" }, D = { class: "maz-sr-only
|
|
|
114
129
|
stroke: { default: void 0 },
|
|
115
130
|
successPercentage: { default: 100 },
|
|
116
131
|
warningPercentage: { default: 75 },
|
|
117
|
-
dangerPercentage: { default: 50 }
|
|
132
|
+
dangerPercentage: { default: 50 },
|
|
133
|
+
once: { type: Boolean, default: !0 }
|
|
118
134
|
},
|
|
119
|
-
setup(
|
|
120
|
-
const
|
|
135
|
+
setup(u) {
|
|
136
|
+
const t = u, r = T(), d = m(() => !!t.prefix || !!r.prefix), v = m(() => !!t.suffix || !!r.suffix), z = D({
|
|
121
137
|
componentName: "MazCircularProgressBar"
|
|
122
|
-
}),
|
|
123
|
-
() =>
|
|
138
|
+
}), g = m(() => t.percentage > 100 ? 100 : t.percentage <= 0 ? 0.5 : t.percentage), o = m(
|
|
139
|
+
() => t.autoColor ? e(g.value) : t.color
|
|
124
140
|
);
|
|
125
|
-
function
|
|
126
|
-
return
|
|
141
|
+
function e(n) {
|
|
142
|
+
return n < t.dangerPercentage || n > 100 ? "danger" : n < t.warningPercentage ? "warning" : n >= t.successPercentage ? "success" : "primary";
|
|
127
143
|
}
|
|
128
|
-
const
|
|
129
|
-
|
|
144
|
+
const s = m(() => `${t.duration}ms`), h = m(() => Math.round(290 - 290 * (g.value / 100))), y = $(!1), i = $(null), _ = $(!1);
|
|
145
|
+
let a = null;
|
|
146
|
+
return S(() => {
|
|
147
|
+
a = new IntersectionObserver(([n]) => {
|
|
148
|
+
var k;
|
|
149
|
+
(!y.value || !t.once) && (y.value = n.isIntersecting), t.once && i.value && (a == null || a.unobserve(i.value), (k = i.value) == null || k.addEventListener("animationend", () => {
|
|
150
|
+
_.value = !0;
|
|
151
|
+
}));
|
|
152
|
+
}), i.value && a.observe(i.value);
|
|
153
|
+
}), q(() => a == null ? void 0 : a.disconnect()), (n, k) => (w(), C(
|
|
130
154
|
"div",
|
|
131
155
|
{
|
|
132
156
|
class: "m-circular-progress-bar m-reset-css",
|
|
133
|
-
style:
|
|
157
|
+
style: E([
|
|
134
158
|
{
|
|
135
|
-
"--animation-duration":
|
|
136
|
-
"--dashoffset":
|
|
159
|
+
"--animation-duration": s.value,
|
|
160
|
+
"--dashoffset": h.value,
|
|
161
|
+
"--delay": `${n.delay}ms`
|
|
137
162
|
},
|
|
138
163
|
{
|
|
139
|
-
fontSize:
|
|
164
|
+
fontSize: n.size
|
|
140
165
|
}
|
|
141
166
|
])
|
|
142
167
|
},
|
|
143
168
|
[
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
])) : (
|
|
169
|
+
l("div", G, [
|
|
170
|
+
l("div", Q, [
|
|
171
|
+
B(r).default ? (w(), C("span", H, [
|
|
172
|
+
p(n.$slots, "default", {}, void 0, !0)
|
|
173
|
+
])) : (w(), F(j, {
|
|
149
174
|
key: 1,
|
|
150
|
-
count:
|
|
151
|
-
duration:
|
|
152
|
-
|
|
175
|
+
count: n.percentage,
|
|
176
|
+
duration: n.duration,
|
|
177
|
+
delay: n.delay,
|
|
178
|
+
once: n.once
|
|
179
|
+
}, L({
|
|
153
180
|
_: 2
|
|
154
181
|
/* DYNAMIC */
|
|
155
182
|
}, [
|
|
156
|
-
|
|
183
|
+
d.value ? {
|
|
157
184
|
name: "prefix",
|
|
158
|
-
fn:
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
185
|
+
fn: I(() => [
|
|
186
|
+
p(n.$slots, "prefix", {}, () => [
|
|
187
|
+
c(
|
|
188
|
+
f(n.prefix),
|
|
162
189
|
1
|
|
163
190
|
/* TEXT */
|
|
164
191
|
)
|
|
@@ -166,12 +193,12 @@ const b = { class: "m-animated-counter m-reset-css" }, D = { class: "maz-sr-only
|
|
|
166
193
|
]),
|
|
167
194
|
key: "0"
|
|
168
195
|
} : void 0,
|
|
169
|
-
|
|
196
|
+
v.value ? {
|
|
170
197
|
name: "suffix",
|
|
171
|
-
fn:
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
198
|
+
fn: I(() => [
|
|
199
|
+
p(n.$slots, "suffix", {}, () => [
|
|
200
|
+
c(
|
|
201
|
+
f(n.suffix),
|
|
175
202
|
1
|
|
176
203
|
/* TEXT */
|
|
177
204
|
)
|
|
@@ -179,46 +206,62 @@ const b = { class: "m-animated-counter m-reset-css" }, D = { class: "maz-sr-only
|
|
|
179
206
|
]),
|
|
180
207
|
key: "1"
|
|
181
208
|
} : void 0
|
|
182
|
-
]), 1032, ["count", "duration"]))
|
|
209
|
+
]), 1032, ["count", "duration", "delay", "once"]))
|
|
183
210
|
])
|
|
184
211
|
]),
|
|
185
|
-
(
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
212
|
+
(w(), C(
|
|
213
|
+
"svg",
|
|
214
|
+
{
|
|
215
|
+
ref_key: "circleRef",
|
|
216
|
+
ref: i,
|
|
217
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
218
|
+
height: "1em",
|
|
219
|
+
width: "1em",
|
|
220
|
+
class: N({
|
|
221
|
+
animate: y.value
|
|
222
|
+
}),
|
|
223
|
+
viewBox: "0 0 100 100"
|
|
224
|
+
},
|
|
225
|
+
[
|
|
226
|
+
l("defs", null, [
|
|
227
|
+
l("linearGradient", {
|
|
228
|
+
id: `${B(z)}-gradient`,
|
|
229
|
+
x1: "0",
|
|
230
|
+
x2: "0",
|
|
231
|
+
y1: "1",
|
|
232
|
+
y2: "0"
|
|
233
|
+
}, [
|
|
234
|
+
l("stop", {
|
|
235
|
+
offset: "0%",
|
|
236
|
+
"stop-color": o.value ? `var(--maz-color-${o.value}-400)` : "var(--maz-color-primary)"
|
|
237
|
+
}, null, 8, K),
|
|
238
|
+
l("stop", {
|
|
239
|
+
offset: "100%",
|
|
240
|
+
"stop-color": o.value ? `var(--maz-color-${o.value}-700)` : "var(--maz-color-secondary)"
|
|
241
|
+
}, null, 8, X)
|
|
242
|
+
], 8, J)
|
|
243
|
+
]),
|
|
244
|
+
l("circle", {
|
|
245
|
+
cx: "50",
|
|
246
|
+
cy: "50",
|
|
247
|
+
r: "46",
|
|
248
|
+
"stroke-width": n.strokeWidth,
|
|
249
|
+
"stroke-dasharray": "290",
|
|
250
|
+
"stroke-dashoffset": _.value ? h.value : 290,
|
|
251
|
+
stroke: n.stroke ? n.stroke : `url(#${B(z)}-gradient)`,
|
|
252
|
+
fill: "none",
|
|
253
|
+
"stroke-linecap": n.strokeLinecap
|
|
254
|
+
}, null, 8, Y)
|
|
255
|
+
],
|
|
256
|
+
2
|
|
257
|
+
/* CLASS */
|
|
258
|
+
))
|
|
216
259
|
],
|
|
217
260
|
4
|
|
218
261
|
/* STYLE */
|
|
219
262
|
));
|
|
220
263
|
}
|
|
221
|
-
}),
|
|
264
|
+
}), te = /* @__PURE__ */ R(Z, [["__scopeId", "data-v-b86782a0"]]);
|
|
222
265
|
export {
|
|
223
|
-
|
|
266
|
+
te as default
|
|
224
267
|
};
|
package/components/MazSlider.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as te, ref as p, computed as f, watch as O, onMounted as ne, onBeforeUnmount as oe, nextTick as g, openBlock as b, createElementBlock as w, normalizeStyle as V, normalizeClass as F, createElementVNode as N, Fragment as K, renderList as j, toDisplayString as ae } from "vue";
|
|
2
|
-
import './assets/MazSlider.
|
|
2
|
+
import './assets/MazSlider.Dlk7nygF.css';function ue(a, l) {
|
|
3
3
|
let n;
|
|
4
4
|
return function(...c) {
|
|
5
5
|
clearTimeout(n), n = setTimeout(() => {
|
|
@@ -142,7 +142,7 @@ const re = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], ie = ["data-labe
|
|
|
142
142
|
var u, s;
|
|
143
143
|
await g();
|
|
144
144
|
const { min: e, max: t, log: r } = n, o = (u = v.value) == null ? void 0 : u.clientWidth;
|
|
145
|
-
o ? m.value = (s = d.value) == null ? void 0 : s.map(
|
|
145
|
+
typeof o == "number" ? m.value = (s = d.value) == null ? void 0 : s.map(
|
|
146
146
|
(h) => r ? o / t * (e + (Math.log(h) - M.value) / C.value) : o / k.value * (h - e)
|
|
147
147
|
) : console.warn("[maz-ui][MazSlider] ref component not found");
|
|
148
148
|
}
|
|
@@ -150,7 +150,7 @@ const re = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], ie = ["data-labe
|
|
|
150
150
|
var u, s, h;
|
|
151
151
|
await g();
|
|
152
152
|
const { max: e, min: t, log: r } = n, o = (u = v.value) == null ? void 0 : u.clientWidth;
|
|
153
|
-
if (o)
|
|
153
|
+
if (typeof o == "number")
|
|
154
154
|
return r ? (s = m.value) == null ? void 0 : s.map((T) => {
|
|
155
155
|
const Z = T / (o / e), ee = Math.exp((Z - t) * C.value + M.value);
|
|
156
156
|
return Math.round(ee);
|
|
@@ -265,7 +265,7 @@ const re = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], ie = ["data-labe
|
|
|
265
265
|
for (const [c, v] of l)
|
|
266
266
|
n[c] = v;
|
|
267
267
|
return n;
|
|
268
|
-
}, me = /* @__PURE__ */ de(ce, [["__scopeId", "data-v-
|
|
268
|
+
}, me = /* @__PURE__ */ de(ce, [["__scopeId", "data-v-547d6a0b"]]);
|
|
269
269
|
export {
|
|
270
270
|
me as default
|
|
271
271
|
};
|
package/components/MazTable.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject as c, defineComponent as s, openBlock as a, createElementBlock as l, normalizeClass as i, unref as _, renderSlot as m } from "vue";
|
|
2
|
-
import './assets/MazTableCell.
|
|
2
|
+
import './assets/MazTableCell.BKBZEOQb.css';function u(t, o) {
|
|
3
3
|
const e = c(t, o);
|
|
4
4
|
if (!e)
|
|
5
5
|
throw new TypeError(`[maz-ui](injectStrict) Could not resolve ${t.toString()}`);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject as c, defineComponent as s, openBlock as l, createElementBlock as d, normalizeClass as u, unref as a, renderSlot as i } from "vue";
|
|
2
|
-
import './assets/MazTableRow.
|
|
2
|
+
import './assets/MazTableRow.CtZjgh-L.css';function p(o, t) {
|
|
3
3
|
const e = c(o, t);
|
|
4
4
|
if (!e)
|
|
5
5
|
throw new TypeError(`[maz-ui](injectStrict) Could not resolve ${o.toString()}`);
|
package/components/assets/{MazAnimatedCounter.D9UJwqkf.css → MazAnimatedCounter.DTzaNX_Y.css}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
.m-animated-counter[data-v-
|
|
1
|
+
.m-animated-counter[data-v-fc76f127]{white-space:nowrap;--maz-tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--maz-tw-ordinal) var(--maz-tw-slashed-zero) var(--maz-tw-numeric-figure) var(--maz-tw-numeric-spacing) var(--maz-tw-numeric-fraction)}
|
package/components/assets/{MazAnimatedElement.XhNfpNyM.css → MazAnimatedElement.BkcmWrHr.css}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
.m-animated-element.--invisible[data-v-
|
|
1
|
+
.m-animated-element.--invisible[data-v-d3a853a6]{visibility:hidden}@-webkit-keyframes slide-up-blur-d3a853a6{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-filter:blur(0);filter:blur(0)}}@keyframes slide-up-blur-d3a853a6{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes slide-down-blur-d3a853a6{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-filter:blur(0);filter:blur(0)}}@keyframes slide-down-blur-d3a853a6{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes slide-left-blur-d3a853a6{0%{opacity:0;-webkit-transform:translateX(20px);transform:translate(20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0);-webkit-filter:blur(0);filter:blur(0)}}@keyframes slide-left-blur-d3a853a6{0%{opacity:0;-webkit-transform:translateX(20px);transform:translate(20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0);-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes slide-right-blur-d3a853a6{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0);-webkit-filter:blur(0);filter:blur(0)}}@keyframes slide-right-blur-d3a853a6{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0);-webkit-filter:blur(0);filter:blur(0)}}.animate-slide-up-blur[data-v-d3a853a6]{-webkit-animation:slide-up-blur-d3a853a6 cubic-bezier(.16,1,.3,1) forwards;animation:slide-up-blur-d3a853a6 cubic-bezier(.16,1,.3,1) forwards}.animate-slide-down-blur[data-v-d3a853a6]{-webkit-animation:slide-down-blur-d3a853a6 cubic-bezier(.16,1,.3,1) forwards;animation:slide-down-blur-d3a853a6 cubic-bezier(.16,1,.3,1) forwards}.animate-slide-left-blur[data-v-d3a853a6]{-webkit-animation:slide-left-blur-d3a853a6 cubic-bezier(.16,1,.3,1) forwards;animation:slide-left-blur-d3a853a6 cubic-bezier(.16,1,.3,1) forwards}.animate-slide-right-blur[data-v-d3a853a6]{-webkit-animation:slide-right-blur-d3a853a6 cubic-bezier(.16,1,.3,1) forwards;animation:slide-right-blur-d3a853a6 cubic-bezier(.16,1,.3,1) forwards}.animate-slide-up-blur[data-v-d3a853a6],.animate-slide-down-blur[data-v-d3a853a6],.animate-slide-left-blur[data-v-d3a853a6],.animate-slide-right-blur[data-v-d3a853a6]{opacity:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.m-animated-text__root[data-v-13cab581]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.m-animated-text__word[data-v-13cab581],.m-animated-text__word-inner[data-v-13cab581],.m-animated-text__last-word[data-v-13cab581]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.m-animated-text__last-word-inner[data-v-13cab581]{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.m-animated-text__last-word-inner-gradient[data-v-13cab581]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-image:-webkit-gradient(linear,left top,right top,from(var(--maz-tw-gradient-stops)));background-image:linear-gradient(to right,var(--maz-tw-gradient-stops));--maz-tw-gradient-from: var(--maz-color-primary) var(--maz-tw-gradient-from-position);--maz-tw-gradient-stops: var(--maz-tw-gradient-from), var(--maz-tw-gradient-to);--maz-tw-gradient-to: rgb(255 255 255 / 0) var(--maz-tw-gradient-to-position);--maz-tw-gradient-stops: var(--maz-tw-gradient-from), var(--maz-color-info) var(--maz-tw-gradient-via-position), var(--maz-tw-gradient-to);--maz-tw-gradient-to: var(--maz-color-secondary) var(--maz-tw-gradient-to-position);opacity:.3;--maz-tw-blur: blur(16px);-webkit-filter:var(--maz-tw-blur) var(--maz-tw-brightness) var(--maz-tw-contrast) var(--maz-tw-grayscale) var(--maz-tw-hue-rotate) var(--maz-tw-invert) var(--maz-tw-saturate) var(--maz-tw-sepia) var(--maz-tw-drop-shadow);filter:var(--maz-tw-blur) var(--maz-tw-brightness) var(--maz-tw-contrast) var(--maz-tw-grayscale) var(--maz-tw-hue-rotate) var(--maz-tw-invert) var(--maz-tw-saturate) var(--maz-tw-sepia) var(--maz-tw-drop-shadow)}.m-animated-text__last-word-inner-text[data-v-13cab581]{position:relative}@-webkit-keyframes slide-up-blur-13cab581{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-filter:blur(0);filter:blur(0)}}@keyframes slide-up-blur-13cab581{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes slide-down-blur-13cab581{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-filter:blur(0);filter:blur(0)}}@keyframes slide-down-blur-13cab581{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes slide-left-blur-13cab581{0%{opacity:0;-webkit-transform:translateX(20px);transform:translate(20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0);-webkit-filter:blur(0);filter:blur(0)}}@keyframes slide-left-blur-13cab581{0%{opacity:0;-webkit-transform:translateX(20px);transform:translate(20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0);-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes slide-right-blur-13cab581{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0);-webkit-filter:blur(0);filter:blur(0)}}@keyframes slide-right-blur-13cab581{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px);-webkit-filter:blur(10px);filter:blur(10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0);-webkit-filter:blur(0);filter:blur(0)}}.maz-animate-slide-up-blur[data-v-13cab581]{-webkit-animation:slide-up-blur-13cab581 cubic-bezier(.16,1,.3,1) forwards;animation:slide-up-blur-13cab581 cubic-bezier(.16,1,.3,1) forwards}.maz-animate-slide-down-blur[data-v-13cab581]{-webkit-animation:slide-down-blur-13cab581 cubic-bezier(.16,1,.3,1) forwards;animation:slide-down-blur-13cab581 cubic-bezier(.16,1,.3,1) forwards}.maz-animate-slide-left-blur[data-v-13cab581]{-webkit-animation:slide-left-blur-13cab581 cubic-bezier(.16,1,.3,1) forwards;animation:slide-left-blur-13cab581 cubic-bezier(.16,1,.3,1) forwards}.maz-animate-slide-right-blur[data-v-13cab581]{-webkit-animation:slide-right-blur-13cab581 cubic-bezier(.16,1,.3,1) forwards;animation:slide-right-blur-13cab581 cubic-bezier(.16,1,.3,1) forwards}.maz-animate-slide-up-blur[data-v-13cab581],.maz-animate-slide-down-blur[data-v-13cab581],.maz-animate-slide-left-blur[data-v-13cab581],.maz-animate-slide-right-blur[data-v-13cab581]{opacity:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.m-animated-counter[data-v-
|
|
1
|
+
.m-animated-counter[data-v-fc76f127]{white-space:nowrap;--maz-tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--maz-tw-ordinal) var(--maz-tw-slashed-zero) var(--maz-tw-numeric-figure) var(--maz-tw-numeric-spacing) var(--maz-tw-numeric-fraction)}.m-circular-progress-bar[data-v-b86782a0]{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:1em;width:1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-circular-progress-bar .outer[data-v-b86782a0]{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;border-radius:9999px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-circular-progress-bar .inner[data-v-b86782a0]{display:-webkit-box;display:-ms-flexbox;display:flex;height:.85em;width:.85em;border-radius:9999px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-circular-progress-bar .inner[data-v-b86782a0]>*{font-size:.25em}.m-circular-progress-bar svg[data-v-b86782a0]{position:absolute;--maz-tw-rotate: -90deg;-webkit-transform:translate(var(--maz-tw-translate-x),var(--maz-tw-translate-y)) rotate(var(--maz-tw-rotate)) skewX(var(--maz-tw-skew-x)) skewY(var(--maz-tw-skew-y)) scaleX(var(--maz-tw-scale-x)) scaleY(var(--maz-tw-scale-y));transform:translate(var(--maz-tw-translate-x),var(--maz-tw-translate-y)) rotate(var(--maz-tw-rotate)) skew(var(--maz-tw-skew-x)) skewY(var(--maz-tw-skew-y)) scaleX(var(--maz-tw-scale-x)) scaleY(var(--maz-tw-scale-y))}.m-circular-progress-bar svg circle[data-v-b86782a0]{will-change:stroke-dashoffset;-webkit-animation:animate-b86782a0 linear forwards var(--animation-duration);animation:animate-b86782a0 linear forwards var(--animation-duration);-webkit-animation-delay:var(--delay);animation-delay:var(--delay)}@-webkit-keyframes animate-b86782a0{to{stroke-dashoffset:var(--dashoffset)}}@keyframes animate-b86782a0{to{stroke-dashoffset:var(--dashoffset)}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.m-slider[data-v-
|
|
1
|
+
.m-slider[data-v-547d6a0b]{padding:1em 1.5rem}.m-slider__bar[data-v-547d6a0b]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:9999px;height:.5em}.m-slider__divider[data-v-547d6a0b]{position:absolute;border-radius:2em;height:100%}.m-slider__btn[data-v-547d6a0b]{position:absolute;outline:none;cursor:pointer;font-size:1em;font-weight:700;line-height:1;-webkit-transition:width .3s ease-in-out,background-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:width .3s ease-in-out,background-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:box-shadow .3s ease-in-out,width .3s ease-in-out,transform .3s ease-in-out,background-color .3s ease-in-out;transition:box-shadow .3s ease-in-out,width .3s ease-in-out,transform .3s ease-in-out,background-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out;z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:9999px;border-width:var(--maz-border-width);border-color:var(--maz-border-color);background-color:var(--maz-bg-color-light);--maz-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--maz-tw-shadow-colored: 0 4px 6px -1px var(--maz-tw-shadow-color), 0 2px 4px -2px var(--maz-tw-shadow-color);-webkit-box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow);box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow);padding:.25em .5em}.m-slider__btn span[data-v-547d6a0b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--maz-color-text-dark);margin-left:.25em;margin-right:.25em}.m-slider__btn.active-cursor[data-v-547d6a0b]{-webkit-transform:scale(1.3);transform:scale(1.3);z-index:2}.m-slider__btn[data-v-547d6a0b]:before{content:attr(data-label);font-size:.8em;top:-1.5em;position:absolute;font-weight:500;color:var(--maz-color-text)}.m-slider__btn[data-v-547d6a0b]:hover{background-color:var(--maz-border-color)}.m-slider--primary .m-slider__bar[data-v-547d6a0b]{background-color:var(--maz-color-primary)}.m-slider--primary .m-slider__btn.active-cursor[data-v-547d6a0b]{border-width:var(--maz-border-width);border-color:var(--maz-color-primary);--maz-tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--maz-tw-shadow-colored: 0 10px 15px -3px var(--maz-tw-shadow-color), 0 4px 6px -4px var(--maz-tw-shadow-color);-webkit-box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow);box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow)}.m-slider--secondary .m-slider__bar[data-v-547d6a0b]{background-color:var(--maz-color-secondary)}.m-slider--secondary .m-slider__btn.active-cursor[data-v-547d6a0b]{border-width:var(--maz-border-width);border-color:var(--maz-color-secondary);--maz-tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--maz-tw-shadow-colored: 0 10px 15px -3px var(--maz-tw-shadow-color), 0 4px 6px -4px var(--maz-tw-shadow-color);-webkit-box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow);box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow)}.m-slider--info .m-slider__bar[data-v-547d6a0b]{background-color:var(--maz-color-info)}.m-slider--info .m-slider__btn.active-cursor[data-v-547d6a0b]{border-width:var(--maz-border-width);border-color:var(--maz-color-info);--maz-tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--maz-tw-shadow-colored: 0 10px 15px -3px var(--maz-tw-shadow-color), 0 4px 6px -4px var(--maz-tw-shadow-color);-webkit-box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow);box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow)}.m-slider--success .m-slider__bar[data-v-547d6a0b]{background-color:var(--maz-color-success)}.m-slider--success .m-slider__btn.active-cursor[data-v-547d6a0b]{border-width:var(--maz-border-width);border-color:var(--maz-color-success);--maz-tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--maz-tw-shadow-colored: 0 10px 15px -3px var(--maz-tw-shadow-color), 0 4px 6px -4px var(--maz-tw-shadow-color);-webkit-box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow);box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow)}.m-slider--warning .m-slider__bar[data-v-547d6a0b]{background-color:var(--maz-color-warning)}.m-slider--warning .m-slider__btn.active-cursor[data-v-547d6a0b]{border-width:var(--maz-border-width);border-color:var(--maz-color-warning);--maz-tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--maz-tw-shadow-colored: 0 10px 15px -3px var(--maz-tw-shadow-color), 0 4px 6px -4px var(--maz-tw-shadow-color);-webkit-box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow);box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow)}.m-slider--danger .m-slider__bar[data-v-547d6a0b]{background-color:var(--maz-color-danger)}.m-slider--danger .m-slider__btn.active-cursor[data-v-547d6a0b]{border-width:var(--maz-border-width);border-color:var(--maz-color-danger);--maz-tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--maz-tw-shadow-colored: 0 10px 15px -3px var(--maz-tw-shadow-color), 0 4px 6px -4px var(--maz-tw-shadow-color);-webkit-box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow);box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow)}.m-slider--white .m-slider__bar[data-v-547d6a0b]{background-color:var(--maz-color-white)}.m-slider--white .m-slider__btn.active-cursor[data-v-547d6a0b]{border-width:var(--maz-border-width);border-color:var(--maz-color-white);--maz-tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--maz-tw-shadow-colored: 0 10px 15px -3px var(--maz-tw-shadow-color), 0 4px 6px -4px var(--maz-tw-shadow-color);-webkit-box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow);box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow)}.m-slider--black .m-slider__bar[data-v-547d6a0b]{background-color:var(--maz-color-black)}.m-slider--black .m-slider__btn.active-cursor[data-v-547d6a0b]{border-width:var(--maz-border-width);border-color:var(--maz-color-black);--maz-tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--maz-tw-shadow-colored: 0 10px 15px -3px var(--maz-tw-shadow-color), 0 4px 6px -4px var(--maz-tw-shadow-color);-webkit-box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow);box-shadow:var(--maz-tw-ring-offset-shadow, 0 0 #0000),var(--maz-tw-ring-shadow, 0 0 #0000),var(--maz-tw-shadow)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.m-table[data-v-fc9c2ba6]{position:relative;max-width:100%}.m-table-header[data-v-fc9c2ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.5rem;background-color:var(--maz-color-bg);padding-top:.5rem;padding-bottom:.5rem}.m-table-header-search[data-v-fc9c2ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.m-table-header-title[data-v-fc9c2ba6]{font-weight:600}.m-table-footer[data-v-fc9c2ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.5rem;background-color:var(--maz-color-bg);padding:.5rem}.m-table-footer-pagination[data-v-fc9c2ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.m-table-footer-pagination-buttons[data-v-fc9c2ba6],.m-table-footer-pagination-items-per-page[data-v-fc9c2ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem}.m-table-wrapper[data-v-fc9c2ba6]{border-width:var(--maz-border-width);border-style:solid;border-color:var(--maz-color-bg-light)}.m-table-wrapper.--scrollable[data-v-fc9c2ba6]{overflow:auto}.m-table-wrapper[data-v-fc9c2ba6]:not(.--rounded-none){border-radius:.75rem}.m-table-wrapper.--rounded-sm[data-v-fc9c2ba6],.m-table-wrapper.--rounded-sm table[data-v-fc9c2ba6]{border-radius:.125rem}.m-table-wrapper.--rounded-sm table thead tr[data-v-fc9c2ba6]:hover:first-child{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.m-table-wrapper.--rounded-sm table thead tr:hover:first-child th[data-v-fc9c2ba6]:first-child{border-top-left-radius:.125rem}.m-table-wrapper.--rounded-sm table thead tr:hover:first-child th[data-v-fc9c2ba6]:last-child{border-top-right-radius:.125rem}.m-table-wrapper.--rounded-sm table tbody tr[data-v-fc9c2ba6]:hover:last-child{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.m-table-wrapper.--rounded-sm table tbody tr:hover:last-child td[data-v-fc9c2ba6]:first-child{border-bottom-left-radius:.125rem}.m-table-wrapper.--rounded-sm table tbody tr:hover:last-child td[data-v-fc9c2ba6]:last-child{border-bottom-right-radius:.125rem}.m-table-wrapper.--rounded-md[data-v-fc9c2ba6],.m-table-wrapper.--rounded-md table[data-v-fc9c2ba6]{border-radius:.375rem}.m-table-wrapper.--rounded-md table thead tr[data-v-fc9c2ba6]:hover:first-child{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.m-table-wrapper.--rounded-md table thead tr:hover:first-child th[data-v-fc9c2ba6]:first-child{border-top-left-radius:.375rem}.m-table-wrapper.--rounded-md table thead tr:hover:first-child th[data-v-fc9c2ba6]:last-child{border-top-right-radius:.375rem}.m-table-wrapper.--rounded-md table tbody tr[data-v-fc9c2ba6]:hover:last-child{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.m-table-wrapper.--rounded-md table tbody tr:hover:last-child td[data-v-fc9c2ba6]:first-child{border-bottom-left-radius:.375rem}.m-table-wrapper.--rounded-md table tbody tr:hover:last-child td[data-v-fc9c2ba6]:last-child{border-bottom-right-radius:.375rem}.m-table-wrapper.--rounded-lg[data-v-fc9c2ba6],.m-table-wrapper.--rounded-lg table[data-v-fc9c2ba6]{border-radius:.5rem}.m-table-wrapper.--rounded-lg table thead tr[data-v-fc9c2ba6]:hover:first-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.m-table-wrapper.--rounded-lg table thead tr:hover:first-child th[data-v-fc9c2ba6]:first-child{border-top-left-radius:.5rem}.m-table-wrapper.--rounded-lg table thead tr:hover:first-child th[data-v-fc9c2ba6]:last-child{border-top-right-radius:.5rem}.m-table-wrapper.--rounded-lg table tbody tr[data-v-fc9c2ba6]:hover:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.m-table-wrapper.--rounded-lg table tbody tr:hover:last-child td[data-v-fc9c2ba6]:first-child{border-bottom-left-radius:.5rem}.m-table-wrapper.--rounded-lg table tbody tr:hover:last-child td[data-v-fc9c2ba6]:last-child{border-bottom-right-radius:.5rem}.m-table-wrapper.--rounded-xl[data-v-fc9c2ba6],.m-table-wrapper.--rounded-xl table[data-v-fc9c2ba6]{border-radius:.75rem}.m-table-wrapper.--rounded-xl table thead tr[data-v-fc9c2ba6]:hover:first-child{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.m-table-wrapper.--rounded-xl table thead tr:hover:first-child th[data-v-fc9c2ba6]:first-child{border-top-left-radius:.75rem}.m-table-wrapper.--rounded-xl table thead tr:hover:first-child th[data-v-fc9c2ba6]:last-child{border-top-right-radius:.75rem}.m-table-wrapper.--rounded-xl table tbody tr[data-v-fc9c2ba6]:hover:last-child{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.m-table-wrapper.--rounded-xl table tbody tr:hover:last-child td[data-v-fc9c2ba6]:first-child{border-bottom-left-radius:.75rem}.m-table-wrapper.--rounded-xl table tbody tr:hover:last-child td[data-v-fc9c2ba6]:last-child{border-bottom-right-radius:.75rem}.m-table.--has-header[data-v-fc9c2ba6]{border-radius:var(--maz-border-radius)}.m-table:not(.--has-header) table[data-v-fc9c2ba6]{border-radius:var(--maz-border-radius)}.m-table table[data-v-fc9c2ba6]{display:table;width:100%;border-collapse:collapse;background-color:var(--maz-color-bg);table-layout:var(--08a80db6)}.m-table table.--has-layout[data-v-fc9c2ba6]{width:100%}.m-table table.--elevation[data-v-fc9c2ba6]{-webkit-box-shadow:0 5px 10px 0 hsla(0,0%,0%,.05);box-shadow:0 5px 10px #0000000d}.m-table table .m-table-select-column[data-v-fc9c2ba6]{width:2.9rem}.m-table table caption[data-v-fc9c2ba6]{padding:.75rem;caption-side:var(--df8ff50a)}.m-table table thead[data-v-fc9c2ba6]{word-break:break-all;border-bottom-width:var(--maz-border-width);border-color:var(--maz-color-bg-light)}.m-table table thead th[data-v-fc9c2ba6]{gap:.5rem;word-break:break-all;font-weight:400;letter-spacing:-.025em;color:var(--maz-color-muted)}.m-table table thead th.--hidden[data-v-fc9c2ba6]{display:none}.m-table table thead th.--sortable[data-v-fc9c2ba6]{cursor:pointer}.m-table table thead th.--sortable[data-v-fc9c2ba6]:hover{background-color:var(--maz-color-bg-dark)}.m-table table thead th.--xl[data-v-fc9c2ba6]{padding:1.25rem;font-size:1.125rem;line-height:1.75rem}.m-table table thead th.--lg[data-v-fc9c2ba6]{padding:1rem;font-size:1rem;line-height:1.5rem}.m-table table thead th.--md[data-v-fc9c2ba6]{padding:.75rem;font-size:.875rem;line-height:1.25rem}.m-table table thead th.--sm[data-v-fc9c2ba6]{padding:.5rem;font-size:.75rem;line-height:1rem}.m-table table thead th.--xs[data-v-fc9c2ba6]{padding:.25rem;font-size:.75rem;line-height:1rem}.m-table table thead th.--mini[data-v-fc9c2ba6]{padding:.125rem;font-size:.75rem;line-height:1rem}.m-table table thead th span[data-v-fc9c2ba6]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem}.m-table table thead th span .m-table-sort-icon-wrapper[data-v-fc9c2ba6]{height:1rem;width:1rem}.m-table table thead th span .m-table-sort-icon[data-v-fc9c2ba6]{color:var(--maz-color-muted);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(0,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.m-table table thead th span .m-table-sort-icon.--sorted[data-v-fc9c2ba6]{display:block;color:var(--maz-color-text)}.m-table table thead th span .m-table-sort-icon.--sorted.--up[data-v-fc9c2ba6]{--maz-tw-rotate: 0deg;-webkit-transform:translate(var(--maz-tw-translate-x),var(--maz-tw-translate-y)) rotate(var(--maz-tw-rotate)) skewX(var(--maz-tw-skew-x)) skewY(var(--maz-tw-skew-y)) scaleX(var(--maz-tw-scale-x)) scaleY(var(--maz-tw-scale-y));transform:translate(var(--maz-tw-translate-x),var(--maz-tw-translate-y)) rotate(var(--maz-tw-rotate)) skew(var(--maz-tw-skew-x)) skewY(var(--maz-tw-skew-y)) scaleX(var(--maz-tw-scale-x)) scaleY(var(--maz-tw-scale-y))}.m-table table thead th span .m-table-sort-icon.--sorted.--down[data-v-fc9c2ba6]{--maz-tw-rotate: 180deg;-webkit-transform:translate(var(--maz-tw-translate-x),var(--maz-tw-translate-y)) rotate(var(--maz-tw-rotate)) skewX(var(--maz-tw-skew-x)) skewY(var(--maz-tw-skew-y)) scaleX(var(--maz-tw-scale-x)) scaleY(var(--maz-tw-scale-y));transform:translate(var(--maz-tw-translate-x),var(--maz-tw-translate-y)) rotate(var(--maz-tw-rotate)) skew(var(--maz-tw-skew-x)) skewY(var(--maz-tw-skew-y)) scaleX(var(--maz-tw-scale-x)) scaleY(var(--maz-tw-scale-y))}.m-table table tbody.--divider[data-v-fc9c2ba6]>:not([hidden])~:not([hidden]){--maz-tw-divide-y-reverse: 0;border-top-width:calc(var(--maz-border-width) * calc(1 - var(--maz-tw-divide-y-reverse)));border-bottom-width:calc(var(--maz-border-width) * var(--maz-tw-divide-y-reverse));border-color:var(--maz-color-bg-light)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.m-table[data-v-
|
|
1
|
+
.m-table[data-v-fc9c2ba6]{position:relative;max-width:100%}.m-table-header[data-v-fc9c2ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.5rem;background-color:var(--maz-color-bg);padding-top:.5rem;padding-bottom:.5rem}.m-table-header-search[data-v-fc9c2ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.m-table-header-title[data-v-fc9c2ba6]{font-weight:600}.m-table-footer[data-v-fc9c2ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.5rem;background-color:var(--maz-color-bg);padding:.5rem}.m-table-footer-pagination[data-v-fc9c2ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.m-table-footer-pagination-buttons[data-v-fc9c2ba6],.m-table-footer-pagination-items-per-page[data-v-fc9c2ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem}.m-table-wrapper[data-v-fc9c2ba6]{border-width:var(--maz-border-width);border-style:solid;border-color:var(--maz-color-bg-light)}.m-table-wrapper.--scrollable[data-v-fc9c2ba6]{overflow:auto}.m-table-wrapper[data-v-fc9c2ba6]:not(.--rounded-none){border-radius:.75rem}.m-table-wrapper.--rounded-sm[data-v-fc9c2ba6],.m-table-wrapper.--rounded-sm table[data-v-fc9c2ba6]{border-radius:.125rem}.m-table-wrapper.--rounded-sm table thead tr[data-v-fc9c2ba6]:hover:first-child{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.m-table-wrapper.--rounded-sm table thead tr:hover:first-child th[data-v-fc9c2ba6]:first-child{border-top-left-radius:.125rem}.m-table-wrapper.--rounded-sm table thead tr:hover:first-child th[data-v-fc9c2ba6]:last-child{border-top-right-radius:.125rem}.m-table-wrapper.--rounded-sm table tbody tr[data-v-fc9c2ba6]:hover:last-child{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.m-table-wrapper.--rounded-sm table tbody tr:hover:last-child td[data-v-fc9c2ba6]:first-child{border-bottom-left-radius:.125rem}.m-table-wrapper.--rounded-sm table tbody tr:hover:last-child td[data-v-fc9c2ba6]:last-child{border-bottom-right-radius:.125rem}.m-table-wrapper.--rounded-md[data-v-fc9c2ba6],.m-table-wrapper.--rounded-md table[data-v-fc9c2ba6]{border-radius:.375rem}.m-table-wrapper.--rounded-md table thead tr[data-v-fc9c2ba6]:hover:first-child{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.m-table-wrapper.--rounded-md table thead tr:hover:first-child th[data-v-fc9c2ba6]:first-child{border-top-left-radius:.375rem}.m-table-wrapper.--rounded-md table thead tr:hover:first-child th[data-v-fc9c2ba6]:last-child{border-top-right-radius:.375rem}.m-table-wrapper.--rounded-md table tbody tr[data-v-fc9c2ba6]:hover:last-child{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.m-table-wrapper.--rounded-md table tbody tr:hover:last-child td[data-v-fc9c2ba6]:first-child{border-bottom-left-radius:.375rem}.m-table-wrapper.--rounded-md table tbody tr:hover:last-child td[data-v-fc9c2ba6]:last-child{border-bottom-right-radius:.375rem}.m-table-wrapper.--rounded-lg[data-v-fc9c2ba6],.m-table-wrapper.--rounded-lg table[data-v-fc9c2ba6]{border-radius:.5rem}.m-table-wrapper.--rounded-lg table thead tr[data-v-fc9c2ba6]:hover:first-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.m-table-wrapper.--rounded-lg table thead tr:hover:first-child th[data-v-fc9c2ba6]:first-child{border-top-left-radius:.5rem}.m-table-wrapper.--rounded-lg table thead tr:hover:first-child th[data-v-fc9c2ba6]:last-child{border-top-right-radius:.5rem}.m-table-wrapper.--rounded-lg table tbody tr[data-v-fc9c2ba6]:hover:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.m-table-wrapper.--rounded-lg table tbody tr:hover:last-child td[data-v-fc9c2ba6]:first-child{border-bottom-left-radius:.5rem}.m-table-wrapper.--rounded-lg table tbody tr:hover:last-child td[data-v-fc9c2ba6]:last-child{border-bottom-right-radius:.5rem}.m-table-wrapper.--rounded-xl[data-v-fc9c2ba6],.m-table-wrapper.--rounded-xl table[data-v-fc9c2ba6]{border-radius:.75rem}.m-table-wrapper.--rounded-xl table thead tr[data-v-fc9c2ba6]:hover:first-child{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.m-table-wrapper.--rounded-xl table thead tr:hover:first-child th[data-v-fc9c2ba6]:first-child{border-top-left-radius:.75rem}.m-table-wrapper.--rounded-xl table thead tr:hover:first-child th[data-v-fc9c2ba6]:last-child{border-top-right-radius:.75rem}.m-table-wrapper.--rounded-xl table tbody tr[data-v-fc9c2ba6]:hover:last-child{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.m-table-wrapper.--rounded-xl table tbody tr:hover:last-child td[data-v-fc9c2ba6]:first-child{border-bottom-left-radius:.75rem}.m-table-wrapper.--rounded-xl table tbody tr:hover:last-child td[data-v-fc9c2ba6]:last-child{border-bottom-right-radius:.75rem}.m-table.--has-header[data-v-fc9c2ba6]{border-radius:var(--maz-border-radius)}.m-table:not(.--has-header) table[data-v-fc9c2ba6]{border-radius:var(--maz-border-radius)}.m-table table[data-v-fc9c2ba6]{display:table;width:100%;border-collapse:collapse;background-color:var(--maz-color-bg);table-layout:var(--08a80db6)}.m-table table.--has-layout[data-v-fc9c2ba6]{width:100%}.m-table table.--elevation[data-v-fc9c2ba6]{-webkit-box-shadow:0 5px 10px 0 hsla(0,0%,0%,.05);box-shadow:0 5px 10px #0000000d}.m-table table .m-table-select-column[data-v-fc9c2ba6]{width:2.9rem}.m-table table caption[data-v-fc9c2ba6]{padding:.75rem;caption-side:var(--df8ff50a)}.m-table table thead[data-v-fc9c2ba6]{word-break:break-all;border-bottom-width:var(--maz-border-width);border-color:var(--maz-color-bg-light)}.m-table table thead th[data-v-fc9c2ba6]{gap:.5rem;word-break:break-all;font-weight:400;letter-spacing:-.025em;color:var(--maz-color-muted)}.m-table table thead th.--hidden[data-v-fc9c2ba6]{display:none}.m-table table thead th.--sortable[data-v-fc9c2ba6]{cursor:pointer}.m-table table thead th.--sortable[data-v-fc9c2ba6]:hover{background-color:var(--maz-color-bg-dark)}.m-table table thead th.--xl[data-v-fc9c2ba6]{padding:1.25rem;font-size:1.125rem;line-height:1.75rem}.m-table table thead th.--lg[data-v-fc9c2ba6]{padding:1rem;font-size:1rem;line-height:1.5rem}.m-table table thead th.--md[data-v-fc9c2ba6]{padding:.75rem;font-size:.875rem;line-height:1.25rem}.m-table table thead th.--sm[data-v-fc9c2ba6]{padding:.5rem;font-size:.75rem;line-height:1rem}.m-table table thead th.--xs[data-v-fc9c2ba6]{padding:.25rem;font-size:.75rem;line-height:1rem}.m-table table thead th.--mini[data-v-fc9c2ba6]{padding:.125rem;font-size:.75rem;line-height:1rem}.m-table table thead th span[data-v-fc9c2ba6]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem}.m-table table thead th span .m-table-sort-icon-wrapper[data-v-fc9c2ba6]{height:1rem;width:1rem}.m-table table thead th span .m-table-sort-icon[data-v-fc9c2ba6]{color:var(--maz-color-muted);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(0,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.m-table table thead th span .m-table-sort-icon.--sorted[data-v-fc9c2ba6]{display:block;color:var(--maz-color-text)}.m-table table thead th span .m-table-sort-icon.--sorted.--up[data-v-fc9c2ba6]{--maz-tw-rotate: 0deg;-webkit-transform:translate(var(--maz-tw-translate-x),var(--maz-tw-translate-y)) rotate(var(--maz-tw-rotate)) skewX(var(--maz-tw-skew-x)) skewY(var(--maz-tw-skew-y)) scaleX(var(--maz-tw-scale-x)) scaleY(var(--maz-tw-scale-y));transform:translate(var(--maz-tw-translate-x),var(--maz-tw-translate-y)) rotate(var(--maz-tw-rotate)) skew(var(--maz-tw-skew-x)) skewY(var(--maz-tw-skew-y)) scaleX(var(--maz-tw-scale-x)) scaleY(var(--maz-tw-scale-y))}.m-table table thead th span .m-table-sort-icon.--sorted.--down[data-v-fc9c2ba6]{--maz-tw-rotate: 180deg;-webkit-transform:translate(var(--maz-tw-translate-x),var(--maz-tw-translate-y)) rotate(var(--maz-tw-rotate)) skewX(var(--maz-tw-skew-x)) skewY(var(--maz-tw-skew-y)) scaleX(var(--maz-tw-scale-x)) scaleY(var(--maz-tw-scale-y));transform:translate(var(--maz-tw-translate-x),var(--maz-tw-translate-y)) rotate(var(--maz-tw-rotate)) skew(var(--maz-tw-skew-x)) skewY(var(--maz-tw-skew-y)) scaleX(var(--maz-tw-scale-x)) scaleY(var(--maz-tw-scale-y))}.m-table table tbody.--divider[data-v-fc9c2ba6]>:not([hidden])~:not([hidden]){--maz-tw-divide-y-reverse: 0;border-top-width:calc(var(--maz-border-width) * calc(1 - var(--maz-tw-divide-y-reverse)));border-bottom-width:calc(var(--maz-border-width) * var(--maz-tw-divide-y-reverse));border-color:var(--maz-color-bg-light)}.m-table-cell.--truncate[data-v-f338a7b0]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-table-cell.--xl[data-v-f338a7b0]{padding:1.25rem;font-size:1.25rem;line-height:1.75rem}.m-table-cell.--lg[data-v-f338a7b0]{padding:1rem;font-size:1.125rem;line-height:1.75rem}.m-table-cell.--md[data-v-f338a7b0]{padding:.75rem;font-size:1rem;line-height:1.5rem}.m-table-cell.--sm[data-v-f338a7b0]{padding:.5rem;font-size:.875rem;line-height:1.25rem}.m-table-cell.--xs[data-v-f338a7b0]{padding:.25rem;font-size:.75rem;line-height:1rem}.m-table-cell.--mini[data-v-f338a7b0]{padding:.125rem;font-size:.75rem;line-height:1rem}
|