@versini/ui-panel 1.3.16 → 1.3.18
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/index.js +388 -353
- package/dist/style.css +1 -1
- package/package.json +5 -4
package/dist/index.js
CHANGED
|
@@ -1,131 +1,131 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { useFloating as
|
|
1
|
+
import { jsx as c, jsxs as M, Fragment as q } from "react/jsx-runtime";
|
|
2
|
+
import * as h from "react";
|
|
3
|
+
import z, { useRef as I, useLayoutEffect as O, useMemo as H, useState as le, useEffect as V, useCallback as ce, useId as Z } from "react";
|
|
4
|
+
import n from "clsx";
|
|
5
|
+
import { useFloating as se, useClick as de, useDismiss as ue, useRole as me, useInteractions as ge, useMergeRefs as he, FloatingPortal as be, FloatingOverlay as fe, FloatingFocusManager as ve } from "@floating-ui/react";
|
|
6
6
|
/*!
|
|
7
|
-
@versini/ui-panel v1.3.
|
|
7
|
+
@versini/ui-panel v1.3.18
|
|
8
8
|
© 2025 gizmette.com
|
|
9
9
|
*/
|
|
10
10
|
try {
|
|
11
11
|
window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
|
|
12
|
-
version: "1.3.
|
|
13
|
-
buildTime: "01/
|
|
12
|
+
version: "1.3.18",
|
|
13
|
+
buildTime: "01/26/2025 05:19 PM EST",
|
|
14
14
|
homepage: "https://github.com/aversini/ui-components",
|
|
15
15
|
license: "MIT"
|
|
16
16
|
});
|
|
17
17
|
} catch {
|
|
18
18
|
}
|
|
19
|
-
const
|
|
19
|
+
const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "button", A = "link", ye = ({
|
|
20
20
|
type: e,
|
|
21
|
-
size:
|
|
21
|
+
size: t,
|
|
22
22
|
labelRight: r,
|
|
23
|
-
labelLeft:
|
|
24
|
-
align:
|
|
23
|
+
labelLeft: a,
|
|
24
|
+
align: i
|
|
25
25
|
}) => {
|
|
26
|
-
const
|
|
26
|
+
const o = "max-h-8 py-0 px-2", l = "max-h-9 h-8 px-3", s = "max-h-12 py-2 px-4";
|
|
27
27
|
switch (e) {
|
|
28
|
-
case
|
|
29
|
-
case
|
|
30
|
-
return
|
|
31
|
-
[
|
|
32
|
-
[
|
|
33
|
-
[s]:
|
|
28
|
+
case J:
|
|
29
|
+
case A:
|
|
30
|
+
return n({
|
|
31
|
+
[o]: t === "small",
|
|
32
|
+
[l]: t === "medium",
|
|
33
|
+
[s]: t === "large"
|
|
34
34
|
});
|
|
35
|
-
case
|
|
36
|
-
return
|
|
37
|
-
"justify-center":
|
|
38
|
-
"justify-start":
|
|
39
|
-
"justify-end":
|
|
40
|
-
"h-6
|
|
41
|
-
"h-6
|
|
42
|
-
"h-8
|
|
43
|
-
"h-8
|
|
44
|
-
"h-12
|
|
45
|
-
"h-12
|
|
35
|
+
case L:
|
|
36
|
+
return n("inline-flex items-center", {
|
|
37
|
+
"justify-center": i === "center",
|
|
38
|
+
"justify-start": i === "left",
|
|
39
|
+
"justify-end": i === "right",
|
|
40
|
+
"h-6 py-0": t === "small" && !(r || a),
|
|
41
|
+
"h-6": t === "small" && (r || a),
|
|
42
|
+
"h-8 py-1": t === "medium" && !(r || a),
|
|
43
|
+
"h-8": t === "medium" && (r || a),
|
|
44
|
+
"h-12 py-2": t === "large" && !(r || a),
|
|
45
|
+
"h-12": t === "large" && (r || a)
|
|
46
46
|
});
|
|
47
47
|
}
|
|
48
|
-
},
|
|
48
|
+
}, pe = ({
|
|
49
49
|
type: e,
|
|
50
|
-
size:
|
|
50
|
+
size: t,
|
|
51
51
|
labelRight: r,
|
|
52
|
-
labelLeft:
|
|
52
|
+
labelLeft: a
|
|
53
53
|
}) => {
|
|
54
|
-
const
|
|
54
|
+
const i = "text-sm font-medium", o = "text-base font-medium", l = "text-lg font-medium";
|
|
55
55
|
switch (e) {
|
|
56
|
-
case
|
|
57
|
-
case
|
|
58
|
-
return
|
|
59
|
-
"text-center": e ===
|
|
60
|
-
[
|
|
61
|
-
[
|
|
62
|
-
[
|
|
56
|
+
case J:
|
|
57
|
+
case A:
|
|
58
|
+
return n({
|
|
59
|
+
"text-center": e === A,
|
|
60
|
+
[i]: t === "small",
|
|
61
|
+
[o]: t === "medium",
|
|
62
|
+
[l]: t === "large"
|
|
63
63
|
});
|
|
64
|
-
case
|
|
65
|
-
return
|
|
66
|
-
[
|
|
67
|
-
[
|
|
68
|
-
[
|
|
64
|
+
case L:
|
|
65
|
+
return n({
|
|
66
|
+
[i]: t === "small" && (r || a),
|
|
67
|
+
[o]: t === "medium" && (r || a),
|
|
68
|
+
[l]: t === "large" && (r || a)
|
|
69
69
|
});
|
|
70
70
|
}
|
|
71
|
-
},
|
|
71
|
+
}, ke = ({
|
|
72
72
|
mode: e,
|
|
73
|
-
noBackground:
|
|
73
|
+
noBackground: t,
|
|
74
74
|
noTruncate: r,
|
|
75
|
-
variant:
|
|
75
|
+
variant: a
|
|
76
76
|
}) => {
|
|
77
|
-
if (
|
|
77
|
+
if (t)
|
|
78
78
|
return "not-prose";
|
|
79
|
-
if (
|
|
80
|
-
return
|
|
79
|
+
if (a === "primary")
|
|
80
|
+
return n("not-prose", {
|
|
81
81
|
truncate: !r,
|
|
82
82
|
"text-copy-light": e === "dark" || e === "system",
|
|
83
83
|
"text-copy-lighter": e === "light" || e === "alt-system",
|
|
84
84
|
"dark:text-copy-lighter": e === "system",
|
|
85
85
|
"dark:text-copy-light": e === "alt-system"
|
|
86
86
|
});
|
|
87
|
-
if (
|
|
88
|
-
return
|
|
87
|
+
if (a === "secondary")
|
|
88
|
+
return n("not-prose", {
|
|
89
89
|
truncate: !r,
|
|
90
90
|
"text-copy-light": e === "light" || e === "system",
|
|
91
91
|
"text-copy-lighter": e === "dark" || e === "alt-system",
|
|
92
92
|
"dark:text-copy-lighter": e === "alt-system",
|
|
93
93
|
"dark:text-copy-light": e === "system"
|
|
94
94
|
});
|
|
95
|
-
if (
|
|
96
|
-
return
|
|
95
|
+
if (a === "danger")
|
|
96
|
+
return n("not-prose", {
|
|
97
97
|
truncate: !r,
|
|
98
98
|
"text-copy-light": e === "dark" || e === "system",
|
|
99
99
|
"text-copy-lighter": e === "light" || e === "alt-system",
|
|
100
100
|
"dark:text-copy-lighter": e === "system",
|
|
101
101
|
"dark:text-copy-light": e === "alt-system"
|
|
102
102
|
});
|
|
103
|
-
if (
|
|
104
|
-
return
|
|
103
|
+
if (a === "selected")
|
|
104
|
+
return n("not-prose text-copy-lighter", {
|
|
105
105
|
truncate: !r
|
|
106
106
|
});
|
|
107
|
-
},
|
|
107
|
+
}, we = ({
|
|
108
108
|
mode: e,
|
|
109
|
-
noBackground:
|
|
109
|
+
noBackground: t,
|
|
110
110
|
variant: r
|
|
111
111
|
}) => {
|
|
112
|
-
if (!
|
|
112
|
+
if (!t) {
|
|
113
113
|
if (r === "primary")
|
|
114
|
-
return
|
|
114
|
+
return n({
|
|
115
115
|
"bg-action-dark": e === "dark",
|
|
116
116
|
"bg-action-light": e === "light",
|
|
117
117
|
"bg-action-dark dark:bg-action-light": e === "system",
|
|
118
118
|
"bg-action-light dark:bg-action-dark": e === "alt-system"
|
|
119
119
|
});
|
|
120
120
|
if (r === "secondary")
|
|
121
|
-
return
|
|
121
|
+
return n({
|
|
122
122
|
"bg-action-dark": e === "light",
|
|
123
123
|
"bg-action-light": e === "dark",
|
|
124
124
|
"bg-action-dark dark:bg-action-light": e === "alt-system",
|
|
125
125
|
"bg-action-light dark:bg-action-dark": e === "system"
|
|
126
126
|
});
|
|
127
127
|
if (r === "danger")
|
|
128
|
-
return
|
|
128
|
+
return n({
|
|
129
129
|
"bg-action-danger-dark": e === "dark",
|
|
130
130
|
"bg-action-danger-light": e === "light",
|
|
131
131
|
"bg-action-danger-dark dark:bg-action-danger-light": e === "system",
|
|
@@ -134,35 +134,35 @@ const O = "av-messagebox", $ = "av-panel", A = "av-button", _ = "icon", z = "but
|
|
|
134
134
|
if (r === "selected")
|
|
135
135
|
return "bg-action-selected-dark";
|
|
136
136
|
}
|
|
137
|
-
},
|
|
137
|
+
}, xe = ({
|
|
138
138
|
radius: e
|
|
139
|
-
}) =>
|
|
139
|
+
}) => n({
|
|
140
140
|
"rounded-full": e === "large",
|
|
141
141
|
"rounded-md": e === "medium",
|
|
142
142
|
"rounded-sm": e === "small"
|
|
143
|
-
}),
|
|
143
|
+
}), _e = ({
|
|
144
144
|
mode: e,
|
|
145
|
-
disabled:
|
|
145
|
+
disabled: t,
|
|
146
146
|
variant: r
|
|
147
147
|
}) => {
|
|
148
|
-
if (
|
|
148
|
+
if (t)
|
|
149
149
|
return "";
|
|
150
150
|
if (r === "primary")
|
|
151
|
-
return
|
|
151
|
+
return n("hover:text-copy-light-hover", {
|
|
152
152
|
"hover:bg-action-dark-hover": e === "dark",
|
|
153
153
|
"hover:bg-action-light-hover": e === "light",
|
|
154
154
|
"hover:bg-action-dark-hover dark:hover:bg-action-light-hover": e === "system",
|
|
155
155
|
"hover:bg-action-light-hover dark:hover:bg-action-dark-hover": e === "alt-system"
|
|
156
156
|
});
|
|
157
157
|
if (r === "secondary")
|
|
158
|
-
return
|
|
158
|
+
return n("hover:text-copy-light-hover", {
|
|
159
159
|
"hover:bg-action-dark-hover": e === "light",
|
|
160
160
|
"hover:bg-action-light-hover": e === "dark",
|
|
161
161
|
"hover:bg-action-dark-hover dark:hover:bg-action-light-hover": e === "alt-system",
|
|
162
162
|
"hover:bg-action-light-hover dark:hover:bg-action-dark-hover": e === "system"
|
|
163
163
|
});
|
|
164
164
|
if (r === "danger")
|
|
165
|
-
return
|
|
165
|
+
return n("hover:text-copy-light-hover", {
|
|
166
166
|
"hover:bg-action-danger-dark-hover": e === "dark",
|
|
167
167
|
"hover:bg-action-danger-light-hover": e === "light",
|
|
168
168
|
"hover:bg-action-danger-dark-hover dark:hover:bg-action-danger-light-hover": e === "system",
|
|
@@ -170,29 +170,29 @@ const O = "av-messagebox", $ = "av-panel", A = "av-button", _ = "icon", z = "but
|
|
|
170
170
|
});
|
|
171
171
|
if (r === "selected")
|
|
172
172
|
return "hover:text-copy-light-hover hover:bg-action-selected-dark-hover";
|
|
173
|
-
},
|
|
173
|
+
}, Ne = ({
|
|
174
174
|
mode: e,
|
|
175
|
-
disabled:
|
|
175
|
+
disabled: t,
|
|
176
176
|
variant: r
|
|
177
177
|
}) => {
|
|
178
|
-
if (
|
|
178
|
+
if (t)
|
|
179
179
|
return "";
|
|
180
180
|
if (r === "primary")
|
|
181
|
-
return
|
|
181
|
+
return n("active:text-copy-light-active", {
|
|
182
182
|
"active:bg-action-dark-active": e === "dark",
|
|
183
183
|
"active:bg-action-light-active": e === "light",
|
|
184
184
|
"active:bg-action-dark-active dark:active:bg-action-light-active": e === "system",
|
|
185
185
|
"active:bg-action-light-active dark:active:bg-action-dark-active": e === "alt-system"
|
|
186
186
|
});
|
|
187
187
|
if (r === "secondary")
|
|
188
|
-
return
|
|
188
|
+
return n("active:text-copy-light-active", {
|
|
189
189
|
"active:bg-action-dark-active": e === "light",
|
|
190
190
|
"active:bg-action-light-active": e === "dark",
|
|
191
191
|
"active:bg-action-dark-active dark:active:bg-action-light-active": e === "alt-system",
|
|
192
192
|
"active:bg-action-light-active dark:active:bg-action-dark-active": e === "system"
|
|
193
193
|
});
|
|
194
194
|
if (r === "danger")
|
|
195
|
-
return
|
|
195
|
+
return n("active:text-copy-lighter-active", {
|
|
196
196
|
"active:bg-action-danger-dark-active": e === "dark",
|
|
197
197
|
"active:bg-action-danger-light-active": e === "light",
|
|
198
198
|
"active:bg-action-danger-dark-active dark:active:bg-action-danger-light-active": e === "system",
|
|
@@ -200,29 +200,29 @@ const O = "av-messagebox", $ = "av-panel", A = "av-button", _ = "icon", z = "but
|
|
|
200
200
|
});
|
|
201
201
|
if (r === "selected")
|
|
202
202
|
return "active:text-copy-lighter-active active:bg-action-selected-dark-active";
|
|
203
|
-
},
|
|
203
|
+
}, Ie = ({
|
|
204
204
|
mode: e,
|
|
205
|
-
noBorder:
|
|
205
|
+
noBorder: t,
|
|
206
206
|
variant: r
|
|
207
207
|
}) => {
|
|
208
|
-
if (
|
|
208
|
+
if (t)
|
|
209
209
|
return "border border-transparent";
|
|
210
210
|
if (r === "primary")
|
|
211
|
-
return
|
|
211
|
+
return n("border", {
|
|
212
212
|
"border-border-dark": e === "dark",
|
|
213
213
|
"border-border-accent": e === "light",
|
|
214
214
|
"border-border-dark dark:border-border-accent": e === "system",
|
|
215
215
|
"border-border-accent dark:border-border-dark": e === "alt-system"
|
|
216
216
|
});
|
|
217
217
|
if (r === "secondary")
|
|
218
|
-
return
|
|
218
|
+
return n("border", {
|
|
219
219
|
"border-border-dark": e === "light",
|
|
220
220
|
"border-border-accent": e === "dark",
|
|
221
221
|
"border-border-dark dark:border-border-accent": e === "alt-system",
|
|
222
222
|
"border-border-accent dark:border-border-dark": e === "system"
|
|
223
223
|
});
|
|
224
224
|
if (r === "danger")
|
|
225
|
-
return
|
|
225
|
+
return n("border", {
|
|
226
226
|
"border-border-danger-dark": e === "dark",
|
|
227
227
|
"border-border-danger-medium": e === "light",
|
|
228
228
|
"border-border-danger-dark dark:border-border-danger-medium": e === "system",
|
|
@@ -230,18 +230,18 @@ const O = "av-messagebox", $ = "av-panel", A = "av-button", _ = "icon", z = "but
|
|
|
230
230
|
});
|
|
231
231
|
if (r === "selected")
|
|
232
232
|
return "border border-border-selected-dark";
|
|
233
|
-
},
|
|
233
|
+
}, Ee = ({
|
|
234
234
|
focusMode: e
|
|
235
|
-
}) =>
|
|
235
|
+
}) => n("focus:outline", "focus:outline-2", "focus:outline-offset-2", {
|
|
236
236
|
"focus:outline-focus-dark": e === "dark",
|
|
237
237
|
"focus:outline-focus-light": e === "light",
|
|
238
238
|
"focus:outline-focus-light dark:focus:outline-focus-dark": e === "alt-system",
|
|
239
239
|
"focus:outline-focus-dark dark:focus:outline-focus-light": e === "system"
|
|
240
|
-
}),
|
|
240
|
+
}), Se = ({
|
|
241
241
|
mode: e,
|
|
242
|
-
raw:
|
|
242
|
+
raw: t,
|
|
243
243
|
iconClassName: r
|
|
244
|
-
}) =>
|
|
244
|
+
}) => t ? "" : n(
|
|
245
245
|
{
|
|
246
246
|
"text-copy-accent-dark": e === "light" || e === "alt-system",
|
|
247
247
|
"text-copy-light": e === "dark" || e === "system",
|
|
@@ -249,182 +249,222 @@ const O = "av-messagebox", $ = "av-panel", A = "av-button", _ = "icon", z = "but
|
|
|
249
249
|
"dark:text-copy-accent-dark": e === "system"
|
|
250
250
|
},
|
|
251
251
|
r
|
|
252
|
-
),
|
|
252
|
+
), Re = ({
|
|
253
|
+
animated: e
|
|
254
|
+
}) => n({
|
|
255
|
+
"transition-opacity duration-300 ease-in": e
|
|
256
|
+
}), Be = ({
|
|
253
257
|
type: e,
|
|
254
|
-
className:
|
|
258
|
+
className: t,
|
|
255
259
|
raw: r,
|
|
256
|
-
mode:
|
|
257
|
-
focusMode:
|
|
258
|
-
disabled:
|
|
259
|
-
fullWidth:
|
|
260
|
+
mode: a,
|
|
261
|
+
focusMode: i,
|
|
262
|
+
disabled: o,
|
|
263
|
+
fullWidth: l,
|
|
260
264
|
size: s,
|
|
261
|
-
noBorder:
|
|
262
|
-
labelRight:
|
|
263
|
-
labelLeft:
|
|
264
|
-
noBackground:
|
|
265
|
-
variant:
|
|
266
|
-
noTruncate:
|
|
267
|
-
align:
|
|
268
|
-
radius:
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
265
|
+
noBorder: d,
|
|
266
|
+
labelRight: m,
|
|
267
|
+
labelLeft: v,
|
|
268
|
+
noBackground: g,
|
|
269
|
+
variant: u,
|
|
270
|
+
noTruncate: f,
|
|
271
|
+
align: E,
|
|
272
|
+
radius: S,
|
|
273
|
+
animated: k
|
|
274
|
+
}) => (u || (u = "primary"), r ? n(G, t) : n(
|
|
275
|
+
G,
|
|
276
|
+
ke({
|
|
277
|
+
mode: a,
|
|
278
|
+
variant: u,
|
|
279
|
+
noBackground: g,
|
|
280
|
+
noTruncate: f
|
|
276
281
|
}),
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
282
|
+
we({ mode: a, noBackground: g, variant: u }),
|
|
283
|
+
xe({ radius: S }),
|
|
284
|
+
ye({
|
|
280
285
|
type: e,
|
|
281
286
|
size: s,
|
|
282
|
-
labelRight:
|
|
283
|
-
labelLeft:
|
|
284
|
-
align:
|
|
287
|
+
labelRight: m,
|
|
288
|
+
labelLeft: v,
|
|
289
|
+
align: E
|
|
285
290
|
}),
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
+
pe({ type: e, size: s, labelRight: m, labelLeft: v }),
|
|
292
|
+
Ie({ mode: a, variant: u, noBorder: d }),
|
|
293
|
+
Ee({ focusMode: i }),
|
|
294
|
+
_e({ mode: a, variant: u, disabled: o }),
|
|
295
|
+
Ne({ mode: a, variant: u, disabled: o }),
|
|
291
296
|
{
|
|
292
|
-
"w-full":
|
|
293
|
-
"disabled:cursor-not-allowed disabled:opacity-50":
|
|
297
|
+
"w-full": l,
|
|
298
|
+
"disabled:cursor-not-allowed disabled:opacity-50": o
|
|
294
299
|
},
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
300
|
+
n({
|
|
301
|
+
"transition-[width] duration-300 ease-in-out": e === L && k
|
|
302
|
+
}),
|
|
303
|
+
t
|
|
304
|
+
)), Te = (e, t, r) => {
|
|
305
|
+
var a;
|
|
306
|
+
!t && (!document.activeElement || document.activeElement !== e.currentTarget) && typeof ((a = e == null ? void 0 : e.currentTarget) == null ? void 0 : a.focus) == "function" && e.currentTarget.focus(), typeof r == "function" && r(e);
|
|
307
|
+
}, K = z.forwardRef((e, t) => {
|
|
308
|
+
const { onClick: r, noInternalClick: a = !1, ...i } = e;
|
|
309
|
+
return /* @__PURE__ */ c(
|
|
302
310
|
"button",
|
|
303
311
|
{
|
|
304
|
-
ref:
|
|
305
|
-
onClick: (
|
|
306
|
-
|
|
312
|
+
ref: t,
|
|
313
|
+
onClick: (o) => {
|
|
314
|
+
Te(o, a, r);
|
|
307
315
|
},
|
|
308
|
-
...
|
|
316
|
+
...i
|
|
309
317
|
}
|
|
310
318
|
);
|
|
311
319
|
});
|
|
312
|
-
|
|
313
|
-
|
|
320
|
+
K.displayName = "BaseButton";
|
|
321
|
+
function Ce() {
|
|
322
|
+
const e = I(!1);
|
|
323
|
+
return V(() => (e.current = !0, () => {
|
|
324
|
+
e.current = !1;
|
|
325
|
+
}), []), ce(() => e.current, []);
|
|
326
|
+
}
|
|
327
|
+
function Me(e) {
|
|
328
|
+
return H(() => e.every((t) => t == null) ? () => {
|
|
329
|
+
} : (t) => {
|
|
330
|
+
e.forEach((r) => {
|
|
331
|
+
typeof r == "function" ? r(t) : r != null && (r.current = t);
|
|
332
|
+
});
|
|
333
|
+
}, e);
|
|
334
|
+
}
|
|
335
|
+
const Le = {
|
|
336
|
+
x: 0,
|
|
337
|
+
y: 0,
|
|
338
|
+
width: 0,
|
|
339
|
+
height: 0,
|
|
340
|
+
top: 0,
|
|
341
|
+
left: 0,
|
|
342
|
+
bottom: 0,
|
|
343
|
+
right: 0
|
|
344
|
+
};
|
|
345
|
+
function P(e) {
|
|
346
|
+
const t = Ce(), r = I(0), a = I(null), [i, o] = le(Le), l = H(() => typeof ResizeObserver > "u" ? null : new ResizeObserver((s) => {
|
|
347
|
+
const d = s[0];
|
|
348
|
+
d && (cancelAnimationFrame(r.current), r.current = requestAnimationFrame(() => {
|
|
349
|
+
a.current && t() && o(d.contentRect);
|
|
350
|
+
}));
|
|
351
|
+
}), [t]);
|
|
352
|
+
return V(() => (a.current && (l == null || l.observe(a.current, e)), () => {
|
|
353
|
+
l == null || l.disconnect(), r.current && cancelAnimationFrame(r.current);
|
|
354
|
+
}), [l, e]), [a, i];
|
|
355
|
+
}
|
|
356
|
+
const W = {
|
|
357
|
+
small: 24,
|
|
358
|
+
// w-6
|
|
359
|
+
medium: 32,
|
|
360
|
+
// w-8
|
|
361
|
+
large: 48
|
|
362
|
+
// w-12
|
|
363
|
+
}, X = {
|
|
364
|
+
small: 8 * 2,
|
|
365
|
+
// px-2 x 2
|
|
366
|
+
medium: 12 * 2,
|
|
367
|
+
// px-3 x 2
|
|
368
|
+
large: 16 * 2
|
|
369
|
+
// px-4 x 2
|
|
370
|
+
}, Y = 2, U = z.forwardRef(
|
|
314
371
|
({
|
|
315
372
|
children: e,
|
|
316
|
-
disabled:
|
|
373
|
+
disabled: t = !1,
|
|
317
374
|
mode: r = "system",
|
|
318
|
-
focusMode:
|
|
319
|
-
fullWidth:
|
|
320
|
-
className:
|
|
321
|
-
type:
|
|
375
|
+
focusMode: a = "system",
|
|
376
|
+
fullWidth: i = !1,
|
|
377
|
+
className: o,
|
|
378
|
+
type: l = "button",
|
|
322
379
|
raw: s = !1,
|
|
323
|
-
noBorder:
|
|
324
|
-
"aria-label":
|
|
325
|
-
label:
|
|
326
|
-
size:
|
|
327
|
-
labelRight:
|
|
328
|
-
labelLeft:
|
|
329
|
-
noBackground:
|
|
330
|
-
align:
|
|
331
|
-
radius:
|
|
332
|
-
variant:
|
|
333
|
-
iconClassName:
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
380
|
+
noBorder: d = !1,
|
|
381
|
+
"aria-label": m,
|
|
382
|
+
label: v,
|
|
383
|
+
size: g = "medium",
|
|
384
|
+
labelRight: u,
|
|
385
|
+
labelLeft: f,
|
|
386
|
+
noBackground: E = !1,
|
|
387
|
+
align: S = "center",
|
|
388
|
+
radius: k = "large",
|
|
389
|
+
variant: ee = "primary",
|
|
390
|
+
iconClassName: re,
|
|
391
|
+
animated: y = !1,
|
|
392
|
+
...te
|
|
393
|
+
}, ae) => {
|
|
394
|
+
const ie = Be({
|
|
395
|
+
type: L,
|
|
338
396
|
mode: r,
|
|
339
|
-
focusMode:
|
|
340
|
-
fullWidth:
|
|
341
|
-
disabled:
|
|
397
|
+
focusMode: a,
|
|
398
|
+
fullWidth: i,
|
|
399
|
+
disabled: t,
|
|
342
400
|
raw: s,
|
|
343
|
-
className:
|
|
344
|
-
noBorder:
|
|
345
|
-
size:
|
|
346
|
-
labelRight:
|
|
347
|
-
labelLeft:
|
|
348
|
-
noBackground:
|
|
349
|
-
align:
|
|
350
|
-
radius:
|
|
351
|
-
variant:
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
401
|
+
className: o,
|
|
402
|
+
noBorder: d,
|
|
403
|
+
size: g,
|
|
404
|
+
labelRight: u,
|
|
405
|
+
labelLeft: f,
|
|
406
|
+
noBackground: E,
|
|
407
|
+
align: S,
|
|
408
|
+
radius: k,
|
|
409
|
+
variant: ee,
|
|
410
|
+
animated: y
|
|
411
|
+
}), ne = Se({ mode: r, raw: s, iconClassName: re }), F = Re({ animated: y }), [p, w] = P(), [x, _] = P(), [B, T] = P(), N = I(0), b = I(null), oe = Me([ae, b]);
|
|
412
|
+
return O(() => {
|
|
413
|
+
y || (N.current = T.width + X[g] + (d ? 0 : Y), b && b.current && (w.width > 0 ? b.current.style.width = `${w.width + N.current}px` : _.width > 0 ? b.current.style.width = `${_.width + N.current}px` : b.current.style.width = `${W[g]}px`));
|
|
414
|
+
}, [y, T, g, d, w, _]), O(() => {
|
|
415
|
+
B && B.current && y && (N.current = T.width + X[g] + (d ? 0 : Y));
|
|
416
|
+
}, [T, B, g, d, y]), O(() => {
|
|
417
|
+
b && b.current && y && (u && p && w.width > 0 ? (p.current && (p.current.style.opacity = "100"), b.current.style.width = `${w.width + N.current}px`) : f && _.width > 0 ? (x.current && (x.current.style.opacity = "100"), b.current.style.width = `${_.width + N.current}px`) : (p.current && (p.current.style.opacity = "0"), x.current && (x.current.style.opacity = "0"), b.current.style.width = `${W[g]}px`));
|
|
418
|
+
}, [
|
|
419
|
+
w,
|
|
420
|
+
u,
|
|
421
|
+
p,
|
|
422
|
+
_,
|
|
423
|
+
f,
|
|
424
|
+
x,
|
|
425
|
+
g,
|
|
426
|
+
y
|
|
427
|
+
]), /* @__PURE__ */ M(
|
|
428
|
+
K,
|
|
355
429
|
{
|
|
356
|
-
ref:
|
|
357
|
-
className:
|
|
358
|
-
disabled:
|
|
359
|
-
type:
|
|
360
|
-
"aria-label":
|
|
361
|
-
...
|
|
430
|
+
ref: oe,
|
|
431
|
+
className: ie,
|
|
432
|
+
disabled: t,
|
|
433
|
+
type: l,
|
|
434
|
+
"aria-label": m || v,
|
|
435
|
+
...te,
|
|
362
436
|
children: [
|
|
363
|
-
|
|
364
|
-
/* @__PURE__ */
|
|
365
|
-
c && /* @__PURE__ */
|
|
437
|
+
/* @__PURE__ */ c("span", { ref: x, className: F, children: f && /* @__PURE__ */ c("span", { className: "pr-2", children: f }) }),
|
|
438
|
+
/* @__PURE__ */ c("span", { ref: B, className: ne, children: e }),
|
|
439
|
+
/* @__PURE__ */ c("span", { ref: p, className: F, children: u && /* @__PURE__ */ c("span", { className: "pl-2", children: u }) })
|
|
366
440
|
]
|
|
367
441
|
}
|
|
368
442
|
);
|
|
369
443
|
}
|
|
370
444
|
);
|
|
371
|
-
|
|
445
|
+
U.displayName = "ButtonIcon";
|
|
372
446
|
/*!
|
|
373
|
-
@versini/ui-button v4.1
|
|
447
|
+
@versini/ui-button v4.2.1
|
|
374
448
|
© 2025 gizmette.com
|
|
375
449
|
*/
|
|
376
450
|
try {
|
|
377
451
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
378
|
-
version: "4.1
|
|
379
|
-
buildTime: "01/
|
|
452
|
+
version: "4.2.1",
|
|
453
|
+
buildTime: "01/26/2025 05:19 PM EST",
|
|
380
454
|
homepage: "https://github.com/aversini/ui-components",
|
|
381
455
|
license: "MIT"
|
|
382
456
|
});
|
|
383
457
|
} catch {
|
|
384
458
|
}
|
|
385
|
-
const
|
|
459
|
+
const $e = z.forwardRef(
|
|
386
460
|
({
|
|
387
461
|
children: e,
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
raw: s = !1,
|
|
395
|
-
noBorder: u = !1,
|
|
396
|
-
"aria-label": g,
|
|
397
|
-
label: b,
|
|
398
|
-
size: f = "medium",
|
|
399
|
-
labelRight: c,
|
|
400
|
-
labelLeft: h,
|
|
401
|
-
noBackground: v = !1,
|
|
402
|
-
align: p = "center",
|
|
403
|
-
active: y = !1,
|
|
404
|
-
radius: I = "large",
|
|
405
|
-
...E
|
|
406
|
-
}, B) => {
|
|
407
|
-
const S = U({
|
|
408
|
-
type: _,
|
|
409
|
-
mode: r,
|
|
410
|
-
focusMode: t,
|
|
411
|
-
fullWidth: o,
|
|
412
|
-
disabled: a,
|
|
413
|
-
raw: s,
|
|
414
|
-
className: l,
|
|
415
|
-
noBorder: u,
|
|
416
|
-
size: f,
|
|
417
|
-
labelRight: c,
|
|
418
|
-
labelLeft: h,
|
|
419
|
-
noBackground: v,
|
|
420
|
-
align: p,
|
|
421
|
-
radius: I
|
|
422
|
-
}), R = i({
|
|
423
|
-
"text-copy-accent-dark": r === "light" && !s,
|
|
424
|
-
"text-copy-light": r === "dark" && !s,
|
|
425
|
-
"text-copy-accent-dark dark:text-copy-light": r === "alt-system" && !s,
|
|
426
|
-
"text-copy-light dark:text-copy-accent-dark": r === "system" && !s
|
|
427
|
-
}), T = y ? i(
|
|
462
|
+
mode: t = "system",
|
|
463
|
+
className: r,
|
|
464
|
+
active: a = !1,
|
|
465
|
+
...i
|
|
466
|
+
}, o) => {
|
|
467
|
+
const l = a ? n(
|
|
428
468
|
"relative",
|
|
429
469
|
"focus-within:static",
|
|
430
470
|
"focus-within:after:border-transparent",
|
|
@@ -435,59 +475,54 @@ const ge = C.forwardRef(
|
|
|
435
475
|
"after:left-0",
|
|
436
476
|
"after:right-0",
|
|
437
477
|
{
|
|
438
|
-
"after:border-table-dark":
|
|
439
|
-
"after:border-table-light":
|
|
440
|
-
"after:border-table-dark dark:after:border-table-light":
|
|
441
|
-
"after:border-table-light dark:after:border-table-dark":
|
|
478
|
+
"after:border-table-dark": t === "dark",
|
|
479
|
+
"after:border-table-light": t === "light",
|
|
480
|
+
"after:border-table-dark dark:after:border-table-light": t === "system",
|
|
481
|
+
"after:border-table-light dark:after:border-table-dark": t === "alt-system"
|
|
442
482
|
}
|
|
443
483
|
) : "";
|
|
444
|
-
return /* @__PURE__ */
|
|
445
|
-
|
|
484
|
+
return /* @__PURE__ */ c("div", { className: l, children: /* @__PURE__ */ c(
|
|
485
|
+
U,
|
|
446
486
|
{
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
children: [
|
|
454
|
-
h && /* @__PURE__ */ n("span", { className: "pr-2", children: h }),
|
|
455
|
-
/* @__PURE__ */ n("div", { className: R, children: e }),
|
|
456
|
-
c && /* @__PURE__ */ n("span", { className: "pl-2", children: c })
|
|
457
|
-
]
|
|
487
|
+
className: n("justify-center", r),
|
|
488
|
+
ref: o,
|
|
489
|
+
mode: t,
|
|
490
|
+
radius: "small",
|
|
491
|
+
...i,
|
|
492
|
+
children: e
|
|
458
493
|
}
|
|
459
494
|
) });
|
|
460
495
|
}
|
|
461
496
|
);
|
|
462
|
-
|
|
463
|
-
const
|
|
497
|
+
$e.displayName = "ButtonSort";
|
|
498
|
+
const Oe = ({
|
|
464
499
|
children: e,
|
|
465
|
-
fill:
|
|
500
|
+
fill: t,
|
|
466
501
|
viewBox: r,
|
|
467
|
-
className:
|
|
468
|
-
defaultViewBox:
|
|
469
|
-
size:
|
|
470
|
-
title:
|
|
502
|
+
className: a,
|
|
503
|
+
defaultViewBox: i,
|
|
504
|
+
size: o,
|
|
505
|
+
title: l,
|
|
471
506
|
semantic: s = !1,
|
|
472
|
-
...
|
|
507
|
+
...d
|
|
473
508
|
}) => {
|
|
474
|
-
const
|
|
475
|
-
return /* @__PURE__ */
|
|
476
|
-
/* @__PURE__ */
|
|
509
|
+
const m = n(o, a);
|
|
510
|
+
return /* @__PURE__ */ M(q, { children: [
|
|
511
|
+
/* @__PURE__ */ c(
|
|
477
512
|
"svg",
|
|
478
513
|
{
|
|
479
514
|
xmlns: "http://www.w3.org/2000/svg",
|
|
480
|
-
className:
|
|
481
|
-
viewBox: r ||
|
|
482
|
-
fill:
|
|
515
|
+
className: m,
|
|
516
|
+
viewBox: r || i,
|
|
517
|
+
fill: t || "currentColor",
|
|
483
518
|
role: "img",
|
|
484
519
|
"aria-hidden": !s,
|
|
485
520
|
focusable: !1,
|
|
486
|
-
...
|
|
521
|
+
...d,
|
|
487
522
|
children: e
|
|
488
523
|
}
|
|
489
524
|
),
|
|
490
|
-
|
|
525
|
+
l && s && /* @__PURE__ */ c("span", { className: "sr-only", children: l })
|
|
491
526
|
] });
|
|
492
527
|
};
|
|
493
528
|
/*!
|
|
@@ -503,26 +538,26 @@ try {
|
|
|
503
538
|
});
|
|
504
539
|
} catch {
|
|
505
540
|
}
|
|
506
|
-
const
|
|
541
|
+
const Pe = ({
|
|
507
542
|
className: e,
|
|
508
|
-
viewBox:
|
|
543
|
+
viewBox: t,
|
|
509
544
|
title: r,
|
|
510
|
-
monotone:
|
|
511
|
-
...
|
|
512
|
-
}) => /* @__PURE__ */
|
|
513
|
-
|
|
545
|
+
monotone: a,
|
|
546
|
+
...i
|
|
547
|
+
}) => /* @__PURE__ */ c(
|
|
548
|
+
Oe,
|
|
514
549
|
{
|
|
515
550
|
defaultViewBox: "0 0 384 512",
|
|
516
551
|
size: "size-5",
|
|
517
|
-
viewBox:
|
|
552
|
+
viewBox: t,
|
|
518
553
|
className: e,
|
|
519
554
|
title: r || "Close",
|
|
520
|
-
...
|
|
521
|
-
children: /* @__PURE__ */
|
|
555
|
+
...i,
|
|
556
|
+
children: /* @__PURE__ */ c(
|
|
522
557
|
"path",
|
|
523
558
|
{
|
|
524
559
|
d: "M297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256l105.3-105.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3z",
|
|
525
|
-
opacity:
|
|
560
|
+
opacity: a ? "1" : "0.4"
|
|
526
561
|
}
|
|
527
562
|
)
|
|
528
563
|
}
|
|
@@ -540,152 +575,152 @@ try {
|
|
|
540
575
|
});
|
|
541
576
|
} catch {
|
|
542
577
|
}
|
|
543
|
-
const
|
|
544
|
-
function
|
|
578
|
+
const Q = h.createContext(null);
|
|
579
|
+
function Ae({
|
|
545
580
|
initialOpen: e = !1,
|
|
546
|
-
open:
|
|
581
|
+
open: t,
|
|
547
582
|
onOpenChange: r
|
|
548
583
|
} = {}) {
|
|
549
|
-
const [
|
|
550
|
-
open:
|
|
551
|
-
onOpenChange:
|
|
552
|
-
}),
|
|
553
|
-
enabled:
|
|
554
|
-
}),
|
|
584
|
+
const [a, i] = h.useState(e), [o, l] = h.useState(), [s, d] = h.useState(), m = t ?? a, v = r ?? i, g = se({
|
|
585
|
+
open: m,
|
|
586
|
+
onOpenChange: v
|
|
587
|
+
}), u = g.context, f = de(u, {
|
|
588
|
+
enabled: t == null
|
|
589
|
+
}), E = ue(u, {
|
|
555
590
|
outsidePress: !1,
|
|
556
591
|
outsidePressEvent: "mousedown"
|
|
557
|
-
}),
|
|
558
|
-
return
|
|
592
|
+
}), S = me(u), k = ge([f, E, S]);
|
|
593
|
+
return h.useMemo(
|
|
559
594
|
() => ({
|
|
560
|
-
open:
|
|
561
|
-
setOpen:
|
|
562
|
-
...
|
|
563
|
-
...
|
|
564
|
-
labelId:
|
|
595
|
+
open: m,
|
|
596
|
+
setOpen: v,
|
|
597
|
+
...k,
|
|
598
|
+
...g,
|
|
599
|
+
labelId: o,
|
|
565
600
|
descriptionId: s,
|
|
566
|
-
setLabelId:
|
|
567
|
-
setDescriptionId:
|
|
601
|
+
setLabelId: l,
|
|
602
|
+
setDescriptionId: d
|
|
568
603
|
}),
|
|
569
|
-
[
|
|
604
|
+
[m, v, k, g, o, s]
|
|
570
605
|
);
|
|
571
606
|
}
|
|
572
|
-
const
|
|
573
|
-
const e =
|
|
607
|
+
const $ = () => {
|
|
608
|
+
const e = h.useContext(Q);
|
|
574
609
|
if (e == null)
|
|
575
610
|
throw new Error("Modal components must be wrapped in <Modal />");
|
|
576
611
|
return e;
|
|
577
612
|
};
|
|
578
|
-
function
|
|
613
|
+
function ze({
|
|
579
614
|
children: e,
|
|
580
|
-
...
|
|
615
|
+
...t
|
|
581
616
|
}) {
|
|
582
|
-
const r =
|
|
583
|
-
return /* @__PURE__ */
|
|
617
|
+
const r = Ae(t);
|
|
618
|
+
return /* @__PURE__ */ c(Q.Provider, { value: r, children: e });
|
|
584
619
|
}
|
|
585
|
-
const
|
|
586
|
-
const { context: r, ...
|
|
620
|
+
const Ve = h.forwardRef(function(e, t) {
|
|
621
|
+
const { context: r, ...a } = $(), i = he([a.refs.setFloating, t]);
|
|
587
622
|
if (!r.open)
|
|
588
623
|
return null;
|
|
589
|
-
const { overlayBackground:
|
|
590
|
-
[`${
|
|
591
|
-
"bg-black sm:bg-black/[.8]": !
|
|
624
|
+
const { overlayBackground: o, ...l } = e, s = n("grid place-items-center", {
|
|
625
|
+
[`${o}`]: o,
|
|
626
|
+
"bg-black sm:bg-black/[.8]": !o
|
|
592
627
|
});
|
|
593
|
-
return /* @__PURE__ */
|
|
628
|
+
return /* @__PURE__ */ c(be, { children: /* @__PURE__ */ c(fe, { className: s, lockScroll: !0, children: /* @__PURE__ */ c(ve, { context: r, children: /* @__PURE__ */ c(
|
|
594
629
|
"div",
|
|
595
630
|
{
|
|
596
|
-
ref:
|
|
597
|
-
"aria-labelledby":
|
|
598
|
-
"aria-describedby":
|
|
599
|
-
...
|
|
600
|
-
children:
|
|
631
|
+
ref: i,
|
|
632
|
+
"aria-labelledby": a.labelId,
|
|
633
|
+
"aria-describedby": a.descriptionId,
|
|
634
|
+
...a.getFloatingProps(l),
|
|
635
|
+
children: l.children
|
|
601
636
|
}
|
|
602
637
|
) }) }) });
|
|
603
|
-
}),
|
|
604
|
-
const { setLabelId:
|
|
605
|
-
return
|
|
606
|
-
}),
|
|
607
|
-
const { setDescriptionId:
|
|
608
|
-
return
|
|
609
|
-
}),
|
|
610
|
-
const { setOpen: r } =
|
|
611
|
-
return /* @__PURE__ */
|
|
612
|
-
ref:
|
|
613
|
-
onClick:
|
|
614
|
-
...
|
|
638
|
+
}), Ue = h.forwardRef(function({ children: e, ...t }, r) {
|
|
639
|
+
const { setLabelId: a } = $(), i = Z();
|
|
640
|
+
return h.useLayoutEffect(() => (a(i), () => a(void 0)), [i, a]), /* @__PURE__ */ c("h1", { ...t, ref: r, id: i, children: e });
|
|
641
|
+
}), Fe = h.forwardRef(function({ children: e, ...t }, r) {
|
|
642
|
+
const { setDescriptionId: a } = $(), i = Z();
|
|
643
|
+
return h.useLayoutEffect(() => (a(i), () => a(void 0)), [i, a]), /* @__PURE__ */ c("div", { ...t, ref: r, id: i, children: e });
|
|
644
|
+
}), je = h.forwardRef(function(e, t) {
|
|
645
|
+
const { setOpen: r } = $(), { trigger: a, className: i, ...o } = e, l = h.useCallback(() => r(!1), [r]);
|
|
646
|
+
return /* @__PURE__ */ c("div", { className: i, children: h.cloneElement(a, {
|
|
647
|
+
ref: t,
|
|
648
|
+
onClick: l,
|
|
649
|
+
...o
|
|
615
650
|
}) });
|
|
616
651
|
});
|
|
617
652
|
/*!
|
|
618
|
-
@versini/ui-modal v1.2.
|
|
653
|
+
@versini/ui-modal v1.2.9
|
|
619
654
|
© 2025 gizmette.com
|
|
620
655
|
*/
|
|
621
656
|
try {
|
|
622
657
|
window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
|
|
623
|
-
version: "1.2.
|
|
624
|
-
buildTime: "01/
|
|
658
|
+
version: "1.2.9",
|
|
659
|
+
buildTime: "01/26/2025 05:19 PM EST",
|
|
625
660
|
homepage: "https://github.com/aversini/ui-components",
|
|
626
661
|
license: "MIT"
|
|
627
662
|
});
|
|
628
663
|
} catch {
|
|
629
664
|
}
|
|
630
|
-
const
|
|
665
|
+
const R = "panel", C = "messagebox", De = ({
|
|
631
666
|
className: e,
|
|
632
|
-
kind:
|
|
667
|
+
kind: t,
|
|
633
668
|
borderMode: r
|
|
634
669
|
}) => ({
|
|
635
|
-
main:
|
|
636
|
-
[`${
|
|
637
|
-
[`${
|
|
638
|
-
[`${
|
|
639
|
-
[`${
|
|
670
|
+
main: n("prose prose-lighter flex flex-col bg-surface-medium", {
|
|
671
|
+
[`${D} max-h-full sm:max-h-[95%] min-h-full sm:min-h-[10rem] sm:rounded-lg sm:border-2`]: t === R,
|
|
672
|
+
[`${D} w-full sm:w-[95%] md:max-w-2xl`]: t === R && !e,
|
|
673
|
+
[`${j} rounded-lg border-2`]: t === C,
|
|
674
|
+
[`${j} w-[95%] sm:w-[50%] md:max-w-2xl`]: t === C && !e,
|
|
640
675
|
[`${e}`]: !!e,
|
|
641
|
-
"sm:border-border-dark": r === "dark" &&
|
|
642
|
-
"sm:border-border-accent": r === "light" &&
|
|
643
|
-
"border-border-dark": r === "dark" &&
|
|
644
|
-
"border-border-accent": r === "light" &&
|
|
676
|
+
"sm:border-border-dark": r === "dark" && t === R,
|
|
677
|
+
"sm:border-border-accent": r === "light" && t === R,
|
|
678
|
+
"border-border-dark": r === "dark" && t === C,
|
|
679
|
+
"border-border-accent": r === "light" && t === C
|
|
645
680
|
}),
|
|
646
681
|
content: "flex flex-col py-2 sm:py-4 sm:px-4 px-2 overflow-y-auto",
|
|
647
682
|
footer: "flex flex-grow flex-col sm:p-4 p-2",
|
|
648
683
|
header: "sm:p-4 mb-0 p-2",
|
|
649
684
|
close: "sm:p-4 p-2"
|
|
650
|
-
}),
|
|
685
|
+
}), qe = ({
|
|
651
686
|
open: e,
|
|
652
|
-
onOpenChange:
|
|
687
|
+
onOpenChange: t,
|
|
653
688
|
title: r,
|
|
654
|
-
children:
|
|
655
|
-
footer:
|
|
656
|
-
borderMode:
|
|
657
|
-
kind:
|
|
689
|
+
children: a,
|
|
690
|
+
footer: i,
|
|
691
|
+
borderMode: o = "light",
|
|
692
|
+
kind: l = R,
|
|
658
693
|
className: s
|
|
659
694
|
}) => {
|
|
660
|
-
const
|
|
661
|
-
return
|
|
662
|
-
e && (document.title =
|
|
663
|
-
}), [r, e]), /* @__PURE__ */
|
|
664
|
-
/* @__PURE__ */
|
|
665
|
-
/* @__PURE__ */
|
|
666
|
-
|
|
695
|
+
const d = I(""), m = De({ className: s, kind: l, borderMode: o });
|
|
696
|
+
return V(() => (e && (d.current = document.title, document.title = `${r} | ${d.current}`), () => {
|
|
697
|
+
e && (document.title = d.current);
|
|
698
|
+
}), [r, e]), /* @__PURE__ */ c(q, { children: e && /* @__PURE__ */ c(ze, { open: e, onOpenChange: t, children: /* @__PURE__ */ M(Ve, { className: m.main, children: [
|
|
699
|
+
/* @__PURE__ */ M("div", { className: "flex flex-row-reverse items-center justify-between", children: [
|
|
700
|
+
/* @__PURE__ */ c(
|
|
701
|
+
je,
|
|
667
702
|
{
|
|
668
|
-
className:
|
|
669
|
-
trigger: /* @__PURE__ */
|
|
670
|
-
|
|
703
|
+
className: m.close,
|
|
704
|
+
trigger: /* @__PURE__ */ c(
|
|
705
|
+
U,
|
|
671
706
|
{
|
|
672
707
|
mode: "dark",
|
|
673
708
|
focusMode: "light",
|
|
674
709
|
noBorder: !0,
|
|
675
710
|
label: "Close",
|
|
676
|
-
children: /* @__PURE__ */
|
|
711
|
+
children: /* @__PURE__ */ c(Pe, {})
|
|
677
712
|
}
|
|
678
713
|
)
|
|
679
714
|
}
|
|
680
715
|
),
|
|
681
|
-
/* @__PURE__ */
|
|
716
|
+
/* @__PURE__ */ c(Ue, { className: m.header, children: r })
|
|
682
717
|
] }),
|
|
683
|
-
/* @__PURE__ */
|
|
684
|
-
|
|
718
|
+
/* @__PURE__ */ c(Fe, { className: m.content, children: a }),
|
|
719
|
+
i && /* @__PURE__ */ c("div", { className: m.footer, children: i })
|
|
685
720
|
] }) }) });
|
|
686
721
|
};
|
|
687
722
|
export {
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
723
|
+
j as MESSAGEBOX_CLASSNAME,
|
|
724
|
+
D as PANEL_CLASSNAME,
|
|
725
|
+
qe as Panel
|
|
691
726
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::-ms-backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-ms-input-placeholder,textarea::-ms-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.prose{color:var(--tw-prose-body);max-width:inherit}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;-webkit-padding-start:1.625em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;-webkit-padding-start:1.625em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;-webkit-padding-start:1em;padding-inline-start:1em;border-left-width:6px}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;-webkit-padding-end:.375em;padding-inline-end:.375em;padding-bottom:.1875em;-webkit-padding-start:.375em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875rem;line-height:1.25rem;margin-top:2rem;margin-bottom:2rem;border-radius:.375rem;padding-top:.8571429em;-webkit-padding-end:1.1428571em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;-webkit-padding-start:1.1428571em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;-webkit-padding-end:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;-webkit-padding-start:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em;font-size:1rem}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.375em;padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.375em;padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;-webkit-padding-start:1.625em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;-webkit-padding-end:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;-webkit-padding-start:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(h1,h2,h3,h4,h5,h6):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Open Sans,ui-sans-serif,system-ui,sans-serif;font-weight:400}.prose :where(.av-header h1,.av-header h2,.av-header h3,.av-header h4,.av-header h5,.av-header h6):not(:where([class~=not-prose],[class~=not-prose] *)){margin:0}.prose :where(.av-header p):not(:where([class~=not-prose],[class~=not-prose] *)){margin:0}.prose :where(blockquote p):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Georgia,Cambria,Times New Roman,Times,serif}.prose-lighter{--tw-prose-body: #ffffff;--tw-prose-headings: #e2e8f0;--tw-prose-lead: #ffffff;--tw-prose-links: #ffffff;--tw-prose-bold: #ffffff;--tw-prose-counters: #e2e8f0;--tw-prose-bullets: #e2e8f0;--tw-prose-hr: #e2e8f0;--tw-prose-quotes: #ffffff;--tw-prose-quote-borders: #ffffff;--tw-prose-captions: #ffffff;--tw-prose-code: #ffffff;--tw-prose-pre-code: #ffffff;--tw-prose-pre-bg: #0f172a;--tw-prose-kbd: #ffffff}.prose-lighter :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){color:#fff}@keyframes blink{50%{fill:transparent}}@keyframes av-tooltip-fade-in{0%{opacity:0}to{opacity:100}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.relative{position:relative}.mb-0{margin-bottom:0}.ml-1{margin-left:.25rem}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.size-3{width:.75rem;height:.75rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.h-12{height:3rem}.h-6{height:1.5rem}.h-8{height:2rem}.max-h-12{max-height:3rem}.max-h-8{max-height:2rem}.max-h-9{max-height:2.25rem}.max-h-full{max-height:100%}.min-h-full{min-height:100%}.w-12{width:3rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[95\%\]{width:95%}.w-full{width:100%}.flex-grow{flex-grow:1}.basis-11\/12{flex-basis:91.666667%}.basis-4{flex-basis:1rem}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.place-items-center{place-items:center}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.border{border-width:1px}.border-2{border-width:2px}.border-border-accent{--tw-border-opacity: 1;border-color:var(--av-border-accent, rgb(169 185 173 / var(--tw-border-opacity, 1)))}.border-border-danger-dark{--tw-border-opacity: 1;border-color:var(--av-border-danger-dark, rgb(127 29 29 / var(--tw-border-opacity, 1)))}.border-border-danger-medium{--tw-border-opacity: 1;border-color:var(--av-border-danger-medium, rgb(248 113 113 / var(--tw-border-opacity, 1)))}.border-border-dark{--tw-border-opacity: 1;border-color:var(--av-border-dark, rgb(15 23 42 / var(--tw-border-opacity, 1)))}.border-border-selected-dark{--tw-border-opacity: 1;border-color:var(--av-border-selected-dark, rgb(22 101 52 / var(--tw-border-opacity, 1)))}.border-table-dark{--tw-border-opacity: 1;border-color:var(--av-table-dark, rgb(55 65 81 / var(--tw-border-opacity, 1)))}.border-table-light{--tw-border-opacity: 1;border-color:var(--av-table-light, rgb(243 244 246 / var(--tw-border-opacity, 1)))}.border-transparent{border-color:transparent}.bg-action-danger-dark{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark, rgb(127 29 29 / var(--tw-bg-opacity, 1)))}.bg-action-danger-dark-active{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark-active, rgb(220 38 38 / var(--tw-bg-opacity, 1)))}.bg-action-danger-dark-hover{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark-hover, rgb(185 28 28 / var(--tw-bg-opacity, 1)))}.bg-action-danger-light{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light, rgb(220 38 38 / var(--tw-bg-opacity, 1)))}.bg-action-danger-light-active{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light-active, rgb(153 27 27 / var(--tw-bg-opacity, 1)))}.bg-action-danger-light-hover{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light-hover, rgb(185 28 28 / var(--tw-bg-opacity, 1)))}.bg-action-dark{--tw-bg-opacity: 1;background-color:var(--av-action-dark, rgb(15 23 42 / var(--tw-bg-opacity, 1)))}.bg-action-dark-active{--tw-bg-opacity: 1;background-color:var(--av-action-dark-active, rgb(71 85 105 / var(--tw-bg-opacity, 1)))}.bg-action-dark-hover{--tw-bg-opacity: 1;background-color:var(--av-action-dark-hover, rgb(51 65 85 / var(--tw-bg-opacity, 1)))}.bg-action-light{--tw-bg-opacity: 1;background-color:var(--av-action-light, rgb(100 116 139 / var(--tw-bg-opacity, 1)))}.bg-action-light-active{--tw-bg-opacity: 1;background-color:var(--av-action-light-active, rgb(51 65 85 / var(--tw-bg-opacity, 1)))}.bg-action-light-hover{--tw-bg-opacity: 1;background-color:var(--av-action-light-hover, rgb(71 85 105 / var(--tw-bg-opacity, 1)))}.bg-action-selected-dark{--tw-bg-opacity: 1;background-color:var(--av-action-selected-dark, rgb(21 128 61 / var(--tw-bg-opacity, 1)))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-surface-medium{--tw-bg-opacity: 1;background-color:var(--av-surface-medium, rgb(100 116 139 / var(--tw-bg-opacity, 1)))}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-0{padding-top:0;padding-bottom:0}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.text-center{text-align:center}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-medium{font-weight:500}.text-copy-accent-dark{--tw-text-opacity: 1;color:var(--av-copy-accent-dark, rgb(205 232 212 / var(--tw-text-opacity, 1)))}.text-copy-light{--tw-text-opacity: 1;color:var(--av-copy-light, rgb(226 232 240 / var(--tw-text-opacity, 1)))}.text-copy-lighter{--tw-text-opacity: 1;color:var(--av-copy-lighter, rgb(255 255 255 / var(--tw-text-opacity, 1)))}.opacity-50{opacity:.5}.outline-focus-dark{outline-color:var(--av-focus-dark, rgb(21 128 61 / 1))}.outline-focus-light{outline-color:var(--av-focus-light, rgb(134 239 172 / 1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:bottom-\[-4px\]:after{content:var(--tw-content);bottom:-4px}.after\:left-0:after{content:var(--tw-content);left:0}.after\:right-0:after{content:var(--tw-content);right:0}.after\:border-b-2:after{content:var(--tw-content);border-bottom-width:2px}.after\:border-table-dark:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:var(--av-table-dark, rgb(55 65 81 / var(--tw-border-opacity, 1)))}.after\:border-table-light:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:var(--av-table-light, rgb(243 244 246 / var(--tw-border-opacity, 1)))}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.focus-within\:static:focus-within{position:static}.focus-within\:after\:border-transparent:focus-within:after{content:var(--tw-content);border-color:transparent}.hover\:bg-action-danger-dark-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark-hover, rgb(185 28 28 / var(--tw-bg-opacity, 1)))}.hover\:bg-action-danger-light-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light-hover, rgb(185 28 28 / var(--tw-bg-opacity, 1)))}.hover\:bg-action-dark-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-dark-hover, rgb(51 65 85 / var(--tw-bg-opacity, 1)))}.hover\:bg-action-light-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-light-hover, rgb(71 85 105 / var(--tw-bg-opacity, 1)))}.hover\:bg-action-selected-dark-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-selected-dark-hover, rgb(22 163 74 / var(--tw-bg-opacity, 1)))}.hover\:text-copy-light-hover:hover{--tw-text-opacity: 1;color:var(--av-copy-light-hover, rgb(226 232 240 / var(--tw-text-opacity, 1)))}.focus\:outline:focus{outline-style:solid}.focus\:outline-2:focus{outline-width:2px}.focus\:outline-offset-2:focus{outline-offset:2px}.focus\:outline-focus-dark:focus{outline-color:var(--av-focus-dark, rgb(21 128 61 / 1))}.focus\:outline-focus-light:focus{outline-color:var(--av-focus-light, rgb(134 239 172 / 1))}.active\:bg-action-danger-dark-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark-active, rgb(220 38 38 / var(--tw-bg-opacity, 1)))}.active\:bg-action-danger-light-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light-active, rgb(153 27 27 / var(--tw-bg-opacity, 1)))}.active\:bg-action-dark-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-dark-active, rgb(71 85 105 / var(--tw-bg-opacity, 1)))}.active\:bg-action-light-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-light-active, rgb(51 65 85 / var(--tw-bg-opacity, 1)))}.active\:bg-action-selected-dark-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-selected-dark-active, rgb(34 197 94 / var(--tw-bg-opacity, 1)))}.active\:text-copy-light-active:active{--tw-text-opacity: 1;color:var(--av-copy-light-active, rgb(148 163 184 / var(--tw-text-opacity, 1)))}.active\:text-copy-lighter-active:active{--tw-text-opacity: 1;color:var(--av-copy-lighter-active, rgb(255 255 255 / var(--tw-text-opacity, 1)))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width: 640px){.sm\:max-h-\[95\%\]{max-height:95%}.sm\:min-h-\[10rem\]{min-height:10rem}.sm\:w-\[50\%\]{width:50%}.sm\:w-\[95\%\]{width:95%}.sm\:rounded-lg{border-radius:.5rem}.sm\:border-2{border-width:2px}.sm\:border-border-accent{--tw-border-opacity: 1;border-color:var(--av-border-accent, rgb(169 185 173 / var(--tw-border-opacity, 1)))}.sm\:border-border-dark{--tw-border-opacity: 1;border-color:var(--av-border-dark, rgb(15 23 42 / var(--tw-border-opacity, 1)))}.sm\:bg-black\/\[\.8\]{background-color:#000c}.sm\:p-4{padding:1rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}}@media (min-width: 768px){.md\:max-w-2xl{max-width:42rem}}@media (prefers-color-scheme: dark){.dark\:border-border-accent{--tw-border-opacity: 1;border-color:var(--av-border-accent, rgb(169 185 173 / var(--tw-border-opacity, 1)))}.dark\:border-border-danger-dark{--tw-border-opacity: 1;border-color:var(--av-border-danger-dark, rgb(127 29 29 / var(--tw-border-opacity, 1)))}.dark\:border-border-danger-medium{--tw-border-opacity: 1;border-color:var(--av-border-danger-medium, rgb(248 113 113 / var(--tw-border-opacity, 1)))}.dark\:border-border-dark{--tw-border-opacity: 1;border-color:var(--av-border-dark, rgb(15 23 42 / var(--tw-border-opacity, 1)))}.dark\:bg-action-danger-dark{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark, rgb(127 29 29 / var(--tw-bg-opacity, 1)))}.dark\:bg-action-danger-light{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light, rgb(220 38 38 / var(--tw-bg-opacity, 1)))}.dark\:bg-action-dark{--tw-bg-opacity: 1;background-color:var(--av-action-dark, rgb(15 23 42 / var(--tw-bg-opacity, 1)))}.dark\:bg-action-light{--tw-bg-opacity: 1;background-color:var(--av-action-light, rgb(100 116 139 / var(--tw-bg-opacity, 1)))}.dark\:text-copy-accent-dark{--tw-text-opacity: 1;color:var(--av-copy-accent-dark, rgb(205 232 212 / var(--tw-text-opacity, 1)))}.dark\:text-copy-light{--tw-text-opacity: 1;color:var(--av-copy-light, rgb(226 232 240 / var(--tw-text-opacity, 1)))}.dark\:text-copy-lighter{--tw-text-opacity: 1;color:var(--av-copy-lighter, rgb(255 255 255 / var(--tw-text-opacity, 1)))}.dark\:after\:border-table-dark:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:var(--av-table-dark, rgb(55 65 81 / var(--tw-border-opacity, 1)))}.dark\:after\:border-table-light:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:var(--av-table-light, rgb(243 244 246 / var(--tw-border-opacity, 1)))}.dark\:hover\:bg-action-danger-dark-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark-hover, rgb(185 28 28 / var(--tw-bg-opacity, 1)))}.dark\:hover\:bg-action-danger-light-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light-hover, rgb(185 28 28 / var(--tw-bg-opacity, 1)))}.dark\:hover\:bg-action-dark-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-dark-hover, rgb(51 65 85 / var(--tw-bg-opacity, 1)))}.dark\:hover\:bg-action-light-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-light-hover, rgb(71 85 105 / var(--tw-bg-opacity, 1)))}.dark\:focus\:outline-focus-dark:focus{outline-color:var(--av-focus-dark, rgb(21 128 61 / 1))}.dark\:focus\:outline-focus-light:focus{outline-color:var(--av-focus-light, rgb(134 239 172 / 1))}.dark\:active\:bg-action-danger-dark-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark-active, rgb(220 38 38 / var(--tw-bg-opacity, 1)))}.dark\:active\:bg-action-danger-light-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light-active, rgb(153 27 27 / var(--tw-bg-opacity, 1)))}.dark\:active\:bg-action-dark-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-dark-active, rgb(71 85 105 / var(--tw-bg-opacity, 1)))}.dark\:active\:bg-action-light-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-light-active, rgb(51 65 85 / var(--tw-bg-opacity, 1)))}}
|
|
1
|
+
*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::-ms-backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-ms-input-placeholder,textarea::-ms-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.prose{color:var(--tw-prose-body);max-width:inherit}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;-webkit-padding-start:1.625em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;-webkit-padding-start:1.625em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;-webkit-padding-start:1em;padding-inline-start:1em;border-left-width:6px}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;-webkit-padding-end:.375em;padding-inline-end:.375em;padding-bottom:.1875em;-webkit-padding-start:.375em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875rem;line-height:1.25rem;margin-top:2rem;margin-bottom:2rem;border-radius:.375rem;padding-top:.8571429em;-webkit-padding-end:1.1428571em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;-webkit-padding-start:1.1428571em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;-webkit-padding-end:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;-webkit-padding-start:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em;font-size:1rem}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.375em;padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.375em;padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;-webkit-padding-start:1.625em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;-webkit-padding-end:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;-webkit-padding-start:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(h1,h2,h3,h4,h5,h6):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Open Sans,ui-sans-serif,system-ui,sans-serif;font-weight:400}.prose :where(.av-header h1,.av-header h2,.av-header h3,.av-header h4,.av-header h5,.av-header h6):not(:where([class~=not-prose],[class~=not-prose] *)){margin:0}.prose :where(.av-header p):not(:where([class~=not-prose],[class~=not-prose] *)){margin:0}.prose :where(blockquote p):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Georgia,Cambria,Times New Roman,Times,serif}.prose-lighter{--tw-prose-body: #ffffff;--tw-prose-headings: #e2e8f0;--tw-prose-lead: #ffffff;--tw-prose-links: #ffffff;--tw-prose-bold: #ffffff;--tw-prose-counters: #e2e8f0;--tw-prose-bullets: #e2e8f0;--tw-prose-hr: #e2e8f0;--tw-prose-quotes: #ffffff;--tw-prose-quote-borders: #ffffff;--tw-prose-captions: #ffffff;--tw-prose-code: #ffffff;--tw-prose-pre-code: #ffffff;--tw-prose-pre-bg: #0f172a;--tw-prose-kbd: #ffffff}.prose-lighter :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){color:#fff}@keyframes blink{50%{fill:transparent}}@keyframes av-tooltip-fade-in{0%{opacity:0}to{opacity:100}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.relative{position:relative}.mb-0{margin-bottom:0}.ml-1{margin-left:.25rem}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.size-3{width:.75rem;height:.75rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.h-12{height:3rem}.h-6{height:1.5rem}.h-8{height:2rem}.max-h-12{max-height:3rem}.max-h-8{max-height:2rem}.max-h-9{max-height:2.25rem}.max-h-full{max-height:100%}.min-h-full{min-height:100%}.w-12{width:3rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[95\%\]{width:95%}.w-full{width:100%}.flex-grow{flex-grow:1}.basis-11\/12{flex-basis:91.666667%}.basis-4{flex-basis:1rem}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.place-items-center{place-items:center}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.border{border-width:1px}.border-2{border-width:2px}.border-border-accent{--tw-border-opacity: 1;border-color:var(--av-border-accent, rgb(169 185 173 / var(--tw-border-opacity, 1)))}.border-border-danger-dark{--tw-border-opacity: 1;border-color:var(--av-border-danger-dark, rgb(127 29 29 / var(--tw-border-opacity, 1)))}.border-border-danger-medium{--tw-border-opacity: 1;border-color:var(--av-border-danger-medium, rgb(248 113 113 / var(--tw-border-opacity, 1)))}.border-border-dark{--tw-border-opacity: 1;border-color:var(--av-border-dark, rgb(15 23 42 / var(--tw-border-opacity, 1)))}.border-border-selected-dark{--tw-border-opacity: 1;border-color:var(--av-border-selected-dark, rgb(22 101 52 / var(--tw-border-opacity, 1)))}.border-table-dark{--tw-border-opacity: 1;border-color:var(--av-table-dark, rgb(55 65 81 / var(--tw-border-opacity, 1)))}.border-table-light{--tw-border-opacity: 1;border-color:var(--av-table-light, rgb(243 244 246 / var(--tw-border-opacity, 1)))}.border-transparent{border-color:transparent}.bg-action-danger-dark{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark, rgb(127 29 29 / var(--tw-bg-opacity, 1)))}.bg-action-danger-dark-active{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark-active, rgb(220 38 38 / var(--tw-bg-opacity, 1)))}.bg-action-danger-dark-hover{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark-hover, rgb(185 28 28 / var(--tw-bg-opacity, 1)))}.bg-action-danger-light{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light, rgb(220 38 38 / var(--tw-bg-opacity, 1)))}.bg-action-danger-light-active{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light-active, rgb(153 27 27 / var(--tw-bg-opacity, 1)))}.bg-action-danger-light-hover{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light-hover, rgb(185 28 28 / var(--tw-bg-opacity, 1)))}.bg-action-dark{--tw-bg-opacity: 1;background-color:var(--av-action-dark, rgb(15 23 42 / var(--tw-bg-opacity, 1)))}.bg-action-dark-active{--tw-bg-opacity: 1;background-color:var(--av-action-dark-active, rgb(71 85 105 / var(--tw-bg-opacity, 1)))}.bg-action-dark-hover{--tw-bg-opacity: 1;background-color:var(--av-action-dark-hover, rgb(51 65 85 / var(--tw-bg-opacity, 1)))}.bg-action-light{--tw-bg-opacity: 1;background-color:var(--av-action-light, rgb(100 116 139 / var(--tw-bg-opacity, 1)))}.bg-action-light-active{--tw-bg-opacity: 1;background-color:var(--av-action-light-active, rgb(51 65 85 / var(--tw-bg-opacity, 1)))}.bg-action-light-hover{--tw-bg-opacity: 1;background-color:var(--av-action-light-hover, rgb(71 85 105 / var(--tw-bg-opacity, 1)))}.bg-action-selected-dark{--tw-bg-opacity: 1;background-color:var(--av-action-selected-dark, rgb(21 128 61 / var(--tw-bg-opacity, 1)))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-surface-medium{--tw-bg-opacity: 1;background-color:var(--av-surface-medium, rgb(100 116 139 / var(--tw-bg-opacity, 1)))}.p-2{padding:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.text-center{text-align:center}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-medium{font-weight:500}.text-copy-accent-dark{--tw-text-opacity: 1;color:var(--av-copy-accent-dark, rgb(205 232 212 / var(--tw-text-opacity, 1)))}.text-copy-light{--tw-text-opacity: 1;color:var(--av-copy-light, rgb(226 232 240 / var(--tw-text-opacity, 1)))}.text-copy-lighter{--tw-text-opacity: 1;color:var(--av-copy-lighter, rgb(255 255 255 / var(--tw-text-opacity, 1)))}.opacity-50{opacity:.5}.outline-focus-dark{outline-color:var(--av-focus-dark, rgb(21 128 61 / 1))}.outline-focus-light{outline-color:var(--av-focus-light, rgb(134 239 172 / 1))}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:bottom-\[-4px\]:after{content:var(--tw-content);bottom:-4px}.after\:left-0:after{content:var(--tw-content);left:0}.after\:right-0:after{content:var(--tw-content);right:0}.after\:border-b-2:after{content:var(--tw-content);border-bottom-width:2px}.after\:border-table-dark:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:var(--av-table-dark, rgb(55 65 81 / var(--tw-border-opacity, 1)))}.after\:border-table-light:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:var(--av-table-light, rgb(243 244 246 / var(--tw-border-opacity, 1)))}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.focus-within\:static:focus-within{position:static}.focus-within\:after\:border-transparent:focus-within:after{content:var(--tw-content);border-color:transparent}.hover\:bg-action-danger-dark-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark-hover, rgb(185 28 28 / var(--tw-bg-opacity, 1)))}.hover\:bg-action-danger-light-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light-hover, rgb(185 28 28 / var(--tw-bg-opacity, 1)))}.hover\:bg-action-dark-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-dark-hover, rgb(51 65 85 / var(--tw-bg-opacity, 1)))}.hover\:bg-action-light-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-light-hover, rgb(71 85 105 / var(--tw-bg-opacity, 1)))}.hover\:bg-action-selected-dark-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-selected-dark-hover, rgb(22 163 74 / var(--tw-bg-opacity, 1)))}.hover\:text-copy-light-hover:hover{--tw-text-opacity: 1;color:var(--av-copy-light-hover, rgb(226 232 240 / var(--tw-text-opacity, 1)))}.focus\:outline:focus{outline-style:solid}.focus\:outline-2:focus{outline-width:2px}.focus\:outline-offset-2:focus{outline-offset:2px}.focus\:outline-focus-dark:focus{outline-color:var(--av-focus-dark, rgb(21 128 61 / 1))}.focus\:outline-focus-light:focus{outline-color:var(--av-focus-light, rgb(134 239 172 / 1))}.active\:bg-action-danger-dark-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark-active, rgb(220 38 38 / var(--tw-bg-opacity, 1)))}.active\:bg-action-danger-light-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light-active, rgb(153 27 27 / var(--tw-bg-opacity, 1)))}.active\:bg-action-dark-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-dark-active, rgb(71 85 105 / var(--tw-bg-opacity, 1)))}.active\:bg-action-light-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-light-active, rgb(51 65 85 / var(--tw-bg-opacity, 1)))}.active\:bg-action-selected-dark-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-selected-dark-active, rgb(34 197 94 / var(--tw-bg-opacity, 1)))}.active\:text-copy-light-active:active{--tw-text-opacity: 1;color:var(--av-copy-light-active, rgb(148 163 184 / var(--tw-text-opacity, 1)))}.active\:text-copy-lighter-active:active{--tw-text-opacity: 1;color:var(--av-copy-lighter-active, rgb(255 255 255 / var(--tw-text-opacity, 1)))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width: 640px){.sm\:max-h-\[95\%\]{max-height:95%}.sm\:min-h-\[10rem\]{min-height:10rem}.sm\:w-\[50\%\]{width:50%}.sm\:w-\[95\%\]{width:95%}.sm\:rounded-lg{border-radius:.5rem}.sm\:border-2{border-width:2px}.sm\:border-border-accent{--tw-border-opacity: 1;border-color:var(--av-border-accent, rgb(169 185 173 / var(--tw-border-opacity, 1)))}.sm\:border-border-dark{--tw-border-opacity: 1;border-color:var(--av-border-dark, rgb(15 23 42 / var(--tw-border-opacity, 1)))}.sm\:bg-black\/\[\.8\]{background-color:#000c}.sm\:p-4{padding:1rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}}@media (min-width: 768px){.md\:max-w-2xl{max-width:42rem}}@media (prefers-color-scheme: dark){.dark\:border-border-accent{--tw-border-opacity: 1;border-color:var(--av-border-accent, rgb(169 185 173 / var(--tw-border-opacity, 1)))}.dark\:border-border-danger-dark{--tw-border-opacity: 1;border-color:var(--av-border-danger-dark, rgb(127 29 29 / var(--tw-border-opacity, 1)))}.dark\:border-border-danger-medium{--tw-border-opacity: 1;border-color:var(--av-border-danger-medium, rgb(248 113 113 / var(--tw-border-opacity, 1)))}.dark\:border-border-dark{--tw-border-opacity: 1;border-color:var(--av-border-dark, rgb(15 23 42 / var(--tw-border-opacity, 1)))}.dark\:bg-action-danger-dark{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark, rgb(127 29 29 / var(--tw-bg-opacity, 1)))}.dark\:bg-action-danger-light{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light, rgb(220 38 38 / var(--tw-bg-opacity, 1)))}.dark\:bg-action-dark{--tw-bg-opacity: 1;background-color:var(--av-action-dark, rgb(15 23 42 / var(--tw-bg-opacity, 1)))}.dark\:bg-action-light{--tw-bg-opacity: 1;background-color:var(--av-action-light, rgb(100 116 139 / var(--tw-bg-opacity, 1)))}.dark\:text-copy-accent-dark{--tw-text-opacity: 1;color:var(--av-copy-accent-dark, rgb(205 232 212 / var(--tw-text-opacity, 1)))}.dark\:text-copy-light{--tw-text-opacity: 1;color:var(--av-copy-light, rgb(226 232 240 / var(--tw-text-opacity, 1)))}.dark\:text-copy-lighter{--tw-text-opacity: 1;color:var(--av-copy-lighter, rgb(255 255 255 / var(--tw-text-opacity, 1)))}.dark\:after\:border-table-dark:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:var(--av-table-dark, rgb(55 65 81 / var(--tw-border-opacity, 1)))}.dark\:after\:border-table-light:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:var(--av-table-light, rgb(243 244 246 / var(--tw-border-opacity, 1)))}.dark\:hover\:bg-action-danger-dark-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark-hover, rgb(185 28 28 / var(--tw-bg-opacity, 1)))}.dark\:hover\:bg-action-danger-light-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light-hover, rgb(185 28 28 / var(--tw-bg-opacity, 1)))}.dark\:hover\:bg-action-dark-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-dark-hover, rgb(51 65 85 / var(--tw-bg-opacity, 1)))}.dark\:hover\:bg-action-light-hover:hover{--tw-bg-opacity: 1;background-color:var(--av-action-light-hover, rgb(71 85 105 / var(--tw-bg-opacity, 1)))}.dark\:focus\:outline-focus-dark:focus{outline-color:var(--av-focus-dark, rgb(21 128 61 / 1))}.dark\:focus\:outline-focus-light:focus{outline-color:var(--av-focus-light, rgb(134 239 172 / 1))}.dark\:active\:bg-action-danger-dark-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-danger-dark-active, rgb(220 38 38 / var(--tw-bg-opacity, 1)))}.dark\:active\:bg-action-danger-light-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-danger-light-active, rgb(153 27 27 / var(--tw-bg-opacity, 1)))}.dark\:active\:bg-action-dark-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-dark-active, rgb(71 85 105 / var(--tw-bg-opacity, 1)))}.dark\:active\:bg-action-light-active:active{--tw-bg-opacity: 1;background-color:var(--av-action-light-active, rgb(51 65 85 / var(--tw-bg-opacity, 1)))}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-panel",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.18",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"dev:types": "tsup --watch src",
|
|
28
28
|
"dev": "npm-run-all clean --parallel dev:js dev:types",
|
|
29
29
|
"lint": "biome lint src",
|
|
30
|
+
"prettier": "biome check --write --no-errors-on-unmatched",
|
|
30
31
|
"start": "static-server dist --port 5173",
|
|
31
32
|
"test:coverage:ui": "vitest --coverage --ui",
|
|
32
33
|
"test:coverage": "vitest run --coverage",
|
|
@@ -39,14 +40,14 @@
|
|
|
39
40
|
},
|
|
40
41
|
"dependencies": {
|
|
41
42
|
"@tailwindcss/typography": "0.5.16",
|
|
42
|
-
"@versini/ui-button": "4.1
|
|
43
|
+
"@versini/ui-button": "4.2.1",
|
|
43
44
|
"@versini/ui-icons": "4.6.0",
|
|
44
|
-
"@versini/ui-modal": "1.2.
|
|
45
|
+
"@versini/ui-modal": "1.2.9",
|
|
45
46
|
"clsx": "2.1.1",
|
|
46
47
|
"tailwindcss": "3.4.17"
|
|
47
48
|
},
|
|
48
49
|
"sideEffects": [
|
|
49
50
|
"**/*.css"
|
|
50
51
|
],
|
|
51
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "2afa12a4fcc5da2231f908342e8e18524126274b"
|
|
52
53
|
}
|