quirk-ui 0.0.82 → 0.0.85
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/index31.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._carousel_1e9ij_1{width:100%}@media (max-width: 767px){._carousel_1e9ij_1{padding:0 var(--spacing-lg)}}._noPointerEvents_1e9ij_9 *{pointer-events:none!important}._trackContainer_1e9ij_13{overflow:hidden;width:100%}@media (max-width: 767px){._trackContainer_1e9ij_13{overflow:visible}}._track_1e9ij_13{display:flex;transition:transform .3s ease;will-change:transform}._page_1e9ij_28{display:flex;gap:var(--spacing-md);padding:0 var(--spacing-sm)}._controls_1e9ij_34{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_1e9ij_45{display:flex;flex-wrap:wrap;max-width:125px;gap:var(--spacing-xs)}._indicator_1e9ij_45{width:10px;height:10px;border-radius:50%;background-color:#e0e0e0;border:1px solid #fff;cursor:pointer;transition:background-color .3s}._indicator_1e9ij_45._active_1e9ij_62{background-color:var(--color-primary)}._buttons_1e9ij_66{display:flex;gap:var(--spacing-md)}._prev_1e9ij_71._disabled_1e9ij_71,._next_1e9ij_72._disabled_1e9ij_71{opacity:.5;pointer-events:none}._buttons_1e9ij_66 button:not(._disabled_1e9ij_71):hover{background-color:var(--color-primary);color:#fff}._prev_1e9ij_71,._next_1e9ij_72{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,17 @@
|
|
|
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 "
|
|
2
|
+
readonly "_active_1e9ij_62": string;
|
|
3
|
+
readonly "_buttons_1e9ij_66": string;
|
|
4
|
+
readonly "_carousel_1e9ij_1": string;
|
|
5
|
+
readonly "_controls_1e9ij_34": string;
|
|
6
|
+
readonly "_disabled_1e9ij_71": string;
|
|
7
|
+
readonly "_indicator_1e9ij_45": string;
|
|
8
|
+
readonly "_indicators_1e9ij_45": string;
|
|
9
|
+
readonly "_next_1e9ij_72": string;
|
|
10
|
+
readonly "_noPointerEvents_1e9ij_9": string;
|
|
11
|
+
readonly "_page_1e9ij_28": string;
|
|
12
|
+
readonly "_prev_1e9ij_71": string;
|
|
13
|
+
readonly "_trackContainer_1e9ij_13": string;
|
|
14
|
+
readonly "_track_1e9ij_13": string;
|
|
15
15
|
};
|
|
16
16
|
export = styles;
|
|
17
17
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsxs as A, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { useState as c, useRef as
|
|
3
|
-
import { A as
|
|
4
|
-
import { A as
|
|
5
|
-
import '../../assets/index31.css';const gt = "
|
|
2
|
+
import { useState as c, useRef as E, useEffect as X } from "react";
|
|
3
|
+
import { A as wt } from "../../arrow-left-BIJvHwNQ.js";
|
|
4
|
+
import { A as bt } from "../../arrow-right-QEwnX3Sk.js";
|
|
5
|
+
import '../../assets/index31.css';const gt = "_carousel_1e9ij_1", xt = "_noPointerEvents_1e9ij_9", $t = "_trackContainer_1e9ij_13", Ct = "_track_1e9ij_13", Et = "_page_1e9ij_28", Xt = "_controls_1e9ij_34", jt = "_indicators_1e9ij_45", yt = "_indicator_1e9ij_45", It = "_active_1e9ij_62", Nt = "_buttons_1e9ij_66", kt = "_prev_1e9ij_71", Tt = "_disabled_1e9ij_71", At = "_next_1e9ij_72", o = {
|
|
6
6
|
carousel: gt,
|
|
7
7
|
noPointerEvents: xt,
|
|
8
8
|
trackContainer: $t,
|
|
9
|
-
track:
|
|
10
|
-
page:
|
|
11
|
-
controls:
|
|
12
|
-
indicators:
|
|
9
|
+
track: Ct,
|
|
10
|
+
page: Et,
|
|
11
|
+
controls: Xt,
|
|
12
|
+
indicators: jt,
|
|
13
13
|
indicator: yt,
|
|
14
14
|
active: It,
|
|
15
15
|
buttons: Nt,
|
|
@@ -18,144 +18,144 @@ import '../../assets/index31.css';const gt = "_carousel_zbb4v_1", xt = "_noPoint
|
|
|
18
18
|
next: At
|
|
19
19
|
};
|
|
20
20
|
function Pt({
|
|
21
|
-
items:
|
|
22
|
-
itemsPerPage:
|
|
21
|
+
items: m,
|
|
22
|
+
itemsPerPage: i = 9,
|
|
23
23
|
itemsPerRow: J = 3,
|
|
24
24
|
autoplay: K = !1,
|
|
25
25
|
autoplayInterval: W = 3,
|
|
26
26
|
className: Q,
|
|
27
27
|
externalRef: V,
|
|
28
|
-
siblingRef:
|
|
28
|
+
siblingRef: l,
|
|
29
29
|
isSplit: D = !1
|
|
30
30
|
}) {
|
|
31
|
-
const [d, u] = c(0), [
|
|
32
|
-
Math.abs((y ?? 0) - (
|
|
31
|
+
const [d, u] = c(0), [f, M] = c(0), [S, Z] = c(0), [w, tt] = c(i), [b, et] = c(!1), [L, nt] = c(K), ot = E(null), g = E(null), p = E(null), x = V, [v, j] = c(!1), [P, z] = c(null), [$, Y] = c(null), [R, U] = c(null), [st, B] = c(!1), [_, G] = c(null), [y, O] = c(null), ct = (t) => {
|
|
32
|
+
Math.abs((y ?? 0) - (_ ?? 0)) > 25 && (t.stopPropagation(), t.preventDefault());
|
|
33
33
|
}, rt = (t) => {
|
|
34
34
|
G(t.clientX);
|
|
35
35
|
}, at = (t) => {
|
|
36
|
-
|
|
37
|
-
},
|
|
38
|
-
if (!
|
|
36
|
+
_ !== null && Math.abs(t.clientX - _) > 5 && (B(!0), O(t.clientX));
|
|
37
|
+
}, it = () => {
|
|
38
|
+
if (!_ || !y) {
|
|
39
39
|
I();
|
|
40
40
|
return;
|
|
41
41
|
}
|
|
42
|
-
const t =
|
|
42
|
+
const t = _ - y;
|
|
43
43
|
Math.abs(t) > 50 && (t > 0 ? k() : T()), I();
|
|
44
|
-
},
|
|
44
|
+
}, lt = () => {
|
|
45
45
|
I();
|
|
46
46
|
}, I = () => {
|
|
47
47
|
B(!1), G(null), O(null);
|
|
48
48
|
}, dt = (t) => {
|
|
49
|
-
|
|
50
|
-
}, q =
|
|
51
|
-
|
|
49
|
+
Y(t.touches[0].clientX), z(t.touches[0].clientY), j(!1);
|
|
50
|
+
}, q = E(null);
|
|
51
|
+
X(() => {
|
|
52
52
|
const t = q.current;
|
|
53
53
|
if (!t) return;
|
|
54
54
|
const e = (n) => {
|
|
55
55
|
const s = n.touches[0].clientX - ($ ?? 0), a = n.touches[0].clientY - (P ?? 0);
|
|
56
|
-
!
|
|
56
|
+
!v && Math.abs(s) > Math.abs(a) && j(!0), v && (n.preventDefault(), U(n.touches[0].clientX));
|
|
57
57
|
};
|
|
58
58
|
return t.addEventListener("touchmove", e), () => {
|
|
59
59
|
t.removeEventListener("touchmove", e);
|
|
60
60
|
};
|
|
61
|
-
}, [
|
|
61
|
+
}, [v, $, P]);
|
|
62
62
|
const ut = () => {
|
|
63
|
-
if ($ === null ||
|
|
64
|
-
const t = $ -
|
|
65
|
-
Math.abs(t) > 50 && (t > 0 ? k() : T()),
|
|
63
|
+
if ($ === null || R === null) return;
|
|
64
|
+
const t = $ - R;
|
|
65
|
+
Math.abs(t) > 50 && (t > 0 ? k() : T()), Y(null), U(null), z(null), j(!1);
|
|
66
66
|
}, ht = (t, e) => {
|
|
67
67
|
const n = [];
|
|
68
68
|
for (let s = 0; s < t.length; s += e)
|
|
69
69
|
n.push(t.slice(s, s + e));
|
|
70
70
|
return n;
|
|
71
71
|
};
|
|
72
|
-
|
|
72
|
+
X(() => {
|
|
73
73
|
if (typeof window < "u") {
|
|
74
74
|
const t = () => {
|
|
75
|
-
const e = window.innerWidth < 768, n = e ? 1 :
|
|
76
|
-
et(e), tt(e ? 1 :
|
|
77
|
-
(s) => Math.min(s, Math.ceil(
|
|
75
|
+
const e = window.innerWidth < 768, n = e ? 1 : i;
|
|
76
|
+
et(e), tt(e ? 1 : i), u(
|
|
77
|
+
(s) => Math.min(s, Math.ceil(m.length / n) - 1)
|
|
78
78
|
);
|
|
79
79
|
};
|
|
80
80
|
return t(), window.addEventListener("resize", t), () => window.removeEventListener("resize", t);
|
|
81
81
|
}
|
|
82
|
-
}, [
|
|
83
|
-
const
|
|
84
|
-
|
|
82
|
+
}, [i]);
|
|
83
|
+
const C = Math.ceil(w / J), F = ht(m, w), h = F.length, ft = 3 * 16, pt = 3 * 16;
|
|
84
|
+
X(() => {
|
|
85
85
|
const t = new ResizeObserver((e) => {
|
|
86
86
|
var n, s;
|
|
87
87
|
for (let a of e)
|
|
88
88
|
if (a.contentRect) {
|
|
89
|
-
|
|
90
|
-
a.contentRect.width - ((n =
|
|
91
|
-
) :
|
|
89
|
+
b ? M(a.contentRect.width - pt) : D ? l != null && l.current ? M(
|
|
90
|
+
a.contentRect.width - ((n = l == null ? void 0 : l.current) == null ? void 0 : n.offsetWidth) - ft
|
|
91
|
+
) : M(a.contentRect.width) : (M(a.contentRect.width), Z(
|
|
92
92
|
((s = g == null ? void 0 : g.current) == null ? void 0 : s.children[0].children[0].children[0].getBoundingClientRect().width) ?? 0
|
|
93
93
|
));
|
|
94
|
-
const
|
|
94
|
+
const mt = b ? 1 : i;
|
|
95
95
|
u(
|
|
96
|
-
(
|
|
96
|
+
(Mt) => Math.min(Mt, Math.ceil(m.length / mt) - 1)
|
|
97
97
|
);
|
|
98
98
|
}
|
|
99
99
|
});
|
|
100
100
|
return x != null && x.current && t.observe(x.current), () => t.disconnect();
|
|
101
|
-
}, [
|
|
101
|
+
}, [b, D]);
|
|
102
102
|
const N = () => {
|
|
103
|
-
|
|
103
|
+
p.current && clearInterval(p.current), nt(!1);
|
|
104
104
|
}, k = () => {
|
|
105
105
|
N(), u((t) => Math.min(t + 1, h - 1));
|
|
106
106
|
}, T = () => {
|
|
107
107
|
N(), u((t) => Math.max(t - 1, 0));
|
|
108
|
-
},
|
|
108
|
+
}, vt = (t) => {
|
|
109
109
|
N(), u(t);
|
|
110
|
-
},
|
|
110
|
+
}, _t = () => f ? `translateX(-${d * f}px)` : "translateX(0px)", H = () => {
|
|
111
111
|
u((t) => t >= h - 1 ? 0 : t + 1);
|
|
112
112
|
};
|
|
113
|
-
return
|
|
113
|
+
return X(() => (L && (p.current = setInterval(
|
|
114
114
|
H,
|
|
115
115
|
W * 1e3
|
|
116
116
|
)), () => {
|
|
117
|
-
|
|
117
|
+
p.current && clearInterval(p.current);
|
|
118
118
|
}), [L, W, H]), /* @__PURE__ */ A("div", { className: `${Q ?? ""} ${o.carousel}`, ref: ot, children: [
|
|
119
119
|
/* @__PURE__ */ r(
|
|
120
120
|
"div",
|
|
121
121
|
{
|
|
122
122
|
ref: q,
|
|
123
|
-
className: `${o.trackContainer} ${st ||
|
|
123
|
+
className: `${o.trackContainer} ${st || v ? o.noPointerEvents : ""}
|
|
124
124
|
`,
|
|
125
125
|
style: {
|
|
126
|
-
maxWidth: `${
|
|
127
|
-
touchAction:
|
|
126
|
+
maxWidth: `${f}px`,
|
|
127
|
+
touchAction: v ? "none" : "pan-y"
|
|
128
128
|
},
|
|
129
129
|
onTouchStart: dt,
|
|
130
130
|
onTouchEnd: ut,
|
|
131
131
|
onMouseDown: rt,
|
|
132
132
|
onMouseMove: at,
|
|
133
|
-
onMouseUp:
|
|
134
|
-
onMouseLeave:
|
|
133
|
+
onMouseUp: it,
|
|
134
|
+
onMouseLeave: lt,
|
|
135
135
|
children: /* @__PURE__ */ r(
|
|
136
136
|
"div",
|
|
137
137
|
{
|
|
138
138
|
ref: g,
|
|
139
139
|
className: o.track,
|
|
140
|
-
style: { width: `${h * 100}%`, transform:
|
|
140
|
+
style: { width: `${h * 100}%`, transform: _t() },
|
|
141
141
|
children: F.map((t, e) => /* @__PURE__ */ r(
|
|
142
142
|
"div",
|
|
143
143
|
{
|
|
144
144
|
className: o.page,
|
|
145
145
|
style: {
|
|
146
|
-
display:
|
|
146
|
+
display: C > 1 ? "grid" : "flex",
|
|
147
147
|
gridTemplateColumns: `repeat(${Math.ceil(
|
|
148
|
-
|
|
148
|
+
w / C
|
|
149
149
|
)}, 1fr)`,
|
|
150
|
-
gridTemplateRows: `repeat(${
|
|
151
|
-
width: `${
|
|
150
|
+
gridTemplateRows: `repeat(${C}, auto)`,
|
|
151
|
+
width: `${f}px`
|
|
152
152
|
},
|
|
153
153
|
children: t.map((n, s) => /* @__PURE__ */ r(
|
|
154
154
|
"div",
|
|
155
155
|
{
|
|
156
156
|
onClickCapture: ct,
|
|
157
157
|
style: {
|
|
158
|
-
width: `${
|
|
158
|
+
width: `${f / C - 16}px`
|
|
159
159
|
},
|
|
160
160
|
children: n
|
|
161
161
|
},
|
|
@@ -173,14 +173,14 @@ function Pt({
|
|
|
173
173
|
{
|
|
174
174
|
className: o.controls,
|
|
175
175
|
style: {
|
|
176
|
-
maxWidth: S > 0 &&
|
|
176
|
+
maxWidth: S > 0 && i === 1 && !b ? `${S}px` : "unset"
|
|
177
177
|
},
|
|
178
178
|
children: [
|
|
179
179
|
/* @__PURE__ */ r("div", { className: o.indicators, children: Array.from({ length: h }).map((t, e) => /* @__PURE__ */ r(
|
|
180
180
|
"button",
|
|
181
181
|
{
|
|
182
182
|
className: `${o.indicator} ${e === d ? o.active : ""}`,
|
|
183
|
-
onClick: () =>
|
|
183
|
+
onClick: () => vt(e),
|
|
184
184
|
"aria-label": `Go to group ${e + 1}`
|
|
185
185
|
},
|
|
186
186
|
e
|
|
@@ -193,7 +193,7 @@ function Pt({
|
|
|
193
193
|
className: `${o.prev} ${d === 0 ? o.disabled : ""}`,
|
|
194
194
|
onClick: T,
|
|
195
195
|
disabled: d === 0,
|
|
196
|
-
children: /* @__PURE__ */ r(
|
|
196
|
+
children: /* @__PURE__ */ r(wt, { size: 36 })
|
|
197
197
|
}
|
|
198
198
|
),
|
|
199
199
|
/* @__PURE__ */ r(
|
|
@@ -202,8 +202,8 @@ function Pt({
|
|
|
202
202
|
"aria-label": "Next slide",
|
|
203
203
|
className: `${o.next} ${d >= h - 1 ? o.disabled : ""}`,
|
|
204
204
|
onClick: k,
|
|
205
|
-
disabled: d >=
|
|
206
|
-
children: /* @__PURE__ */ r(
|
|
205
|
+
disabled: d >= m.length - w,
|
|
206
|
+
children: /* @__PURE__ */ r(bt, { size: 36 })
|
|
207
207
|
}
|
|
208
208
|
)
|
|
209
209
|
] })
|
package/dist/styles.css
CHANGED
|
@@ -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_1e9ij_1{width:100%}@media (max-width: 767px){._carousel_1e9ij_1{padding:0 var(--spacing-lg)}}._noPointerEvents_1e9ij_9 *{pointer-events:none!important}._trackContainer_1e9ij_13{overflow:hidden;width:100%}@media (max-width: 767px){._trackContainer_1e9ij_13{overflow:visible}}._track_1e9ij_13{display:flex;transition:transform .3s ease;will-change:transform}._page_1e9ij_28{display:flex;gap:var(--spacing-md);padding:0 var(--spacing-sm)}._controls_1e9ij_34{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_1e9ij_45{display:flex;flex-wrap:wrap;max-width:125px;gap:var(--spacing-xs)}._indicator_1e9ij_45{width:10px;height:10px;border-radius:50%;background-color:#e0e0e0;border:1px solid #fff;cursor:pointer;transition:background-color .3s}._indicator_1e9ij_45._active_1e9ij_62{background-color:var(--color-primary)}._buttons_1e9ij_66{display:flex;gap:var(--spacing-md)}._prev_1e9ij_71._disabled_1e9ij_71,._next_1e9ij_72._disabled_1e9ij_71{opacity:.5;pointer-events:none}._buttons_1e9ij_66 button:not(._disabled_1e9ij_71):hover{background-color:var(--color-primary);color:#fff}._prev_1e9ij_71,._next_1e9ij_72{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,9 +6,9 @@ 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_1e9ij_62": string;
|
|
9
10
|
readonly "_active_1nbgu_39": string;
|
|
10
11
|
readonly "_active_f06du_38": string;
|
|
11
|
-
readonly "_active_zbb4v_62": string;
|
|
12
12
|
readonly "_alert_ucye1_1": string;
|
|
13
13
|
readonly "_alignCenter_134u6_35": string;
|
|
14
14
|
readonly "_alignEnd_134u6_39": string;
|
|
@@ -34,11 +34,11 @@ declare const styles: {
|
|
|
34
34
|
readonly "_breadcrumbs_1nbgu_1": string;
|
|
35
35
|
readonly "_busy_1ihs2_73": string;
|
|
36
36
|
readonly "_buttonGroup_e1koo_1": string;
|
|
37
|
-
readonly "
|
|
37
|
+
readonly "_buttons_1e9ij_66": string;
|
|
38
38
|
readonly "_calendar_zbxci_1": string;
|
|
39
39
|
readonly "_callToAction_1tdql_1": string;
|
|
40
40
|
readonly "_card_18ynt_1": string;
|
|
41
|
-
readonly "
|
|
41
|
+
readonly "_carousel_1e9ij_1": string;
|
|
42
42
|
readonly "_cell_zbxci_34": string;
|
|
43
43
|
readonly "_center_e1koo_15": string;
|
|
44
44
|
readonly "_center_f06du_16": string;
|
|
@@ -59,7 +59,7 @@ declare const styles: {
|
|
|
59
59
|
readonly "_content_18ynt_61": string;
|
|
60
60
|
readonly "_content_1tdql_125": string;
|
|
61
61
|
readonly "_content_cqo68_37": string;
|
|
62
|
-
readonly "
|
|
62
|
+
readonly "_controls_1e9ij_34": string;
|
|
63
63
|
readonly "_danger_a1m8u_41": string;
|
|
64
64
|
readonly "_danger_sf4mt_46": string;
|
|
65
65
|
readonly "_dayName_zbxci_13": string;
|
|
@@ -69,8 +69,8 @@ declare const styles: {
|
|
|
69
69
|
readonly "_default_4sv7j_55": string;
|
|
70
70
|
readonly "_default_e9jmu_33": string;
|
|
71
71
|
readonly "_disabled_15ngo_38": string;
|
|
72
|
+
readonly "_disabled_1e9ij_71": string;
|
|
72
73
|
readonly "_disabled_1p460_56": string;
|
|
73
|
-
readonly "_disabled_zbb4v_71": string;
|
|
74
74
|
readonly "_divider_zjbsg_1": string;
|
|
75
75
|
readonly "_dragging_s8dew_25": string;
|
|
76
76
|
readonly "_drawer_55xty_1": string;
|
|
@@ -134,8 +134,8 @@ declare const styles: {
|
|
|
134
134
|
readonly "_imageTop_18ynt_36": string;
|
|
135
135
|
readonly "_image_18ynt_36": string;
|
|
136
136
|
readonly "_image_1ihs2_41": string;
|
|
137
|
-
readonly "
|
|
138
|
-
readonly "
|
|
137
|
+
readonly "_indicator_1e9ij_45": string;
|
|
138
|
+
readonly "_indicators_1e9ij_45": string;
|
|
139
139
|
readonly "_info_18z15_65": string;
|
|
140
140
|
readonly "_info_1txoc_27": string;
|
|
141
141
|
readonly "_info_ucye1_25": string;
|
|
@@ -208,8 +208,8 @@ declare const styles: {
|
|
|
208
208
|
readonly "_navItem_12ooa_88": string;
|
|
209
209
|
readonly "_nav_12ooa_5": string;
|
|
210
210
|
readonly "_navbar_12ooa_5": string;
|
|
211
|
-
readonly "
|
|
212
|
-
readonly "
|
|
211
|
+
readonly "_next_1e9ij_72": string;
|
|
212
|
+
readonly "_noPointerEvents_1e9ij_9": string;
|
|
213
213
|
readonly "_notification_1txoc_1": string;
|
|
214
214
|
readonly "_offline_1ihs2_69": string;
|
|
215
215
|
readonly "_online_1ihs2_65": string;
|
|
@@ -226,10 +226,10 @@ declare const styles: {
|
|
|
226
226
|
readonly "_paddingMd_1242k_14": string;
|
|
227
227
|
readonly "_paddingNone_1242k_6": string;
|
|
228
228
|
readonly "_paddingSm_1242k_10": string;
|
|
229
|
-
readonly "
|
|
229
|
+
readonly "_page_1e9ij_28": string;
|
|
230
230
|
readonly "_parent_12ooa_178": string;
|
|
231
231
|
readonly "_popover_13tha_25": string;
|
|
232
|
-
readonly "
|
|
232
|
+
readonly "_prev_1e9ij_71": string;
|
|
233
233
|
readonly "_primaryInverted_1tdql_38": string;
|
|
234
234
|
readonly "_primary_1tdql_28": string;
|
|
235
235
|
readonly "_primary_a1m8u_29": string;
|
|
@@ -309,10 +309,10 @@ declare const styles: {
|
|
|
309
309
|
readonly "_top-right_1p460_46": string;
|
|
310
310
|
readonly "_top_55xty_24": string;
|
|
311
311
|
readonly "_top_94xs9_19": string;
|
|
312
|
+
readonly "_trackContainer_1e9ij_13": string;
|
|
312
313
|
readonly "_trackContainer_7toxm_7": string;
|
|
313
|
-
readonly "
|
|
314
|
+
readonly "_track_1e9ij_13": string;
|
|
314
315
|
readonly "_track_7toxm_7": string;
|
|
315
|
-
readonly "_track_zbb4v_13": string;
|
|
316
316
|
readonly "_underlineInverted_1tdql_103": string;
|
|
317
317
|
readonly "_underline_1tdql_94": string;
|
|
318
318
|
readonly "_value_7toxm_44": string;
|