@neshan-maps-platform/mapbox-gl-react 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.
@@ -0,0 +1,666 @@
1
+ import Ce, { useRef as ye, useEffect as ur } from "react";
2
+ import sr from "@neshan-maps-platform/mapbox-gl";
3
+ var H = { exports: {} }, A = {};
4
+ /**
5
+ * @license React
6
+ * react-jsx-runtime.production.min.js
7
+ *
8
+ * Copyright (c) Facebook, Inc. and its affiliates.
9
+ *
10
+ * This source code is licensed under the MIT license found in the
11
+ * LICENSE file in the root directory of this source tree.
12
+ */
13
+ var Te;
14
+ function fr() {
15
+ if (Te)
16
+ return A;
17
+ Te = 1;
18
+ var m = Ce, g = Symbol.for("react.element"), S = Symbol.for("react.fragment"), h = Object.prototype.hasOwnProperty, y = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, T = { key: !0, ref: !0, __self: !0, __source: !0 };
19
+ function O(E, f, w) {
20
+ var d, _ = {}, C = null, $ = null;
21
+ w !== void 0 && (C = "" + w), f.key !== void 0 && (C = "" + f.key), f.ref !== void 0 && ($ = f.ref);
22
+ for (d in f)
23
+ h.call(f, d) && !T.hasOwnProperty(d) && (_[d] = f[d]);
24
+ if (E && E.defaultProps)
25
+ for (d in f = E.defaultProps, f)
26
+ _[d] === void 0 && (_[d] = f[d]);
27
+ return { $$typeof: g, type: E, key: C, ref: $, props: _, _owner: y.current };
28
+ }
29
+ return A.Fragment = S, A.jsx = O, A.jsxs = O, A;
30
+ }
31
+ var I = {};
32
+ /**
33
+ * @license React
34
+ * react-jsx-runtime.development.js
35
+ *
36
+ * Copyright (c) Facebook, Inc. and its affiliates.
37
+ *
38
+ * This source code is licensed under the MIT license found in the
39
+ * LICENSE file in the root directory of this source tree.
40
+ */
41
+ var Oe;
42
+ function lr() {
43
+ return Oe || (Oe = 1, process.env.NODE_ENV !== "production" && function() {
44
+ var m = Ce, g = Symbol.for("react.element"), S = Symbol.for("react.portal"), h = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), T = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), E = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), w = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), _ = Symbol.for("react.memo"), C = Symbol.for("react.lazy"), $ = Symbol.for("react.offscreen"), X = Symbol.iterator, Pe = "@@iterator";
45
+ function Se(e) {
46
+ if (e === null || typeof e != "object")
47
+ return null;
48
+ var r = X && e[X] || e[Pe];
49
+ return typeof r == "function" ? r : null;
50
+ }
51
+ var x = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
52
+ function c(e) {
53
+ {
54
+ for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
55
+ t[n - 1] = arguments[n];
56
+ we("error", e, t);
57
+ }
58
+ }
59
+ function we(e, r, t) {
60
+ {
61
+ var n = x.ReactDebugCurrentFrame, i = n.getStackAddendum();
62
+ i !== "" && (r += "%s", t = t.concat([i]));
63
+ var u = t.map(function(o) {
64
+ return String(o);
65
+ });
66
+ u.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, u);
67
+ }
68
+ }
69
+ var xe = !1, je = !1, ke = !1, De = !1, Fe = !1, Z;
70
+ Z = Symbol.for("react.module.reference");
71
+ function Ae(e) {
72
+ return !!(typeof e == "string" || typeof e == "function" || e === h || e === T || Fe || e === y || e === w || e === d || De || e === $ || xe || je || ke || typeof e == "object" && e !== null && (e.$$typeof === C || e.$$typeof === _ || e.$$typeof === O || e.$$typeof === E || e.$$typeof === f || // This needs to include all possible module reference object
73
+ // types supported by any Flight configuration anywhere since
74
+ // we don't know which Flight build this will end up being used
75
+ // with.
76
+ e.$$typeof === Z || e.getModuleId !== void 0));
77
+ }
78
+ function Ie(e, r, t) {
79
+ var n = e.displayName;
80
+ if (n)
81
+ return n;
82
+ var i = r.displayName || r.name || "";
83
+ return i !== "" ? t + "(" + i + ")" : t;
84
+ }
85
+ function Q(e) {
86
+ return e.displayName || "Context";
87
+ }
88
+ function b(e) {
89
+ if (e == null)
90
+ return null;
91
+ if (typeof e.tag == "number" && c("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
92
+ return e.displayName || e.name || null;
93
+ if (typeof e == "string")
94
+ return e;
95
+ switch (e) {
96
+ case h:
97
+ return "Fragment";
98
+ case S:
99
+ return "Portal";
100
+ case T:
101
+ return "Profiler";
102
+ case y:
103
+ return "StrictMode";
104
+ case w:
105
+ return "Suspense";
106
+ case d:
107
+ return "SuspenseList";
108
+ }
109
+ if (typeof e == "object")
110
+ switch (e.$$typeof) {
111
+ case E:
112
+ var r = e;
113
+ return Q(r) + ".Consumer";
114
+ case O:
115
+ var t = e;
116
+ return Q(t._context) + ".Provider";
117
+ case f:
118
+ return Ie(e, e.render, "ForwardRef");
119
+ case _:
120
+ var n = e.displayName || null;
121
+ return n !== null ? n : b(e.type) || "Memo";
122
+ case C: {
123
+ var i = e, u = i._payload, o = i._init;
124
+ try {
125
+ return b(o(u));
126
+ } catch {
127
+ return null;
128
+ }
129
+ }
130
+ }
131
+ return null;
132
+ }
133
+ var P = Object.assign, D = 0, ee, re, te, ne, ae, oe, ie;
134
+ function ue() {
135
+ }
136
+ ue.__reactDisabledLog = !0;
137
+ function $e() {
138
+ {
139
+ if (D === 0) {
140
+ ee = console.log, re = console.info, te = console.warn, ne = console.error, ae = console.group, oe = console.groupCollapsed, ie = console.groupEnd;
141
+ var e = {
142
+ configurable: !0,
143
+ enumerable: !0,
144
+ value: ue,
145
+ writable: !0
146
+ };
147
+ Object.defineProperties(console, {
148
+ info: e,
149
+ log: e,
150
+ warn: e,
151
+ error: e,
152
+ group: e,
153
+ groupCollapsed: e,
154
+ groupEnd: e
155
+ });
156
+ }
157
+ D++;
158
+ }
159
+ }
160
+ function Ne() {
161
+ {
162
+ if (D--, D === 0) {
163
+ var e = {
164
+ configurable: !0,
165
+ enumerable: !0,
166
+ writable: !0
167
+ };
168
+ Object.defineProperties(console, {
169
+ log: P({}, e, {
170
+ value: ee
171
+ }),
172
+ info: P({}, e, {
173
+ value: re
174
+ }),
175
+ warn: P({}, e, {
176
+ value: te
177
+ }),
178
+ error: P({}, e, {
179
+ value: ne
180
+ }),
181
+ group: P({}, e, {
182
+ value: ae
183
+ }),
184
+ groupCollapsed: P({}, e, {
185
+ value: oe
186
+ }),
187
+ groupEnd: P({}, e, {
188
+ value: ie
189
+ })
190
+ });
191
+ }
192
+ D < 0 && c("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
193
+ }
194
+ }
195
+ var M = x.ReactCurrentDispatcher, U;
196
+ function N(e, r, t) {
197
+ {
198
+ if (U === void 0)
199
+ try {
200
+ throw Error();
201
+ } catch (i) {
202
+ var n = i.stack.trim().match(/\n( *(at )?)/);
203
+ U = n && n[1] || "";
204
+ }
205
+ return `
206
+ ` + U + e;
207
+ }
208
+ }
209
+ var B = !1, W;
210
+ {
211
+ var We = typeof WeakMap == "function" ? WeakMap : Map;
212
+ W = new We();
213
+ }
214
+ function se(e, r) {
215
+ if (!e || B)
216
+ return "";
217
+ {
218
+ var t = W.get(e);
219
+ if (t !== void 0)
220
+ return t;
221
+ }
222
+ var n;
223
+ B = !0;
224
+ var i = Error.prepareStackTrace;
225
+ Error.prepareStackTrace = void 0;
226
+ var u;
227
+ u = M.current, M.current = null, $e();
228
+ try {
229
+ if (r) {
230
+ var o = function() {
231
+ throw Error();
232
+ };
233
+ if (Object.defineProperty(o.prototype, "props", {
234
+ set: function() {
235
+ throw Error();
236
+ }
237
+ }), typeof Reflect == "object" && Reflect.construct) {
238
+ try {
239
+ Reflect.construct(o, []);
240
+ } catch (R) {
241
+ n = R;
242
+ }
243
+ Reflect.construct(e, [], o);
244
+ } else {
245
+ try {
246
+ o.call();
247
+ } catch (R) {
248
+ n = R;
249
+ }
250
+ e.call(o.prototype);
251
+ }
252
+ } else {
253
+ try {
254
+ throw Error();
255
+ } catch (R) {
256
+ n = R;
257
+ }
258
+ e();
259
+ }
260
+ } catch (R) {
261
+ if (R && n && typeof R.stack == "string") {
262
+ for (var a = R.stack.split(`
263
+ `), v = n.stack.split(`
264
+ `), s = a.length - 1, l = v.length - 1; s >= 1 && l >= 0 && a[s] !== v[l]; )
265
+ l--;
266
+ for (; s >= 1 && l >= 0; s--, l--)
267
+ if (a[s] !== v[l]) {
268
+ if (s !== 1 || l !== 1)
269
+ do
270
+ if (s--, l--, l < 0 || a[s] !== v[l]) {
271
+ var p = `
272
+ ` + a[s].replace(" at new ", " at ");
273
+ return e.displayName && p.includes("<anonymous>") && (p = p.replace("<anonymous>", e.displayName)), typeof e == "function" && W.set(e, p), p;
274
+ }
275
+ while (s >= 1 && l >= 0);
276
+ break;
277
+ }
278
+ }
279
+ } finally {
280
+ B = !1, M.current = u, Ne(), Error.prepareStackTrace = i;
281
+ }
282
+ var k = e ? e.displayName || e.name : "", Re = k ? N(k) : "";
283
+ return typeof e == "function" && W.set(e, Re), Re;
284
+ }
285
+ function Ye(e, r, t) {
286
+ return se(e, !1);
287
+ }
288
+ function Ve(e) {
289
+ var r = e.prototype;
290
+ return !!(r && r.isReactComponent);
291
+ }
292
+ function Y(e, r, t) {
293
+ if (e == null)
294
+ return "";
295
+ if (typeof e == "function")
296
+ return se(e, Ve(e));
297
+ if (typeof e == "string")
298
+ return N(e);
299
+ switch (e) {
300
+ case w:
301
+ return N("Suspense");
302
+ case d:
303
+ return N("SuspenseList");
304
+ }
305
+ if (typeof e == "object")
306
+ switch (e.$$typeof) {
307
+ case f:
308
+ return Ye(e.render);
309
+ case _:
310
+ return Y(e.type, r, t);
311
+ case C: {
312
+ var n = e, i = n._payload, u = n._init;
313
+ try {
314
+ return Y(u(i), r, t);
315
+ } catch {
316
+ }
317
+ }
318
+ }
319
+ return "";
320
+ }
321
+ var V = Object.prototype.hasOwnProperty, fe = {}, le = x.ReactDebugCurrentFrame;
322
+ function L(e) {
323
+ if (e) {
324
+ var r = e._owner, t = Y(e.type, e._source, r ? r.type : null);
325
+ le.setExtraStackFrame(t);
326
+ } else
327
+ le.setExtraStackFrame(null);
328
+ }
329
+ function Le(e, r, t, n, i) {
330
+ {
331
+ var u = Function.call.bind(V);
332
+ for (var o in e)
333
+ if (u(e, o)) {
334
+ var a = void 0;
335
+ try {
336
+ if (typeof e[o] != "function") {
337
+ var v = Error((n || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
338
+ throw v.name = "Invariant Violation", v;
339
+ }
340
+ a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
341
+ } catch (s) {
342
+ a = s;
343
+ }
344
+ a && !(a instanceof Error) && (L(i), c("%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, o, typeof a), L(null)), a instanceof Error && !(a.message in fe) && (fe[a.message] = !0, L(i), c("Failed %s type: %s", t, a.message), L(null));
345
+ }
346
+ }
347
+ }
348
+ var Me = Array.isArray;
349
+ function q(e) {
350
+ return Me(e);
351
+ }
352
+ function Ue(e) {
353
+ {
354
+ var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
355
+ return t;
356
+ }
357
+ }
358
+ function Be(e) {
359
+ try {
360
+ return ce(e), !1;
361
+ } catch {
362
+ return !0;
363
+ }
364
+ }
365
+ function ce(e) {
366
+ return "" + e;
367
+ }
368
+ function ve(e) {
369
+ if (Be(e))
370
+ return c("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ue(e)), ce(e);
371
+ }
372
+ var F = x.ReactCurrentOwner, qe = {
373
+ key: !0,
374
+ ref: !0,
375
+ __self: !0,
376
+ __source: !0
377
+ }, de, pe, G;
378
+ G = {};
379
+ function Ge(e) {
380
+ if (V.call(e, "ref")) {
381
+ var r = Object.getOwnPropertyDescriptor(e, "ref").get;
382
+ if (r && r.isReactWarning)
383
+ return !1;
384
+ }
385
+ return e.ref !== void 0;
386
+ }
387
+ function Je(e) {
388
+ if (V.call(e, "key")) {
389
+ var r = Object.getOwnPropertyDescriptor(e, "key").get;
390
+ if (r && r.isReactWarning)
391
+ return !1;
392
+ }
393
+ return e.key !== void 0;
394
+ }
395
+ function Ke(e, r) {
396
+ if (typeof e.ref == "string" && F.current && r && F.current.stateNode !== r) {
397
+ var t = b(F.current.type);
398
+ G[t] || (c('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', b(F.current.type), e.ref), G[t] = !0);
399
+ }
400
+ }
401
+ function ze(e, r) {
402
+ {
403
+ var t = function() {
404
+ de || (de = !0, c("%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));
405
+ };
406
+ t.isReactWarning = !0, Object.defineProperty(e, "key", {
407
+ get: t,
408
+ configurable: !0
409
+ });
410
+ }
411
+ }
412
+ function He(e, r) {
413
+ {
414
+ var t = function() {
415
+ pe || (pe = !0, c("%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));
416
+ };
417
+ t.isReactWarning = !0, Object.defineProperty(e, "ref", {
418
+ get: t,
419
+ configurable: !0
420
+ });
421
+ }
422
+ }
423
+ var Xe = function(e, r, t, n, i, u, o) {
424
+ var a = {
425
+ // This tag allows us to uniquely identify this as a React Element
426
+ $$typeof: g,
427
+ // Built-in properties that belong on the element
428
+ type: e,
429
+ key: r,
430
+ ref: t,
431
+ props: o,
432
+ // Record the component responsible for creating this element.
433
+ _owner: u
434
+ };
435
+ return a._store = {}, Object.defineProperty(a._store, "validated", {
436
+ configurable: !1,
437
+ enumerable: !1,
438
+ writable: !0,
439
+ value: !1
440
+ }), Object.defineProperty(a, "_self", {
441
+ configurable: !1,
442
+ enumerable: !1,
443
+ writable: !1,
444
+ value: n
445
+ }), Object.defineProperty(a, "_source", {
446
+ configurable: !1,
447
+ enumerable: !1,
448
+ writable: !1,
449
+ value: i
450
+ }), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
451
+ };
452
+ function Ze(e, r, t, n, i) {
453
+ {
454
+ var u, o = {}, a = null, v = null;
455
+ t !== void 0 && (ve(t), a = "" + t), Je(r) && (ve(r.key), a = "" + r.key), Ge(r) && (v = r.ref, Ke(r, i));
456
+ for (u in r)
457
+ V.call(r, u) && !qe.hasOwnProperty(u) && (o[u] = r[u]);
458
+ if (e && e.defaultProps) {
459
+ var s = e.defaultProps;
460
+ for (u in s)
461
+ o[u] === void 0 && (o[u] = s[u]);
462
+ }
463
+ if (a || v) {
464
+ var l = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
465
+ a && ze(o, l), v && He(o, l);
466
+ }
467
+ return Xe(e, a, v, i, n, F.current, o);
468
+ }
469
+ }
470
+ var J = x.ReactCurrentOwner, me = x.ReactDebugCurrentFrame;
471
+ function j(e) {
472
+ if (e) {
473
+ var r = e._owner, t = Y(e.type, e._source, r ? r.type : null);
474
+ me.setExtraStackFrame(t);
475
+ } else
476
+ me.setExtraStackFrame(null);
477
+ }
478
+ var K;
479
+ K = !1;
480
+ function z(e) {
481
+ return typeof e == "object" && e !== null && e.$$typeof === g;
482
+ }
483
+ function he() {
484
+ {
485
+ if (J.current) {
486
+ var e = b(J.current.type);
487
+ if (e)
488
+ return `
489
+
490
+ Check the render method of \`` + e + "`.";
491
+ }
492
+ return "";
493
+ }
494
+ }
495
+ function Qe(e) {
496
+ {
497
+ if (e !== void 0) {
498
+ var r = e.fileName.replace(/^.*[\\\/]/, ""), t = e.lineNumber;
499
+ return `
500
+
501
+ Check your code at ` + r + ":" + t + ".";
502
+ }
503
+ return "";
504
+ }
505
+ }
506
+ var ge = {};
507
+ function er(e) {
508
+ {
509
+ var r = he();
510
+ if (!r) {
511
+ var t = typeof e == "string" ? e : e.displayName || e.name;
512
+ t && (r = `
513
+
514
+ Check the top-level render call using <` + t + ">.");
515
+ }
516
+ return r;
517
+ }
518
+ }
519
+ function Ee(e, r) {
520
+ {
521
+ if (!e._store || e._store.validated || e.key != null)
522
+ return;
523
+ e._store.validated = !0;
524
+ var t = er(r);
525
+ if (ge[t])
526
+ return;
527
+ ge[t] = !0;
528
+ var n = "";
529
+ e && e._owner && e._owner !== J.current && (n = " It was passed a child from " + b(e._owner.type) + "."), j(e), c('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), j(null);
530
+ }
531
+ }
532
+ function _e(e, r) {
533
+ {
534
+ if (typeof e != "object")
535
+ return;
536
+ if (q(e))
537
+ for (var t = 0; t < e.length; t++) {
538
+ var n = e[t];
539
+ z(n) && Ee(n, r);
540
+ }
541
+ else if (z(e))
542
+ e._store && (e._store.validated = !0);
543
+ else if (e) {
544
+ var i = Se(e);
545
+ if (typeof i == "function" && i !== e.entries)
546
+ for (var u = i.call(e), o; !(o = u.next()).done; )
547
+ z(o.value) && Ee(o.value, r);
548
+ }
549
+ }
550
+ }
551
+ function rr(e) {
552
+ {
553
+ var r = e.type;
554
+ if (r == null || typeof r == "string")
555
+ return;
556
+ var t;
557
+ if (typeof r == "function")
558
+ t = r.propTypes;
559
+ else if (typeof r == "object" && (r.$$typeof === f || // Note: Memo only checks outer props here.
560
+ // Inner props are checked in the reconciler.
561
+ r.$$typeof === _))
562
+ t = r.propTypes;
563
+ else
564
+ return;
565
+ if (t) {
566
+ var n = b(r);
567
+ Le(t, e.props, "prop", n, e);
568
+ } else if (r.PropTypes !== void 0 && !K) {
569
+ K = !0;
570
+ var i = b(r);
571
+ c("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", i || "Unknown");
572
+ }
573
+ typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && c("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
574
+ }
575
+ }
576
+ function tr(e) {
577
+ {
578
+ for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
579
+ var n = r[t];
580
+ if (n !== "children" && n !== "key") {
581
+ j(e), c("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), j(null);
582
+ break;
583
+ }
584
+ }
585
+ e.ref !== null && (j(e), c("Invalid attribute `ref` supplied to `React.Fragment`."), j(null));
586
+ }
587
+ }
588
+ function be(e, r, t, n, i, u) {
589
+ {
590
+ var o = Ae(e);
591
+ if (!o) {
592
+ var a = "";
593
+ (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
594
+ var v = Qe(i);
595
+ v ? a += v : a += he();
596
+ var s;
597
+ e === null ? s = "null" : q(e) ? s = "array" : e !== void 0 && e.$$typeof === g ? (s = "<" + (b(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : s = typeof e, c("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", s, a);
598
+ }
599
+ var l = Ze(e, r, t, i, u);
600
+ if (l == null)
601
+ return l;
602
+ if (o) {
603
+ var p = r.children;
604
+ if (p !== void 0)
605
+ if (n)
606
+ if (q(p)) {
607
+ for (var k = 0; k < p.length; k++)
608
+ _e(p[k], e);
609
+ Object.freeze && Object.freeze(p);
610
+ } else
611
+ c("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
612
+ else
613
+ _e(p, e);
614
+ }
615
+ return e === h ? tr(l) : rr(l), l;
616
+ }
617
+ }
618
+ function nr(e, r, t) {
619
+ return be(e, r, t, !0);
620
+ }
621
+ function ar(e, r, t) {
622
+ return be(e, r, t, !1);
623
+ }
624
+ var or = ar, ir = nr;
625
+ I.Fragment = h, I.jsx = or, I.jsxs = ir;
626
+ }()), I;
627
+ }
628
+ process.env.NODE_ENV === "production" ? H.exports = fr() : H.exports = lr();
629
+ var cr = H.exports;
630
+ const vr = {
631
+ center: [54.145464, 32.527699],
632
+ zoom: 5,
633
+ poi: !1,
634
+ traffic: !1
635
+ };
636
+ function hr(m) {
637
+ const g = ye(null), S = ye(null), {
638
+ options: h,
639
+ mapSetter: y,
640
+ containerElementSetter: T,
641
+ className: O,
642
+ ...E
643
+ } = m;
644
+ return ur(() => {
645
+ if (!h.mapKey) {
646
+ console.error("Please provide a mapKey in options!");
647
+ return;
648
+ }
649
+ if (g.current && !S.current)
650
+ try {
651
+ const f = new sr.Map({
652
+ ...vr,
653
+ ...h,
654
+ container: g.current
655
+ });
656
+ S.current = f, typeof y == "function" && y(f), typeof T == "function" && T(g.current);
657
+ } catch (f) {
658
+ console.group("Error in constructing map:"), console.error(f), console.groupEnd();
659
+ }
660
+ }, [T, y, h]), h.mapKey ? /* @__PURE__ */ cr.jsx("div", { className: `map-container ${O || ""}`, ref: g, ...E }) : null;
661
+ }
662
+ var dr = /* @__PURE__ */ ((m) => (m.neshanVector = "neshanVector", m.neshanVectorNight = "neshanVectorNight", m.neshanRaster = "neshanRaster", m.neshanRasterNight = "neshanRasterNight", m))(dr || {});
663
+ export {
664
+ hr as MapComponent,
665
+ dr as MapTypes
666
+ };