quirk-ui 0.0.68 → 0.0.70
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/dist/assets/index22.css +1 -1
- package/dist/assets/index22.css.d.ts +15 -15
- package/dist/assets/index31.css +1 -1
- package/dist/assets/index31.css.d.ts +12 -13
- package/dist/components/Card/index.js +25 -25
- package/dist/components/Carousel/index.js +84 -80
- package/dist/styles.css +2 -2
- package/dist/styles.css.d.ts +27 -28
- package/package.json +1 -1
package/dist/assets/index22.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._card_198hu_1{background-color:var(--color-background);border-radius:var(--radius-md);padding:var(--spacing-md);cursor:pointer;transition:box-shadow .3s,transform .3s;display:flex;flex-direction:column;justify-content:space-between;height:100%;box-sizing:border-box;min-height:225px;max-width:800px;margin:0 auto}._clickable_198hu_17{cursor:pointer}._clickable_198hu_17:hover{box-shadow:0 6px 12px #0003}._default_198hu_25{box-shadow:0 2px 4px #0000001a}._outlined_198hu_29{border:1px solid var(--color-border)}._shadow_198hu_33{box-shadow:0 2px 4px #00000026}._imageTop_198hu_37{padding:0;overflow:hidden;border-radius:var(--radius-md);display:flex;flex-direction:column;height:100%;border:1px solid var(--color-border)}._imageTop_198hu_37 ._imageContainer_198hu_47{width:100%;height:100%;max-height:150px;overflow:hidden;flex-shrink:0}._imageTop_198hu_37 ._image_198hu_37{width:100%;height:100%;object-fit:cover}._imageTop_198hu_37 ._content_198hu_62{padding:var(--spacing-md)}._imageBackground_198hu_66{position:relative;padding:0;overflow:hidden;border-radius:var(--radius-md);color:var(--color-foreground);display:flex;flex-direction:column;height:100%}._imageBackground_198hu_66 ._imageBackgroundContainer_198hu_77{position:relative;width:100%;height:100%;overflow:hidden;flex-grow:1}._imageBackground_198hu_66 ._backgroundImage_198hu_85{width:100%;height:100%;object-fit:cover;position:relative;top:0;left:0;z-index:1}._imageBackground_198hu_66 ._overlay_198hu_95{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:var(--spacing-md)}._imageBackground_198hu_66 ._text_198hu_111,._imageBackground_198hu_66 h3{color:#fff}._content_198hu_62{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}._card_198hu_1:hover{transform:translateY(-2px)}._text_198hu_111{font-size:var(-font-size-md);color:var(--color-text-primary);margin-bottom:var(--spacing-md)}._footer_198hu_133{text-align:right;padding-top:var(--spacing-md);flex-shrink:0}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
declare const styles: {
|
|
2
|
-
readonly "
|
|
3
|
-
readonly "
|
|
4
|
-
readonly "
|
|
5
|
-
readonly "
|
|
6
|
-
readonly "
|
|
7
|
-
readonly "
|
|
8
|
-
readonly "
|
|
9
|
-
readonly "
|
|
10
|
-
readonly "
|
|
11
|
-
readonly "
|
|
12
|
-
readonly "
|
|
13
|
-
readonly "
|
|
14
|
-
readonly "
|
|
15
|
-
readonly "
|
|
16
|
-
readonly "
|
|
2
|
+
readonly "_backgroundImage_198hu_85": string;
|
|
3
|
+
readonly "_card_198hu_1": string;
|
|
4
|
+
readonly "_clickable_198hu_17": string;
|
|
5
|
+
readonly "_content_198hu_62": string;
|
|
6
|
+
readonly "_default_198hu_25": string;
|
|
7
|
+
readonly "_footer_198hu_133": string;
|
|
8
|
+
readonly "_imageBackgroundContainer_198hu_77": string;
|
|
9
|
+
readonly "_imageBackground_198hu_66": string;
|
|
10
|
+
readonly "_imageContainer_198hu_47": string;
|
|
11
|
+
readonly "_imageTop_198hu_37": string;
|
|
12
|
+
readonly "_image_198hu_37": string;
|
|
13
|
+
readonly "_outlined_198hu_29": string;
|
|
14
|
+
readonly "_overlay_198hu_95": string;
|
|
15
|
+
readonly "_shadow_198hu_33": string;
|
|
16
|
+
readonly "_text_198hu_111": string;
|
|
17
17
|
};
|
|
18
18
|
export = styles;
|
|
19
19
|
|
package/dist/assets/index31.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._carousel_oeqfz_1{width:100%}@media (max-width: 767px){._carousel_oeqfz_1{padding:0 3rem}}._trackContainer_oeqfz_9{overflow:hidden;width:100%}@media (max-width: 767px){._trackContainer_oeqfz_9{overflow:visible}}._track_oeqfz_9{display:flex;transition:transform .3s ease;will-change:transform}._page_oeqfz_24{display:flex;gap:var(--spacing-md);padding:0 var(--spacing-sm)}._controls_oeqfz_30{display:flex;justify-content:space-between;align-items:center;margin-top:var(--spacing-md);margin-left:auto;margin-right:auto;padding:0 var(--spacing-md);width:100%}._indicators_oeqfz_41{display:flex;flex-wrap:wrap;max-width:125px;gap:var(--spacing-xs)}._indicator_oeqfz_41{width:10px;height:10px;border-radius:50%;background-color:#e0e0e0;border:1px solid #fff;cursor:pointer;transition:background-color .3s}._indicator_oeqfz_41._active_oeqfz_58{background-color:var(--color-primary)}._buttons_oeqfz_62{display:flex;gap:var(--spacing-md)}._prev_oeqfz_67._disabled_oeqfz_67,._next_oeqfz_68._disabled_oeqfz_67{opacity:.5;pointer-events:none}._buttons_oeqfz_62 button:not(._disabled_oeqfz_67):hover{background-color:var(--color-primary);color:#fff}._prev_oeqfz_67,._next_oeqfz_68{background-color:#e0e0e0;color:var(--color-text-primary);border:1px solid #fff;padding:var(--spacing-sm);cursor:pointer;transition:background-color .3s,color .3s;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center}
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
declare const styles: {
|
|
2
|
-
readonly "
|
|
3
|
-
readonly "
|
|
4
|
-
readonly "
|
|
5
|
-
readonly "
|
|
6
|
-
readonly "
|
|
7
|
-
readonly "
|
|
8
|
-
readonly "
|
|
9
|
-
readonly "
|
|
10
|
-
readonly "
|
|
11
|
-
readonly "
|
|
12
|
-
readonly "
|
|
13
|
-
readonly "
|
|
14
|
-
readonly "_track_12f3e_9": string;
|
|
2
|
+
readonly "_active_oeqfz_58": string;
|
|
3
|
+
readonly "_buttons_oeqfz_62": string;
|
|
4
|
+
readonly "_carousel_oeqfz_1": string;
|
|
5
|
+
readonly "_controls_oeqfz_30": string;
|
|
6
|
+
readonly "_disabled_oeqfz_67": string;
|
|
7
|
+
readonly "_indicator_oeqfz_41": string;
|
|
8
|
+
readonly "_indicators_oeqfz_41": string;
|
|
9
|
+
readonly "_next_oeqfz_68": string;
|
|
10
|
+
readonly "_page_oeqfz_24": string;
|
|
11
|
+
readonly "_prev_oeqfz_67": string;
|
|
12
|
+
readonly "_trackContainer_oeqfz_9": string;
|
|
13
|
+
readonly "_track_oeqfz_9": string;
|
|
15
14
|
};
|
|
16
15
|
export = styles;
|
|
17
16
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import '../../assets/index.css';import '../../assets/index22.css';/* empty css */
|
|
3
|
-
import { Heading as
|
|
3
|
+
import { Heading as l } from "../Heading/index.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../index-CxrBcaoP.js";
|
|
6
6
|
import "../Tabs/index.js";
|
|
7
|
-
const g = "
|
|
7
|
+
const g = "_card_198hu_1", u = "_clickable_198hu_17", h = "_outlined_198hu_29", k = "_shadow_198hu_33", p = "_imageTop_198hu_37", v = "_imageContainer_198hu_47", f = "_image_198hu_37", B = "_content_198hu_62", N = "_imageBackground_198hu_66", C = "_imageBackgroundContainer_198hu_77", b = "_backgroundImage_198hu_85", x = "_overlay_198hu_95", T = "_text_198hu_111", w = "_footer_198hu_133", a = {
|
|
8
8
|
card: g,
|
|
9
9
|
clickable: u,
|
|
10
|
-
default: "
|
|
10
|
+
default: "_default_198hu_25",
|
|
11
11
|
outlined: h,
|
|
12
12
|
shadow: k,
|
|
13
13
|
imageTop: p,
|
|
@@ -28,47 +28,47 @@ const g = "_card_7amar_1", u = "_clickable_7amar_15", h = "_outlined_7amar_27",
|
|
|
28
28
|
imageBackground: a.imageBackground
|
|
29
29
|
};
|
|
30
30
|
function z({
|
|
31
|
-
title:
|
|
32
|
-
content:
|
|
33
|
-
footer:
|
|
34
|
-
imageSrc:
|
|
35
|
-
imageAlt:
|
|
36
|
-
onClick:
|
|
37
|
-
variant:
|
|
38
|
-
clickable:
|
|
31
|
+
title: n,
|
|
32
|
+
content: i,
|
|
33
|
+
footer: c,
|
|
34
|
+
imageSrc: d,
|
|
35
|
+
imageAlt: t = "Card image",
|
|
36
|
+
onClick: s,
|
|
37
|
+
variant: r = "default",
|
|
38
|
+
clickable: m = !1,
|
|
39
39
|
className: _
|
|
40
40
|
}) {
|
|
41
41
|
return /* @__PURE__ */ o(
|
|
42
42
|
"div",
|
|
43
43
|
{
|
|
44
|
-
className: `${_ ?? ""} ${a.card} ${y[
|
|
45
|
-
onClick:
|
|
46
|
-
role:
|
|
44
|
+
className: `${_ ?? ""} ${a.card} ${y[r]} ${m ? a.clickable : ""}`,
|
|
45
|
+
onClick: s,
|
|
46
|
+
role: s ? "button" : "presentation",
|
|
47
47
|
children: [
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
r === "imageTop" && d && /* @__PURE__ */ e("div", { className: a.imageContainer, children: /* @__PURE__ */ e("img", { src: d, alt: t, className: a.image }) }),
|
|
49
|
+
r === "imageBackground" && d && /* @__PURE__ */ o("div", { className: a.imageBackgroundContainer, children: [
|
|
50
50
|
/* @__PURE__ */ e(
|
|
51
51
|
"img",
|
|
52
52
|
{
|
|
53
|
-
src:
|
|
54
|
-
alt:
|
|
53
|
+
src: d,
|
|
54
|
+
alt: t,
|
|
55
55
|
className: a.backgroundImage
|
|
56
56
|
}
|
|
57
57
|
),
|
|
58
58
|
/* @__PURE__ */ o("div", { className: a.overlay, children: [
|
|
59
59
|
/* @__PURE__ */ o("div", { children: [
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
n && /* @__PURE__ */ e(l, { level: 3, children: n }),
|
|
61
|
+
i && /* @__PURE__ */ e("div", { className: a.text, children: i })
|
|
62
62
|
] }),
|
|
63
|
-
|
|
63
|
+
c && /* @__PURE__ */ e("div", { className: a.footer, children: c })
|
|
64
64
|
] })
|
|
65
65
|
] }),
|
|
66
|
-
|
|
66
|
+
r !== "imageBackground" && /* @__PURE__ */ o("div", { className: a.content, children: [
|
|
67
67
|
/* @__PURE__ */ o("div", { children: [
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
n && /* @__PURE__ */ e(l, { level: 3, children: n }),
|
|
69
|
+
i && /* @__PURE__ */ e("div", { className: a.text, children: i })
|
|
70
70
|
] }),
|
|
71
|
-
|
|
71
|
+
c && /* @__PURE__ */ e("div", { className: a.footer, children: c })
|
|
72
72
|
] })
|
|
73
73
|
]
|
|
74
74
|
}
|
|
@@ -1,107 +1,108 @@
|
|
|
1
|
-
import { jsxs as x, jsx as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { A as
|
|
4
|
-
import { A as
|
|
5
|
-
import '../../assets/index31.css';const
|
|
6
|
-
carousel:
|
|
7
|
-
trackContainer:
|
|
8
|
-
track:
|
|
9
|
-
page:
|
|
10
|
-
controls:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
prev: nt,
|
|
1
|
+
import { jsxs as x, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { useState as u, useRef as I, useEffect as z } from "react";
|
|
3
|
+
import { A as J } from "../../arrow-left-BIJvHwNQ.js";
|
|
4
|
+
import { A as K } from "../../arrow-right-QEwnX3Sk.js";
|
|
5
|
+
import '../../assets/index31.css';const Q = "_carousel_oeqfz_1", S = "_trackContainer_oeqfz_9", U = "_track_oeqfz_9", V = "_page_oeqfz_24", Y = "_controls_oeqfz_30", Z = "_indicators_oeqfz_41", tt = "_indicator_oeqfz_41", et = "_active_oeqfz_58", nt = "_buttons_oeqfz_62", ot = "_prev_oeqfz_67", rt = "_disabled_oeqfz_67", st = "_next_oeqfz_68", n = {
|
|
6
|
+
carousel: Q,
|
|
7
|
+
trackContainer: S,
|
|
8
|
+
track: U,
|
|
9
|
+
page: V,
|
|
10
|
+
controls: Y,
|
|
11
|
+
indicators: Z,
|
|
12
|
+
indicator: tt,
|
|
13
|
+
active: et,
|
|
14
|
+
buttons: nt,
|
|
15
|
+
prev: ot,
|
|
17
16
|
disabled: rt,
|
|
18
17
|
next: st
|
|
19
18
|
};
|
|
20
|
-
function
|
|
21
|
-
items:
|
|
22
|
-
itemsPerPage:
|
|
23
|
-
itemsPerRow:
|
|
24
|
-
autoplay:
|
|
25
|
-
autoplayInterval:
|
|
26
|
-
className:
|
|
19
|
+
function dt({
|
|
20
|
+
items: $,
|
|
21
|
+
itemsPerPage: _ = 9,
|
|
22
|
+
itemsPerRow: W = 3,
|
|
23
|
+
autoplay: A = !1,
|
|
24
|
+
autoplayInterval: b = 3,
|
|
25
|
+
className: M,
|
|
27
26
|
externalRef: E,
|
|
28
|
-
siblingRef:
|
|
27
|
+
siblingRef: a,
|
|
29
28
|
isSplit: y = !1
|
|
30
29
|
}) {
|
|
31
|
-
const [
|
|
30
|
+
const [i, l] = u(0), [h, m] = u(0), [N, T] = u(0), [p, L] = u(_), [C, j] = u(!1), [k, P] = u(A), X = I(null), f = I(null), s = E, B = (t, e) => {
|
|
32
31
|
const c = [];
|
|
33
|
-
for (let
|
|
34
|
-
c.push(t.slice(
|
|
32
|
+
for (let o = 0; o < t.length; o += e)
|
|
33
|
+
c.push(t.slice(o, o + e));
|
|
35
34
|
return c;
|
|
36
35
|
};
|
|
37
|
-
|
|
36
|
+
z(() => {
|
|
38
37
|
if (typeof window < "u") {
|
|
39
38
|
const t = () => {
|
|
40
39
|
const e = window.innerWidth < 768;
|
|
41
|
-
|
|
40
|
+
j(e), L(e ? 1 : _), l(0);
|
|
42
41
|
};
|
|
43
42
|
return t(), window.addEventListener("resize", t), () => window.removeEventListener("resize", t);
|
|
44
43
|
}
|
|
45
|
-
}, [
|
|
46
|
-
const
|
|
47
|
-
|
|
44
|
+
}, [_]);
|
|
45
|
+
const w = Math.ceil(p / W), q = B($, p), d = q.length, D = 3 * 16, G = 6 * 16;
|
|
46
|
+
z(() => {
|
|
48
47
|
const t = new ResizeObserver((e) => {
|
|
49
48
|
var c;
|
|
50
|
-
for (let
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
) :
|
|
49
|
+
for (let o of e)
|
|
50
|
+
o.contentRect && (C ? m(o.contentRect.width - G) : y ? a != null && a.current ? m(
|
|
51
|
+
o.contentRect.width - ((c = a == null ? void 0 : a.current) == null ? void 0 : c.offsetWidth) - D
|
|
52
|
+
) : m(o.contentRect.width) : (m(o.contentRect.width), T(
|
|
53
|
+
(s == null ? void 0 : s.current.children[0].getBoundingClientRect().width) ?? 0
|
|
54
|
+
)), l(0));
|
|
54
55
|
});
|
|
55
|
-
return
|
|
56
|
-
}, [
|
|
57
|
-
const
|
|
58
|
-
|
|
59
|
-
}, G = () => {
|
|
60
|
-
w(), i((t) => Math.min(t + 1, l - 1));
|
|
56
|
+
return s != null && s.current && t.observe(s.current), () => t.disconnect();
|
|
57
|
+
}, [C, y]);
|
|
58
|
+
const v = () => {
|
|
59
|
+
f.current && clearInterval(f.current), P(!1);
|
|
61
60
|
}, O = () => {
|
|
62
|
-
|
|
63
|
-
},
|
|
64
|
-
|
|
65
|
-
},
|
|
66
|
-
|
|
61
|
+
v(), l((t) => Math.min(t + 1, d - 1));
|
|
62
|
+
}, R = () => {
|
|
63
|
+
v(), l((t) => Math.max(t - 1, 0));
|
|
64
|
+
}, F = (t) => {
|
|
65
|
+
v(), l(t);
|
|
66
|
+
}, H = () => h ? `translateX(-${i * h}px)` : "translateX(0px)", g = () => {
|
|
67
|
+
l((t) => t >= d - 1 ? 0 : t + 1);
|
|
67
68
|
};
|
|
68
|
-
return
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
return z(() => (k && (f.current = setInterval(
|
|
70
|
+
g,
|
|
71
|
+
b * 1e3
|
|
71
72
|
)), () => {
|
|
72
|
-
|
|
73
|
-
}), [
|
|
74
|
-
/* @__PURE__ */
|
|
73
|
+
f.current && clearInterval(f.current);
|
|
74
|
+
}), [k, b, g]), /* @__PURE__ */ x("div", { className: `${M ?? ""} ${n.carousel}`, ref: X, children: [
|
|
75
|
+
/* @__PURE__ */ r(
|
|
75
76
|
"div",
|
|
76
77
|
{
|
|
77
78
|
className: n.trackContainer,
|
|
78
|
-
style: { maxWidth: `${
|
|
79
|
-
children: /* @__PURE__ */
|
|
79
|
+
style: { maxWidth: `${h}px` },
|
|
80
|
+
children: /* @__PURE__ */ r(
|
|
80
81
|
"div",
|
|
81
82
|
{
|
|
82
83
|
className: n.track,
|
|
83
|
-
style: { width: `${
|
|
84
|
-
children:
|
|
84
|
+
style: { width: `${d * 100}%`, transform: H() },
|
|
85
|
+
children: q.map((t, e) => /* @__PURE__ */ r(
|
|
85
86
|
"div",
|
|
86
87
|
{
|
|
87
88
|
className: n.page,
|
|
88
89
|
style: {
|
|
89
|
-
display:
|
|
90
|
+
display: w > 1 ? "grid" : "flex",
|
|
90
91
|
gridTemplateColumns: `repeat(${Math.ceil(
|
|
91
|
-
|
|
92
|
+
p / w
|
|
92
93
|
)}, 1fr)`,
|
|
93
|
-
gridTemplateRows: `repeat(${
|
|
94
|
-
width: `${
|
|
94
|
+
gridTemplateRows: `repeat(${w}, auto)`,
|
|
95
|
+
width: `${h}px`
|
|
95
96
|
},
|
|
96
|
-
children: t.map((c,
|
|
97
|
+
children: t.map((c, o) => /* @__PURE__ */ r(
|
|
97
98
|
"div",
|
|
98
99
|
{
|
|
99
100
|
style: {
|
|
100
|
-
width: `${
|
|
101
|
+
width: `${h / w - 16}px`
|
|
101
102
|
},
|
|
102
103
|
children: c
|
|
103
104
|
},
|
|
104
|
-
|
|
105
|
+
o
|
|
105
106
|
))
|
|
106
107
|
},
|
|
107
108
|
e
|
|
@@ -110,39 +111,42 @@ function lt({
|
|
|
110
111
|
)
|
|
111
112
|
}
|
|
112
113
|
),
|
|
113
|
-
|
|
114
|
+
d > 1 && /* @__PURE__ */ x(
|
|
114
115
|
"div",
|
|
115
116
|
{
|
|
116
|
-
className:
|
|
117
|
+
className: n.controls,
|
|
118
|
+
style: {
|
|
119
|
+
maxWidth: N > 0 && _ === 1 ? `${N}px` : "unset"
|
|
120
|
+
},
|
|
117
121
|
children: [
|
|
118
|
-
/* @__PURE__ */
|
|
122
|
+
/* @__PURE__ */ r("div", { className: n.indicators, children: Array.from({ length: d }).map((t, e) => /* @__PURE__ */ r(
|
|
119
123
|
"button",
|
|
120
124
|
{
|
|
121
|
-
className: `${n.indicator} ${e ===
|
|
122
|
-
onClick: () =>
|
|
125
|
+
className: `${n.indicator} ${e === i ? n.active : ""}`,
|
|
126
|
+
onClick: () => F(e),
|
|
123
127
|
"aria-label": `Go to group ${e + 1}`
|
|
124
128
|
},
|
|
125
129
|
e
|
|
126
130
|
)) }),
|
|
127
131
|
/* @__PURE__ */ x("div", { className: n.buttons, children: [
|
|
128
|
-
/* @__PURE__ */
|
|
132
|
+
/* @__PURE__ */ r(
|
|
129
133
|
"button",
|
|
130
134
|
{
|
|
131
135
|
"aria-label": "Previous slide",
|
|
132
|
-
className: `${n.prev} ${
|
|
133
|
-
onClick:
|
|
134
|
-
disabled:
|
|
135
|
-
children: /* @__PURE__ */
|
|
136
|
+
className: `${n.prev} ${i === 0 ? n.disabled : ""}`,
|
|
137
|
+
onClick: R,
|
|
138
|
+
disabled: i === 0,
|
|
139
|
+
children: /* @__PURE__ */ r(J, { size: 36 })
|
|
136
140
|
}
|
|
137
141
|
),
|
|
138
|
-
/* @__PURE__ */
|
|
142
|
+
/* @__PURE__ */ r(
|
|
139
143
|
"button",
|
|
140
144
|
{
|
|
141
145
|
"aria-label": "Next slide",
|
|
142
|
-
className: `${n.next} ${
|
|
143
|
-
onClick:
|
|
144
|
-
disabled:
|
|
145
|
-
children: /* @__PURE__ */
|
|
146
|
+
className: `${n.next} ${i >= d - 1 ? n.disabled : ""}`,
|
|
147
|
+
onClick: O,
|
|
148
|
+
disabled: i >= $.length - p,
|
|
149
|
+
children: /* @__PURE__ */ r(K, { size: 36 })
|
|
146
150
|
}
|
|
147
151
|
)
|
|
148
152
|
] })
|
|
@@ -152,5 +156,5 @@ function lt({
|
|
|
152
156
|
] });
|
|
153
157
|
}
|
|
154
158
|
export {
|
|
155
|
-
|
|
159
|
+
dt as Carousel
|
|
156
160
|
};
|
package/dist/styles.css
CHANGED
|
@@ -19,7 +19,7 @@ h1,h2,h3,h4,h5,h6,._h1_nzfad_7,._h2_nzfad_8,._h3_nzfad_9,._h4_nzfad_10,._h5_nzfa
|
|
|
19
19
|
._box_1242k_1{box-sizing:border-box}._paddingNone_1242k_6{padding:0}._paddingSm_1242k_10{padding:.5rem}._paddingMd_1242k_14{padding:1rem}._paddingLg_1242k_18{padding:2rem}._marginNone_1242k_23{margin:0}._marginSm_1242k_27{margin:.5rem}._marginMd_1242k_31{margin:1rem}._marginLg_1242k_35{margin:2rem}._block_1242k_40{display:block}._inline_1242k_44{display:inline}._inlineBlock_1242k_48{display:inline-block}._flex_1242k_52{display:flex}._inlineFlex_1242k_56{display:inline-flex}._grid_1242k_60{display:grid}._bgTransparent_1242k_65{background-color:transparent}._bgLight_1242k_69{background-color:#f8fafc}._bgDark_1242k_73{background-color:#0f172a}._bgAccent_1242k_77{background-color:var(--color-primary)}._borderNone_1242k_82{border:none}._borderThin_1242k_86{border:1px solid var(--color-border)}._borderThick_1242k_90{border:2px solid var(--color-border)}._radiusNone_1242k_95{border-radius:0}._radiusSm_1242k_99{border-radius:var(--radius-sm)}._radiusMd_1242k_103{border-radius:var(--radius-md)}._radiusLg_1242k_107{border-radius:var(--radius-lg)}._radiusFull_1242k_111{border-radius:var(--radius-full)}
|
|
20
20
|
._divider_zjbsg_1{flex-shrink:0;background:none}._horizontal_zjbsg_6{width:100%;height:auto}._vertical_zjbsg_11{height:100%;width:auto}
|
|
21
21
|
ul._list_4w9h5_1{list-style-type:none;padding:0;margin:0}ol._list_4w9h5_1{list-style-type:decimal;padding:0;margin:0 0 0 var(--spacing-md)}._listItem_4w9h5_13{padding:var(--spacing-sm) var(--spacing-md);margin-bottom:var(--spacing-sm);background-color:var(--color-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:background-color .3s;color:var(--color-text-primary)}._listItem_4w9h5_13:hover{background-color:var(--color-secondary)}._listItem_4w9h5_13:active{background-color:var(--color-primary)}
|
|
22
|
-
.
|
|
22
|
+
._card_198hu_1{background-color:var(--color-background);border-radius:var(--radius-md);padding:var(--spacing-md);cursor:pointer;transition:box-shadow .3s,transform .3s;display:flex;flex-direction:column;justify-content:space-between;height:100%;box-sizing:border-box;min-height:225px;max-width:800px;margin:0 auto}._clickable_198hu_17{cursor:pointer}._clickable_198hu_17:hover{box-shadow:0 6px 12px #0003}._default_198hu_25{box-shadow:0 2px 4px #0000001a}._outlined_198hu_29{border:1px solid var(--color-border)}._shadow_198hu_33{box-shadow:0 2px 4px #00000026}._imageTop_198hu_37{padding:0;overflow:hidden;border-radius:var(--radius-md);display:flex;flex-direction:column;height:100%;border:1px solid var(--color-border)}._imageTop_198hu_37 ._imageContainer_198hu_47{width:100%;height:100%;max-height:150px;overflow:hidden;flex-shrink:0}._imageTop_198hu_37 ._image_198hu_37{width:100%;height:100%;object-fit:cover}._imageTop_198hu_37 ._content_198hu_62{padding:var(--spacing-md)}._imageBackground_198hu_66{position:relative;padding:0;overflow:hidden;border-radius:var(--radius-md);color:var(--color-foreground);display:flex;flex-direction:column;height:100%}._imageBackground_198hu_66 ._imageBackgroundContainer_198hu_77{position:relative;width:100%;height:100%;overflow:hidden;flex-grow:1}._imageBackground_198hu_66 ._backgroundImage_198hu_85{width:100%;height:100%;object-fit:cover;position:relative;top:0;left:0;z-index:1}._imageBackground_198hu_66 ._overlay_198hu_95{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:var(--spacing-md)}._imageBackground_198hu_66 ._text_198hu_111,._imageBackground_198hu_66 h3{color:#fff}._content_198hu_62{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}._card_198hu_1:hover{transform:translateY(-2px)}._text_198hu_111{font-size:var(-font-size-md);color:var(--color-text-primary);margin-bottom:var(--spacing-md)}._footer_198hu_133{text-align:right;padding-top:var(--spacing-md);flex-shrink:0}
|
|
23
23
|
._avatar_xustn_1{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:visible;border:2px solid var(--color-border);cursor:default;transition:transform .3s}._avatar_xustn_1:hover{transform:scale(1.05)}._sm_xustn_17{width:32px;height:32px;font-size:12px}._md_xustn_23{width:48px;height:48px;font-size:16px}._lg_xustn_29{width:64px;height:64px;font-size:20px}._image_xustn_35{width:100%;height:100%;border-radius:50%;object-fit:cover}._initials_xustn_42{color:#fff;font-family:var(--font-weight-bold)}._status_xustn_47{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;border-radius:50%;border:2px solid #fff;background-color:var(--color-offline);z-index:1}._online_xustn_59{background-color:var(--color-online)}._offline_xustn_63{background-color:var(--color-offline)}._busy_xustn_67{background-color:var(--color-busy)}
|
|
24
24
|
:root{--badge-bg-default: var(--color-secondary, #94a3b8);--badge-bg-success: var(--color-success-bg, #28a745);--badge-bg-warning: var(--color-warning-bg, #f59e0b);--badge-bg-error: var(--color-error-bg, #bd1919);--badge-bg-info: var(--color-info-bg);--badge-text-default: var(--color-secondary-foreground, #fff);--badge-text-success: var(--color-success-text, #fff);--badge-text-warning: var(--color-warning-text, #333);--badge-text-error: var(--color-error-text, #fff);--badge-text-info: var(--color-info-text, #fff);--badge-padding: var(--spacing-sm) var(--spacing-md);--badge-font-size: var(--font-size-sm, .875rem);--badge-border-radius: var(--radius-sm, 8px)}._badge_18z15_19{display:inline-flex;align-items:center;padding:var(--badge-padding);font-size:var(--badge-font-size);border-radius:var(--badge-border-radius);font-weight:var(--font-weight-semibold);cursor:default;transition:background-color .3s,color .3s;-webkit-user-select:none;user-select:none}._clickable_18z15_31{cursor:pointer}._icon_18z15_35{margin-right:var(--spacing-sm);display:flex;align-items:center}._text_18z15_41{display:inline-block}._default_18z15_45{background-color:var(--badge-bg-default);color:var(--badge-text-default)}._success_18z15_50{background-color:var(--badge-bg-success);color:var(--badge-text-success)}._warning_18z15_55{background-color:var(--badge-bg-warning);color:var(--badge-text-warning)}._error_18z15_60{background-color:var(--badge-bg-error);color:var(--badge-text-error)}._info_18z15_65{background-color:var(--badge-bg-info);color:var(--badge-text-info)}
|
|
25
25
|
._overlay_cqo68_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:1000;animation:_fadeIn_cqo68_1 .3s ease}._modal_cqo68_16{position:absolute;background-color:var(--color-background, #fff);border-radius:var(--radius-md, 4px);padding:var(--spacing-md, 1rem);width:min(90%,800px);max-width:100%;animation:_slideUp_cqo68_1 .3s ease}._closeButton_cqo68_26{color:var(--color-primary);position:absolute;top:var(--spacing-xs);right:var(--spacing-xs);background:none;border:none;cursor:pointer;padding:var(--spacing-sm)}._content_cqo68_37{margin-top:var(--spacing-lg)}._content_cqo68_37 video{width:100%;max-width:100%;height:auto;border-radius:var(--radius-md)}@keyframes _fadeIn_cqo68_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_cqo68_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
|
|
@@ -28,7 +28,7 @@ ul._list_4w9h5_1{list-style-type:none;padding:0;margin:0}ol._list_4w9h5_1{list-s
|
|
|
28
28
|
._notification_1txoc_1{display:flex;align-items:center;padding:var(--spacing-md);background-color:var(--color-secondary);color:var(--color-text-primaray);box-shadow:0 4px 8px #0000001a;border-radius:var(--radius-md);font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);gap:var(--spacing-sm);animation:_slideIn_1txoc_1 .3s ease forwards;opacity:1;transform-origin:right center;width:fit-content}._enter_1txoc_18{opacity:1;transform:translate(0)}._exiting_1txoc_23{animation:_slideOut_1txoc_1 .3s ease forwards}._info_1txoc_27{background-color:var(--color-info-bg);color:var(--color-info-text)}._success_1txoc_32{background-color:var(--color-success-bg);color:var(--color-success-text)}._warning_1txoc_37{background-color:var(--color-warning-bg);color:var(--color-warning-text)}._error_1txoc_42{background-color:var(--color-error-bg);color:var(--color-error-text)}._closeButton_1txoc_47{background:none;border:none;cursor:pointer;color:#fff;padding:0;margin-left:auto;display:flex;align-items:center}@keyframes _slideIn_1txoc_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _slideOut_1txoc_1{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}
|
|
29
29
|
._container_61msx_1{position:fixed;bottom:1rem;right:1rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:.5rem;z-index:1000}
|
|
30
30
|
._progressBarContainer_a1m8u_1{display:flex;align-items:center;justify-content:center;gap:.25rem;width:100%}._progressBar_a1m8u_1{flex:1;height:12px;background-color:#f0f0f0;border-radius:4px;overflow:hidden;position:relative}._fill_a1m8u_18{height:100%;transition:width .3s ease;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;border-radius:4px}._primary_a1m8u_29 ._fill_a1m8u_18{background-color:var(--color-primary)}._success_a1m8u_33 ._fill_a1m8u_18{background-color:var(--color-success)}._warning_a1m8u_37 ._fill_a1m8u_18{background-color:var(--color-warning)}._danger_a1m8u_41 ._fill_a1m8u_18{background-color:var(--color-error)}._label_a1m8u_45{flex:.1;position:relative;width:auto;text-align:center;color:var(--color-text-primary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold)}
|
|
31
|
-
.
|
|
31
|
+
._carousel_oeqfz_1{width:100%}@media (max-width: 767px){._carousel_oeqfz_1{padding:0 3rem}}._trackContainer_oeqfz_9{overflow:hidden;width:100%}@media (max-width: 767px){._trackContainer_oeqfz_9{overflow:visible}}._track_oeqfz_9{display:flex;transition:transform .3s ease;will-change:transform}._page_oeqfz_24{display:flex;gap:var(--spacing-md);padding:0 var(--spacing-sm)}._controls_oeqfz_30{display:flex;justify-content:space-between;align-items:center;margin-top:var(--spacing-md);margin-left:auto;margin-right:auto;padding:0 var(--spacing-md);width:100%}._indicators_oeqfz_41{display:flex;flex-wrap:wrap;max-width:125px;gap:var(--spacing-xs)}._indicator_oeqfz_41{width:10px;height:10px;border-radius:50%;background-color:#e0e0e0;border:1px solid #fff;cursor:pointer;transition:background-color .3s}._indicator_oeqfz_41._active_oeqfz_58{background-color:var(--color-primary)}._buttons_oeqfz_62{display:flex;gap:var(--spacing-md)}._prev_oeqfz_67._disabled_oeqfz_67,._next_oeqfz_68._disabled_oeqfz_67{opacity:.5;pointer-events:none}._buttons_oeqfz_62 button:not(._disabled_oeqfz_67):hover{background-color:var(--color-primary);color:#fff}._prev_oeqfz_67,._next_oeqfz_68{background-color:#e0e0e0;color:var(--color-text-primary);border:1px solid #fff;padding:var(--spacing-sm);cursor:pointer;transition:background-color .3s,color .3s;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center}
|
|
32
32
|
._drawer_55xty_1{position:fixed;background-color:var(--color-background);transition:transform .3s ease-in-out;z-index:1000;width:300px;height:100%;box-shadow:0 0 10px #00000026;padding:var(--spacing-md)}._right_55xty_12{top:0;right:0;transform:translate(100%)}._left_55xty_18{top:0;left:0;transform:translate(-100%)}._top_55xty_24{top:0;left:0;width:100%;height:auto;transform:translateY(-100%)}._bottom_55xty_32{bottom:0;left:0;width:100%;height:auto;transform:translateY(100%)}._open_55xty_40._right_55xty_12,._open_55xty_40._left_55xty_18{transform:translate(0)}._open_55xty_40._top_55xty_24,._open_55xty_40._bottom_55xty_32{transform:translateY(0)}._overlay_55xty_50{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0000004d;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out;z-index:999}._overlay_55xty_50._show_55xty_60{opacity:1;pointer-events:all}
|
|
33
33
|
._tabs_f06du_1{display:flex;flex-direction:column;width:100%}._tabsList_f06du_7{display:flex;border-bottom:2px solid var(--color-border)}._left_f06du_12{justify-content:flex-start}._center_f06du_16{justify-content:center}._right_f06du_20{justify-content:flex-end}._tabsTrigger_f06du_24{padding:var(--spacing-md);border:none;border-bottom:2px solid transparent;background:none;cursor:pointer;color:var(--color-muted);font-weight:var(--font-weight-semibold);font-size:var(--font-size-md);transition:color .3s ease,border-color .3s ease;position:relative;top:2px}._tabsTrigger_f06du_24._active_f06du_38{border-color:var(--color-primary);color:var(--color-primary)}._tabsPanelWrapper_f06du_43{position:relative;min-height:100px}._tabsPanel_f06du_43{animation:_fadeSlide_f06du_1 .3s ease both;position:absolute;width:100%;top:0;left:0;padding:var(--spacing-md);color:var(--color-text-primary)}@keyframes _fadeSlide_f06du_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
|
|
34
34
|
._breadcrumbs_1nbgu_1{display:block;font-size:var(--font-size-sm);line-height:1.5}._list_1nbgu_7{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}._item_1nbgu_15{display:flex;align-items:center}._separator_1nbgu_20{margin:0 var(--spacing-xs);color:var(--color-muted)}._link_1nbgu_25{color:var(--color-muted);text-decoration:none;transition:color .3s ease}._link_1nbgu_25:hover{color:var(--color-primary)}._label_1nbgu_35{color:var(--color-muted)}._active_1nbgu_39{font-weight:var(--font-weight-bold);color:var(--color-primary)}
|
package/dist/styles.css.d.ts
CHANGED
|
@@ -6,16 +6,16 @@ declare const styles: {
|
|
|
6
6
|
readonly "_accordionHeader_1ozgm_16": string;
|
|
7
7
|
readonly "_accordionItem_1ozgm_8": string;
|
|
8
8
|
readonly "_accordion_1ozgm_1": string;
|
|
9
|
-
readonly "_active_12f3e_70": string;
|
|
10
9
|
readonly "_active_1nbgu_39": string;
|
|
11
10
|
readonly "_active_f06du_38": string;
|
|
11
|
+
readonly "_active_oeqfz_58": string;
|
|
12
12
|
readonly "_alert_ucye1_1": string;
|
|
13
13
|
readonly "_alignCenter_134u6_35": string;
|
|
14
14
|
readonly "_alignEnd_134u6_39": string;
|
|
15
15
|
readonly "_alignStart_134u6_31": string;
|
|
16
16
|
readonly "_alignStretch_134u6_43": string;
|
|
17
17
|
readonly "_avatar_xustn_1": string;
|
|
18
|
-
readonly "
|
|
18
|
+
readonly "_backgroundImage_198hu_85": string;
|
|
19
19
|
readonly "_badge_18z15_19": string;
|
|
20
20
|
readonly "_bgAccent_1242k_77": string;
|
|
21
21
|
readonly "_bgDark_1242k_73": string;
|
|
@@ -34,12 +34,11 @@ declare const styles: {
|
|
|
34
34
|
readonly "_breadcrumbs_1nbgu_1": string;
|
|
35
35
|
readonly "_busy_xustn_67": string;
|
|
36
36
|
readonly "_buttonGroup_e1koo_1": string;
|
|
37
|
-
readonly "
|
|
37
|
+
readonly "_buttons_oeqfz_62": string;
|
|
38
38
|
readonly "_calendar_zbxci_1": string;
|
|
39
39
|
readonly "_callToAction_1tdql_1": string;
|
|
40
|
-
readonly "
|
|
41
|
-
readonly "
|
|
42
|
-
readonly "_carousel_12f3e_1": string;
|
|
40
|
+
readonly "_card_198hu_1": string;
|
|
41
|
+
readonly "_carousel_oeqfz_1": string;
|
|
43
42
|
readonly "_cell_zbxci_34": string;
|
|
44
43
|
readonly "_center_e1koo_15": string;
|
|
45
44
|
readonly "_center_f06du_16": string;
|
|
@@ -48,7 +47,7 @@ declare const styles: {
|
|
|
48
47
|
readonly "_circle_u21vc_22": string;
|
|
49
48
|
readonly "_clickableRow_g45ha_30": string;
|
|
50
49
|
readonly "_clickable_18z15_31": string;
|
|
51
|
-
readonly "
|
|
50
|
+
readonly "_clickable_198hu_17": string;
|
|
52
51
|
readonly "_closeButton_1txoc_47": string;
|
|
53
52
|
readonly "_closeButton_cqo68_26": string;
|
|
54
53
|
readonly "_closeButton_ucye1_45": string;
|
|
@@ -57,21 +56,21 @@ declare const styles: {
|
|
|
57
56
|
readonly "_container_171d6_1": string;
|
|
58
57
|
readonly "_container_61msx_1": string;
|
|
59
58
|
readonly "_container_gfid4_8": string;
|
|
59
|
+
readonly "_content_198hu_62": string;
|
|
60
60
|
readonly "_content_1tdql_125": string;
|
|
61
|
-
readonly "_content_7amar_60": string;
|
|
62
61
|
readonly "_content_cqo68_37": string;
|
|
63
|
-
readonly "
|
|
62
|
+
readonly "_controls_oeqfz_30": string;
|
|
64
63
|
readonly "_danger_a1m8u_41": string;
|
|
65
64
|
readonly "_danger_sf4mt_46": string;
|
|
66
65
|
readonly "_dayName_zbxci_13": string;
|
|
67
66
|
readonly "_default_15ngo_26": string;
|
|
68
67
|
readonly "_default_18z15_45": string;
|
|
68
|
+
readonly "_default_198hu_25": string;
|
|
69
69
|
readonly "_default_4sv7j_55": string;
|
|
70
|
-
readonly "_default_7amar_23": string;
|
|
71
70
|
readonly "_default_e9jmu_33": string;
|
|
72
|
-
readonly "_disabled_12f3e_79": string;
|
|
73
71
|
readonly "_disabled_15ngo_38": string;
|
|
74
72
|
readonly "_disabled_1p460_56": string;
|
|
73
|
+
readonly "_disabled_oeqfz_67": string;
|
|
75
74
|
readonly "_divider_zjbsg_1": string;
|
|
76
75
|
readonly "_dragging_s8dew_25": string;
|
|
77
76
|
readonly "_drawer_55xty_1": string;
|
|
@@ -99,7 +98,7 @@ declare const styles: {
|
|
|
99
98
|
readonly "_fill_a1m8u_18": string;
|
|
100
99
|
readonly "_flex_1242k_52": string;
|
|
101
100
|
readonly "_fluid_171d6_29": string;
|
|
102
|
-
readonly "
|
|
101
|
+
readonly "_footer_198hu_133": string;
|
|
103
102
|
readonly "_footer_gfid4_1": string;
|
|
104
103
|
readonly "_form_s0yvj_1": string;
|
|
105
104
|
readonly "_full_171d6_25": string;
|
|
@@ -129,14 +128,14 @@ declare const styles: {
|
|
|
129
128
|
readonly "_icon_18z15_35": string;
|
|
130
129
|
readonly "_icon_1ozgm_60": string;
|
|
131
130
|
readonly "_icon_1tdql_121": string;
|
|
132
|
-
readonly "
|
|
133
|
-
readonly "
|
|
134
|
-
readonly "
|
|
135
|
-
readonly "
|
|
136
|
-
readonly "
|
|
131
|
+
readonly "_imageBackgroundContainer_198hu_77": string;
|
|
132
|
+
readonly "_imageBackground_198hu_66": string;
|
|
133
|
+
readonly "_imageContainer_198hu_47": string;
|
|
134
|
+
readonly "_imageTop_198hu_37": string;
|
|
135
|
+
readonly "_image_198hu_37": string;
|
|
137
136
|
readonly "_image_xustn_35": string;
|
|
138
|
-
readonly "
|
|
139
|
-
readonly "
|
|
137
|
+
readonly "_indicator_oeqfz_41": string;
|
|
138
|
+
readonly "_indicators_oeqfz_41": string;
|
|
140
139
|
readonly "_info_18z15_65": string;
|
|
141
140
|
readonly "_info_1txoc_27": string;
|
|
142
141
|
readonly "_info_ucye1_25": string;
|
|
@@ -209,7 +208,7 @@ declare const styles: {
|
|
|
209
208
|
readonly "_navItem_12ooa_88": string;
|
|
210
209
|
readonly "_nav_12ooa_5": string;
|
|
211
210
|
readonly "_navbar_12ooa_5": string;
|
|
212
|
-
readonly "
|
|
211
|
+
readonly "_next_oeqfz_68": string;
|
|
213
212
|
readonly "_notification_1txoc_1": string;
|
|
214
213
|
readonly "_offline_xustn_63": string;
|
|
215
214
|
readonly "_online_xustn_59": string;
|
|
@@ -217,19 +216,19 @@ declare const styles: {
|
|
|
217
216
|
readonly "_open_1ozgm_42": string;
|
|
218
217
|
readonly "_open_55xty_40": string;
|
|
219
218
|
readonly "_optional_15ngo_52": string;
|
|
220
|
-
readonly "
|
|
219
|
+
readonly "_outlined_198hu_29": string;
|
|
221
220
|
readonly "_outside_zbxci_45": string;
|
|
221
|
+
readonly "_overlay_198hu_95": string;
|
|
222
222
|
readonly "_overlay_55xty_50": string;
|
|
223
|
-
readonly "_overlay_7amar_93": string;
|
|
224
223
|
readonly "_overlay_cqo68_1": string;
|
|
225
224
|
readonly "_paddingLg_1242k_18": string;
|
|
226
225
|
readonly "_paddingMd_1242k_14": string;
|
|
227
226
|
readonly "_paddingNone_1242k_6": string;
|
|
228
227
|
readonly "_paddingSm_1242k_10": string;
|
|
229
|
-
readonly "
|
|
228
|
+
readonly "_page_oeqfz_24": string;
|
|
230
229
|
readonly "_parent_12ooa_178": string;
|
|
231
230
|
readonly "_popover_13tha_25": string;
|
|
232
|
-
readonly "
|
|
231
|
+
readonly "_prev_oeqfz_67": string;
|
|
233
232
|
readonly "_primaryInverted_1tdql_38": string;
|
|
234
233
|
readonly "_primary_1tdql_28": string;
|
|
235
234
|
readonly "_primary_a1m8u_29": string;
|
|
@@ -256,7 +255,7 @@ declare const styles: {
|
|
|
256
255
|
readonly "_select_a587t_7": string;
|
|
257
256
|
readonly "_selected_zbxci_49": string;
|
|
258
257
|
readonly "_separator_1nbgu_20": string;
|
|
259
|
-
readonly "
|
|
258
|
+
readonly "_shadow_198hu_33": string;
|
|
260
259
|
readonly "_shimmer_u21vc_1": string;
|
|
261
260
|
readonly "_show_12ooa_125": string;
|
|
262
261
|
readonly "_show_55xty_60": string;
|
|
@@ -296,8 +295,8 @@ declare const styles: {
|
|
|
296
295
|
readonly "_tabs_f06du_1": string;
|
|
297
296
|
readonly "_text_15ngo_6": string;
|
|
298
297
|
readonly "_text_18z15_41": string;
|
|
298
|
+
readonly "_text_198hu_111": string;
|
|
299
299
|
readonly "_text_4sv7j_1": string;
|
|
300
|
-
readonly "_text_7amar_109": string;
|
|
301
300
|
readonly "_text_u21vc_16": string;
|
|
302
301
|
readonly "_textarea_162xi_11": string;
|
|
303
302
|
readonly "_tooltipContainer_94xs9_1": string;
|
|
@@ -309,10 +308,10 @@ declare const styles: {
|
|
|
309
308
|
readonly "_top-right_1p460_46": string;
|
|
310
309
|
readonly "_top_55xty_24": string;
|
|
311
310
|
readonly "_top_94xs9_19": string;
|
|
312
|
-
readonly "_trackContainer_12f3e_9": string;
|
|
313
311
|
readonly "_trackContainer_7toxm_7": string;
|
|
314
|
-
readonly "
|
|
312
|
+
readonly "_trackContainer_oeqfz_9": string;
|
|
315
313
|
readonly "_track_7toxm_7": string;
|
|
314
|
+
readonly "_track_oeqfz_9": string;
|
|
316
315
|
readonly "_underlineInverted_1tdql_103": string;
|
|
317
316
|
readonly "_underline_1tdql_94": string;
|
|
318
317
|
readonly "_value_7toxm_44": string;
|