@vacano/ui 0.0.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1212 +0,0 @@
1
- import * as Q from "react/jsx-runtime";
2
- import * as L from "react";
3
- import { forwardRef as ur, useContext as dr } from "react";
4
- function lr(e) {
5
- if (e.sheet)
6
- return e.sheet;
7
- for (var r = 0; r < document.styleSheets.length; r++)
8
- if (document.styleSheets[r].ownerNode === e)
9
- return document.styleSheets[r];
10
- }
11
- function hr(e) {
12
- var r = document.createElement("style");
13
- return r.setAttribute("data-emotion", e.key), e.nonce !== void 0 && r.setAttribute("nonce", e.nonce), r.appendChild(document.createTextNode("")), r.setAttribute("data-s", ""), r;
14
- }
15
- var mr = /* @__PURE__ */ (function() {
16
- function e(t) {
17
- var n = this;
18
- this._insertTag = function(a) {
19
- var o;
20
- n.tags.length === 0 ? n.insertionPoint ? o = n.insertionPoint.nextSibling : n.prepend ? o = n.container.firstChild : o = n.before : o = n.tags[n.tags.length - 1].nextSibling, n.container.insertBefore(a, o), n.tags.push(a);
21
- }, this.isSpeedy = t.speedy === void 0 ? !0 : t.speedy, this.tags = [], this.ctr = 0, this.nonce = t.nonce, this.key = t.key, this.container = t.container, this.prepend = t.prepend, this.insertionPoint = t.insertionPoint, this.before = null;
22
- }
23
- var r = e.prototype;
24
- return r.hydrate = function(n) {
25
- n.forEach(this._insertTag);
26
- }, r.insert = function(n) {
27
- this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(hr(this));
28
- var a = this.tags[this.tags.length - 1];
29
- if (this.isSpeedy) {
30
- var o = lr(a);
31
- try {
32
- o.insertRule(n, o.cssRules.length);
33
- } catch {
34
- }
35
- } else
36
- a.appendChild(document.createTextNode(n));
37
- this.ctr++;
38
- }, r.flush = function() {
39
- this.tags.forEach(function(n) {
40
- var a;
41
- return (a = n.parentNode) == null ? void 0 : a.removeChild(n);
42
- }), this.tags = [], this.ctr = 0;
43
- }, e;
44
- })(), O = "-ms-", ee = "-moz-", y = "-webkit-", Ae = "comm", de = "rule", le = "decl", pr = "@import", Oe = "@keyframes", yr = "@layer", vr = Math.abs, re = String.fromCharCode, br = Object.assign;
45
- function xr(e, r) {
46
- return $(e, 0) ^ 45 ? (((r << 2 ^ $(e, 0)) << 2 ^ $(e, 1)) << 2 ^ $(e, 2)) << 2 ^ $(e, 3) : 0;
47
- }
48
- function Me(e) {
49
- return e.trim();
50
- }
51
- function Sr(e, r) {
52
- return (e = r.exec(e)) ? e[0] : e;
53
- }
54
- function v(e, r, t) {
55
- return e.replace(r, t);
56
- }
57
- function ie(e, r) {
58
- return e.indexOf(r);
59
- }
60
- function $(e, r) {
61
- return e.charCodeAt(r) | 0;
62
- }
63
- function z(e, r, t) {
64
- return e.slice(r, t);
65
- }
66
- function I(e) {
67
- return e.length;
68
- }
69
- function he(e) {
70
- return e.length;
71
- }
72
- function H(e, r) {
73
- return r.push(e), e;
74
- }
75
- function gr(e, r) {
76
- return e.map(r).join("");
77
- }
78
- var te = 1, D = 1, Ne = 0, M = 0, R = 0, W = "";
79
- function ne(e, r, t, n, a, o, c) {
80
- return { value: e, root: r, parent: t, type: n, props: a, children: o, line: te, column: D, length: c, return: "" };
81
- }
82
- function q(e, r) {
83
- return br(ne("", null, null, "", null, null, 0), e, { length: -e.length }, r);
84
- }
85
- function Er() {
86
- return R;
87
- }
88
- function wr() {
89
- return R = M > 0 ? $(W, --M) : 0, D--, R === 10 && (D = 1, te--), R;
90
- }
91
- function N() {
92
- return R = M < Ne ? $(W, M++) : 0, D++, R === 10 && (D = 1, te++), R;
93
- }
94
- function F() {
95
- return $(W, M);
96
- }
97
- function Z() {
98
- return M;
99
- }
100
- function U(e, r) {
101
- return z(W, e, r);
102
- }
103
- function V(e) {
104
- switch (e) {
105
- // \0 \t \n \r \s whitespace token
106
- case 0:
107
- case 9:
108
- case 10:
109
- case 13:
110
- case 32:
111
- return 5;
112
- // ! + , / > @ ~ isolate token
113
- case 33:
114
- case 43:
115
- case 44:
116
- case 47:
117
- case 62:
118
- case 64:
119
- case 126:
120
- // ; { } breakpoint token
121
- case 59:
122
- case 123:
123
- case 125:
124
- return 4;
125
- // : accompanied token
126
- case 58:
127
- return 3;
128
- // " ' ( [ opening delimit token
129
- case 34:
130
- case 39:
131
- case 40:
132
- case 91:
133
- return 2;
134
- // ) ] closing delimit token
135
- case 41:
136
- case 93:
137
- return 1;
138
- }
139
- return 0;
140
- }
141
- function Ie(e) {
142
- return te = D = 1, Ne = I(W = e), M = 0, [];
143
- }
144
- function ke(e) {
145
- return W = "", e;
146
- }
147
- function X(e) {
148
- return Me(U(M - 1, fe(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
149
- }
150
- function Cr(e) {
151
- for (; (R = F()) && R < 33; )
152
- N();
153
- return V(e) > 2 || V(R) > 3 ? "" : " ";
154
- }
155
- function Tr(e, r) {
156
- for (; --r && N() && !(R < 48 || R > 102 || R > 57 && R < 65 || R > 70 && R < 97); )
157
- ;
158
- return U(e, Z() + (r < 6 && F() == 32 && N() == 32));
159
- }
160
- function fe(e) {
161
- for (; N(); )
162
- switch (R) {
163
- // ] ) " '
164
- case e:
165
- return M;
166
- // " '
167
- case 34:
168
- case 39:
169
- e !== 34 && e !== 39 && fe(R);
170
- break;
171
- // (
172
- case 40:
173
- e === 41 && fe(e);
174
- break;
175
- // \
176
- case 92:
177
- N();
178
- break;
179
- }
180
- return M;
181
- }
182
- function _r(e, r) {
183
- for (; N() && e + R !== 57; )
184
- if (e + R === 84 && F() === 47)
185
- break;
186
- return "/*" + U(r, M - 1) + "*" + re(e === 47 ? e : N());
187
- }
188
- function Pr(e) {
189
- for (; !V(F()); )
190
- N();
191
- return U(e, M);
192
- }
193
- function Rr(e) {
194
- return ke(J("", null, null, null, [""], e = Ie(e), 0, [0], e));
195
- }
196
- function J(e, r, t, n, a, o, c, f, u) {
197
- for (var d = 0, l = 0, h = c, A = 0, P = 0, p = 0, m = 1, _ = 1, E = 1, w = 0, S = "", C = a, s = o, T = n, g = S; _; )
198
- switch (p = w, w = N()) {
199
- // (
200
- case 40:
201
- if (p != 108 && $(g, h - 1) == 58) {
202
- ie(g += v(X(w), "&", "&\f"), "&\f") != -1 && (E = -1);
203
- break;
204
- }
205
- // " ' [
206
- case 34:
207
- case 39:
208
- case 91:
209
- g += X(w);
210
- break;
211
- // \t \n \r \s
212
- case 9:
213
- case 10:
214
- case 13:
215
- case 32:
216
- g += Cr(p);
217
- break;
218
- // \
219
- case 92:
220
- g += Tr(Z() - 1, 7);
221
- continue;
222
- // /
223
- case 47:
224
- switch (F()) {
225
- case 42:
226
- case 47:
227
- H($r(_r(N(), Z()), r, t), u);
228
- break;
229
- default:
230
- g += "/";
231
- }
232
- break;
233
- // {
234
- case 123 * m:
235
- f[d++] = I(g) * E;
236
- // } ; \0
237
- case 125 * m:
238
- case 59:
239
- case 0:
240
- switch (w) {
241
- // \0 }
242
- case 0:
243
- case 125:
244
- _ = 0;
245
- // ;
246
- case 59 + l:
247
- E == -1 && (g = v(g, /\f/g, "")), P > 0 && I(g) - h && H(P > 32 ? ge(g + ";", n, t, h - 1) : ge(v(g, " ", "") + ";", n, t, h - 2), u);
248
- break;
249
- // @ ;
250
- case 59:
251
- g += ";";
252
- // { rule/at-rule
253
- default:
254
- if (H(T = Se(g, r, t, d, l, a, f, S, C = [], s = [], h), o), w === 123)
255
- if (l === 0)
256
- J(g, r, T, T, C, o, h, f, s);
257
- else
258
- switch (A === 99 && $(g, 3) === 110 ? 100 : A) {
259
- // d l m s
260
- case 100:
261
- case 108:
262
- case 109:
263
- case 115:
264
- J(e, T, T, n && H(Se(e, T, T, 0, 0, a, f, S, a, C = [], h), s), a, s, h, f, n ? C : s);
265
- break;
266
- default:
267
- J(g, T, T, T, [""], s, 0, f, s);
268
- }
269
- }
270
- d = l = P = 0, m = E = 1, S = g = "", h = c;
271
- break;
272
- // :
273
- case 58:
274
- h = 1 + I(g), P = p;
275
- default:
276
- if (m < 1) {
277
- if (w == 123)
278
- --m;
279
- else if (w == 125 && m++ == 0 && wr() == 125)
280
- continue;
281
- }
282
- switch (g += re(w), w * m) {
283
- // &
284
- case 38:
285
- E = l > 0 ? 1 : (g += "\f", -1);
286
- break;
287
- // ,
288
- case 44:
289
- f[d++] = (I(g) - 1) * E, E = 1;
290
- break;
291
- // @
292
- case 64:
293
- F() === 45 && (g += X(N())), A = F(), l = h = I(S = g += Pr(Z())), w++;
294
- break;
295
- // -
296
- case 45:
297
- p === 45 && I(g) == 2 && (m = 0);
298
- }
299
- }
300
- return o;
301
- }
302
- function Se(e, r, t, n, a, o, c, f, u, d, l) {
303
- for (var h = a - 1, A = a === 0 ? o : [""], P = he(A), p = 0, m = 0, _ = 0; p < n; ++p)
304
- for (var E = 0, w = z(e, h + 1, h = vr(m = c[p])), S = e; E < P; ++E)
305
- (S = Me(m > 0 ? A[E] + " " + w : v(w, /&\f/g, A[E]))) && (u[_++] = S);
306
- return ne(e, r, t, a === 0 ? de : f, u, d, l);
307
- }
308
- function $r(e, r, t) {
309
- return ne(e, r, t, Ae, re(Er()), z(e, 2, -2), 0);
310
- }
311
- function ge(e, r, t, n) {
312
- return ne(e, r, t, le, z(e, 0, n), z(e, n + 1, -1), n);
313
- }
314
- function j(e, r) {
315
- for (var t = "", n = he(e), a = 0; a < n; a++)
316
- t += r(e[a], a, e, r) || "";
317
- return t;
318
- }
319
- function Ar(e, r, t, n) {
320
- switch (e.type) {
321
- case yr:
322
- if (e.children.length) break;
323
- case pr:
324
- case le:
325
- return e.return = e.return || e.value;
326
- case Ae:
327
- return "";
328
- case Oe:
329
- return e.return = e.value + "{" + j(e.children, n) + "}";
330
- case de:
331
- e.value = e.props.join(",");
332
- }
333
- return I(t = j(e.children, n)) ? e.return = e.value + "{" + t + "}" : "";
334
- }
335
- function Or(e) {
336
- var r = he(e);
337
- return function(t, n, a, o) {
338
- for (var c = "", f = 0; f < r; f++)
339
- c += e[f](t, n, a, o) || "";
340
- return c;
341
- };
342
- }
343
- function Mr(e) {
344
- return function(r) {
345
- r.root || (r = r.return) && e(r);
346
- };
347
- }
348
- function Nr(e) {
349
- var r = /* @__PURE__ */ Object.create(null);
350
- return function(t) {
351
- return r[t] === void 0 && (r[t] = e(t)), r[t];
352
- };
353
- }
354
- var Ir = function(r, t, n) {
355
- for (var a = 0, o = 0; a = o, o = F(), a === 38 && o === 12 && (t[n] = 1), !V(o); )
356
- N();
357
- return U(r, M);
358
- }, kr = function(r, t) {
359
- var n = -1, a = 44;
360
- do
361
- switch (V(a)) {
362
- case 0:
363
- a === 38 && F() === 12 && (t[n] = 1), r[n] += Ir(M - 1, t, n);
364
- break;
365
- case 2:
366
- r[n] += X(a);
367
- break;
368
- case 4:
369
- if (a === 44) {
370
- r[++n] = F() === 58 ? "&\f" : "", t[n] = r[n].length;
371
- break;
372
- }
373
- // fallthrough
374
- default:
375
- r[n] += re(a);
376
- }
377
- while (a = N());
378
- return r;
379
- }, Fr = function(r, t) {
380
- return ke(kr(Ie(r), t));
381
- }, Ee = /* @__PURE__ */ new WeakMap(), Lr = function(r) {
382
- if (!(r.type !== "rule" || !r.parent || // positive .length indicates that this rule contains pseudo
383
- // negative .length indicates that this rule has been already prefixed
384
- r.length < 1)) {
385
- for (var t = r.value, n = r.parent, a = r.column === n.column && r.line === n.line; n.type !== "rule"; )
386
- if (n = n.parent, !n) return;
387
- if (!(r.props.length === 1 && t.charCodeAt(0) !== 58 && !Ee.get(n)) && !a) {
388
- Ee.set(r, !0);
389
- for (var o = [], c = Fr(t, o), f = n.props, u = 0, d = 0; u < c.length; u++)
390
- for (var l = 0; l < f.length; l++, d++)
391
- r.props[d] = o[u] ? c[u].replace(/&\f/g, f[l]) : f[l] + " " + c[u];
392
- }
393
- }
394
- }, jr = function(r) {
395
- if (r.type === "decl") {
396
- var t = r.value;
397
- // charcode for l
398
- t.charCodeAt(0) === 108 && // charcode for b
399
- t.charCodeAt(2) === 98 && (r.return = "", r.value = "");
400
- }
401
- };
402
- function Fe(e, r) {
403
- switch (xr(e, r)) {
404
- // color-adjust
405
- case 5103:
406
- return y + "print-" + e + e;
407
- // animation, animation-(delay|direction|duration|fill-mode|iteration-count|name|play-state|timing-function)
408
- case 5737:
409
- case 4201:
410
- case 3177:
411
- case 3433:
412
- case 1641:
413
- case 4457:
414
- case 2921:
415
- // text-decoration, filter, clip-path, backface-visibility, column, box-decoration-break
416
- case 5572:
417
- case 6356:
418
- case 5844:
419
- case 3191:
420
- case 6645:
421
- case 3005:
422
- // mask, mask-image, mask-(mode|clip|size), mask-(repeat|origin), mask-position, mask-composite,
423
- case 6391:
424
- case 5879:
425
- case 5623:
426
- case 6135:
427
- case 4599:
428
- case 4855:
429
- // background-clip, columns, column-(count|fill|gap|rule|rule-color|rule-style|rule-width|span|width)
430
- case 4215:
431
- case 6389:
432
- case 5109:
433
- case 5365:
434
- case 5621:
435
- case 3829:
436
- return y + e + e;
437
- // appearance, user-select, transform, hyphens, text-size-adjust
438
- case 5349:
439
- case 4246:
440
- case 4810:
441
- case 6968:
442
- case 2756:
443
- return y + e + ee + e + O + e + e;
444
- // flex, flex-direction
445
- case 6828:
446
- case 4268:
447
- return y + e + O + e + e;
448
- // order
449
- case 6165:
450
- return y + e + O + "flex-" + e + e;
451
- // align-items
452
- case 5187:
453
- return y + e + v(e, /(\w+).+(:[^]+)/, y + "box-$1$2" + O + "flex-$1$2") + e;
454
- // align-self
455
- case 5443:
456
- return y + e + O + "flex-item-" + v(e, /flex-|-self/, "") + e;
457
- // align-content
458
- case 4675:
459
- return y + e + O + "flex-line-pack" + v(e, /align-content|flex-|-self/, "") + e;
460
- // flex-shrink
461
- case 5548:
462
- return y + e + O + v(e, "shrink", "negative") + e;
463
- // flex-basis
464
- case 5292:
465
- return y + e + O + v(e, "basis", "preferred-size") + e;
466
- // flex-grow
467
- case 6060:
468
- return y + "box-" + v(e, "-grow", "") + y + e + O + v(e, "grow", "positive") + e;
469
- // transition
470
- case 4554:
471
- return y + v(e, /([^-])(transform)/g, "$1" + y + "$2") + e;
472
- // cursor
473
- case 6187:
474
- return v(v(v(e, /(zoom-|grab)/, y + "$1"), /(image-set)/, y + "$1"), e, "") + e;
475
- // background, background-image
476
- case 5495:
477
- case 3959:
478
- return v(e, /(image-set\([^]*)/, y + "$1$`$1");
479
- // justify-content
480
- case 4968:
481
- return v(v(e, /(.+:)(flex-)?(.*)/, y + "box-pack:$3" + O + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + y + e + e;
482
- // (margin|padding)-inline-(start|end)
483
- case 4095:
484
- case 3583:
485
- case 4068:
486
- case 2532:
487
- return v(e, /(.+)-inline(.+)/, y + "$1$2") + e;
488
- // (min|max)?(width|height|inline-size|block-size)
489
- case 8116:
490
- case 7059:
491
- case 5753:
492
- case 5535:
493
- case 5445:
494
- case 5701:
495
- case 4933:
496
- case 4677:
497
- case 5533:
498
- case 5789:
499
- case 5021:
500
- case 4765:
501
- if (I(e) - 1 - r > 6) switch ($(e, r + 1)) {
502
- // (m)ax-content, (m)in-content
503
- case 109:
504
- if ($(e, r + 4) !== 45) break;
505
- // (f)ill-available, (f)it-content
506
- case 102:
507
- return v(e, /(.+:)(.+)-([^]+)/, "$1" + y + "$2-$3$1" + ee + ($(e, r + 3) == 108 ? "$3" : "$2-$3")) + e;
508
- // (s)tretch
509
- case 115:
510
- return ~ie(e, "stretch") ? Fe(v(e, "stretch", "fill-available"), r) + e : e;
511
- }
512
- break;
513
- // position: sticky
514
- case 4949:
515
- if ($(e, r + 1) !== 115) break;
516
- // display: (flex|inline-flex)
517
- case 6444:
518
- switch ($(e, I(e) - 3 - (~ie(e, "!important") && 10))) {
519
- // stic(k)y
520
- case 107:
521
- return v(e, ":", ":" + y) + e;
522
- // (inline-)?fl(e)x
523
- case 101:
524
- return v(e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + y + ($(e, 14) === 45 ? "inline-" : "") + "box$3$1" + y + "$2$3$1" + O + "$2box$3") + e;
525
- }
526
- break;
527
- // writing-mode
528
- case 5936:
529
- switch ($(e, r + 11)) {
530
- // vertical-l(r)
531
- case 114:
532
- return y + e + O + v(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
533
- // vertical-r(l)
534
- case 108:
535
- return y + e + O + v(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
536
- // horizontal(-)tb
537
- case 45:
538
- return y + e + O + v(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
539
- }
540
- return y + e + O + e + e;
541
- }
542
- return e;
543
- }
544
- var Dr = function(r, t, n, a) {
545
- if (r.length > -1 && !r.return) switch (r.type) {
546
- case le:
547
- r.return = Fe(r.value, r.length);
548
- break;
549
- case Oe:
550
- return j([q(r, {
551
- value: v(r.value, "@", "@" + y)
552
- })], a);
553
- case de:
554
- if (r.length) return gr(r.props, function(o) {
555
- switch (Sr(o, /(::plac\w+|:read-\w+)/)) {
556
- // :read-(only|write)
557
- case ":read-only":
558
- case ":read-write":
559
- return j([q(r, {
560
- props: [v(o, /:(read-\w+)/, ":" + ee + "$1")]
561
- })], a);
562
- // :placeholder
563
- case "::placeholder":
564
- return j([q(r, {
565
- props: [v(o, /:(plac\w+)/, ":" + y + "input-$1")]
566
- }), q(r, {
567
- props: [v(o, /:(plac\w+)/, ":" + ee + "$1")]
568
- }), q(r, {
569
- props: [v(o, /:(plac\w+)/, O + "input-$1")]
570
- })], a);
571
- }
572
- return "";
573
- });
574
- }
575
- }, Yr = [Dr], Wr = function(r) {
576
- var t = r.key;
577
- if (t === "css") {
578
- var n = document.querySelectorAll("style[data-emotion]:not([data-s])");
579
- Array.prototype.forEach.call(n, function(m) {
580
- var _ = m.getAttribute("data-emotion");
581
- _.indexOf(" ") !== -1 && (document.head.appendChild(m), m.setAttribute("data-s", ""));
582
- });
583
- }
584
- var a = r.stylisPlugins || Yr, o = {}, c, f = [];
585
- c = r.container || document.head, Array.prototype.forEach.call(
586
- // this means we will ignore elements which don't have a space in them which
587
- // means that the style elements we're looking at are only Emotion 11 server-rendered style elements
588
- document.querySelectorAll('style[data-emotion^="' + t + ' "]'),
589
- function(m) {
590
- for (var _ = m.getAttribute("data-emotion").split(" "), E = 1; E < _.length; E++)
591
- o[_[E]] = !0;
592
- f.push(m);
593
- }
594
- );
595
- var u, d = [Lr, jr];
596
- {
597
- var l, h = [Ar, Mr(function(m) {
598
- l.insert(m);
599
- })], A = Or(d.concat(a, h)), P = function(_) {
600
- return j(Rr(_), A);
601
- };
602
- u = function(_, E, w, S) {
603
- l = w, P(_ ? _ + "{" + E.styles + "}" : E.styles), S && (p.inserted[E.name] = !0);
604
- };
605
- }
606
- var p = {
607
- key: t,
608
- sheet: new mr({
609
- key: t,
610
- container: c,
611
- nonce: r.nonce,
612
- speedy: r.speedy,
613
- prepend: r.prepend,
614
- insertionPoint: r.insertionPoint
615
- }),
616
- nonce: r.nonce,
617
- inserted: o,
618
- registered: {},
619
- insert: u
620
- };
621
- return p.sheet.hydrate(f), p;
622
- }, K = { exports: {} }, b = {};
623
- /** @license React v16.13.1
624
- * react-is.production.min.js
625
- *
626
- * Copyright (c) Facebook, Inc. and its affiliates.
627
- *
628
- * This source code is licensed under the MIT license found in the
629
- * LICENSE file in the root directory of this source tree.
630
- */
631
- var we;
632
- function qr() {
633
- if (we) return b;
634
- we = 1;
635
- var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, f = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, l = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, A = e ? Symbol.for("react.suspense_list") : 60120, P = e ? Symbol.for("react.memo") : 60115, p = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, _ = e ? Symbol.for("react.fundamental") : 60117, E = e ? Symbol.for("react.responder") : 60118, w = e ? Symbol.for("react.scope") : 60119;
636
- function S(s) {
637
- if (typeof s == "object" && s !== null) {
638
- var T = s.$$typeof;
639
- switch (T) {
640
- case r:
641
- switch (s = s.type, s) {
642
- case u:
643
- case d:
644
- case n:
645
- case o:
646
- case a:
647
- case h:
648
- return s;
649
- default:
650
- switch (s = s && s.$$typeof, s) {
651
- case f:
652
- case l:
653
- case p:
654
- case P:
655
- case c:
656
- return s;
657
- default:
658
- return T;
659
- }
660
- }
661
- case t:
662
- return T;
663
- }
664
- }
665
- }
666
- function C(s) {
667
- return S(s) === d;
668
- }
669
- return b.AsyncMode = u, b.ConcurrentMode = d, b.ContextConsumer = f, b.ContextProvider = c, b.Element = r, b.ForwardRef = l, b.Fragment = n, b.Lazy = p, b.Memo = P, b.Portal = t, b.Profiler = o, b.StrictMode = a, b.Suspense = h, b.isAsyncMode = function(s) {
670
- return C(s) || S(s) === u;
671
- }, b.isConcurrentMode = C, b.isContextConsumer = function(s) {
672
- return S(s) === f;
673
- }, b.isContextProvider = function(s) {
674
- return S(s) === c;
675
- }, b.isElement = function(s) {
676
- return typeof s == "object" && s !== null && s.$$typeof === r;
677
- }, b.isForwardRef = function(s) {
678
- return S(s) === l;
679
- }, b.isFragment = function(s) {
680
- return S(s) === n;
681
- }, b.isLazy = function(s) {
682
- return S(s) === p;
683
- }, b.isMemo = function(s) {
684
- return S(s) === P;
685
- }, b.isPortal = function(s) {
686
- return S(s) === t;
687
- }, b.isProfiler = function(s) {
688
- return S(s) === o;
689
- }, b.isStrictMode = function(s) {
690
- return S(s) === a;
691
- }, b.isSuspense = function(s) {
692
- return S(s) === h;
693
- }, b.isValidElementType = function(s) {
694
- return typeof s == "string" || typeof s == "function" || s === n || s === d || s === o || s === a || s === h || s === A || typeof s == "object" && s !== null && (s.$$typeof === p || s.$$typeof === P || s.$$typeof === c || s.$$typeof === f || s.$$typeof === l || s.$$typeof === _ || s.$$typeof === E || s.$$typeof === w || s.$$typeof === m);
695
- }, b.typeOf = S, b;
696
- }
697
- var x = {};
698
- /** @license React v16.13.1
699
- * react-is.development.js
700
- *
701
- * Copyright (c) Facebook, Inc. and its affiliates.
702
- *
703
- * This source code is licensed under the MIT license found in the
704
- * LICENSE file in the root directory of this source tree.
705
- */
706
- var Ce;
707
- function zr() {
708
- return Ce || (Ce = 1, process.env.NODE_ENV !== "production" && (function() {
709
- var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, f = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, l = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, A = e ? Symbol.for("react.suspense_list") : 60120, P = e ? Symbol.for("react.memo") : 60115, p = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, _ = e ? Symbol.for("react.fundamental") : 60117, E = e ? Symbol.for("react.responder") : 60118, w = e ? Symbol.for("react.scope") : 60119;
710
- function S(i) {
711
- return typeof i == "string" || typeof i == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
712
- i === n || i === d || i === o || i === a || i === h || i === A || typeof i == "object" && i !== null && (i.$$typeof === p || i.$$typeof === P || i.$$typeof === c || i.$$typeof === f || i.$$typeof === l || i.$$typeof === _ || i.$$typeof === E || i.$$typeof === w || i.$$typeof === m);
713
- }
714
- function C(i) {
715
- if (typeof i == "object" && i !== null) {
716
- var oe = i.$$typeof;
717
- switch (oe) {
718
- case r:
719
- var B = i.type;
720
- switch (B) {
721
- case u:
722
- case d:
723
- case n:
724
- case o:
725
- case a:
726
- case h:
727
- return B;
728
- default:
729
- var xe = B && B.$$typeof;
730
- switch (xe) {
731
- case f:
732
- case l:
733
- case p:
734
- case P:
735
- case c:
736
- return xe;
737
- default:
738
- return oe;
739
- }
740
- }
741
- case t:
742
- return oe;
743
- }
744
- }
745
- }
746
- var s = u, T = d, g = f, ye = c, ze = r, Ve = l, Ge = n, Ue = p, Be = P, He = t, Ke = o, Ze = a, Xe = h, ve = !1;
747
- function Je(i) {
748
- return ve || (ve = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), be(i) || C(i) === u;
749
- }
750
- function be(i) {
751
- return C(i) === d;
752
- }
753
- function Qe(i) {
754
- return C(i) === f;
755
- }
756
- function er(i) {
757
- return C(i) === c;
758
- }
759
- function rr(i) {
760
- return typeof i == "object" && i !== null && i.$$typeof === r;
761
- }
762
- function tr(i) {
763
- return C(i) === l;
764
- }
765
- function nr(i) {
766
- return C(i) === n;
767
- }
768
- function ar(i) {
769
- return C(i) === p;
770
- }
771
- function or(i) {
772
- return C(i) === P;
773
- }
774
- function sr(i) {
775
- return C(i) === t;
776
- }
777
- function cr(i) {
778
- return C(i) === o;
779
- }
780
- function ir(i) {
781
- return C(i) === a;
782
- }
783
- function fr(i) {
784
- return C(i) === h;
785
- }
786
- x.AsyncMode = s, x.ConcurrentMode = T, x.ContextConsumer = g, x.ContextProvider = ye, x.Element = ze, x.ForwardRef = Ve, x.Fragment = Ge, x.Lazy = Ue, x.Memo = Be, x.Portal = He, x.Profiler = Ke, x.StrictMode = Ze, x.Suspense = Xe, x.isAsyncMode = Je, x.isConcurrentMode = be, x.isContextConsumer = Qe, x.isContextProvider = er, x.isElement = rr, x.isForwardRef = tr, x.isFragment = nr, x.isLazy = ar, x.isMemo = or, x.isPortal = sr, x.isProfiler = cr, x.isStrictMode = ir, x.isSuspense = fr, x.isValidElementType = S, x.typeOf = C;
787
- })()), x;
788
- }
789
- var Te;
790
- function Vr() {
791
- return Te || (Te = 1, process.env.NODE_ENV === "production" ? K.exports = qr() : K.exports = zr()), K.exports;
792
- }
793
- var se, _e;
794
- function Gr() {
795
- if (_e) return se;
796
- _e = 1;
797
- var e = Vr(), r = {
798
- childContextTypes: !0,
799
- contextType: !0,
800
- contextTypes: !0,
801
- defaultProps: !0,
802
- displayName: !0,
803
- getDefaultProps: !0,
804
- getDerivedStateFromError: !0,
805
- getDerivedStateFromProps: !0,
806
- mixins: !0,
807
- propTypes: !0,
808
- type: !0
809
- }, t = {
810
- name: !0,
811
- length: !0,
812
- prototype: !0,
813
- caller: !0,
814
- callee: !0,
815
- arguments: !0,
816
- arity: !0
817
- }, n = {
818
- $$typeof: !0,
819
- render: !0,
820
- defaultProps: !0,
821
- displayName: !0,
822
- propTypes: !0
823
- }, a = {
824
- $$typeof: !0,
825
- compare: !0,
826
- defaultProps: !0,
827
- displayName: !0,
828
- propTypes: !0,
829
- type: !0
830
- }, o = {};
831
- o[e.ForwardRef] = n, o[e.Memo] = a;
832
- function c(p) {
833
- return e.isMemo(p) ? a : o[p.$$typeof] || r;
834
- }
835
- var f = Object.defineProperty, u = Object.getOwnPropertyNames, d = Object.getOwnPropertySymbols, l = Object.getOwnPropertyDescriptor, h = Object.getPrototypeOf, A = Object.prototype;
836
- function P(p, m, _) {
837
- if (typeof m != "string") {
838
- if (A) {
839
- var E = h(m);
840
- E && E !== A && P(p, E, _);
841
- }
842
- var w = u(m);
843
- d && (w = w.concat(d(m)));
844
- for (var S = c(p), C = c(m), s = 0; s < w.length; ++s) {
845
- var T = w[s];
846
- if (!t[T] && !(_ && _[T]) && !(C && C[T]) && !(S && S[T])) {
847
- var g = l(m, T);
848
- try {
849
- f(p, T, g);
850
- } catch {
851
- }
852
- }
853
- }
854
- }
855
- return p;
856
- }
857
- return se = P, se;
858
- }
859
- Gr();
860
- var Ur = !0;
861
- function Br(e, r, t) {
862
- var n = "";
863
- return t.split(" ").forEach(function(a) {
864
- e[a] !== void 0 ? r.push(e[a] + ";") : a && (n += a + " ");
865
- }), n;
866
- }
867
- var Le = function(r, t, n) {
868
- var a = r.key + "-" + t.name;
869
- // we only need to add the styles to the registered cache if the
870
- // class name could be used further down
871
- // the tree but if it's a string tag, we know it won't
872
- // so we don't have to add it to registered cache.
873
- // this improves memory usage since we can avoid storing the whole style string
874
- (n === !1 || // we need to always store it if we're in compat mode and
875
- // in node since emotion-server relies on whether a style is in
876
- // the registered cache to know whether a style is global or not
877
- // also, note that this check will be dead code eliminated in the browser
878
- Ur === !1) && r.registered[a] === void 0 && (r.registered[a] = t.styles);
879
- }, Hr = function(r, t, n) {
880
- Le(r, t, n);
881
- var a = r.key + "-" + t.name;
882
- if (r.inserted[t.name] === void 0) {
883
- var o = t;
884
- do
885
- r.insert(t === o ? "." + a : "", o, r.sheet, !0), o = o.next;
886
- while (o !== void 0);
887
- }
888
- };
889
- function Kr(e) {
890
- for (var r = 0, t, n = 0, a = e.length; a >= 4; ++n, a -= 4)
891
- t = e.charCodeAt(n) & 255 | (e.charCodeAt(++n) & 255) << 8 | (e.charCodeAt(++n) & 255) << 16 | (e.charCodeAt(++n) & 255) << 24, t = /* Math.imul(k, m): */
892
- (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), t ^= /* k >>> r: */
893
- t >>> 24, r = /* Math.imul(k, m): */
894
- (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
895
- (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16);
896
- switch (a) {
897
- case 3:
898
- r ^= (e.charCodeAt(n + 2) & 255) << 16;
899
- case 2:
900
- r ^= (e.charCodeAt(n + 1) & 255) << 8;
901
- case 1:
902
- r ^= e.charCodeAt(n) & 255, r = /* Math.imul(h, m): */
903
- (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16);
904
- }
905
- return r ^= r >>> 13, r = /* Math.imul(h, m): */
906
- (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), ((r ^ r >>> 15) >>> 0).toString(36);
907
- }
908
- var Zr = {
909
- animationIterationCount: 1,
910
- aspectRatio: 1,
911
- borderImageOutset: 1,
912
- borderImageSlice: 1,
913
- borderImageWidth: 1,
914
- boxFlex: 1,
915
- boxFlexGroup: 1,
916
- boxOrdinalGroup: 1,
917
- columnCount: 1,
918
- columns: 1,
919
- flex: 1,
920
- flexGrow: 1,
921
- flexPositive: 1,
922
- flexShrink: 1,
923
- flexNegative: 1,
924
- flexOrder: 1,
925
- gridRow: 1,
926
- gridRowEnd: 1,
927
- gridRowSpan: 1,
928
- gridRowStart: 1,
929
- gridColumn: 1,
930
- gridColumnEnd: 1,
931
- gridColumnSpan: 1,
932
- gridColumnStart: 1,
933
- msGridRow: 1,
934
- msGridRowSpan: 1,
935
- msGridColumn: 1,
936
- msGridColumnSpan: 1,
937
- fontWeight: 1,
938
- lineHeight: 1,
939
- opacity: 1,
940
- order: 1,
941
- orphans: 1,
942
- scale: 1,
943
- tabSize: 1,
944
- widows: 1,
945
- zIndex: 1,
946
- zoom: 1,
947
- WebkitLineClamp: 1,
948
- // SVG-related properties
949
- fillOpacity: 1,
950
- floodOpacity: 1,
951
- stopOpacity: 1,
952
- strokeDasharray: 1,
953
- strokeDashoffset: 1,
954
- strokeMiterlimit: 1,
955
- strokeOpacity: 1,
956
- strokeWidth: 1
957
- }, Xr = /[A-Z]|^ms/g, Jr = /_EMO_([^_]+?)_([^]*?)_EMO_/g, je = function(r) {
958
- return r.charCodeAt(1) === 45;
959
- }, Pe = function(r) {
960
- return r != null && typeof r != "boolean";
961
- }, ce = /* @__PURE__ */ Nr(function(e) {
962
- return je(e) ? e : e.replace(Xr, "-$&").toLowerCase();
963
- }), Re = function(r, t) {
964
- switch (r) {
965
- case "animation":
966
- case "animationName":
967
- if (typeof t == "string")
968
- return t.replace(Jr, function(n, a, o) {
969
- return k = {
970
- name: a,
971
- styles: o,
972
- next: k
973
- }, a;
974
- });
975
- }
976
- return Zr[r] !== 1 && !je(r) && typeof t == "number" && t !== 0 ? t + "px" : t;
977
- };
978
- function G(e, r, t) {
979
- if (t == null)
980
- return "";
981
- var n = t;
982
- if (n.__emotion_styles !== void 0)
983
- return n;
984
- switch (typeof t) {
985
- case "boolean":
986
- return "";
987
- case "object": {
988
- var a = t;
989
- if (a.anim === 1)
990
- return k = {
991
- name: a.name,
992
- styles: a.styles,
993
- next: k
994
- }, a.name;
995
- var o = t;
996
- if (o.styles !== void 0) {
997
- var c = o.next;
998
- if (c !== void 0)
999
- for (; c !== void 0; )
1000
- k = {
1001
- name: c.name,
1002
- styles: c.styles,
1003
- next: k
1004
- }, c = c.next;
1005
- var f = o.styles + ";";
1006
- return f;
1007
- }
1008
- return Qr(e, r, t);
1009
- }
1010
- case "function": {
1011
- if (e !== void 0) {
1012
- var u = k, d = t(e);
1013
- return k = u, G(e, r, d);
1014
- }
1015
- break;
1016
- }
1017
- }
1018
- var l = t;
1019
- if (r == null)
1020
- return l;
1021
- var h = r[l];
1022
- return h !== void 0 ? h : l;
1023
- }
1024
- function Qr(e, r, t) {
1025
- var n = "";
1026
- if (Array.isArray(t))
1027
- for (var a = 0; a < t.length; a++)
1028
- n += G(e, r, t[a]) + ";";
1029
- else
1030
- for (var o in t) {
1031
- var c = t[o];
1032
- if (typeof c != "object") {
1033
- var f = c;
1034
- r != null && r[f] !== void 0 ? n += o + "{" + r[f] + "}" : Pe(f) && (n += ce(o) + ":" + Re(o, f) + ";");
1035
- } else if (Array.isArray(c) && typeof c[0] == "string" && (r == null || r[c[0]] === void 0))
1036
- for (var u = 0; u < c.length; u++)
1037
- Pe(c[u]) && (n += ce(o) + ":" + Re(o, c[u]) + ";");
1038
- else {
1039
- var d = G(e, r, c);
1040
- switch (o) {
1041
- case "animation":
1042
- case "animationName": {
1043
- n += ce(o) + ":" + d + ";";
1044
- break;
1045
- }
1046
- default:
1047
- n += o + "{" + d + "}";
1048
- }
1049
- }
1050
- }
1051
- return n;
1052
- }
1053
- var $e = /label:\s*([^\s;{]+)\s*(;|$)/g, k;
1054
- function et(e, r, t) {
1055
- if (e.length === 1 && typeof e[0] == "object" && e[0] !== null && e[0].styles !== void 0)
1056
- return e[0];
1057
- var n = !0, a = "";
1058
- k = void 0;
1059
- var o = e[0];
1060
- if (o == null || o.raw === void 0)
1061
- n = !1, a += G(t, r, o);
1062
- else {
1063
- var c = o;
1064
- a += c[0];
1065
- }
1066
- for (var f = 1; f < e.length; f++)
1067
- if (a += G(t, r, e[f]), n) {
1068
- var u = o;
1069
- a += u[f];
1070
- }
1071
- $e.lastIndex = 0;
1072
- for (var d = "", l; (l = $e.exec(a)) !== null; )
1073
- d += "-" + l[1];
1074
- var h = Kr(a) + d;
1075
- return {
1076
- name: h,
1077
- styles: a,
1078
- next: k
1079
- };
1080
- }
1081
- var rt = function(r) {
1082
- return r();
1083
- }, tt = L.useInsertionEffect ? L.useInsertionEffect : !1, nt = tt || rt, De = /* @__PURE__ */ L.createContext(
1084
- // we're doing this to avoid preconstruct's dead code elimination in this one case
1085
- // because this module is primarily intended for the browser and node
1086
- // but it's also required in react native and similar environments sometimes
1087
- // and we could have a special build just for that
1088
- // but this is much easier and the native packages
1089
- // might use a different theme context in the future anyway
1090
- typeof HTMLElement < "u" ? /* @__PURE__ */ Wr({
1091
- key: "css"
1092
- }) : null
1093
- );
1094
- De.Provider;
1095
- var at = function(r) {
1096
- return /* @__PURE__ */ ur(function(t, n) {
1097
- var a = dr(De);
1098
- return r(t, a, n);
1099
- });
1100
- }, ot = /* @__PURE__ */ L.createContext({}), ae = {}.hasOwnProperty, ue = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", Ye = function(r, t) {
1101
- var n = {};
1102
- for (var a in t)
1103
- ae.call(t, a) && (n[a] = t[a]);
1104
- return n[ue] = r, n;
1105
- }, st = function(r) {
1106
- var t = r.cache, n = r.serialized, a = r.isStringTag;
1107
- return Le(t, n, a), nt(function() {
1108
- return Hr(t, n, a);
1109
- }), null;
1110
- }, ct = /* @__PURE__ */ at(function(e, r, t) {
1111
- var n = e.css;
1112
- typeof n == "string" && r.registered[n] !== void 0 && (n = r.registered[n]);
1113
- var a = e[ue], o = [n], c = "";
1114
- typeof e.className == "string" ? c = Br(r.registered, o, e.className) : e.className != null && (c = e.className + " ");
1115
- var f = et(o, void 0, L.useContext(ot));
1116
- c += r.key + "-" + f.name;
1117
- var u = {};
1118
- for (var d in e)
1119
- ae.call(e, d) && d !== "css" && d !== ue && (u[d] = e[d]);
1120
- return u.className = c, t && (u.ref = t), /* @__PURE__ */ L.createElement(L.Fragment, null, /* @__PURE__ */ L.createElement(st, {
1121
- cache: r,
1122
- serialized: f,
1123
- isStringTag: typeof a == "string"
1124
- }), /* @__PURE__ */ L.createElement(a, u));
1125
- }), We = ct, Y = function(r, t, n) {
1126
- return ae.call(t, "css") ? Q.jsx(We, Ye(r, t), n) : Q.jsx(r, t, n);
1127
- }, lt = function(r, t, n) {
1128
- return ae.call(t, "css") ? Q.jsxs(We, Ye(r, t), n) : Q.jsxs(r, t, n);
1129
- };
1130
- function qe(e) {
1131
- var r, t, n = "";
1132
- if (typeof e == "string" || typeof e == "number") n += e;
1133
- else if (typeof e == "object") if (Array.isArray(e)) {
1134
- var a = e.length;
1135
- for (r = 0; r < a; r++) e[r] && (t = qe(e[r])) && (n && (n += " "), n += t);
1136
- } else for (t in e) e[t] && (n && (n += " "), n += t);
1137
- return n;
1138
- }
1139
- function it() {
1140
- for (var e, r, t = 0, n = "", a = arguments.length; t < a; t++) (e = arguments[t]) && (r = qe(e)) && (n && (n += " "), n += r);
1141
- return n;
1142
- }
1143
- const ft = "vacano", ut = (e) => (r, ...t) => it(`${ft}_${e}_${r}`, ...t), me = 24, pe = ut("icon-lucide"), ht = ({ className: e, size: r = me, ...t }) => /* @__PURE__ */ Y(
1144
- "svg",
1145
- {
1146
- width: r,
1147
- height: r,
1148
- className: pe("check", e),
1149
- ...t,
1150
- xmlns: "http://www.w3.org/2000/svg",
1151
- viewBox: "0 0 24 24",
1152
- fill: "none",
1153
- stroke: "currentColor",
1154
- strokeWidth: "2",
1155
- strokeLinecap: "round",
1156
- strokeLinejoin: "round",
1157
- children: /* @__PURE__ */ Y("path", { d: "M20 6 9 17l-5-5" })
1158
- }
1159
- ), mt = ({
1160
- className: e,
1161
- size: r = me,
1162
- ...t
1163
- }) => /* @__PURE__ */ Y(
1164
- "svg",
1165
- {
1166
- width: r,
1167
- height: r,
1168
- className: pe("chevron-down", e),
1169
- ...t,
1170
- xmlns: "http://www.w3.org/2000/svg",
1171
- viewBox: "0 0 24 24",
1172
- fill: "none",
1173
- stroke: "currentColor",
1174
- strokeWidth: "2",
1175
- strokeLinecap: "round",
1176
- strokeLinejoin: "round",
1177
- children: /* @__PURE__ */ Y("path", { d: "m6 9 6 6 6-6" })
1178
- }
1179
- ), pt = ({ className: e, size: r = me, ...t }) => /* @__PURE__ */ Y(
1180
- "svg",
1181
- {
1182
- width: r,
1183
- height: r,
1184
- className: pe("minus", e),
1185
- ...t,
1186
- xmlns: "http://www.w3.org/2000/svg",
1187
- viewBox: "0 0 24 24",
1188
- fill: "none",
1189
- stroke: "currentColor",
1190
- strokeWidth: "2",
1191
- strokeLinecap: "round",
1192
- strokeLinejoin: "round",
1193
- children: /* @__PURE__ */ Y("path", { d: "M5 12h14" })
1194
- }
1195
- );
1196
- export {
1197
- ht as C,
1198
- me as D,
1199
- pt as M,
1200
- Y as a,
1201
- mt as b,
1202
- ut as c,
1203
- pe as d,
1204
- Br as g,
1205
- Hr as i,
1206
- lt as j,
1207
- Nr as m,
1208
- Le as r,
1209
- et as s,
1210
- nt as u
1211
- };
1212
- //# sourceMappingURL=Minus-BxmZQPsb.js.map