@fullkekw/popup 2.0.8 → 2.0.9

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.es.js CHANGED
@@ -1,787 +1,160 @@
1
- import Ue, { createContext as Er, useState as D, useEffect as Y, useContext as ze, useMemo as _r } from "react";
2
- import { createPortal as Rr } from "react-dom";
3
- function xr(y) {
4
- return y && y.__esModule && Object.prototype.hasOwnProperty.call(y, "default") ? y.default : y;
1
+ import { jsxs as q, jsx as k, Fragment as F } from "react/jsx-runtime";
2
+ import { createContext as R, useState as m, useEffect as O, useContext as z, useMemo as Z } from "react";
3
+ import { createPortal as B } from "react-dom";
4
+ function G(s) {
5
+ return s && s.__esModule && Object.prototype.hasOwnProperty.call(s, "default") ? s.default : s;
5
6
  }
6
- var Q = { exports: {} }, q = {};
7
- /**
8
- * @license React
9
- * react-jsx-runtime.production.min.js
10
- *
11
- * Copyright (c) Facebook, Inc. and its affiliates.
12
- *
13
- * This source code is licensed under the MIT license found in the
14
- * LICENSE file in the root directory of this source tree.
15
- */
16
- var Le;
17
- function wr() {
18
- if (Le) return q;
19
- Le = 1;
20
- var y = Ue, w = Symbol.for("react.element"), _ = Symbol.for("react.fragment"), R = Object.prototype.hasOwnProperty, p = y.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, a = { key: !0, ref: !0, __self: !0, __source: !0 };
21
- function f(v, d, T) {
22
- var h, c = {}, g = null, u = null;
23
- T !== void 0 && (g = "" + T), d.key !== void 0 && (g = "" + d.key), d.ref !== void 0 && (u = d.ref);
24
- for (h in d) R.call(d, h) && !a.hasOwnProperty(h) && (c[h] = d[h]);
25
- if (v && v.defaultProps) for (h in d = v.defaultProps, d) c[h] === void 0 && (c[h] = d[h]);
26
- return { $$typeof: w, type: v, key: g, ref: u, props: c, _owner: p.current };
27
- }
28
- return q.Fragment = _, q.jsx = f, q.jsxs = f, q;
29
- }
30
- var J = {};
31
- /**
32
- * @license React
33
- * react-jsx-runtime.development.js
34
- *
35
- * Copyright (c) Facebook, Inc. and its affiliates.
36
- *
37
- * This source code is licensed under the MIT license found in the
38
- * LICENSE file in the root directory of this source tree.
39
- */
40
- var Me;
41
- function Or() {
42
- return Me || (Me = 1, process.env.NODE_ENV !== "production" && function() {
43
- var y = Ue, w = Symbol.for("react.element"), _ = Symbol.for("react.portal"), R = Symbol.for("react.fragment"), p = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), v = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), T = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), c = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), u = Symbol.for("react.offscreen"), P = Symbol.iterator, m = "@@iterator";
44
- function j(e) {
45
- if (e === null || typeof e != "object")
46
- return null;
47
- var r = P && e[P] || e[m];
48
- return typeof r == "function" ? r : null;
49
- }
50
- var A = y.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
51
- function x(e) {
52
- {
53
- for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
54
- t[n - 1] = arguments[n];
55
- B("error", e, t);
56
- }
57
- }
58
- function B(e, r, t) {
59
- {
60
- var n = A.ReactDebugCurrentFrame, s = n.getStackAddendum();
61
- s !== "" && (r += "%s", t = t.concat([s]));
62
- var l = t.map(function(i) {
63
- return String(i);
64
- });
65
- l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
66
- }
67
- }
68
- var K = !1, re = !1, C = !1, te = !1, ne = !1, V;
69
- V = Symbol.for("react.module.reference");
70
- function I(e) {
71
- return !!(typeof e == "string" || typeof e == "function" || e === R || e === a || ne || e === p || e === T || e === h || te || e === u || K || re || C || typeof e == "object" && e !== null && (e.$$typeof === g || e.$$typeof === c || e.$$typeof === f || e.$$typeof === v || e.$$typeof === d || // This needs to include all possible module reference object
72
- // types supported by any Flight configuration anywhere since
73
- // we don't know which Flight build this will end up being used
74
- // with.
75
- e.$$typeof === V || e.getModuleId !== void 0));
76
- }
77
- function ae(e, r, t) {
78
- var n = e.displayName;
79
- if (n)
80
- return n;
81
- var s = r.displayName || r.name || "";
82
- return s !== "" ? t + "(" + s + ")" : t;
83
- }
84
- function ge(e) {
85
- return e.displayName || "Context";
86
- }
87
- function F(e) {
88
- if (e == null)
89
- return null;
90
- if (typeof e.tag == "number" && x("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
91
- return e.displayName || e.name || null;
92
- if (typeof e == "string")
93
- return e;
94
- switch (e) {
95
- case R:
96
- return "Fragment";
97
- case _:
98
- return "Portal";
99
- case a:
100
- return "Profiler";
101
- case p:
102
- return "StrictMode";
103
- case T:
104
- return "Suspense";
105
- case h:
106
- return "SuspenseList";
107
- }
108
- if (typeof e == "object")
109
- switch (e.$$typeof) {
110
- case v:
111
- var r = e;
112
- return ge(r) + ".Consumer";
113
- case f:
114
- var t = e;
115
- return ge(t._context) + ".Provider";
116
- case d:
117
- return ae(e, e.render, "ForwardRef");
118
- case c:
119
- var n = e.displayName || null;
120
- return n !== null ? n : F(e.type) || "Memo";
121
- case g: {
122
- var s = e, l = s._payload, i = s._init;
123
- try {
124
- return F(i(l));
125
- } catch {
126
- return null;
127
- }
128
- }
129
- }
130
- return null;
131
- }
132
- var N = Object.assign, U = 0, me, ye, be, he, Ee, _e, Re;
133
- function xe() {
134
- }
135
- xe.__reactDisabledLog = !0;
136
- function Be() {
137
- {
138
- if (U === 0) {
139
- me = console.log, ye = console.info, be = console.warn, he = console.error, Ee = console.group, _e = console.groupCollapsed, Re = console.groupEnd;
140
- var e = {
141
- configurable: !0,
142
- enumerable: !0,
143
- value: xe,
144
- writable: !0
145
- };
146
- Object.defineProperties(console, {
147
- info: e,
148
- log: e,
149
- warn: e,
150
- error: e,
151
- group: e,
152
- groupCollapsed: e,
153
- groupEnd: e
154
- });
155
- }
156
- U++;
157
- }
158
- }
159
- function Ke() {
160
- {
161
- if (U--, U === 0) {
162
- var e = {
163
- configurable: !0,
164
- enumerable: !0,
165
- writable: !0
166
- };
167
- Object.defineProperties(console, {
168
- log: N({}, e, {
169
- value: me
170
- }),
171
- info: N({}, e, {
172
- value: ye
173
- }),
174
- warn: N({}, e, {
175
- value: be
176
- }),
177
- error: N({}, e, {
178
- value: he
179
- }),
180
- group: N({}, e, {
181
- value: Ee
182
- }),
183
- groupCollapsed: N({}, e, {
184
- value: _e
185
- }),
186
- groupEnd: N({}, e, {
187
- value: Re
188
- })
189
- });
190
- }
191
- U < 0 && x("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
192
- }
193
- }
194
- var oe = A.ReactCurrentDispatcher, ie;
195
- function G(e, r, t) {
196
- {
197
- if (ie === void 0)
198
- try {
199
- throw Error();
200
- } catch (s) {
201
- var n = s.stack.trim().match(/\n( *(at )?)/);
202
- ie = n && n[1] || "";
203
- }
204
- return `
205
- ` + ie + e;
206
- }
207
- }
208
- var ue = !1, X;
209
- {
210
- var Ge = typeof WeakMap == "function" ? WeakMap : Map;
211
- X = new Ge();
212
- }
213
- function we(e, r) {
214
- if (!e || ue)
215
- return "";
216
- {
217
- var t = X.get(e);
218
- if (t !== void 0)
219
- return t;
220
- }
221
- var n;
222
- ue = !0;
223
- var s = Error.prepareStackTrace;
224
- Error.prepareStackTrace = void 0;
225
- var l;
226
- l = oe.current, oe.current = null, Be();
227
- try {
228
- if (r) {
229
- var i = function() {
230
- throw Error();
231
- };
232
- if (Object.defineProperty(i.prototype, "props", {
233
- set: function() {
234
- throw Error();
235
- }
236
- }), typeof Reflect == "object" && Reflect.construct) {
237
- try {
238
- Reflect.construct(i, []);
239
- } catch (S) {
240
- n = S;
241
- }
242
- Reflect.construct(e, [], i);
243
- } else {
244
- try {
245
- i.call();
246
- } catch (S) {
247
- n = S;
248
- }
249
- e.call(i.prototype);
250
- }
251
- } else {
252
- try {
253
- throw Error();
254
- } catch (S) {
255
- n = S;
256
- }
257
- e();
258
- }
259
- } catch (S) {
260
- if (S && n && typeof S.stack == "string") {
261
- for (var o = S.stack.split(`
262
- `), O = n.stack.split(`
263
- `), b = o.length - 1, E = O.length - 1; b >= 1 && E >= 0 && o[b] !== O[E]; )
264
- E--;
265
- for (; b >= 1 && E >= 0; b--, E--)
266
- if (o[b] !== O[E]) {
267
- if (b !== 1 || E !== 1)
268
- do
269
- if (b--, E--, E < 0 || o[b] !== O[E]) {
270
- var k = `
271
- ` + o[b].replace(" at new ", " at ");
272
- return e.displayName && k.includes("<anonymous>") && (k = k.replace("<anonymous>", e.displayName)), typeof e == "function" && X.set(e, k), k;
273
- }
274
- while (b >= 1 && E >= 0);
275
- break;
276
- }
277
- }
278
- } finally {
279
- ue = !1, oe.current = l, Ke(), Error.prepareStackTrace = s;
280
- }
281
- var M = e ? e.displayName || e.name : "", $ = M ? G(M) : "";
282
- return typeof e == "function" && X.set(e, $), $;
283
- }
284
- function Xe(e, r, t) {
285
- return we(e, !1);
286
- }
287
- function He(e) {
288
- var r = e.prototype;
289
- return !!(r && r.isReactComponent);
290
- }
291
- function H(e, r, t) {
292
- if (e == null)
293
- return "";
294
- if (typeof e == "function")
295
- return we(e, He(e));
296
- if (typeof e == "string")
297
- return G(e);
298
- switch (e) {
299
- case T:
300
- return G("Suspense");
301
- case h:
302
- return G("SuspenseList");
303
- }
304
- if (typeof e == "object")
305
- switch (e.$$typeof) {
306
- case d:
307
- return Xe(e.render);
308
- case c:
309
- return H(e.type, r, t);
310
- case g: {
311
- var n = e, s = n._payload, l = n._init;
312
- try {
313
- return H(l(s), r, t);
314
- } catch {
315
- }
316
- }
317
- }
318
- return "";
319
- }
320
- var z = Object.prototype.hasOwnProperty, Oe = {}, Se = A.ReactDebugCurrentFrame;
321
- function Z(e) {
322
- if (e) {
323
- var r = e._owner, t = H(e.type, e._source, r ? r.type : null);
324
- Se.setExtraStackFrame(t);
325
- } else
326
- Se.setExtraStackFrame(null);
327
- }
328
- function Ze(e, r, t, n, s) {
329
- {
330
- var l = Function.call.bind(z);
331
- for (var i in e)
332
- if (l(e, i)) {
333
- var o = void 0;
334
- try {
335
- if (typeof e[i] != "function") {
336
- var O = Error((n || "React class") + ": " + t + " type `" + i + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[i] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
337
- throw O.name = "Invariant Violation", O;
338
- }
339
- o = e[i](r, i, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
340
- } catch (b) {
341
- o = b;
342
- }
343
- o && !(o instanceof Error) && (Z(s), x("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, i, typeof o), Z(null)), o instanceof Error && !(o.message in Oe) && (Oe[o.message] = !0, Z(s), x("Failed %s type: %s", t, o.message), Z(null));
344
- }
345
- }
346
- }
347
- var Qe = Array.isArray;
348
- function se(e) {
349
- return Qe(e);
350
- }
351
- function er(e) {
352
- {
353
- var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
354
- return t;
355
- }
356
- }
357
- function rr(e) {
358
- try {
359
- return Te(e), !1;
360
- } catch {
361
- return !0;
362
- }
363
- }
364
- function Te(e) {
365
- return "" + e;
366
- }
367
- function Pe(e) {
368
- if (rr(e))
369
- return x("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", er(e)), Te(e);
370
- }
371
- var Ce = A.ReactCurrentOwner, tr = {
372
- key: !0,
373
- ref: !0,
374
- __self: !0,
375
- __source: !0
376
- }, je, ke;
377
- function nr(e) {
378
- if (z.call(e, "ref")) {
379
- var r = Object.getOwnPropertyDescriptor(e, "ref").get;
380
- if (r && r.isReactWarning)
381
- return !1;
382
- }
383
- return e.ref !== void 0;
384
- }
385
- function ar(e) {
386
- if (z.call(e, "key")) {
387
- var r = Object.getOwnPropertyDescriptor(e, "key").get;
388
- if (r && r.isReactWarning)
389
- return !1;
390
- }
391
- return e.key !== void 0;
392
- }
393
- function or(e, r) {
394
- typeof e.ref == "string" && Ce.current;
395
- }
396
- function ir(e, r) {
397
- {
398
- var t = function() {
399
- je || (je = !0, x("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
400
- };
401
- t.isReactWarning = !0, Object.defineProperty(e, "key", {
402
- get: t,
403
- configurable: !0
404
- });
405
- }
406
- }
407
- function ur(e, r) {
408
- {
409
- var t = function() {
410
- ke || (ke = !0, x("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
411
- };
412
- t.isReactWarning = !0, Object.defineProperty(e, "ref", {
413
- get: t,
414
- configurable: !0
415
- });
416
- }
417
- }
418
- var sr = function(e, r, t, n, s, l, i) {
419
- var o = {
420
- // This tag allows us to uniquely identify this as a React Element
421
- $$typeof: w,
422
- // Built-in properties that belong on the element
423
- type: e,
424
- key: r,
425
- ref: t,
426
- props: i,
427
- // Record the component responsible for creating this element.
428
- _owner: l
429
- };
430
- return o._store = {}, Object.defineProperty(o._store, "validated", {
431
- configurable: !1,
432
- enumerable: !1,
433
- writable: !0,
434
- value: !1
435
- }), Object.defineProperty(o, "_self", {
436
- configurable: !1,
437
- enumerable: !1,
438
- writable: !1,
439
- value: n
440
- }), Object.defineProperty(o, "_source", {
441
- configurable: !1,
442
- enumerable: !1,
443
- writable: !1,
444
- value: s
445
- }), Object.freeze && (Object.freeze(o.props), Object.freeze(o)), o;
446
- };
447
- function fr(e, r, t, n, s) {
448
- {
449
- var l, i = {}, o = null, O = null;
450
- t !== void 0 && (Pe(t), o = "" + t), ar(r) && (Pe(r.key), o = "" + r.key), nr(r) && (O = r.ref, or(r, s));
451
- for (l in r)
452
- z.call(r, l) && !tr.hasOwnProperty(l) && (i[l] = r[l]);
453
- if (e && e.defaultProps) {
454
- var b = e.defaultProps;
455
- for (l in b)
456
- i[l] === void 0 && (i[l] = b[l]);
457
- }
458
- if (o || O) {
459
- var E = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
460
- o && ir(i, E), O && ur(i, E);
461
- }
462
- return sr(e, o, O, s, n, Ce.current, i);
463
- }
464
- }
465
- var fe = A.ReactCurrentOwner, De = A.ReactDebugCurrentFrame;
466
- function L(e) {
467
- if (e) {
468
- var r = e._owner, t = H(e.type, e._source, r ? r.type : null);
469
- De.setExtraStackFrame(t);
470
- } else
471
- De.setExtraStackFrame(null);
472
- }
473
- var ce;
474
- ce = !1;
475
- function le(e) {
476
- return typeof e == "object" && e !== null && e.$$typeof === w;
477
- }
478
- function Ie() {
479
- {
480
- if (fe.current) {
481
- var e = F(fe.current.type);
482
- if (e)
483
- return `
484
-
485
- Check the render method of \`` + e + "`.";
486
- }
487
- return "";
488
- }
489
- }
490
- function cr(e) {
491
- return "";
492
- }
493
- var Ae = {};
494
- function lr(e) {
495
- {
496
- var r = Ie();
497
- if (!r) {
498
- var t = typeof e == "string" ? e : e.displayName || e.name;
499
- t && (r = `
500
-
501
- Check the top-level render call using <` + t + ">.");
502
- }
503
- return r;
504
- }
505
- }
506
- function Fe(e, r) {
507
- {
508
- if (!e._store || e._store.validated || e.key != null)
509
- return;
510
- e._store.validated = !0;
511
- var t = lr(r);
512
- if (Ae[t])
513
- return;
514
- Ae[t] = !0;
515
- var n = "";
516
- e && e._owner && e._owner !== fe.current && (n = " It was passed a child from " + F(e._owner.type) + "."), L(e), x('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), L(null);
517
- }
518
- }
519
- function Ne(e, r) {
520
- {
521
- if (typeof e != "object")
522
- return;
523
- if (se(e))
524
- for (var t = 0; t < e.length; t++) {
525
- var n = e[t];
526
- le(n) && Fe(n, r);
527
- }
528
- else if (le(e))
529
- e._store && (e._store.validated = !0);
530
- else if (e) {
531
- var s = j(e);
532
- if (typeof s == "function" && s !== e.entries)
533
- for (var l = s.call(e), i; !(i = l.next()).done; )
534
- le(i.value) && Fe(i.value, r);
535
- }
536
- }
537
- }
538
- function dr(e) {
539
- {
540
- var r = e.type;
541
- if (r == null || typeof r == "string")
542
- return;
543
- var t;
544
- if (typeof r == "function")
545
- t = r.propTypes;
546
- else if (typeof r == "object" && (r.$$typeof === d || // Note: Memo only checks outer props here.
547
- // Inner props are checked in the reconciler.
548
- r.$$typeof === c))
549
- t = r.propTypes;
550
- else
551
- return;
552
- if (t) {
553
- var n = F(r);
554
- Ze(t, e.props, "prop", n, e);
555
- } else if (r.PropTypes !== void 0 && !ce) {
556
- ce = !0;
557
- var s = F(r);
558
- x("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
559
- }
560
- typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && x("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
561
- }
562
- }
563
- function pr(e) {
564
- {
565
- for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
566
- var n = r[t];
567
- if (n !== "children" && n !== "key") {
568
- L(e), x("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), L(null);
569
- break;
570
- }
571
- }
572
- e.ref !== null && (L(e), x("Invalid attribute `ref` supplied to `React.Fragment`."), L(null));
573
- }
574
- }
575
- var $e = {};
576
- function We(e, r, t, n, s, l) {
577
- {
578
- var i = I(e);
579
- if (!i) {
580
- var o = "";
581
- (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (o += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
582
- var O = cr();
583
- O ? o += O : o += Ie();
584
- var b;
585
- e === null ? b = "null" : se(e) ? b = "array" : e !== void 0 && e.$$typeof === w ? (b = "<" + (F(e.type) || "Unknown") + " />", o = " Did you accidentally export a JSX literal instead of a component?") : b = typeof e, x("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", b, o);
586
- }
587
- var E = fr(e, r, t, s, l);
588
- if (E == null)
589
- return E;
590
- if (i) {
591
- var k = r.children;
592
- if (k !== void 0)
593
- if (n)
594
- if (se(k)) {
595
- for (var M = 0; M < k.length; M++)
596
- Ne(k[M], e);
597
- Object.freeze && Object.freeze(k);
598
- } else
599
- x("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
600
- else
601
- Ne(k, e);
602
- }
603
- if (z.call(r, "key")) {
604
- var $ = F(e), S = Object.keys(r).filter(function(hr) {
605
- return hr !== "key";
606
- }), de = S.length > 0 ? "{key: someKey, " + S.join(": ..., ") + ": ...}" : "{key: someKey}";
607
- if (!$e[$ + de]) {
608
- var br = S.length > 0 ? "{" + S.join(": ..., ") + ": ...}" : "{}";
609
- x(`A props object containing a "key" prop is being spread into JSX:
610
- let props = %s;
611
- <%s {...props} />
612
- React keys must be passed directly to JSX without using spread:
613
- let props = %s;
614
- <%s key={someKey} {...props} />`, de, $, br, $), $e[$ + de] = !0;
615
- }
616
- }
617
- return e === R ? pr(E) : dr(E), E;
618
- }
619
- }
620
- function vr(e, r, t) {
621
- return We(e, r, t, !0);
622
- }
623
- function gr(e, r, t) {
624
- return We(e, r, t, !1);
625
- }
626
- var mr = gr, yr = vr;
627
- J.Fragment = R, J.jsx = mr, J.jsxs = yr;
628
- }()), J;
629
- }
630
- var Ye;
631
- function Sr() {
632
- return Ye || (Ye = 1, process.env.NODE_ENV === "production" ? Q.exports = wr() : Q.exports = Or()), Q.exports;
633
- }
634
- var W = Sr(), pe = { exports: {} };
7
+ var b = { exports: {} };
635
8
  /*!
636
9
  Copyright (c) 2018 Jed Watson.
637
10
  Licensed under the MIT License (MIT), see
638
11
  http://jedwatson.github.io/classnames
639
12
  */
640
- var Ve;
641
- function Tr() {
642
- return Ve || (Ve = 1, function(y) {
13
+ var P;
14
+ function K() {
15
+ return P || (P = 1, function(s) {
643
16
  (function() {
644
- var w = {}.hasOwnProperty;
645
- function _() {
646
- for (var a = "", f = 0; f < arguments.length; f++) {
647
- var v = arguments[f];
648
- v && (a = p(a, R(v)));
17
+ var x = {}.hasOwnProperty;
18
+ function u() {
19
+ for (var e = "", t = 0; t < arguments.length; t++) {
20
+ var a = arguments[t];
21
+ a && (e = r(e, c(a)));
649
22
  }
650
- return a;
23
+ return e;
651
24
  }
652
- function R(a) {
653
- if (typeof a == "string" || typeof a == "number")
654
- return a;
655
- if (typeof a != "object")
25
+ function c(e) {
26
+ if (typeof e == "string" || typeof e == "number")
27
+ return e;
28
+ if (typeof e != "object")
656
29
  return "";
657
- if (Array.isArray(a))
658
- return _.apply(null, a);
659
- if (a.toString !== Object.prototype.toString && !a.toString.toString().includes("[native code]"))
660
- return a.toString();
661
- var f = "";
662
- for (var v in a)
663
- w.call(a, v) && a[v] && (f = p(f, v));
664
- return f;
30
+ if (Array.isArray(e))
31
+ return u.apply(null, e);
32
+ if (e.toString !== Object.prototype.toString && !e.toString.toString().includes("[native code]"))
33
+ return e.toString();
34
+ var t = "";
35
+ for (var a in e)
36
+ x.call(e, a) && e[a] && (t = r(t, a));
37
+ return t;
665
38
  }
666
- function p(a, f) {
667
- return f ? a ? a + " " + f : a + f : a;
39
+ function r(e, t) {
40
+ return t ? e ? e + " " + t : e + t : e;
668
41
  }
669
- y.exports ? (_.default = _, y.exports = _) : window.classNames = _;
42
+ s.exports ? (u.default = u, s.exports = u) : window.classNames = u;
670
43
  })();
671
- }(pe)), pe.exports;
44
+ }(b)), b.exports;
672
45
  }
673
- var Pr = Tr();
674
- const ee = /* @__PURE__ */ xr(Pr), qe = {
46
+ var U = K();
47
+ const S = /* @__PURE__ */ G(U), D = {
675
48
  disableScroll: !0,
676
49
  exitOnDocument: !0,
677
50
  exitOnEscape: !0,
678
51
  preventStateChange: !1
679
- }, ve = Er({}), Cr = ({ className: y, settings: w, children: _, ...R }) => {
680
- const [p] = D(Je(w ?? {}, qe)), [a, f] = D([]), v = {
681
- nodes: a,
682
- toggleNode: d,
683
- registerNode: T,
684
- toggleDocument: h
52
+ }, h = R({}), V = ({ className: s, settings: x, children: u, ...c }) => {
53
+ const [r] = m(E(x ?? {}, D)), [e, t] = m([]), a = {
54
+ nodes: e,
55
+ toggleNode: g,
56
+ registerNode: y,
57
+ toggleDocument: v
685
58
  };
686
- Y(() => {
59
+ O(() => {
687
60
  if (typeof window > "u") return;
688
- window.addEventListener("keydown", c);
689
- function c(g) {
690
- if (g.key === "Escape") {
691
- const P = Math.max(...a.filter((j) => j.open).map((j) => j.zIndex)), m = a.find((j) => j.open && j.zIndex === P);
692
- if (!m || !m.settings.exitOnEscape || !(p != null && p.exitOnEscape)) return;
693
- d(m.id);
61
+ window.addEventListener("keydown", i);
62
+ function i(p) {
63
+ if (p.key === "Escape") {
64
+ const d = Math.max(...e.filter((l) => l.open).map((l) => l.zIndex)), o = e.find((l) => l.open && l.zIndex === d);
65
+ if (!o || !o.settings.exitOnEscape || !(r != null && r.exitOnEscape)) return;
66
+ g(o.id);
694
67
  }
695
68
  }
696
69
  return () => {
697
- window.removeEventListener("keydown", c);
70
+ window.removeEventListener("keydown", i);
698
71
  };
699
- }, [a]);
700
- function d(c, g) {
701
- let u;
702
- if (typeof c == "string" ? u = { ...a.find((m) => m.id === c) } : u = { ...c }, !u.id) return;
703
- if ((p.preventStateChange || u.settings.preventStateChange) && g === void 0) return console.warn("Popup action prevented");
704
- const P = g ?? !(u != null && u.open);
705
- u.open = P, u.zIndex = P ? Math.max(...a.map((m) => m.zIndex), 0) + 1 : 0, f((m) => [...m.filter((j) => j.id !== u.id), u]), p.disableScroll && u.settings.disableScroll && P && document.body.classList.add("fkw-popup--noScroll"), !P && !a.filter((m) => m.id !== u.id).some((m) => m.open) && document.body.classList.remove("fkw-popup--noScroll");
72
+ }, [e]);
73
+ function g(i, p) {
74
+ let n;
75
+ if (typeof i == "string" ? n = { ...e.find((o) => o.id === i) } : n = { ...i }, !n.id) return;
76
+ if ((r.preventStateChange || n.settings.preventStateChange) && p === void 0) return console.warn("Popup action prevented");
77
+ const d = p ?? !(n != null && n.open);
78
+ n.open = d, n.zIndex = d ? Math.max(...e.map((o) => o.zIndex), 0) + 1 : 0, t((o) => [...o.filter((l) => l.id !== n.id), n]), r.disableScroll && n.settings.disableScroll && d && document.body.classList.add("fkw-popup--noScroll"), !d && !e.filter((o) => o.id !== n.id).some((o) => o.open) && document.body.classList.remove("fkw-popup--noScroll");
706
79
  }
707
- function T(c) {
708
- f((g) => [...g, c]), c.open && d(c, !0);
80
+ function y(i) {
81
+ t((p) => [...p, i]), i.open && g(i, !0);
709
82
  }
710
- function h(c, g) {
711
- const u = { ...a.find((m) => m.id === c) };
712
- !u.id || !u.settings.exitOnDocument || g.target.closest(".fkw-popup") || !u.settings.exitOnDocument || !p.exitOnDocument || d(u.id);
83
+ function v(i, p) {
84
+ const n = { ...e.find((o) => o.id === i) };
85
+ !n.id || !n.settings.exitOnDocument || p.target.closest(".fkw-popup") || !n.settings.exitOnDocument || !r.exitOnDocument || g(n.id);
713
86
  }
714
- return /* @__PURE__ */ W.jsxs(ve.Provider, { value: v, children: [
715
- _,
716
- /* @__PURE__ */ W.jsx("section", { className: ee("fkw-popup-container", y), id: "fkw-popup-container", ...R })
87
+ return /* @__PURE__ */ q(h.Provider, { value: a, children: [
88
+ u,
89
+ /* @__PURE__ */ k("section", { className: S("fkw-popup-container", s), id: "fkw-popup-container", ...c })
717
90
  ] });
718
- }, jr = ({ children: y, className: w, layerClassName: _, style: R, id: p, settings: a, isOpen: f, setIsOpen: v, animation: d, renderOnDemand: T, onExit: h, onOpen: c, ...g }) => {
719
- const u = ze(ve), [P] = D(d ?? "scale"), [m] = D(Je(a ?? {}, qe)), [j, A] = D(!1), [x, B] = D(!1), [K, re] = D(null), [C, te] = D(!1), [ne, V] = D(0);
720
- return _r(() => {
721
- T ? C && B(!0) : B(!0), C && c && c(), !C && h && h();
722
- }, [C]), Y(() => {
723
- re(document.querySelector("#fkw-popup-container")), A(!0), u.registerNode({
724
- id: p,
91
+ }, W = ({ children: s, className: x, layerClassName: u, style: c, id: r, settings: e, isOpen: t, setIsOpen: a, animation: g, renderOnDemand: y, onExit: v, onOpen: i, ...p }) => {
92
+ const n = z(h), [d] = m(g ?? "scale"), [o] = m(E(e ?? {}, D)), [l, j] = m(!1), [M, I] = m(!1), [C, _] = m(null), [f, L] = m(!1), [T, N] = m(0);
93
+ return Z(() => {
94
+ y ? f && I(!0) : I(!0), f && i && i(), !f && v && v();
95
+ }, [f]), O(() => {
96
+ _(document.querySelector("#fkw-popup-container")), j(!0), n.registerNode({
97
+ id: r,
725
98
  open: !1,
726
99
  zIndex: 0,
727
- settings: m
100
+ settings: o
728
101
  });
729
- }, []), Y(() => {
730
- const I = u.nodes.find((ae) => ae.id === p);
731
- I && (te(I.open), I.zIndex !== 0 ? V(I.zIndex) : setTimeout(() => {
732
- V(I.zIndex);
102
+ }, []), O(() => {
103
+ const w = n.nodes.find((A) => A.id === r);
104
+ w && (L(w.open), w.zIndex !== 0 ? N(w.zIndex) : setTimeout(() => {
105
+ N(w.zIndex);
733
106
  }, 200));
734
- }, [u]), Y(() => {
735
- v === void 0 || f === C || v(C);
736
- }, [C]), Y(() => {
737
- f === void 0 || f === C || u.toggleNode(p, f);
738
- }, [f]), !j || !K ? null : Rr(/* @__PURE__ */ W.jsx(W.Fragment, { children: /* @__PURE__ */ W.jsx(
107
+ }, [n]), O(() => {
108
+ a === void 0 || t === f || a(f);
109
+ }, [f]), O(() => {
110
+ t === void 0 || t === f || n.toggleNode(r, t);
111
+ }, [t]), !l || !C ? null : B(/* @__PURE__ */ k(F, { children: /* @__PURE__ */ k(
739
112
  "section",
740
113
  {
741
- id: p,
742
- className: ee("fkw-popup-layer", C && "fkw-popup-layer--open", _),
743
- style: { zIndex: 1e4 + ne, cursor: m.exitOnDocument && !m.preventStateChange ? "pointer" : "auto", ...R },
744
- onClick: m.exitOnDocument && !m.preventStateChange ? (I) => u.toggleDocument(p, I) : void 0,
745
- children: /* @__PURE__ */ W.jsx(
114
+ id: r,
115
+ className: S("fkw-popup-layer", f && "fkw-popup-layer--open", u),
116
+ style: { zIndex: 1e4 + T, cursor: o.exitOnDocument && !o.preventStateChange ? "pointer" : "auto", ...c },
117
+ onClick: o.exitOnDocument && !o.preventStateChange ? (w) => n.toggleDocument(r, w) : void 0,
118
+ children: /* @__PURE__ */ k(
746
119
  "article",
747
120
  {
748
- className: ee("fkw-popup", C && "fkw-popup--open", P && `fkw-popup-animation--${P}`, w),
121
+ className: S("fkw-popup", f && "fkw-popup--open", d && `fkw-popup-animation--${d}`, x),
749
122
  role: "dialog",
750
123
  "aria-modal": !0,
751
- "aria-hidden": !C,
752
- ...g,
753
- children: x && y
124
+ "aria-hidden": !f,
125
+ ...p,
126
+ children: M && s
754
127
  }
755
128
  )
756
129
  }
757
- ) }), K);
758
- }, kr = ({ children: y, as: w, className: _, onClick: R, disabled: p, popupId: a, ...f }) => {
759
- const v = ze(ve), d = w ?? "button", [T, h] = D(!1);
760
- Y(() => {
761
- const g = v.nodes.find((u) => u.id === a);
762
- g && h(g.open);
763
- }, [v]);
764
- function c(g) {
765
- v.toggleNode(a), R && R(g);
130
+ ) }), C);
131
+ }, $ = ({ children: s, as: x, className: u, onClick: c, disabled: r, popupId: e, ...t }) => {
132
+ const a = z(h), g = x ?? "button", [y, v] = m(!1);
133
+ O(() => {
134
+ const p = a.nodes.find((n) => n.id === e);
135
+ p && v(p.open);
136
+ }, [a]);
137
+ function i(p) {
138
+ a.toggleNode(e), c && c(p);
766
139
  }
767
- return /* @__PURE__ */ W.jsx(d, { className: ee("fkw-popup-button", T && "fkw-popup-button--active", _), role: "button", onClick: c, "aria-haspopup": "dialog", tabIndex: 0, disabled: p, "aria-disabled": p, "data-fkw-popup-operator": a, "aria-label": T ? "Close Popup" : "Open Popup", ...f, children: y });
140
+ return /* @__PURE__ */ k(g, { className: S("fkw-popup-button", y && "fkw-popup-button--active", u), role: "button", onClick: i, "aria-haspopup": "dialog", tabIndex: 0, disabled: r, "aria-disabled": r, "data-fkw-popup-operator": e, "aria-label": y ? "Close Popup" : "Open Popup", ...t, children: s });
768
141
  };
769
- function Je(y, w) {
770
- const _ = { ...w };
771
- for (const R in y)
772
- _[R] = y[R];
773
- return _;
142
+ function E(s, x) {
143
+ const u = { ...x };
144
+ for (const c in s)
145
+ u[c] = s[c];
146
+ return u;
774
147
  }
775
- const Ar = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
148
+ const X = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
776
149
  __proto__: null,
777
- PopupButton: kr,
778
- PopupLayer: Cr,
779
- PopupWindow: jr
150
+ PopupButton: $,
151
+ PopupLayer: V,
152
+ PopupWindow: W
780
153
  }, Symbol.toStringTag, { value: "Module" }));
781
154
  export {
782
- kr as PopupButton,
783
- Cr as PopupLayer,
784
- jr as PopupWindow,
785
- Ar as default
155
+ $ as PopupButton,
156
+ V as PopupLayer,
157
+ W as PopupWindow,
158
+ X as default
786
159
  };
787
160
  //# sourceMappingURL=index.es.js.map