@versini/ui-panel 1.3.18 → 1.3.20

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 CHANGED
@@ -1,74 +1,81 @@
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";
1
+ import { jsx as c, jsxs as C, Fragment as X } from "react/jsx-runtime";
2
+ import * as g from "react";
3
+ import A, { useRef as w, useLayoutEffect as F, useMemo as q, useState as oe, useEffect as V, useCallback as ie, useId as Y } from "react";
4
+ import i from "clsx";
5
+ import { useFloating as le, useClick as ce, useDismiss as se, useRole as de, useInteractions as ue, useMergeRefs as me, FloatingPortal as ge, FloatingOverlay as he, FloatingFocusManager as be } from "@floating-ui/react";
6
6
  /*!
7
- @versini/ui-panel v1.3.18
7
+ @versini/ui-panel v1.3.20
8
8
  © 2025 gizmette.com
9
9
  */
10
10
  try {
11
11
  window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
12
- version: "1.3.18",
13
- buildTime: "01/26/2025 05:19 PM EST",
12
+ version: "1.3.20",
13
+ buildTime: "01/27/2025 03:07 PM EST",
14
14
  homepage: "https://github.com/aversini/ui-components",
15
15
  license: "MIT"
16
16
  });
17
17
  } catch {
18
18
  }
19
- const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "button", A = "link", ye = ({
19
+ const j = "av-messagebox", D = "av-panel", G = "av-button", R = "icon", Z = "button", P = "link", fe = ({
20
20
  type: e,
21
21
  size: t,
22
22
  labelRight: r,
23
23
  labelLeft: a,
24
- align: i
24
+ align: o,
25
+ animated: n
25
26
  }) => {
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
+ const l = "max-h-8 py-0 px-2", s = "max-h-9 h-8 px-3", d = "max-h-12 py-2 px-4";
27
28
  switch (e) {
28
- case J:
29
- case A:
30
- return n({
31
- [o]: t === "small",
32
- [l]: t === "medium",
33
- [s]: t === "large"
29
+ case Z:
30
+ case P:
31
+ return i({
32
+ [l]: t === "small",
33
+ [s]: t === "medium",
34
+ [d]: t === "large"
34
35
  });
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)
36
+ case R:
37
+ return i("flex items-center", {
38
+ "justify-center": o === "center",
39
+ "justify-start": o === "left",
40
+ "justify-end": o === "right",
41
+ "h-6 w-6 p-0": t === "small" && !n && !(r || a),
42
+ "h-6 px-2": t === "small" && !n && (r || a),
43
+ "h-8 w-8 p-1": t === "medium" && !n && !(r || a),
44
+ "h-8 px-3": t === "medium" && !n && (r || a),
45
+ "h-12 w-12 p-2": t === "large" && !n && !(r || a),
46
+ "h-12 px-4": t === "large" && !n && (r || a),
47
+ "h-6 py-0": t === "small" && n && !(r || a),
48
+ "h-6": t === "small" && n && (r || a),
49
+ "h-8 py-1": t === "medium" && n && !(r || a),
50
+ "h-8": t === "medium" && n && (r || a),
51
+ "h-12 py-2": t === "large" && n && !(r || a),
52
+ "h-12": t === "large" && n && (r || a)
46
53
  });
47
54
  }
48
- }, pe = ({
55
+ }, ve = ({
49
56
  type: e,
50
57
  size: t,
51
58
  labelRight: r,
52
59
  labelLeft: a
53
60
  }) => {
54
- const i = "text-sm font-medium", o = "text-base font-medium", l = "text-lg font-medium";
61
+ const o = "text-sm font-medium", n = "text-base font-medium", l = "text-lg font-medium";
55
62
  switch (e) {
56
- case J:
57
- case A:
58
- return n({
59
- "text-center": e === A,
60
- [i]: t === "small",
61
- [o]: t === "medium",
63
+ case Z:
64
+ case P:
65
+ return i({
66
+ "text-center": e === P,
67
+ [o]: t === "small",
68
+ [n]: t === "medium",
62
69
  [l]: t === "large"
63
70
  });
64
- case L:
65
- return n({
66
- [i]: t === "small" && (r || a),
67
- [o]: t === "medium" && (r || a),
71
+ case R:
72
+ return i({
73
+ [o]: t === "small" && (r || a),
74
+ [n]: t === "medium" && (r || a),
68
75
  [l]: t === "large" && (r || a)
69
76
  });
70
77
  }
71
- }, ke = ({
78
+ }, pe = ({
72
79
  mode: e,
73
80
  noBackground: t,
74
81
  noTruncate: r,
@@ -77,7 +84,7 @@ const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "but
77
84
  if (t)
78
85
  return "not-prose";
79
86
  if (a === "primary")
80
- return n("not-prose", {
87
+ return i("not-prose", {
81
88
  truncate: !r,
82
89
  "text-copy-light": e === "dark" || e === "system",
83
90
  "text-copy-lighter": e === "light" || e === "alt-system",
@@ -85,7 +92,7 @@ const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "but
85
92
  "dark:text-copy-light": e === "alt-system"
86
93
  });
87
94
  if (a === "secondary")
88
- return n("not-prose", {
95
+ return i("not-prose", {
89
96
  truncate: !r,
90
97
  "text-copy-light": e === "light" || e === "system",
91
98
  "text-copy-lighter": e === "dark" || e === "alt-system",
@@ -93,7 +100,7 @@ const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "but
93
100
  "dark:text-copy-light": e === "system"
94
101
  });
95
102
  if (a === "danger")
96
- return n("not-prose", {
103
+ return i("not-prose", {
97
104
  truncate: !r,
98
105
  "text-copy-light": e === "dark" || e === "system",
99
106
  "text-copy-lighter": e === "light" || e === "alt-system",
@@ -101,31 +108,31 @@ const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "but
101
108
  "dark:text-copy-light": e === "alt-system"
102
109
  });
103
110
  if (a === "selected")
104
- return n("not-prose text-copy-lighter", {
111
+ return i("not-prose text-copy-lighter", {
105
112
  truncate: !r
106
113
  });
107
- }, we = ({
114
+ }, ye = ({
108
115
  mode: e,
109
116
  noBackground: t,
110
117
  variant: r
111
118
  }) => {
112
119
  if (!t) {
113
120
  if (r === "primary")
114
- return n({
121
+ return i({
115
122
  "bg-action-dark": e === "dark",
116
123
  "bg-action-light": e === "light",
117
124
  "bg-action-dark dark:bg-action-light": e === "system",
118
125
  "bg-action-light dark:bg-action-dark": e === "alt-system"
119
126
  });
120
127
  if (r === "secondary")
121
- return n({
128
+ return i({
122
129
  "bg-action-dark": e === "light",
123
130
  "bg-action-light": e === "dark",
124
131
  "bg-action-dark dark:bg-action-light": e === "alt-system",
125
132
  "bg-action-light dark:bg-action-dark": e === "system"
126
133
  });
127
134
  if (r === "danger")
128
- return n({
135
+ return i({
129
136
  "bg-action-danger-dark": e === "dark",
130
137
  "bg-action-danger-light": e === "light",
131
138
  "bg-action-danger-dark dark:bg-action-danger-light": e === "system",
@@ -134,13 +141,13 @@ const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "but
134
141
  if (r === "selected")
135
142
  return "bg-action-selected-dark";
136
143
  }
137
- }, xe = ({
144
+ }, ke = ({
138
145
  radius: e
139
- }) => n({
146
+ }) => i({
140
147
  "rounded-full": e === "large",
141
148
  "rounded-md": e === "medium",
142
149
  "rounded-sm": e === "small"
143
- }), _e = ({
150
+ }), xe = ({
144
151
  mode: e,
145
152
  disabled: t,
146
153
  variant: r
@@ -148,21 +155,21 @@ const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "but
148
155
  if (t)
149
156
  return "";
150
157
  if (r === "primary")
151
- return n("hover:text-copy-light-hover", {
158
+ return i("hover:text-copy-light-hover", {
152
159
  "hover:bg-action-dark-hover": e === "dark",
153
160
  "hover:bg-action-light-hover": e === "light",
154
161
  "hover:bg-action-dark-hover dark:hover:bg-action-light-hover": e === "system",
155
162
  "hover:bg-action-light-hover dark:hover:bg-action-dark-hover": e === "alt-system"
156
163
  });
157
164
  if (r === "secondary")
158
- return n("hover:text-copy-light-hover", {
165
+ return i("hover:text-copy-light-hover", {
159
166
  "hover:bg-action-dark-hover": e === "light",
160
167
  "hover:bg-action-light-hover": e === "dark",
161
168
  "hover:bg-action-dark-hover dark:hover:bg-action-light-hover": e === "alt-system",
162
169
  "hover:bg-action-light-hover dark:hover:bg-action-dark-hover": e === "system"
163
170
  });
164
171
  if (r === "danger")
165
- return n("hover:text-copy-light-hover", {
172
+ return i("hover:text-copy-light-hover", {
166
173
  "hover:bg-action-danger-dark-hover": e === "dark",
167
174
  "hover:bg-action-danger-light-hover": e === "light",
168
175
  "hover:bg-action-danger-dark-hover dark:hover:bg-action-danger-light-hover": e === "system",
@@ -170,7 +177,7 @@ const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "but
170
177
  });
171
178
  if (r === "selected")
172
179
  return "hover:text-copy-light-hover hover:bg-action-selected-dark-hover";
173
- }, Ne = ({
180
+ }, we = ({
174
181
  mode: e,
175
182
  disabled: t,
176
183
  variant: r
@@ -178,21 +185,21 @@ const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "but
178
185
  if (t)
179
186
  return "";
180
187
  if (r === "primary")
181
- return n("active:text-copy-light-active", {
188
+ return i("active:text-copy-light-active", {
182
189
  "active:bg-action-dark-active": e === "dark",
183
190
  "active:bg-action-light-active": e === "light",
184
191
  "active:bg-action-dark-active dark:active:bg-action-light-active": e === "system",
185
192
  "active:bg-action-light-active dark:active:bg-action-dark-active": e === "alt-system"
186
193
  });
187
194
  if (r === "secondary")
188
- return n("active:text-copy-light-active", {
195
+ return i("active:text-copy-light-active", {
189
196
  "active:bg-action-dark-active": e === "light",
190
197
  "active:bg-action-light-active": e === "dark",
191
198
  "active:bg-action-dark-active dark:active:bg-action-light-active": e === "alt-system",
192
199
  "active:bg-action-light-active dark:active:bg-action-dark-active": e === "system"
193
200
  });
194
201
  if (r === "danger")
195
- return n("active:text-copy-lighter-active", {
202
+ return i("active:text-copy-lighter-active", {
196
203
  "active:bg-action-danger-dark-active": e === "dark",
197
204
  "active:bg-action-danger-light-active": e === "light",
198
205
  "active:bg-action-danger-dark-active dark:active:bg-action-danger-light-active": e === "system",
@@ -200,7 +207,7 @@ const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "but
200
207
  });
201
208
  if (r === "selected")
202
209
  return "active:text-copy-lighter-active active:bg-action-selected-dark-active";
203
- }, Ie = ({
210
+ }, _e = ({
204
211
  mode: e,
205
212
  noBorder: t,
206
213
  variant: r
@@ -208,21 +215,21 @@ const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "but
208
215
  if (t)
209
216
  return "border border-transparent";
210
217
  if (r === "primary")
211
- return n("border", {
218
+ return i("border", {
212
219
  "border-border-dark": e === "dark",
213
220
  "border-border-accent": e === "light",
214
221
  "border-border-dark dark:border-border-accent": e === "system",
215
222
  "border-border-accent dark:border-border-dark": e === "alt-system"
216
223
  });
217
224
  if (r === "secondary")
218
- return n("border", {
225
+ return i("border", {
219
226
  "border-border-dark": e === "light",
220
227
  "border-border-accent": e === "dark",
221
228
  "border-border-dark dark:border-border-accent": e === "alt-system",
222
229
  "border-border-accent dark:border-border-dark": e === "system"
223
230
  });
224
231
  if (r === "danger")
225
- return n("border", {
232
+ return i("border", {
226
233
  "border-border-danger-dark": e === "dark",
227
234
  "border-border-danger-medium": e === "light",
228
235
  "border-border-danger-dark dark:border-border-danger-medium": e === "system",
@@ -230,18 +237,18 @@ const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "but
230
237
  });
231
238
  if (r === "selected")
232
239
  return "border border-border-selected-dark";
233
- }, Ee = ({
240
+ }, Ie = ({
234
241
  focusMode: e
235
- }) => n("focus:outline", "focus:outline-2", "focus:outline-offset-2", {
242
+ }) => i("focus:outline", "focus:outline-2", "focus:outline-offset-2", {
236
243
  "focus:outline-focus-dark": e === "dark",
237
244
  "focus:outline-focus-light": e === "light",
238
245
  "focus:outline-focus-light dark:focus:outline-focus-dark": e === "alt-system",
239
246
  "focus:outline-focus-dark dark:focus:outline-focus-light": e === "system"
240
- }), Se = ({
247
+ }), Ne = ({
241
248
  mode: e,
242
249
  raw: t,
243
250
  iconClassName: r
244
- }) => t ? "" : n(
251
+ }) => t ? "" : i(
245
252
  {
246
253
  "text-copy-accent-dark": e === "light" || e === "alt-system",
247
254
  "text-copy-light": e === "dark" || e === "system",
@@ -249,90 +256,91 @@ const j = "av-messagebox", D = "av-panel", G = "av-button", L = "icon", J = "but
249
256
  "dark:text-copy-accent-dark": e === "system"
250
257
  },
251
258
  r
252
- ), Re = ({
259
+ ), Ee = ({
253
260
  animated: e
254
- }) => n({
261
+ }) => i({
255
262
  "transition-opacity duration-300 ease-in": e
256
- }), Be = ({
263
+ }), Se = ({
257
264
  type: e,
258
265
  className: t,
259
266
  raw: r,
260
267
  mode: a,
261
- focusMode: i,
262
- disabled: o,
268
+ focusMode: o,
269
+ disabled: n,
263
270
  fullWidth: l,
264
271
  size: s,
265
272
  noBorder: d,
266
- labelRight: m,
267
- labelLeft: v,
268
- noBackground: g,
269
- variant: u,
273
+ labelRight: u,
274
+ labelLeft: b,
275
+ noBackground: h,
276
+ variant: m,
270
277
  noTruncate: f,
271
- align: E,
272
- radius: S,
273
- animated: k
274
- }) => (u || (u = "primary"), r ? n(G, t) : n(
278
+ align: _,
279
+ radius: I,
280
+ animated: v
281
+ }) => (m || (m = "primary"), r ? i(G, t) : i(
275
282
  G,
276
- ke({
283
+ pe({
277
284
  mode: a,
278
- variant: u,
279
- noBackground: g,
285
+ variant: m,
286
+ noBackground: h,
280
287
  noTruncate: f
281
288
  }),
282
- we({ mode: a, noBackground: g, variant: u }),
283
- xe({ radius: S }),
284
- ye({
289
+ ye({ mode: a, noBackground: h, variant: m }),
290
+ ke({ radius: I }),
291
+ fe({
285
292
  type: e,
286
293
  size: s,
287
- labelRight: m,
288
- labelLeft: v,
289
- align: E
294
+ labelRight: u,
295
+ labelLeft: b,
296
+ align: _,
297
+ animated: v
290
298
  }),
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 }),
299
+ ve({ type: e, size: s, labelRight: u, labelLeft: b }),
300
+ _e({ mode: a, variant: m, noBorder: d }),
301
+ Ie({ focusMode: o }),
302
+ xe({ mode: a, variant: m, disabled: n }),
303
+ we({ mode: a, variant: m, disabled: n }),
296
304
  {
297
305
  "w-full": l,
298
- "disabled:cursor-not-allowed disabled:opacity-50": o
306
+ "disabled:cursor-not-allowed disabled:opacity-50": n
299
307
  },
300
- n({
301
- "transition-[width] duration-300 ease-in-out": e === L && k
308
+ i({
309
+ "transition-[width] duration-300 ease-in-out": e === R && v
302
310
  }),
303
311
  t
304
- )), Te = (e, t, r) => {
312
+ )), Ce = (e, t, r) => {
305
313
  var a;
306
314
  !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;
315
+ }, H = A.forwardRef((e, t) => {
316
+ const { onClick: r, noInternalClick: a = !1, ...o } = e;
309
317
  return /* @__PURE__ */ c(
310
318
  "button",
311
319
  {
312
320
  ref: t,
313
- onClick: (o) => {
314
- Te(o, a, r);
321
+ onClick: (n) => {
322
+ Ce(n, a, r);
315
323
  },
316
- ...i
324
+ ...o
317
325
  }
318
326
  );
319
327
  });
320
- K.displayName = "BaseButton";
321
- function Ce() {
322
- const e = I(!1);
328
+ H.displayName = "BaseButton";
329
+ function Re() {
330
+ const e = w(!1);
323
331
  return V(() => (e.current = !0, () => {
324
332
  e.current = !1;
325
- }), []), ce(() => e.current, []);
333
+ }), []), ie(() => e.current, []);
326
334
  }
327
- function Me(e) {
328
- return H(() => e.every((t) => t == null) ? () => {
335
+ function Be(e) {
336
+ return q(() => e.every((t) => t == null) ? () => {
329
337
  } : (t) => {
330
338
  e.forEach((r) => {
331
339
  typeof r == "function" ? r(t) : r != null && (r.current = t);
332
340
  });
333
341
  }, e);
334
342
  }
335
- const Le = {
343
+ const Te = {
336
344
  x: 0,
337
345
  y: 0,
338
346
  width: 0,
@@ -342,129 +350,148 @@ const Le = {
342
350
  bottom: 0,
343
351
  right: 0
344
352
  };
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) => {
353
+ function O(e) {
354
+ const t = Re(), r = w(0), a = w(null), [o, n] = oe(Te), l = q(() => typeof ResizeObserver > "u" ? null : new ResizeObserver((s) => {
347
355
  const d = s[0];
348
356
  d && (cancelAnimationFrame(r.current), r.current = requestAnimationFrame(() => {
349
- a.current && t() && o(d.contentRect);
357
+ a.current && t() && n(d.contentRect);
350
358
  }));
351
359
  }), [t]);
352
360
  return V(() => (a.current && (l == null || l.observe(a.current, e)), () => {
353
361
  l == null || l.disconnect(), r.current && cancelAnimationFrame(r.current);
354
- }), [l, e]), [a, i];
362
+ }), [l, e]), [a, o];
355
363
  }
356
- const W = {
364
+ const Me = {
357
365
  small: 24,
358
366
  // w-6
359
367
  medium: 32,
360
368
  // w-8
361
369
  large: 48
362
370
  // w-12
363
- }, X = {
371
+ }, Le = {
364
372
  small: 8 * 2,
365
373
  // px-2 x 2
366
374
  medium: 12 * 2,
367
375
  // px-3 x 2
368
376
  large: 16 * 2
369
377
  // px-4 x 2
370
- }, Y = 2, U = z.forwardRef(
378
+ }, Oe = 2, z = A.forwardRef(
371
379
  ({
372
380
  children: e,
373
381
  disabled: t = !1,
374
382
  mode: r = "system",
375
383
  focusMode: a = "system",
376
- fullWidth: i = !1,
377
- className: o,
384
+ fullWidth: o = !1,
385
+ className: n,
378
386
  type: l = "button",
379
387
  raw: s = !1,
380
388
  noBorder: d = !1,
381
- "aria-label": m,
382
- label: v,
383
- size: g = "medium",
384
- labelRight: u,
389
+ "aria-label": u,
390
+ label: b,
391
+ size: h = "medium",
392
+ labelRight: m,
385
393
  labelLeft: f,
386
- noBackground: E = !1,
387
- align: S = "center",
388
- radius: k = "large",
389
- variant: ee = "primary",
390
- iconClassName: re,
394
+ noBackground: _ = !1,
395
+ align: I = "center",
396
+ radius: v = "large",
397
+ variant: K = "primary",
398
+ iconClassName: Q,
391
399
  animated: y = !1,
392
- ...te
393
- }, ae) => {
394
- const ie = Be({
395
- type: L,
400
+ ...ee
401
+ }, re) => {
402
+ const te = Se({
403
+ type: R,
396
404
  mode: r,
397
405
  focusMode: a,
398
- fullWidth: i,
406
+ fullWidth: o,
399
407
  disabled: t,
400
408
  raw: s,
401
- className: o,
409
+ className: n,
402
410
  noBorder: d,
403
- size: g,
404
- labelRight: u,
411
+ size: h,
412
+ labelRight: m,
405
413
  labelLeft: f,
406
- noBackground: E,
407
- align: S,
408
- radius: k,
409
- variant: ee,
414
+ noBackground: _,
415
+ align: I,
416
+ radius: v,
417
+ variant: K,
410
418
  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`));
419
+ }), ae = Ne({ mode: r, raw: s, iconClassName: Q }), $ = Ee({ animated: y }), [p, T] = O(), [k, M] = O(), [E, U] = O(), L = w(0), x = w(null), ne = Be([re, x]);
420
+ return F(() => {
421
+ E && E.current && y && (L.current = U.width + Le[h] + (d ? 0 : Oe));
422
+ }, [U, E, h, d, y]), F(() => {
423
+ x && x.current && y && (m && p && T.width > 0 ? (p.current && (p.current.style.opacity = "100"), x.current.style.width = `${T.width + L.current}px`) : f && M.width > 0 ? (k.current && (k.current.style.opacity = "100"), x.current.style.width = `${M.width + L.current}px`) : (p.current && (p.current.style.opacity = "0"), k.current && (k.current.style.opacity = "0"), x.current.style.width = `${Me[h]}px`));
418
424
  }, [
419
- w,
420
- u,
425
+ T,
426
+ m,
421
427
  p,
422
- _,
428
+ M,
423
429
  f,
424
- x,
425
- g,
430
+ k,
431
+ h,
426
432
  y
427
- ]), /* @__PURE__ */ M(
428
- K,
433
+ ]), /* @__PURE__ */ C(
434
+ H,
429
435
  {
430
- ref: oe,
431
- className: ie,
436
+ ref: ne,
437
+ className: te,
432
438
  disabled: t,
433
439
  type: l,
434
- "aria-label": m || v,
435
- ...te,
440
+ "aria-label": u || b,
441
+ ...ee,
436
442
  children: [
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 }) })
443
+ /* @__PURE__ */ c(
444
+ W,
445
+ {
446
+ label: f,
447
+ labelRef: k,
448
+ labelClass: $,
449
+ labelInnerClass: "pr-2"
450
+ }
451
+ ),
452
+ /* @__PURE__ */ c("span", { ref: E, className: ae, children: e }),
453
+ /* @__PURE__ */ c(
454
+ W,
455
+ {
456
+ label: m,
457
+ labelRef: p,
458
+ labelClass: $,
459
+ labelInnerClass: "pl-2"
460
+ }
461
+ )
440
462
  ]
441
463
  }
442
464
  );
443
465
  }
444
- );
445
- U.displayName = "ButtonIcon";
466
+ ), W = ({
467
+ labelRef: e,
468
+ labelClass: t,
469
+ label: r,
470
+ labelInnerClass: a
471
+ }) => /* @__PURE__ */ c("span", { ref: e, className: t, children: r && /* @__PURE__ */ c("span", { className: a, children: r }) });
472
+ z.displayName = "ButtonIcon";
446
473
  /*!
447
- @versini/ui-button v4.2.1
474
+ @versini/ui-button v4.2.3
448
475
  © 2025 gizmette.com
449
476
  */
450
477
  try {
451
478
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
452
- version: "4.2.1",
453
- buildTime: "01/26/2025 05:19 PM EST",
479
+ version: "4.2.3",
480
+ buildTime: "01/27/2025 03:07 PM EST",
454
481
  homepage: "https://github.com/aversini/ui-components",
455
482
  license: "MIT"
456
483
  });
457
484
  } catch {
458
485
  }
459
- const $e = z.forwardRef(
486
+ const Pe = A.forwardRef(
460
487
  ({
461
488
  children: e,
462
489
  mode: t = "system",
463
490
  className: r,
464
491
  active: a = !1,
465
- ...i
466
- }, o) => {
467
- const l = a ? n(
492
+ ...o
493
+ }, n) => {
494
+ const l = a ? i(
468
495
  "relative",
469
496
  "focus-within:static",
470
497
  "focus-within:after:border-transparent",
@@ -482,38 +509,38 @@ const $e = z.forwardRef(
482
509
  }
483
510
  ) : "";
484
511
  return /* @__PURE__ */ c("div", { className: l, children: /* @__PURE__ */ c(
485
- U,
512
+ z,
486
513
  {
487
- className: n("justify-center", r),
488
- ref: o,
514
+ className: i("justify-center", r),
515
+ ref: n,
489
516
  mode: t,
490
517
  radius: "small",
491
- ...i,
518
+ ...o,
492
519
  children: e
493
520
  }
494
521
  ) });
495
522
  }
496
523
  );
497
- $e.displayName = "ButtonSort";
498
- const Oe = ({
524
+ Pe.displayName = "ButtonSort";
525
+ const Ae = ({
499
526
  children: e,
500
527
  fill: t,
501
528
  viewBox: r,
502
529
  className: a,
503
- defaultViewBox: i,
504
- size: o,
530
+ defaultViewBox: o,
531
+ size: n,
505
532
  title: l,
506
533
  semantic: s = !1,
507
534
  ...d
508
535
  }) => {
509
- const m = n(o, a);
510
- return /* @__PURE__ */ M(q, { children: [
536
+ const u = i(n, a);
537
+ return /* @__PURE__ */ C(X, { children: [
511
538
  /* @__PURE__ */ c(
512
539
  "svg",
513
540
  {
514
541
  xmlns: "http://www.w3.org/2000/svg",
515
- className: m,
516
- viewBox: r || i,
542
+ className: u,
543
+ viewBox: r || o,
517
544
  fill: t || "currentColor",
518
545
  role: "img",
519
546
  "aria-hidden": !s,
@@ -538,21 +565,21 @@ try {
538
565
  });
539
566
  } catch {
540
567
  }
541
- const Pe = ({
568
+ const Ve = ({
542
569
  className: e,
543
570
  viewBox: t,
544
571
  title: r,
545
572
  monotone: a,
546
- ...i
573
+ ...o
547
574
  }) => /* @__PURE__ */ c(
548
- Oe,
575
+ Ae,
549
576
  {
550
577
  defaultViewBox: "0 0 384 512",
551
578
  size: "size-5",
552
579
  viewBox: t,
553
580
  className: e,
554
581
  title: r || "Close",
555
- ...i,
582
+ ...o,
556
583
  children: /* @__PURE__ */ c(
557
584
  "path",
558
585
  {
@@ -575,78 +602,78 @@ try {
575
602
  });
576
603
  } catch {
577
604
  }
578
- const Q = h.createContext(null);
579
- function Ae({
605
+ const J = g.createContext(null);
606
+ function ze({
580
607
  initialOpen: e = !1,
581
608
  open: t,
582
609
  onOpenChange: r
583
610
  } = {}) {
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, {
611
+ const [a, o] = g.useState(e), [n, l] = g.useState(), [s, d] = g.useState(), u = t ?? a, b = r ?? o, h = le({
612
+ open: u,
613
+ onOpenChange: b
614
+ }), m = h.context, f = ce(m, {
588
615
  enabled: t == null
589
- }), E = ue(u, {
616
+ }), _ = se(m, {
590
617
  outsidePress: !1,
591
618
  outsidePressEvent: "mousedown"
592
- }), S = me(u), k = ge([f, E, S]);
593
- return h.useMemo(
619
+ }), I = de(m), v = ue([f, _, I]);
620
+ return g.useMemo(
594
621
  () => ({
595
- open: m,
596
- setOpen: v,
597
- ...k,
598
- ...g,
599
- labelId: o,
622
+ open: u,
623
+ setOpen: b,
624
+ ...v,
625
+ ...h,
626
+ labelId: n,
600
627
  descriptionId: s,
601
628
  setLabelId: l,
602
629
  setDescriptionId: d
603
630
  }),
604
- [m, v, k, g, o, s]
631
+ [u, b, v, h, n, s]
605
632
  );
606
633
  }
607
- const $ = () => {
608
- const e = h.useContext(Q);
634
+ const B = () => {
635
+ const e = g.useContext(J);
609
636
  if (e == null)
610
637
  throw new Error("Modal components must be wrapped in <Modal />");
611
638
  return e;
612
639
  };
613
- function ze({
640
+ function $e({
614
641
  children: e,
615
642
  ...t
616
643
  }) {
617
- const r = Ae(t);
618
- return /* @__PURE__ */ c(Q.Provider, { value: r, children: e });
644
+ const r = ze(t);
645
+ return /* @__PURE__ */ c(J.Provider, { value: r, children: e });
619
646
  }
620
- const Ve = h.forwardRef(function(e, t) {
621
- const { context: r, ...a } = $(), i = he([a.refs.setFloating, t]);
647
+ const Ue = g.forwardRef(function(e, t) {
648
+ const { context: r, ...a } = B(), o = me([a.refs.setFloating, t]);
622
649
  if (!r.open)
623
650
  return null;
624
- const { overlayBackground: o, ...l } = e, s = n("grid place-items-center", {
625
- [`${o}`]: o,
626
- "bg-black sm:bg-black/[.8]": !o
651
+ const { overlayBackground: n, ...l } = e, s = i("grid place-items-center", {
652
+ [`${n}`]: n,
653
+ "bg-black sm:bg-black/[.8]": !n
627
654
  });
628
- return /* @__PURE__ */ c(be, { children: /* @__PURE__ */ c(fe, { className: s, lockScroll: !0, children: /* @__PURE__ */ c(ve, { context: r, children: /* @__PURE__ */ c(
655
+ return /* @__PURE__ */ c(ge, { children: /* @__PURE__ */ c(he, { className: s, lockScroll: !0, children: /* @__PURE__ */ c(be, { context: r, children: /* @__PURE__ */ c(
629
656
  "div",
630
657
  {
631
- ref: i,
658
+ ref: o,
632
659
  "aria-labelledby": a.labelId,
633
660
  "aria-describedby": a.descriptionId,
634
661
  ...a.getFloatingProps(l),
635
662
  children: l.children
636
663
  }
637
664
  ) }) }) });
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, {
665
+ }), Fe = g.forwardRef(function({ children: e, ...t }, r) {
666
+ const { setLabelId: a } = B(), o = Y();
667
+ return g.useLayoutEffect(() => (a(o), () => a(void 0)), [o, a]), /* @__PURE__ */ c("h1", { ...t, ref: r, id: o, children: e });
668
+ }), je = g.forwardRef(function({ children: e, ...t }, r) {
669
+ const { setDescriptionId: a } = B(), o = Y();
670
+ return g.useLayoutEffect(() => (a(o), () => a(void 0)), [o, a]), /* @__PURE__ */ c("div", { ...t, ref: r, id: o, children: e });
671
+ }), De = g.forwardRef(function(e, t) {
672
+ const { setOpen: r } = B(), { trigger: a, className: o, ...n } = e, l = g.useCallback(() => r(!1), [r]);
673
+ return /* @__PURE__ */ c("div", { className: o, children: g.cloneElement(a, {
647
674
  ref: t,
648
675
  onClick: l,
649
- ...o
676
+ ...n
650
677
  }) });
651
678
  });
652
679
  /*!
@@ -656,71 +683,71 @@ const Ve = h.forwardRef(function(e, t) {
656
683
  try {
657
684
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
658
685
  version: "1.2.9",
659
- buildTime: "01/26/2025 05:19 PM EST",
686
+ buildTime: "01/27/2025 03:07 PM EST",
660
687
  homepage: "https://github.com/aversini/ui-components",
661
688
  license: "MIT"
662
689
  });
663
690
  } catch {
664
691
  }
665
- const R = "panel", C = "messagebox", De = ({
692
+ const N = "panel", S = "messagebox", Ge = ({
666
693
  className: e,
667
694
  kind: t,
668
695
  borderMode: r
669
696
  }) => ({
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,
697
+ main: i("prose prose-lighter flex flex-col bg-surface-medium", {
698
+ [`${D} max-h-full sm:max-h-[95%] min-h-full sm:min-h-[10rem] sm:rounded-lg sm:border-2`]: t === N,
699
+ [`${D} w-full sm:w-[95%] md:max-w-2xl`]: t === N && !e,
700
+ [`${j} rounded-lg border-2`]: t === S,
701
+ [`${j} w-[95%] sm:w-[50%] md:max-w-2xl`]: t === S && !e,
675
702
  [`${e}`]: !!e,
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
703
+ "sm:border-border-dark": r === "dark" && t === N,
704
+ "sm:border-border-accent": r === "light" && t === N,
705
+ "border-border-dark": r === "dark" && t === S,
706
+ "border-border-accent": r === "light" && t === S
680
707
  }),
681
708
  content: "flex flex-col py-2 sm:py-4 sm:px-4 px-2 overflow-y-auto",
682
709
  footer: "flex flex-grow flex-col sm:p-4 p-2",
683
710
  header: "sm:p-4 mb-0 p-2",
684
711
  close: "sm:p-4 p-2"
685
- }), qe = ({
712
+ }), Ze = ({
686
713
  open: e,
687
714
  onOpenChange: t,
688
715
  title: r,
689
716
  children: a,
690
- footer: i,
691
- borderMode: o = "light",
692
- kind: l = R,
717
+ footer: o,
718
+ borderMode: n = "light",
719
+ kind: l = N,
693
720
  className: s
694
721
  }) => {
695
- const d = I(""), m = De({ className: s, kind: l, borderMode: o });
722
+ const d = w(""), u = Ge({ className: s, kind: l, borderMode: n });
696
723
  return V(() => (e && (d.current = document.title, document.title = `${r} | ${d.current}`), () => {
697
724
  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: [
725
+ }), [r, e]), /* @__PURE__ */ c(X, { children: e && /* @__PURE__ */ c($e, { open: e, onOpenChange: t, children: /* @__PURE__ */ C(Ue, { className: u.main, children: [
726
+ /* @__PURE__ */ C("div", { className: "flex flex-row-reverse items-center justify-between", children: [
700
727
  /* @__PURE__ */ c(
701
- je,
728
+ De,
702
729
  {
703
- className: m.close,
730
+ className: u.close,
704
731
  trigger: /* @__PURE__ */ c(
705
- U,
732
+ z,
706
733
  {
707
734
  mode: "dark",
708
735
  focusMode: "light",
709
736
  noBorder: !0,
710
737
  label: "Close",
711
- children: /* @__PURE__ */ c(Pe, {})
738
+ children: /* @__PURE__ */ c(Ve, {})
712
739
  }
713
740
  )
714
741
  }
715
742
  ),
716
- /* @__PURE__ */ c(Ue, { className: m.header, children: r })
743
+ /* @__PURE__ */ c(Fe, { className: u.header, children: r })
717
744
  ] }),
718
- /* @__PURE__ */ c(Fe, { className: m.content, children: a }),
719
- i && /* @__PURE__ */ c("div", { className: m.footer, children: i })
745
+ /* @__PURE__ */ c(je, { className: u.content, children: a }),
746
+ o && /* @__PURE__ */ c("div", { className: u.footer, children: o })
720
747
  ] }) }) });
721
748
  };
722
749
  export {
723
750
  j as MESSAGEBOX_CLASSNAME,
724
751
  D as PANEL_CLASSNAME,
725
- qe as Panel
752
+ Ze as Panel
726
753
  };
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-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)))}}
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}.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-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.18",
3
+ "version": "1.3.20",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@tailwindcss/typography": "0.5.16",
43
- "@versini/ui-button": "4.2.1",
43
+ "@versini/ui-button": "4.2.3",
44
44
  "@versini/ui-icons": "4.6.0",
45
45
  "@versini/ui-modal": "1.2.9",
46
46
  "clsx": "2.1.1",
@@ -49,5 +49,5 @@
49
49
  "sideEffects": [
50
50
  "**/*.css"
51
51
  ],
52
- "gitHead": "2afa12a4fcc5da2231f908342e8e18524126274b"
52
+ "gitHead": "d1c2a5ff072a5ba919a8ff0a75b52f2d7ea7cf0a"
53
53
  }