@opengeoweb/theme 9.31.0 → 9.32.1

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/index.esm.js CHANGED
@@ -4,6 +4,19 @@ import * as React from 'react';
4
4
  import 'i18next';
5
5
  import 'react-i18next';
6
6
 
7
+ function _objectDestructuringEmpty(t) {
8
+ if (null == t) throw new TypeError("Cannot destructure " + t);
9
+ }
10
+ function _objectWithoutPropertiesLoose(r, e) {
11
+ if (null == r) return {};
12
+ var t = {};
13
+ for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
14
+ if (e.indexOf(n) >= 0) continue;
15
+ t[n] = r[n];
16
+ }
17
+ return t;
18
+ }
19
+
7
20
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
8
21
 
9
22
  var check = function (it) {
@@ -11,7 +24,7 @@ var check = function (it) {
11
24
  };
12
25
 
13
26
  // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
14
- var global$g =
27
+ var globalThis_1 =
15
28
  // eslint-disable-next-line es/no-global-this -- safe
16
29
  check(typeof globalThis == 'object' && globalThis) ||
17
30
  check(typeof window == 'object' && window) ||
@@ -162,7 +175,7 @@ var isObject$9 = function (it) {
162
175
  return typeof it == 'object' ? it !== null : isCallable$f(it);
163
176
  };
164
177
 
165
- var global$f = global$g;
178
+ var globalThis$h = globalThis_1;
166
179
  var isCallable$e = isCallable$g;
167
180
 
168
181
  var aFunction = function (argument) {
@@ -170,21 +183,26 @@ var aFunction = function (argument) {
170
183
  };
171
184
 
172
185
  var getBuiltIn$4 = function (namespace, method) {
173
- return arguments.length < 2 ? aFunction(global$f[namespace]) : global$f[namespace] && global$f[namespace][method];
186
+ return arguments.length < 2 ? aFunction(globalThis$h[namespace]) : globalThis$h[namespace] && globalThis$h[namespace][method];
174
187
  };
175
188
 
176
189
  var uncurryThis$f = functionUncurryThis;
177
190
 
178
191
  var objectIsPrototypeOf = uncurryThis$f({}.isPrototypeOf);
179
192
 
180
- var engineUserAgent = typeof navigator != 'undefined' && String(navigator.userAgent) || '';
193
+ var globalThis$g = globalThis_1;
181
194
 
182
- var global$e = global$g;
183
- var userAgent = engineUserAgent;
195
+ var navigator = globalThis$g.navigator;
196
+ var userAgent$2 = navigator && navigator.userAgent;
184
197
 
185
- var process = global$e.process;
186
- var Deno = global$e.Deno;
187
- var versions = process && process.versions || Deno && Deno.version;
198
+ var environmentUserAgent = userAgent$2 ? String(userAgent$2) : '';
199
+
200
+ var globalThis$f = globalThis_1;
201
+ var userAgent$1 = environmentUserAgent;
202
+
203
+ var process = globalThis$f.process;
204
+ var Deno$1 = globalThis$f.Deno;
205
+ var versions = process && process.versions || Deno$1 && Deno$1.version;
188
206
  var v8 = versions && versions.v8;
189
207
  var match, version;
190
208
 
@@ -197,22 +215,22 @@ if (v8) {
197
215
 
198
216
  // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
199
217
  // so check `userAgent` even if `.v8` exists, but 0
200
- if (!version && userAgent) {
201
- match = userAgent.match(/Edge\/(\d+)/);
218
+ if (!version && userAgent$1) {
219
+ match = userAgent$1.match(/Edge\/(\d+)/);
202
220
  if (!match || match[1] >= 74) {
203
- match = userAgent.match(/Chrome\/(\d+)/);
221
+ match = userAgent$1.match(/Chrome\/(\d+)/);
204
222
  if (match) version = +match[1];
205
223
  }
206
224
  }
207
225
 
208
- var engineV8Version = version;
226
+ var environmentV8Version = version;
209
227
 
210
228
  /* eslint-disable es/no-symbol -- required for testing */
211
- var V8_VERSION = engineV8Version;
229
+ var V8_VERSION = environmentV8Version;
212
230
  var fails$e = fails$i;
213
- var global$d = global$g;
231
+ var globalThis$e = globalThis_1;
214
232
 
215
- var $String$5 = global$d.String;
233
+ var $String$5 = globalThis$e.String;
216
234
 
217
235
  // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
218
236
  var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$e(function () {
@@ -229,9 +247,9 @@ var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$e(func
229
247
  /* eslint-disable es/no-symbol -- required for testing */
230
248
  var NATIVE_SYMBOL$1 = symbolConstructorDetection;
231
249
 
232
- var useSymbolAsUid = NATIVE_SYMBOL$1
233
- && !Symbol.sham
234
- && typeof Symbol.iterator == 'symbol';
250
+ var useSymbolAsUid = NATIVE_SYMBOL$1 &&
251
+ !Symbol.sham &&
252
+ typeof Symbol.iterator == 'symbol';
235
253
 
236
254
  var getBuiltIn$3 = getBuiltIn$4;
237
255
  var isCallable$d = isCallable$g;
@@ -296,30 +314,30 @@ var ordinaryToPrimitive$1 = function (input, pref) {
296
314
 
297
315
  var sharedStore = {exports: {}};
298
316
 
299
- var global$c = global$g;
317
+ var globalThis$d = globalThis_1;
300
318
 
301
319
  // eslint-disable-next-line es/no-object-defineproperty -- safe
302
320
  var defineProperty$5 = Object.defineProperty;
303
321
 
304
322
  var defineGlobalProperty$3 = function (key, value) {
305
323
  try {
306
- defineProperty$5(global$c, key, { value: value, configurable: true, writable: true });
324
+ defineProperty$5(globalThis$d, key, { value: value, configurable: true, writable: true });
307
325
  } catch (error) {
308
- global$c[key] = value;
326
+ globalThis$d[key] = value;
309
327
  } return value;
310
328
  };
311
329
 
312
- var globalThis$1 = global$g;
330
+ var globalThis$c = globalThis_1;
313
331
  var defineGlobalProperty$2 = defineGlobalProperty$3;
314
332
 
315
333
  var SHARED = '__core-js_shared__';
316
- var store$3 = sharedStore.exports = globalThis$1[SHARED] || defineGlobalProperty$2(SHARED, {});
334
+ var store$3 = sharedStore.exports = globalThis$c[SHARED] || defineGlobalProperty$2(SHARED, {});
317
335
 
318
336
  (store$3.versions || (store$3.versions = [])).push({
319
- version: '3.37.1',
337
+ version: '3.39.0',
320
338
  mode: 'global',
321
339
  copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
322
- license: 'https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE',
340
+ license: 'https://github.com/zloirock/core-js/blob/v3.39.0/LICENSE',
323
341
  source: 'https://github.com/zloirock/core-js'
324
342
  });
325
343
 
@@ -363,14 +381,14 @@ var uid$2 = function (key) {
363
381
  return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$6(++id + postfix, 36);
364
382
  };
365
383
 
366
- var global$b = global$g;
384
+ var globalThis$b = globalThis_1;
367
385
  var shared$3 = shared$4;
368
386
  var hasOwn$8 = hasOwnProperty_1;
369
387
  var uid$1 = uid$2;
370
388
  var NATIVE_SYMBOL = symbolConstructorDetection;
371
389
  var USE_SYMBOL_AS_UID = useSymbolAsUid;
372
390
 
373
- var Symbol$2 = global$b.Symbol;
391
+ var Symbol$2 = globalThis$b.Symbol;
374
392
  var WellKnownSymbolsStore = shared$3('wks');
375
393
  var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$2['for'] || Symbol$2 : Symbol$2 && Symbol$2.withoutSetter || uid$1;
376
394
 
@@ -418,10 +436,10 @@ var toPropertyKey$2 = function (argument) {
418
436
  return isSymbol(key) ? key : key + '';
419
437
  };
420
438
 
421
- var global$a = global$g;
439
+ var globalThis$a = globalThis_1;
422
440
  var isObject$6 = isObject$9;
423
441
 
424
- var document$1 = global$a.document;
442
+ var document$1 = globalThis$a.document;
425
443
  // typeof document.createElement is 'object' in old IE
426
444
  var EXISTS$1 = isObject$6(document$1) && isObject$6(document$1.createElement);
427
445
 
@@ -580,10 +598,10 @@ if (!isCallable$a(store$1.inspectSource)) {
580
598
 
581
599
  var inspectSource$2 = store$1.inspectSource;
582
600
 
583
- var global$9 = global$g;
601
+ var globalThis$9 = globalThis_1;
584
602
  var isCallable$9 = isCallable$g;
585
603
 
586
- var WeakMap$1 = global$9.WeakMap;
604
+ var WeakMap$1 = globalThis$9.WeakMap;
587
605
 
588
606
  var weakMapBasicDetection = isCallable$9(WeakMap$1) && /native code/.test(String(WeakMap$1));
589
607
 
@@ -599,7 +617,7 @@ var sharedKey$3 = function (key) {
599
617
  var hiddenKeys$4 = {};
600
618
 
601
619
  var NATIVE_WEAK_MAP = weakMapBasicDetection;
602
- var global$8 = global$g;
620
+ var globalThis$8 = globalThis_1;
603
621
  var isObject$4 = isObject$9;
604
622
  var createNonEnumerableProperty$4 = createNonEnumerableProperty$5;
605
623
  var hasOwn$5 = hasOwnProperty_1;
@@ -608,8 +626,8 @@ var sharedKey$2 = sharedKey$3;
608
626
  var hiddenKeys$3 = hiddenKeys$4;
609
627
 
610
628
  var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
611
- var TypeError$1 = global$8.TypeError;
612
- var WeakMap = global$8.WeakMap;
629
+ var TypeError$1 = globalThis$8.TypeError;
630
+ var WeakMap = globalThis$8.WeakMap;
613
631
  var set, get, has;
614
632
 
615
633
  var enforce = function (it) {
@@ -947,7 +965,7 @@ var POLYFILL = isForced$1.POLYFILL = 'P';
947
965
 
948
966
  var isForced_1 = isForced$1;
949
967
 
950
- var global$7 = global$g;
968
+ var globalThis$7 = globalThis_1;
951
969
  var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
952
970
  var createNonEnumerableProperty$3 = createNonEnumerableProperty$5;
953
971
  var defineBuiltIn$3 = defineBuiltIn$4;
@@ -976,11 +994,11 @@ var _export = function (options, source) {
976
994
  var STATIC = options.stat;
977
995
  var FORCED, target, key, targetProperty, sourceProperty, descriptor;
978
996
  if (GLOBAL) {
979
- target = global$7;
997
+ target = globalThis$7;
980
998
  } else if (STATIC) {
981
- target = global$7[TARGET] || defineGlobalProperty(TARGET, {});
999
+ target = globalThis$7[TARGET] || defineGlobalProperty(TARGET, {});
982
1000
  } else {
983
- target = global$7[TARGET] && global$7[TARGET].prototype;
1001
+ target = globalThis$7[TARGET] && globalThis$7[TARGET].prototype;
984
1002
  }
985
1003
  if (target) for (key in source) {
986
1004
  sourceProperty = source[key];
@@ -1079,40 +1097,6 @@ $$5({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }
1079
1097
  assign: assign
1080
1098
  });
1081
1099
 
1082
- /******************************************************************************
1083
- Copyright (c) Microsoft Corporation.
1084
-
1085
- Permission to use, copy, modify, and/or distribute this software for any
1086
- purpose with or without fee is hereby granted.
1087
-
1088
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1089
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1090
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1091
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1092
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1093
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1094
- PERFORMANCE OF THIS SOFTWARE.
1095
- ***************************************************************************** */
1096
- /* global Reflect, Promise, SuppressedError, Symbol */
1097
-
1098
-
1099
- function __rest(s, e) {
1100
- var t = {};
1101
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
1102
- t[p] = s[p];
1103
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
1104
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
1105
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
1106
- t[p[i]] = s[p[i]];
1107
- }
1108
- return t;
1109
- }
1110
-
1111
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
1112
- var e = new Error(message);
1113
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
1114
- };
1115
-
1116
1100
  /* *
1117
1101
  * Licensed under the Apache License, Version 2.0 (the "License");
1118
1102
  * you may not use this file except in compliance with the License.
@@ -1132,6 +1116,8 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
1132
1116
  * */
1133
1117
  const dragHandlePath = 'M9.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-5 5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-5 5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z';
1134
1118
 
1119
+ const _excluded = ["text"],
1120
+ _excluded2 = ["isRightAligned", "sx"];
1135
1121
  const SplitHorizontal = props => jsx(SvgIcon, Object.assign({}, props, {
1136
1122
  children: jsx("path", {
1137
1123
  d: "M22 2v20H2V2h20zM8 3.999 4 4v16l4-.001v-16zM20 4l-10-.001v16L20 20V4zm-5 4c.3 0 .545.244.545.545v2.91h2.91a.544.544 0 1 1 0 1.09h-2.91v2.91a.545.545 0 1 1-1.09 0v-2.91h-2.91a.544.544 0 1 1 0-1.09h2.91v-2.91c0-.301.244-.545.545-.545z"
@@ -1198,13 +1184,12 @@ const ThumbsUp = props => {
1198
1184
  }, props, {
1199
1185
  children: [jsx("title", {
1200
1186
  children: THUMBS_UP
1201
- }), jsxs("g", Object.assign({
1187
+ }), jsxs("g", {
1202
1188
  id: "Thumbs-up",
1203
1189
  stroke: "none",
1204
1190
  strokeWidth: "1",
1205
1191
  fill: "none",
1206
- fillRule: "evenodd"
1207
- }, {
1192
+ fillRule: "evenodd",
1208
1193
  children: [jsx("path", {
1209
1194
  d: "M3.99883665,31.7843145 C7.41834232,30.0745617 7.39773108,30.3805485 10.9988366,28.8843145 C14.5999422,27.3880805 16.06167,27.0500418 18.1988366,25.8843145 C19.0904815,25.3979628 19.820202,24.8243341 20.5488366,24.1634286 C20.9845024,23.7682595 22.8819728,21.7794437 23.5488366,20.8277879 C24.2586546,19.8148341 25.1756722,18.5003429 25.9988366,16.8843145 C28.3936103,12.1829184 28.889513,9.4076237 29.8988366,6.88431453 C30.4506375,5.50481234 31.0206747,4.13576029 31.6089482,2.77715837 C31.8562473,2.20602771 32.1648239,1.47549588 32.9988366,0.88431453 C33.2365758,0.715795602 34.0556054,0.253858312 35.0144255,0.0843145301 C36.0262338,-0.0945989315 37.1937102,0.0296108539 37.9980376,0.28431453 C38.7449403,0.520833719 39.4692925,0.860990256 40.1710941,1.30478414 C40.2879689,1.37869154 41.2393256,2.13799569 41.8988366,3.58269657 C42.290748,4.4412034 42.5040976,4.92788584 42.7988366,6.88431453 C42.9953293,8.18860032 43.0453293,9.52193365 42.9488366,10.8843145 C42.947848,11.8251839 42.6645146,13.1585172 42.0988366,14.8843145 C41.9160014,15.4421169 41.6403041,16.2990156 41.2988366,17.1941099 C40.9325633,18.1542284 40.4965053,19.1582935 40.1988366,19.8843145 C39.1594737,22.4193462 37.7498356,25.6900566 37.4561402,26.5124038 C37.2603433,27.0606352 37.1745754,27.6512721 37.1988366,28.2843145 C37.21217,28.4109812 37.2455033,28.5187344 37.2988366,28.6075742 C37.35217,28.6964139 37.45217,28.821994 37.5988366,28.9843145 C38.7401033,28.7100145 39.6802034,28.5266812 40.4191367,28.4343145 C41.6262088,28.2834305 44.7342553,28.0975232 47.4943878,28.1962584 C50.2545202,28.2949937 51.7465936,28.4428269 52.9988366,28.8843145 C53.8336653,29.1786396 54.540332,29.8453063 55.1188366,30.8843145 C55.3507184,31.5616882 55.477385,32.2303996 55.4988366,32.8904489 C55.5202882,33.5504981 55.4369549,34.21512 55.2488366,34.8843145 C54.956044,35.585751 54.5393773,36.1190843 53.9988366,36.4843145 C53.4582959,36.8495447 52.6416293,37.1495447 51.5488366,37.3843145 C51.46217,37.6709812 51.4455033,37.9376479 51.4988366,38.1843145 C51.55217,38.4309812 51.7188366,38.5976479 51.9988366,38.6843145 C53.0027645,38.7154727 53.6750204,38.7821393 54.0156044,38.8843145 C54.7031375,39.0905745 55.3642149,39.4239078 55.9988366,39.8843145 C56.4980387,40.3674862 56.831372,40.7202741 56.9988366,40.9426784 C57.2459451,41.2708552 57.8988366,42.3863253 57.8988366,43.8843145 C57.8988366,44.882974 57.53217,45.882974 56.7988366,46.8843145 C56.4100652,47.2645006 55.9767318,47.5818962 55.4988366,47.8365013 C55.0209415,48.0911064 54.5157721,48.2737108 53.9833285,48.3843145 L52.6988366,48.3843145 C52.2988366,48.6576479 52.0988366,48.9643145 52.0988366,49.3043145 C52.0988366,49.6443145 52.1655033,49.9376479 52.2988366,50.1843145 L53.4440689,50.6343145 C54.0486381,50.9097065 54.566894,51.3263732 54.9988366,51.8843145 C55.2403033,52.1962176 55.7126861,53.1830494 55.7488366,53.8843145 C55.7849872,54.5855797 55.7892838,54.8412841 55.675362,55.3021772 C55.5409724,55.8458769 55.3321306,56.373256 54.9488366,56.8843145 C54.6880408,57.2320423 54.3421972,57.542124 54.0113058,57.8145598 C53.720974,58.0536013 53.0623839,58.3923099 52.0355354,58.6843145 C51.8426264,58.739172 51.4970601,58.8058387 50.9988366,58.8843145 L49.2488366,58.9843145 C48.96217,59.1509812 48.7955033,59.3509812 48.7488366,59.5843145 C48.70217,59.8176479 48.7855033,60.0643145 48.9988366,60.3243145 L50.0168579,60.6843145 C51.0110333,61.2176479 51.5216929,61.9496429 51.5488366,62.8802998 C51.5895523,64.276285 51.475285,65.4556464 50.0016466,66.7843145 C49.4876586,67.2477386 48.8545536,67.4912052 48.1023318,67.7343145 C47.6452927,67.8820242 46.8607943,68.0486909 45.7488366,68.2343145 L40.0010327,68.6843145 C38.1462353,68.7443145 36.81217,68.7776479 35.9988366,68.7843145 C34.7788366,68.7943145 28.6377735,68.7414839 25.3910307,68.5132824 C22.1442879,68.2850808 21.4236621,68.1168902 18.9258088,67.5843145 C16.4279556,67.0517389 16.0894589,66.9976619 13.9988366,66.0843145 C12.6050885,65.4754163 11.2717551,64.6754163 9.99883665,63.6843145 L5.99912679,59.8445931 C5.6005732,59.505994 5.13964906,59.1744645 4.61635438,58.8500046 C3.83141237,58.3633147 3.44878136,58.2942773 2.99883665,57.9843145 C2.44718062,57.6042838 2.05635486,57.1737105 1.71932092,56.7662516 C1.30382099,56.2639309 0.723401214,54.7703696 0.498836646,53.8721113 C0.239479861,52.8346842 0.182966814,51.4491222 0.134208514,50.425802 C0.00166588165,47.644049 0.0975252306,47.2982714 0.0687602378,44.8458357 C0.0452570713,42.8420109 -0.0277106081,40.4082829 0.0112302522,39.9409643 C0.224109489,37.3862585 0.450803729,36.3915418 0.898836646,34.8843145 C1.09883665,34.2114947 1.78104521,33.1945675 2.17275045,32.889441 C2.5644557,32.5843145 3.13875358,32.2143561 3.99883665,31.7843145 Z",
1210
1195
  id: "Path-2",
@@ -1214,7 +1199,7 @@ const ThumbsUp = props => {
1214
1199
  id: "Path",
1215
1200
  fill: "#F28700"
1216
1201
  })]
1217
- }))]
1202
+ })]
1218
1203
  }));
1219
1204
  };
1220
1205
  const Edit = props => {
@@ -1320,13 +1305,12 @@ const GeoWebLogo = props => {
1320
1305
  children: [jsx("title", {
1321
1306
  children: GEOWEB_LOGO
1322
1307
  }), jsxs("defs", {
1323
- children: [jsxs("linearGradient", Object.assign({
1308
+ children: [jsxs("linearGradient", {
1324
1309
  x1: "16.8198885%",
1325
1310
  y1: "6.54485841%",
1326
1311
  x2: "57.3699143%",
1327
1312
  y2: "42.3856856%",
1328
- id: "linearGradient-1"
1329
- }, {
1313
+ id: "linearGradient-1",
1330
1314
  children: [jsx("stop", {
1331
1315
  stopColor: "#FFFFFF",
1332
1316
  stopOpacity: "0.33333",
@@ -1336,13 +1320,12 @@ const GeoWebLogo = props => {
1336
1320
  stopOpacity: "0",
1337
1321
  offset: "100%"
1338
1322
  })]
1339
- })), jsxs("linearGradient", Object.assign({
1323
+ }), jsxs("linearGradient", {
1340
1324
  x1: "50.9318547%",
1341
1325
  y1: "46.4796835%",
1342
1326
  x2: "43.0090172%",
1343
1327
  y2: "0.844973858%",
1344
- id: "linearGradient-2"
1345
- }, {
1328
+ id: "linearGradient-2",
1346
1329
  children: [jsx("stop", {
1347
1330
  stopColor: "#FFFFFF",
1348
1331
  stopOpacity: "0",
@@ -1352,24 +1335,20 @@ const GeoWebLogo = props => {
1352
1335
  stopOpacity: "0.33333",
1353
1336
  offset: "100%"
1354
1337
  })]
1355
- }))]
1356
- }), jsx("g", Object.assign({
1338
+ })]
1339
+ }), jsx("g", {
1357
1340
  id: "Geoweb-logo",
1358
1341
  stroke: "none",
1359
1342
  strokeWidth: "1",
1360
1343
  fill: "none",
1361
- fillRule: "evenodd"
1362
- }, {
1363
- children: jsxs("g", Object.assign({
1344
+ fillRule: "evenodd",
1345
+ children: jsxs("g", {
1364
1346
  transform: "translate(-0.000002, 0.000000)",
1365
- fillRule: "nonzero"
1366
- }, {
1367
- children: [jsxs("g", Object.assign({
1368
- id: "layer1"
1369
- }, {
1370
- children: [jsxs("g", Object.assign({
1371
- id: "g4"
1372
- }, {
1347
+ fillRule: "nonzero",
1348
+ children: [jsxs("g", {
1349
+ id: "layer1",
1350
+ children: [jsxs("g", {
1351
+ id: "g4",
1373
1352
  children: [jsx("path", {
1374
1353
  d: "M29.0244012,8.24968403 C22.1632139,8.25834657 16.1741523,12.832579 14.4544599,19.3776076 C13.832111,19.279281 13.20312,19.2272122 12.5728452,19.2218415 C5.62905014,19.2217232 1.99977785e-06,24.7686157 1.99977785e-06,31.6109206 C1.99977785e-06,38.4532254 6.62905014,44 12.5728452,44 C22.6625546,44 49.500002,43.9979372 53.3350238,44 C56.2372834,44 63.2828385,43.8604971 68.2761419,37.5041138 C73.2694453,31.147461 70.2632768,17.4867764 68.1881953,11.6493259 C66.1131138,5.81187538 59.6578291,0 53.3280106,0 C45.8866154,0 39.2715769,4.00456749 35.9382426,9.91929332 C33.8018082,8.82655405 31.4311891,8.25413905 29.0244012,8.24968403 Z",
1375
1354
  id: "path4220",
@@ -1379,16 +1358,15 @@ const GeoWebLogo = props => {
1379
1358
  id: "path4220-7",
1380
1359
  fill: "#60BCE9"
1381
1360
  })]
1382
- })), jsx("path", {
1361
+ }), jsx("path", {
1383
1362
  d: "M53.3593361,0 C47.918804,0 42.9223401,2.15054275 39.3299564,5.62541069 C38.0351939,6.90249749 36.9198138,8.3502422 36.000002,9.92363493 C36.000002,21.1882124 36.0054345,31.3594567 36.0054345,43.9919386 C38.3685237,43.9938645 40.7366832,43.9957078 43.0921391,43.9957078 C45.9061498,43.9957078 50.6490992,43.9981839 54.9385085,44 C58.2745918,43.8844761 64.0692084,42.8948363 68.2808918,37.5217121 C73.2653764,31.1622771 70.2646844,17.4953381 68.1932872,11.6553326 C66.1218901,5.8153271 59.6782653,0.000907901172 53.3596259,0.000907901172 L53.3593361,0 Z",
1384
1363
  id: "path4220-2",
1385
1364
  fillOpacity: "0.31373",
1386
1365
  fill: "#FFFFFF"
1387
1366
  })]
1388
- })), jsxs("g", Object.assign({
1367
+ }), jsxs("g", {
1389
1368
  id: "g4244",
1390
- transform: "translate(20.000002, 14.500000)"
1391
- }, {
1369
+ transform: "translate(20.000002, 14.500000)",
1392
1370
  children: [jsx("path", {
1393
1371
  d: "M33.2943298,6.72474814 C36.4490656,9.02287887 37.3756525,8.9287324 39.4713926,11.7544337 C40.4745953,13.1069689 40.9988188,14.8107298 41,16.5033269 C41,21.1960094 37.0027377,25.0000392 32.0720208,24.9997778 C27.1415787,24.9997778 23.1445911,21.195748 23.1445911,16.5033269 C23.1462393,16.3723481 23.1510741,16.241411 23.1590681,16.110636 C22.2077851,15.8184709 21.258837,15.606125 20.5069638,15.606125 C19.7497338,15.606125 18.7925446,15.8208605 17.8344763,16.1162571 C17.8443657,16.2451131 17.851151,16.3741703 17.8548595,16.5033269 C17.8548101,21.195748 13.8578719,24.9997778 8.92742977,24.9997778 C3.9969876,24.9997778 0,21.195748 0,16.5033269 C0.00164824231,15.5820197 0.197168239,14.6813928 0.515927314,13.8208977 C2.01967372,8.45577777 2.93181101,2.25743153 8.1156979,1.57087606 C10.3834596,1.27052764 12.4978248,3.88414447 15.0127678,3.88414447 C17.5279307,3.88407126 17.5724882,0.0722713368 21.3552043,0.0053413284 C25.9779745,-0.0763080529 29.9219437,4.26794624 33.2945221,6.72474814 L33.2943298,6.72474814 Z M31.9884,10.3640673 C28.347158,10.3640673 25.3954308,13.1732976 25.3954308,16.6387556 C25.3954308,20.1042137 28.347158,22.9134439 31.9884,22.9134439 C35.629642,22.9134439 38.5813692,20.1042137 38.5813692,16.6387556 C38.5813692,13.1732976 35.629642,10.3640673 31.9884,10.3640673 L31.9884,10.3640673 Z M8.87866927,10.3640673 C5.23742729,10.3640673 2.28570002,13.1732976 2.28570002,16.6387556 C2.28570002,20.1042137 5.23742729,22.9134439 8.87866927,22.9134439 C12.5199112,22.9134439 15.4716385,20.1042137 15.4716385,16.6387556 C15.4716385,13.1732976 12.5199112,10.3640673 8.87866927,10.3640673 L8.87866927,10.3640673 Z",
1394
1372
  id: "path4329",
@@ -1402,9 +1380,9 @@ const GeoWebLogo = props => {
1402
1380
  id: "path4329-7",
1403
1381
  fill: "url(#linearGradient-2)"
1404
1382
  })]
1405
- }))]
1406
- }))
1407
- }))]
1383
+ })]
1384
+ })
1385
+ })]
1408
1386
  }));
1409
1387
  };
1410
1388
  const Add = props => jsx(SvgIcon, Object.assign({}, props, {
@@ -1430,14 +1408,13 @@ const Clock = props => jsx(SvgIcon, Object.assign({}, props, {
1430
1408
  })
1431
1409
  }));
1432
1410
  const Animation = props => jsx(SvgIcon, Object.assign({}, props, {
1433
- children: jsx("g", Object.assign({
1434
- transform: "translate(3.000000, 4.000000)"
1435
- }, {
1411
+ children: jsx("g", {
1412
+ transform: "translate(3.000000, 4.000000)",
1436
1413
  children: jsx("path", {
1437
1414
  d: "M18,0 L18,16 L0,16 L0,0 L18,0 Z M2.7,13.4444444 L0.9,13.4444444 L0.9,15 L2.7,15 L2.7,13.4444444 Z M17.1,13.4444444 L15.3,13.4444444 L15.3,15 L17.1,15 L17.1,13.4444444 Z M6.7430548,3 C6.36845508,3 5.96666667,3.31868791 5.96666667,4.01673445 L5.96666667,11.9839323 C5.96666667,12.6819788 6.36905927,13 6.7430548,13 C6.94123014,13 7.14423902,12.9206614 7.34362274,12.7633176 L12.1668963,8.93772918 C12.4641593,8.70304687 12.6333333,8.36169078 12.6333333,7.99966664 C12.6333333,7.63897593 12.4635551,7.29828655 12.1675005,7.06293753 L7.34181016,3.23734916 C7.14423902,3.07933862 6.94123014,3 6.7430548,3 Z M2.7,10.3333333 L0.9,10.3333333 L0.9,11.8888889 L2.7,11.8888889 L2.7,10.3333333 Z M17.1,10.3333333 L15.3,10.3333333 L15.3,11.8888889 L17.1,11.8888889 L17.1,10.3333333 Z M2.7,7.22222222 L0.9,7.22222222 L0.9,8.77777778 L2.7,8.77777778 L2.7,7.22222222 Z M17.1,7.22222222 L15.3,7.22222222 L15.3,8.77777778 L17.1,8.77777778 L17.1,7.22222222 Z M2.7,4.11111111 L0.9,4.11111111 L0.9,5.66666667 L2.7,5.66666667 L2.7,4.11111111 Z M17.1,4.11111111 L15.3,4.11111111 L15.3,5.66666667 L17.1,5.66666667 L17.1,4.11111111 Z M2.7,1 L0.9,1 L0.9,2.55555556 L2.7,2.55555556 L2.7,1 Z M17.1,1 L15.3,1 L15.3,2.55555556 L17.1,2.55555556 L17.1,1 Z",
1438
1415
  id: "AnimationSvgPath"
1439
1416
  })
1440
- }))
1417
+ })
1441
1418
  }));
1442
1419
  const Success = props => jsx(SvgIcon, Object.assign({}, props, {
1443
1420
  children: jsx("path", {
@@ -1455,55 +1432,48 @@ const DragHandle = props => jsx(SvgIcon, Object.assign({}, props, {
1455
1432
  })
1456
1433
  }));
1457
1434
  const AutoUpdateActive = props => jsx(SvgIcon, Object.assign({}, props, {
1458
- children: jsxs("g", Object.assign({
1459
- transform: "translate(-3 -3)"
1460
- }, {
1435
+ children: jsxs("g", {
1436
+ transform: "translate(-3 -3)",
1461
1437
  children: [jsx("path", {
1462
1438
  d: "M12.385 3.295l5 3-5 3V7.723l-.085.014c-3.08.548-5.418 3.24-5.418 6.479 0 3.634 2.945 6.58 6.577 6.58 2.914 0 5.385-1.896 6.248-4.523l2.815-1.626c-.225 4.814-4.197 8.648-9.063 8.648-5.012 0-9.074-4.065-9.074-9.08 0-4.65 3.495-8.484 8-9.015V3.295z",
1463
1439
  transform: "translate(0.2,1.2) rotate(30 13.454 13.295)"
1464
- }), jsx("text", Object.assign({
1440
+ }), jsx("text", {
1465
1441
  fontFamily: "Roboto-Black, Roboto",
1466
1442
  fontWeight: 700,
1467
- fontSize: 6
1468
- }, {
1469
- children: jsx("tspan", Object.assign({
1443
+ fontSize: 6,
1444
+ children: jsx("tspan", {
1470
1445
  x: 9.2,
1471
- y: 17.3
1472
- }, {
1446
+ y: 17.3,
1473
1447
  children: "AUTO"
1474
- }))
1475
- }))]
1476
- }))
1448
+ })
1449
+ })]
1450
+ })
1477
1451
  }));
1478
1452
  const AutoUpdateInActive = props => jsx(SvgIcon, Object.assign({}, props, {
1479
- children: jsxs("g", Object.assign({
1480
- transform: "translate(-3 -3)"
1481
- }, {
1453
+ children: jsxs("g", {
1454
+ transform: "translate(-3 -3)",
1482
1455
  children: [jsx("path", {
1483
1456
  d: "M15.172 3.109l.214 2.455 2.792 1.675-2.514 1.508 1.095 12.499c1.763-.729 3.141-2.202 3.742-4.028l2.815-1.626c-.182 3.872-2.787 7.11-6.332 8.228l.193 2.201-1.992.175-.174-1.988c-.25.02-.503.031-.759.031-5.011 0-9.074-4.065-9.074-9.079 0-4.65 3.495-8.484 8-9.016V4.24l.09.054-.088-1.01 1.992-.174zm-1.995 5.559l.149-.023c-3.193.45-5.65 3.196-5.65 6.515 0 3.634 2.944 6.58 6.576 6.58.182 0 .363-.007.54-.021L13.758 9.89l-.579.348V8.668z",
1484
1457
  transform: "rotate(30 13.454 13.295)"
1485
- }), jsx("text", Object.assign({
1458
+ }), jsx("text", {
1486
1459
  fontFamily: "Roboto-Black, Roboto",
1487
1460
  fontWeight: 700,
1488
- fontSize: 6
1489
- }, {
1490
- children: jsx("tspan", Object.assign({
1461
+ fontSize: 6,
1462
+ children: jsx("tspan", {
1491
1463
  x: 9.2,
1492
- y: 17.3
1493
- }, {
1464
+ y: 17.3,
1494
1465
  children: "AUTO"
1495
- }))
1496
- }))]
1497
- }))
1466
+ })
1467
+ })]
1468
+ })
1498
1469
  }));
1499
1470
  const Now = props => jsx(SvgIcon, Object.assign({}, props, {
1500
- children: jsx("g", Object.assign({
1501
- transform: "translate(0 2)"
1502
- }, {
1471
+ children: jsx("g", {
1472
+ transform: "translate(0 2)",
1503
1473
  children: jsx("path", {
1504
1474
  d: "M4.85,15.55 L5.89,15.55 L7.39013512,18.2040258 L7.39,15.55 L8.42,15.55 L8.42,19.82 L7.39,19.815 L5.89,17.19 L5.89,19.82 L4.85,19.815 L4.85,15.55 Z M11.275,15.49 C12.55,15.49 13.14,16.4749736 13.14,17.69 C13.14,18.9050264 12.55,19.89 11.275,19.89 C10,19.89 9.4,18.9050264 9.4,17.69 C9.4,16.4749736 10,15.49 11.275,15.49 Z M11.265,16.3 C10.63,16.3 10.46,16.8781414 10.46,17.69 C10.46,18.5018586 10.63,19.08 11.265,19.08 C11.9,19.08 12.09,18.5018586 12.09,17.69 C12.09,16.8781414 11.9,16.3 11.265,16.3 Z M13.85,15.55 L14.88,15.55 L15.37,18.23 L15.96,15.55 L16.83,15.55 L17.42,18.23 L17.91,15.55 L18.93,15.55 L18.03,19.82 L16.96,19.82 L16.39,17.38 L15.83,19.82 L14.76,19.82 L13.85,15.55 Z M12,0 C16.7,0 18.85,4.12 18.85,6.82 C18.85,9.52 17.0960097,13.63 12,13.63 C9.06797949,13.63 7.24456537,12.2694474 6.22334015,10.5996971 C6.10797504,10.4110698 6.00732732,9.72319365 6.59320378,9.33888177 C7.17908025,8.95456988 7.71708662,9.39022217 7.84387287,9.58248667 C8.70143045,10.8829264 10.1633005,11.82 12,11.82 C15,11.82 17,9.32 17,6.82 C17,4.32 15,1.81 12,1.81 C10.5492584,1.81 9.33236686,2.39696387 8.46241089,3.28591644 L9.474995,3.73670576 C9.86718007,3.9113178 9.95685384,4.26087798 9.84288406,4.51685828 C9.78589918,4.64484843 9.68395359,4.74990886 9.54141806,4.83107363 L6.67469458,6.47927087 C6.45916744,6.60267712 6.21814322,6.61960842 6.01095111,6.52736055 C5.80211462,6.43438056 5.65295882,6.24275928 5.60209611,6.00074862 L4.90755008,2.76794268 C4.87285304,2.60689825 4.88471829,2.46076082 4.94098185,2.3343908 C5.05495162,2.0784105 5.37472892,1.91114968 5.7660918,2.08539566 L6.7215416,2.51032096 C7.8443708,1.0870475 9.58579853,0 12,0 Z"
1505
1475
  })
1506
- }))
1476
+ })
1507
1477
  }));
1508
1478
  const Pause = props => jsx(SvgIcon, Object.assign({}, props, {
1509
1479
  children: jsx("path", {
@@ -1532,24 +1502,22 @@ const Info = props => jsx(SvgIcon, Object.assign({}, props, {
1532
1502
  d: "M12.0004012,4 C16.4182338,4 20,7.58096384 20,11.9995988 C20,16.4182338 16.4182338,20 12.0004012,20 C7.58176621,20 4,16.4182338 4,11.9995988 C4,7.58096384 7.58176621,4 12.0004012,4 Z M13.0518404,10 L10,10 L10,11.6134693 L10.9489304,11.6134693 L10.9489304,15.3873607 L10,15.3873607 L10,17 L14,17 L14,15.3873607 L13.0518404,15.3873607 L13.0518404,10 Z M11.9907922,6 C11.1541947,6 10.5,6.65419468 10.5,7.49079217 C10.5,8.32738965 11.1541947,9 11.9907922,9 C12.8273897,9 13.5,8.32738965 13.5,7.49079217 C13.5,6.65419468 12.8273897,6 11.9907922,6 Z"
1533
1503
  })
1534
1504
  }));
1535
- const TextIcon = _a => {
1536
- var {
1505
+ const TextIcon = _ref => {
1506
+ let {
1537
1507
  text = '0.5x'
1538
- } = _a,
1539
- props = __rest(_a, ["text"]);
1508
+ } = _ref,
1509
+ props = _objectWithoutPropertiesLoose(_ref, _excluded);
1540
1510
  return jsx(SvgIcon, Object.assign({}, props, {
1541
- children: jsx("text", Object.assign({
1511
+ children: jsx("text", {
1542
1512
  fontFamily: "Roboto-Black, Roboto",
1543
1513
  fontSize: 12,
1544
- fontWeight: 400
1545
- }, {
1546
- children: jsx("tspan", Object.assign({
1514
+ fontWeight: 400,
1515
+ children: jsx("tspan", {
1547
1516
  x: text.length > 2 ? 1 : 5,
1548
- y: 16
1549
- }, {
1517
+ y: 16,
1550
1518
  children: text
1551
- }))
1552
- }))
1519
+ })
1520
+ })
1553
1521
  }));
1554
1522
  };
1555
1523
  const FastForward = props => jsx(SvgIcon, Object.assign({}, props, {
@@ -1617,14 +1585,14 @@ const Search = props => jsx(SvgIcon, Object.assign({}, props, {
1617
1585
  d: "M7.81701445,12.5845372 L7.81701445,12.5845372 C7.17924024,11.946763 6.82932049,11.100321 6.82932049,10.1993044 C6.82932049,9.29828785 7.17924024,8.45077582 7.81701445,7.8140717 C8.47405029,7.15703585 9.3376137,6.82851792 10.2022472,6.82851792 C11.0658106,6.82851792 11.929374,7.15703585 12.5874799,7.8140717 C13.9026217,9.12921348 13.9026217,11.2693954 12.5874799,12.5845372 C11.9497057,13.2212413 11.1021937,13.5722311 10.2022472,13.5722311 C9.3012306,13.5722311 8.45371857,13.2212413 7.81701445,12.5845372 M19.5858748,17.581862 L15.4681648,13.465222 C16.9513109,11.0735688 16.6613162,7.88683788 14.5874799,5.81300161 C12.1690744,3.39566613 8.23434992,3.39566613 5.81594436,5.81300161 C4.64419476,6.9847512 4,8.54280364 4,10.1993044 C4,11.8558052 4.64419476,13.4138577 5.81594436,14.5845372 C6.98769395,15.7562868 8.5446763,16.4015516 10.2022472,16.4015516 C11.376137,16.4015516 12.4965222,16.0719636 13.4681648,15.4662921 L17.5837346,19.582932 C17.8608882,19.8590155 18.2225789,19.9970572 18.5853398,19.9970572 C18.9470305,19.9970572 19.3087212,19.8590155 19.5858748,19.582932 C20.1380417,19.029695 20.1380417,18.135099 19.5858748,17.581862"
1618
1586
  })
1619
1587
  }));
1620
- const Resize = _a => {
1621
- var {
1588
+ const Resize = _ref2 => {
1589
+ let {
1622
1590
  isRightAligned = false,
1623
1591
  sx
1624
- } = _a,
1625
- props = __rest(_a, ["isRightAligned", "sx"]);
1592
+ } = _ref2,
1593
+ props = _objectWithoutPropertiesLoose(_ref2, _excluded2);
1626
1594
  return jsx(SvgIcon, Object.assign({
1627
- sx: Object.assign(Object.assign(Object.assign({
1595
+ sx: Object.assign({
1628
1596
  width: 20,
1629
1597
  height: 20,
1630
1598
  top: -10,
@@ -1634,9 +1602,9 @@ const Resize = _a => {
1634
1602
  transform: 'rotate(90deg)'
1635
1603
  } : {
1636
1604
  left: -10
1637
- }), {
1605
+ }, {
1638
1606
  zIndex: 1
1639
- }), sx),
1607
+ }, sx),
1640
1608
  "data-testid": "resizeHandle"
1641
1609
  }, props, {
1642
1610
  children: jsx("path", {
@@ -1781,49 +1749,46 @@ const ExpandWindow = props => jsx(SvgIcon, Object.assign({}, props, {
1781
1749
  })
1782
1750
  }));
1783
1751
  const CollapseLarge = props => jsx(SvgIcon, Object.assign({}, props, {
1784
- children: jsx("g", Object.assign({
1752
+ children: jsx("g", {
1785
1753
  id: "Icons-/-Collapse-L",
1786
1754
  stroke: "none",
1787
1755
  strokeWidth: "1",
1788
1756
  fill: "none",
1789
- fillRule: "evenodd"
1790
- }, {
1757
+ fillRule: "evenodd",
1791
1758
  children: jsx("path", {
1792
1759
  d: "M18.0000715,4.5 C18.8166416,4.52323671 19.4399749,4.74990338 19.8700715,5.18 C20.3001681,5.61009662 20.5101681,6.21676329 20.5000715,7 L20.5000715,17 C20.4955891,17.7444824 20.2855891,18.3244824 19.8700715,18.74 C19.4545539,19.1555176 18.8312206,19.4088509 18.0000715,19.5 L6.00007152,19.5 C5.18059291,19.4148333 4.56103201,19.1624284 4.14138882,18.7427852 C3.72174562,18.323142 3.50797319,17.7422136 3.50007152,17 L3.50007152,7 C3.52572788,6.18855517 3.73950031,5.5818885 4.14138882,5.18 C4.54327732,4.7781115 5.16283822,4.55144483 6.00007152,4.5 L18.0000715,4.5 Z M17.5015692,6.5 L6.49857385,6.5 C5.94711624,6.5 5.50007152,6.94483697 5.50007152,7.4955775 L5.50007152,16.5044225 C5.50007152,17.0542648 5.94756094,17.5 6.49857385,17.5 L17.5015692,17.5 C18.0530268,17.5 18.5000715,17.055163 18.5000715,16.5044225 L18.5000715,7.4955775 C18.5000715,6.94573523 18.0525821,6.5 17.5015692,6.5 Z M11.51,8.14 L11.51,13.93 L14.4857761,13.93 L14.4857761,15.2471595 L9.79,15.2471595 L9.79,8.14 L11.51,8.14 Z",
1793
1760
  id: "Icons-/-expand-L",
1794
1761
  fill: "currentColor"
1795
1762
  })
1796
- }))
1763
+ })
1797
1764
  }));
1798
1765
  const CollapseMedium = props => jsx(SvgIcon, Object.assign({}, props, {
1799
- children: jsx("g", Object.assign({
1766
+ children: jsx("g", {
1800
1767
  id: "Icons-/-Collapse-M",
1801
1768
  stroke: "none",
1802
1769
  strokeWidth: "1",
1803
1770
  fill: "none",
1804
- fillRule: "evenodd"
1805
- }, {
1771
+ fillRule: "evenodd",
1806
1772
  children: jsx("path", {
1807
1773
  d: "M18.0000715,4.5 C18.8166416,4.52323671 19.4399749,4.74990338 19.8700715,5.18 C20.3001681,5.61009662 20.5101681,6.21676329 20.5000715,7 L20.5000715,17 C20.4955891,17.7444824 20.2855891,18.3244824 19.8700715,18.74 C19.4545539,19.1555176 18.8312206,19.4088509 18.0000715,19.5 L6.00007152,19.5 C5.18059291,19.4148333 4.56103201,19.1624284 4.14138882,18.7427852 C3.72174562,18.323142 3.50797319,17.7422136 3.50007152,17 L3.50007152,7 C3.52572788,6.18855517 3.73950031,5.5818885 4.14138882,5.18 C4.54327732,4.7781115 5.16283822,4.55144483 6.00007152,4.5 L18.0000715,4.5 Z M17.5015692,6.5 L6.49857385,6.5 C5.94711624,6.5 5.50007152,6.94483697 5.50007152,7.4955775 L5.50007152,16.5044225 C5.50007152,17.0542648 5.94756094,17.5 6.49857385,17.5 L17.5015692,17.5 C18.0530268,17.5 18.5000715,17.055163 18.5000715,16.5044225 L18.5000715,7.4955775 C18.5000715,6.94573523 18.0525821,6.5 17.5015692,6.5 Z M10.3720217,8.13793154 L11.9560108,13.0709727 L13.54,8.13793154 L15.79,8.13793154 L15.79,15.25 L14.0828502,15.25 L14.0828502,13.5960917 L14.24,10.1828615 L12.52,15.25 L11.3929679,15.25 L9.66668436,10.1828615 L9.83,13.5960917 L9.83,15.25 L8.12,15.25 L8.12,8.13793154 L10.3720217,8.13793154 Z",
1808
1774
  id: "Icons-/-expand-M",
1809
1775
  fill: "currentColor"
1810
1776
  })
1811
- }))
1777
+ })
1812
1778
  }));
1813
1779
  const CollapseSmall = props => jsx(SvgIcon, Object.assign({}, props, {
1814
- children: jsx("g", Object.assign({
1780
+ children: jsx("g", {
1815
1781
  id: "Icons-/-Collapse-S",
1816
1782
  stroke: "none",
1817
1783
  strokeWidth: "1",
1818
1784
  fill: "none",
1819
- fillRule: "evenodd"
1820
- }, {
1785
+ fillRule: "evenodd",
1821
1786
  children: jsx("path", {
1822
1787
  d: "M18.0000715,4.5 C18.8166416,4.52323671 19.4399749,4.74990338 19.8700715,5.18 C20.3001681,5.61009662 20.5101681,6.21676329 20.5000715,7 L20.5000715,17 C20.4955891,17.7444824 20.2855891,18.3244824 19.8700715,18.74 C19.4545539,19.1555176 18.8312206,19.4088509 18.0000715,19.5 L6.00007152,19.5 C5.18059291,19.4148333 4.56103201,19.1624284 4.14138882,18.7427852 C3.72174562,18.323142 3.50797319,17.7422136 3.50007152,17 L3.50007152,7 C3.52572788,6.18855517 3.73950031,5.5818885 4.14138882,5.18 C4.54327732,4.7781115 5.16283822,4.55144483 6.00007152,4.5 L18.0000715,4.5 Z M17.5015692,6.5 L6.49857385,6.5 C5.94711624,6.5 5.50007152,6.94483697 5.50007152,7.4955775 L5.50007152,16.5044225 C5.50007152,17.0542648 5.94756094,17.5 6.49857385,17.5 L17.5015692,17.5 C18.0530268,17.5 18.5000715,17.055163 18.5000715,16.5044225 L18.5000715,7.4955775 C18.5000715,6.94573523 18.0525821,6.5 17.5015692,6.5 Z M12,8.04223293 C12.3816424,8.04223293 12.7614621,8.07548514 13.1091818,8.18 C13.5650277,8.31701461 13.9657061,8.56252016 14.2430015,8.87556815 C14.5528447,9.22536046 14.7487564,9.63866568 14.7487564,10.2519529 L13.0420578,10.2519529 C13.0420578,10.1288369 13.0272095,9.87711169 12.8626035,9.66926494 C12.7706891,9.55320533 12.6320802,9.43866588 12.4232884,9.38 C12.3058648,9.34700656 12.1662431,9.34 12.0002452,9.34 C11.7669952,9.34 11.5569756,9.40134185 11.3953298,9.49974489 C11.191832,9.62362564 11.065,9.80624313 11.065,9.99915266 C11.065,10.4659624 11.5303207,10.7054039 12.0069825,10.88 C12.251836,10.9696872 12.4996821,11.0509766 12.6889856,11.1190164 C13.2468104,11.3195109 14.7487564,11.8079437 14.7487564,13.3345338 C14.7487564,14.1523847 14.3639594,14.7065019 13.71,15.0235466 C13.2549114,15.2441772 12.7956716,15.35 12,15.35 C11.5837341,15.35 11.0482218,15.2531638 10.57,15.0437157 C10.1291519,14.8506364 9.73916298,14.5618589 9.48671724,14.1650248 C9.25557241,13.8016749 9.14333333,13.3931427 9.15,12.939428 L10.8662463,12.939428 C10.8586095,13.2482201 10.923194,13.4935781 11.06,13.6755022 C11.265209,13.9483883 11.6785712,14.059404 12.0002452,14.059404 C12.416347,14.059404 13.0420578,13.9897611 13.0420578,13.3345338 C13.0420578,13.0169697 12.9081037,12.8095581 12.4695878,12.5923469 C12.3796921,12.5478187 12.2231629,12.4829201 12,12.3976512 C11.2094155,12.128282 10.6637991,11.8940163 10.3631508,11.6948541 C10.1074343,11.5254567 9.88191516,11.3372466 9.73293087,11.1353958 C9.51970344,10.8465054 9.36,10.5472019 9.36,9.99915266 C9.36,9.53454971 9.57462649,9.02233509 10.0735216,8.63036466 C10.4735262,8.31609021 11.2198472,8.04223293 12,8.04223293 Z",
1823
1788
  id: "Icons-/-expand-S",
1824
1789
  fill: "currentColor"
1825
1790
  })
1826
- }))
1791
+ })
1827
1792
  }));
1828
1793
  const ExitDomain = props => jsx(SvgIcon, Object.assign({}, props, {
1829
1794
  children: jsx("path", {
@@ -1838,22 +1803,20 @@ const Menu = props => jsx(SvgIcon, Object.assign({}, props, {
1838
1803
  })
1839
1804
  }));
1840
1805
  const None = props => jsx(SvgIcon, Object.assign({}, props, {
1841
- children: jsx("g", Object.assign({
1842
- transform: "translate(3 3)"
1843
- }, {
1806
+ children: jsx("g", {
1807
+ transform: "translate(3 3)",
1844
1808
  children: jsx("path", {
1845
1809
  d: "M16.0000589,0 C17.1046284,-2.02906125e-16 18.0000589,0.8954305 18.0000589,2 L18.0010775,6.26818814 C17.7066608,6.0976323 17.364732,6 17,6 L16.285,6 L16.2857676,2.71429132 C16.2857676,2.16200657 15.8380523,1.71429132 15.2857676,1.71429132 L2.71429132,1.71429132 C2.16200657,1.71429132 1.71429132,2.16200657 1.71429132,2.71429132 L1.71429132,15.2857676 C1.71429132,15.8380523 2.16200657,16.2857676 2.71429132,16.2857676 L6,16.285 L6,17 C6,17.364732 6.0976323,17.7066608 6.26818814,18.0010775 L2,18.0000589 C0.8954305,18.0000589 1.3527075e-16,17.1046284 0,16.0000589 L0,2 C-1.3527075e-16,0.8954305 0.8954305,2.02906125e-16 2,0 L16.0000589,0 Z M16.0000589,7.71431095 C17.1046284,7.71431095 18.0000589,8.60974145 18.0000589,9.71431095 L18.0000589,16.0000589 C18.0000589,17.1046284 17.1046284,18.0000589 16.0000589,18.0000589 L9.71431095,18.0000589 C8.60974145,18.0000589 7.71431095,17.1046284 7.71431095,16.0000589 L7.71431095,9.71431095 C7.71431095,8.60974145 8.60974145,7.71431095 9.71431095,7.71431095 L16.0000589,7.71431095 Z M15.2857676,9.42860228 L10.4286023,9.42860228 C9.87631753,9.42860228 9.42860228,9.87631753 9.42860228,10.4286023 L9.42860228,15.2857676 C9.42860228,15.8380523 9.87631753,16.2857676 10.4286023,16.2857676 L15.2857676,16.2857676 C15.8380523,16.2857676 16.2857676,15.8380523 16.2857676,15.2857676 L16.2857676,10.4286023 C16.2857676,9.87631753 15.8380523,9.42860228 15.2857676,9.42860228 Z M14.5347673,10.2701019 L15.4312535,11.2107189 L13.8227128,12.8181019 L15.4312535,14.4261565 L14.5127019,15.344708 L12.9047128,13.7361019 L11.2972643,15.344708 L10.3787128,14.4261565 L11.9867128,12.8181019 L10.3787128,11.2107189 L11.2751989,10.2701019 L12.9047128,11.9001019 L14.5347673,10.2701019 Z"
1846
1810
  })
1847
- }))
1811
+ })
1848
1812
  }));
1849
1813
  const Both = props => jsx(SvgIcon, Object.assign({}, props, {
1850
- children: jsx("g", Object.assign({
1851
- transform: "translate(3 3)"
1852
- }, {
1814
+ children: jsx("g", {
1815
+ transform: "translate(3 3)",
1853
1816
  children: jsx("path", {
1854
1817
  d: "M6.12154852,-4.08562073e-14 L11.5665318,2.08618237 L7.16343758,5.90884652 L6.89046265,4.36072873 L6.80957756,4.39003855 C3.87189613,5.46406081 2.0365417,8.52135417 2.59891997,11.7107598 C2.74916282,12.5628294 3.05699221,13.3475078 3.48712515,14.0400746 L3.654,14.294 L4.03341039,13.916165 C4.300998,13.6487868 4.57483053,13.3752128 4.84929787,13.1010377 L5.49808471,12.4529989 L5.81818597,12.133305 L6.43943768,11.5129063 C6.54018288,11.4123056 6.63929935,11.3133343 6.73644152,11.2163368 L7.29283868,10.6607958 C7.46856431,10.4853491 7.63362837,10.3205548 7.78526647,10.1691699 L8.06982232,9.88509612 C8.15816112,9.79690915 8.23971374,9.71549875 8.3136611,9.64168177 L8.51186835,9.44382795 L8.55371431,9.40205768 L17.4815559,0.474640695 C18.0545559,-0.0983593047 18.9845559,-0.0983593047 19.5575559,0.474640695 C20.1305559,1.0476407 20.1305559,1.9776407 19.5575559,2.5506407 L14.831,7.276 L19.4288065,10.9204157 C19.784072,11.2028346 19.9878059,11.6116618 19.9878059,12.0444907 C19.9878059,12.4789196 19.784797,12.8885469 19.4280814,13.1701657 L13.6401532,17.7608718 C13.4008927,17.9496843 13.1572821,18.0448907 12.9194717,18.0448907 C12.470677,18.0448907 11.9878059,17.6632653 11.9878059,16.8256094 L11.987,10.12 L8.78355591,13.3246407 C8.78355591,13.3246407 8.77632036,13.3318973 8.76236846,13.3458891 L8.70088296,13.4075489 C8.68745028,13.4210194 8.67246832,13.4360433 8.65600198,13.4525555 L8.30579109,13.8037142 C8.12024363,13.9897508 7.88938874,14.2211951 7.62907158,14.482136 L7.3035632,14.8084053 C6.96594112,15.1467963 6.5950202,15.5184978 6.21818091,15.8960157 L5.46472391,16.6506601 C5.40263036,16.7128356 5.34087945,16.7746636 5.27959794,16.8360167 L3.83147258,18.2843629 L3.76884939,18.3468742 L3.40610402,18.7083747 C3.32314137,18.7908588 3.25923448,18.8541764 3.21780591,18.8948907 C2.63780591,19.4648907 1.70780591,19.4648907 1.13780591,18.8948907 C0.567805911,18.3248907 0.567805911,17.3948907 1.13780591,16.8148907 L1.30316348,16.6480048 L1.34269001,16.6082679 L1.58700213,16.3630806 C1.67091753,16.2789466 1.76427895,16.1854034 1.86593963,16.0835947 C1.00935344,14.9643562 0.401202684,13.6284705 0.139524125,12.1444177 C-0.668062091,7.56436865 2.10797283,3.18177303 6.45256841,1.87618962 L6.12154852,-4.08562073e-14 Z"
1855
1818
  })
1856
- }))
1819
+ })
1857
1820
  }));
1858
1821
  const Share = props => jsxs(SvgIcon, Object.assign({}, props, {
1859
1822
  children: [jsx("defs", {
@@ -1861,35 +1824,31 @@ const Share = props => jsxs(SvgIcon, Object.assign({}, props, {
1861
1824
  d: "M11.82,10.356 C10.9768,10.356 10.2232,10.728 9.7056,11.3136 L5.5064,8.8728 C5.5928,8.6024 5.6432,8.316 5.6432,8.0168 C5.6432,7.7184 5.5928,7.432 5.5064,7.1616 L9.7264,4.708 C10.2424,5.2808 10.988,5.644 11.82,5.644 C13.3784,5.644 14.6416,4.3808 14.6416,2.8224 C14.6416,1.264 13.3784,0 11.82,0 C10.2616,0 8.9984,1.264 8.9984,2.8224 C8.9984,3.1208 9.0488,3.4072 9.136,3.6776 L4.9152,6.132 C4.3992,5.5584 3.6536,5.196 2.8216,5.196 C1.2632,5.196 0,6.4592 0,8.0168 C0,9.5752 1.2632,10.8392 2.8216,10.8392 C3.6544,10.8392 4.4,10.476 4.916,9.9032 L9.1256,12.3496 C9.0448,12.612 8.9984,12.8896 8.9984,13.1776 C8.9984,14.7368 10.2616,16 11.82,16 C13.3784,16 14.6416,14.7368 14.6416,13.1776 C14.6416,11.6192 13.3784,10.356 11.82,10.356",
1862
1825
  id: "path-1"
1863
1826
  })
1864
- }), jsx("g", Object.assign({
1827
+ }), jsx("g", {
1865
1828
  id: "Time-Series-concept-(mvp)",
1866
1829
  stroke: "none",
1867
1830
  strokeWidth: "1",
1868
1831
  fill: "none",
1869
- fillRule: "evenodd"
1870
- }, {
1871
- children: jsx("g", Object.assign({
1832
+ fillRule: "evenodd",
1833
+ children: jsx("g", {
1872
1834
  id: "TS-demo-MVP-(38)",
1873
- transform: "translate(-1298, -11707)"
1874
- }, {
1875
- children: jsxs("g", Object.assign({
1835
+ transform: "translate(-1298, -11707)",
1836
+ children: jsxs("g", {
1876
1837
  id: "Icons-/-Share",
1877
- transform: "translate(1303, 11711)"
1878
- }, {
1879
- children: [jsx("mask", Object.assign({
1838
+ transform: "translate(1303, 11711)",
1839
+ children: [jsx("mask", {
1880
1840
  id: "mask-2",
1881
- fill: "white"
1882
- }, {
1841
+ fill: "white",
1883
1842
  children: jsx("use", {
1884
1843
  xlinkHref: "#path-1"
1885
1844
  })
1886
- })), jsx("use", {
1845
+ }), jsx("use", {
1887
1846
  fill: "currentColor",
1888
1847
  xlinkHref: "#path-1"
1889
1848
  })]
1890
- }))
1891
- }))
1892
- }))]
1849
+ })
1850
+ })
1851
+ })]
1893
1852
  }));
1894
1853
  const Snow = props => jsx(SvgIcon, Object.assign({}, props, {
1895
1854
  children: jsx("path", {
@@ -1922,17 +1881,16 @@ const Fog = props => jsx(SvgIcon, Object.assign({}, props, {
1922
1881
  })
1923
1882
  }));
1924
1883
  const CoastalEvent = props => jsx(SvgIcon, Object.assign({}, props, {
1925
- children: jsx("g", Object.assign({
1884
+ children: jsx("g", {
1926
1885
  id: "Icons-/-coastal-event",
1927
1886
  stroke: "none",
1928
1887
  strokeWidth: "1",
1929
- fillRule: "evenodd"
1930
- }, {
1888
+ fillRule: "evenodd",
1931
1889
  children: jsx("path", {
1932
1890
  d: "M5.94388701,20.4607344 L5.20363609,21.7428189 C5.06223818,21.9877715 4.99859056,22.2477813 5.00002365,22.5008655 L1.5,22.5 L1.5,20.5 C3.08519158,20.7242571 4.56648725,20.7111686 5.94388701,20.4607344 Z M19.5,1.5 L22.5,5.5 L21.5,5.5 L21.5,9.56629256 C21.5981812,9.5515702 21.9319656,9.52948686 22.501353,9.50004256 L22.501,21.231 L16.450405,10.7425336 C16.7414962,10.6328117 17.0913612,10.5519672 17.5,10.5 L17.5,5.5 L16.5,5.5 L19.5,1.5 Z M13.2770164,12.4229259 C13.5980076,11.8590247 14.4019854,11.8590247 14.7234765,12.4229259 L18.8868618,19.7303357 C19.2083529,20.2942369 18.806364,21 18.1638817,21 L9.83661122,21 C9.19362894,21 8.79164002,20.2942369 9.11313116,19.7303357 Z M14.0126382,18.075 C13.4447077,18.075 13,18.50625 13,19.0557065 C13,19.6711957 13.4162717,20.1 14.0126382,20.1 C14.5845182,20.1 15,19.661413 15,19.0557065 C15,18.50625 14.5663507,18.075 14.0126382,18.075 Z M5,15.4999996 C7.02875,15.4999996 7.02578944,16.5123331 8.10481753,16.7114253 L7.20242051,18.2763629 C6.35773087,17.9044291 6.28815021,17.2001315 5,17.2001315 C3.25,17.2001315 3.75,18.4999996 1.5,18.4999996 L1.5,16.745178 C3.25,16.745178 2.75,15.4999996 5,15.4999996 Z M15,14.53125 L13,14.53125 L13.1057143,17.56875 L14.8942857,17.56875 L15,14.53125 Z M5,10.4999996 C7.25,10.4999996 7.00097957,11.745178 8.50048978,11.745178 C9.9255328,11.745178 9.77051584,10.6206023 11.6827643,10.5089072 L10.2411521,13.0116893 C9.89698485,13.2746963 9.43702057,13.4999996 8.50048978,13.4999996 C6.25097957,13.4999996 6.75,12.2001315 5,12.2001315 C3.25,12.2001315 3.75,13.4999996 1.5,13.4999996 L1.5,11.745178 C3.25,11.745178 2.75,10.4999996 5,10.4999996 Z",
1933
1891
  id: "Combined-Shape"
1934
1892
  })
1935
- }))
1893
+ })
1936
1894
  }));
1937
1895
  const TemperatureHigh = props => jsx(SvgIcon, Object.assign({}, props, {
1938
1896
  children: jsx("path", {
@@ -1947,26 +1905,24 @@ const TemperatureLow = props => jsx(SvgIcon, Object.assign({}, props, {
1947
1905
  })
1948
1906
  }));
1949
1907
  const LockUnlocked = props => jsx(SvgIcon, Object.assign({}, props, {
1950
- children: jsx("g", Object.assign({
1908
+ children: jsx("g", {
1951
1909
  id: "Icons-/-lock-locked",
1952
- transform: "translate(1.5, 2)"
1953
- }, {
1910
+ transform: "translate(1.5, 2)",
1954
1911
  children: jsx("path", {
1955
1912
  d: "M16,0 C20,0 21,3 21,4 L21,8 L19,8 L19,5 C19,4 19,2 16,2 C13.1666667,2 13.0092593,3.78395062 13.0005144,4.82458848 L13,8.999 L14,9 C15.0682439,9.01270555 15.9194271,9.80098299 15.9946003,10.8486278 L16,11 L16,18 C16,19.1313993 15.1313993,20 14,20 L2,20 C0.868600683,20 0,19.1313993 0,18 L0,11 C0,9.8778157 0.880887372,9.01331058 2,9 L11,8.999 L11,4 C11,3.02325581 11.9540292,0.138453218 15.7257726,0.0048046084 Z",
1956
1913
  id: "Icons-/-Security-(Lock)"
1957
1914
  })
1958
- }))
1915
+ })
1959
1916
  }));
1960
1917
  const LockLocked = props => jsx(SvgIcon, Object.assign({}, props, {
1961
- children: jsx("g", Object.assign({
1918
+ children: jsx("g", {
1962
1919
  id: "Icons-/-Lock-unloked",
1963
- transform: "translate(4, 3)"
1964
- }, {
1920
+ transform: "translate(4, 3)",
1965
1921
  children: jsx("path", {
1966
1922
  d: "M5,5 C5,4 5,2 8,2 C11,2 11,4 11,5 L11,7 L5,7 L5,5 Z M13,7 L13,4 C13,2 11,0 7.97167235,0 C4.94334471,0 3,2 3,4 L3,7 L2,7 C0.880887372,7.01331058 0,7.8778157 0,9 L0,16 C0,17.1313993 0.868600683,18 2,18 L14,18 C15.1313993,18 16,17.1313993 16,16 L16,9 C16,7.8778157 15.1191126,7.01331058 14,7 L13,7 Z",
1967
1923
  id: "Icons-/-Security-(Lock)"
1968
1924
  })
1969
- }))
1925
+ })
1970
1926
  }));
1971
1927
  const ArrowDropDownDown = props => jsx(SvgIcon, Object.assign({}, props, {
1972
1928
  children: jsx("path", {
@@ -1998,24 +1954,22 @@ const CloudIdle = props => jsx(SvgIcon, Object.assign({}, props, {
1998
1954
  d: "M 20.019639,8.2851684 C 18.792859,5.1964317 15.666964,3 12.005358,3 8.343745,3 5.217857,5.1937857 3.991072,8.2825674 1.695536,8.8579553 0,10.854803 0,13.227662 c 0,2.825387 2.397321,5.113826 5.354464,5.113826 h 1.074107 c 0.117857,0 0.214286,-0.09216 0.214286,-0.204552 v -1.534113 c 0,-0.112572 -0.09643,-0.204561 -0.214286,-0.204561 H 5.354464 c -0.902678,0 -1.751785,-0.342612 -2.383928,-0.964026 C 2.341072,14.815514 2.00625,13.981979 2.035714,13.117673 2.059824,12.442646 2.300893,11.808515 2.7375,11.274167 3.184821,10.729577 3.811607,10.333235 4.508036,10.15679 L 5.523215,9.9037192 5.895535,8.9678813 C 6.125892,8.3848073 6.447321,7.8402444 6.851786,7.3466935 7.250895,6.8558785 7.724998,6.4287746 8.255353,6.0708626 9.356252,5.3318997 10.652676,4.9407148 12.005358,4.9407148 c 1.352677,0 2.649105,0.3911849 3.749996,1.1301478 0.533038,0.357912 1.00447,0.7874729 1.40357,1.2758309 0.404468,0.4935509 0.725896,1.0407238 0.956254,1.6211878 l 0.369642,0.9332009 1.0125,0.2557078 c 1.451785,0.373356 2.466962,1.633851 2.466962,3.070872 0,0.846369 -0.345534,1.644102 -0.972322,2.242376 -0.626778,0.598383 -1.459813,0.928224 -2.346424,0.928224 h -1.074103 c -0.117859,0 -0.21429,0.09198 -0.21429,0.204561 v 1.534113 c 0,0.112446 0.09643,0.204552 0.21429,0.204552 h 1.074103 C 21.602679,18.341488 24,16.053049 24,13.227662 24,10.85744 22.309821,8.8630403 20.019639,8.2851684 Z"
1999
1955
  })
2000
1956
  }));
2001
- const Admin = _a => {
2002
- var props = __rest(_a, []);
1957
+ const Admin = _ref3 => {
1958
+ let props = Object.assign({}, (_objectDestructuringEmpty(_ref3), _ref3));
2003
1959
  const title = 'Admin';
2004
1960
  return jsxs(SvgIcon, Object.assign({}, props, {
2005
1961
  width: 32,
2006
1962
  height: 32,
2007
- viewBox: "0 0 32 32"
2008
- }, {
1963
+ viewBox: "0 0 32 32",
2009
1964
  children: [jsx("title", {
2010
1965
  children: title
2011
1966
  }), jsxs("defs", {
2012
- children: [jsxs("linearGradient", Object.assign({
1967
+ children: [jsxs("linearGradient", {
2013
1968
  id: "a",
2014
1969
  x1: "50%",
2015
1970
  x2: "14.341%",
2016
1971
  y1: "35.33%",
2017
- y2: "57.117%"
2018
- }, {
1972
+ y2: "57.117%",
2019
1973
  children: [jsx("stop", {
2020
1974
  offset: "0%",
2021
1975
  stopColor: "#A7001E"
@@ -2023,13 +1977,12 @@ const Admin = _a => {
2023
1977
  offset: "100%",
2024
1978
  stopColor: "#F70000"
2025
1979
  })]
2026
- })), jsxs("linearGradient", Object.assign({
1980
+ }), jsxs("linearGradient", {
2027
1981
  id: "b",
2028
1982
  x1: "84.464%",
2029
1983
  x2: "50%",
2030
1984
  y1: "43.5%",
2031
- y2: "63.781%"
2032
- }, {
1985
+ y2: "63.781%",
2033
1986
  children: [jsx("stop", {
2034
1987
  offset: "0%",
2035
1988
  stopColor: "#A7001E"
@@ -2037,14 +1990,13 @@ const Admin = _a => {
2037
1990
  offset: "100%",
2038
1991
  stopColor: "#F70000"
2039
1992
  })]
2040
- })), jsxs("filter", Object.assign({
1993
+ }), jsxs("filter", {
2041
1994
  id: "c",
2042
1995
  width: "125%",
2043
1996
  height: "125%",
2044
1997
  x: "-12.5%",
2045
1998
  y: "-12.5%",
2046
- filterUnits: "objectBoundingBox"
2047
- }, {
1999
+ filterUnits: "objectBoundingBox",
2048
2000
  children: [jsx("feGaussianBlur", {
2049
2001
  in: "SourceAlpha",
2050
2002
  result: "shadowBlurInner1",
@@ -2063,16 +2015,15 @@ const Admin = _a => {
2063
2015
  in: "shadowInnerInner1",
2064
2016
  values: "0 0 0 0 0.0717146857 0 0 0 0 0.0638191765 0 0 0 0 0.448211228 0 0 0 0.5 0"
2065
2017
  })]
2066
- })), jsx("circle", {
2018
+ }), jsx("circle", {
2067
2019
  id: "d",
2068
2020
  cx: "16.308",
2069
2021
  cy: "16.308",
2070
2022
  r: "8"
2071
2023
  })]
2072
- }), jsxs("g", Object.assign({
2024
+ }), jsxs("g", {
2073
2025
  fill: "none",
2074
- fillRule: "evenodd"
2075
- }, {
2026
+ fillRule: "evenodd",
2076
2027
  children: [jsx("path", {
2077
2028
  fill: "url(#a)",
2078
2029
  d: "M16 16c5.333 1.333 10.667 1 16-1v3l-3.418 1.282a12.922 12.922 0 0 1-1.365 3.293l1.51 3.324-2.828 2.829-3.323-1.512a12.922 12.922 0 0 1-3.293 1.366L18 32h-4l-1.282-3.418a12.922 12.922 0 0 1-3.293-1.365l-3.324 1.51L3.272 25.9l1.512-3.323a12.922 12.922 0 0 1-1.366-3.295L0 18v-3c5.333-.667 10.667-.333 16 1Z"
@@ -2084,7 +2035,7 @@ const Admin = _a => {
2084
2035
  fill: "#000",
2085
2036
  filter: "url(#c)"
2086
2037
  })]
2087
- }))]
2038
+ })]
2088
2039
  }));
2089
2040
  };
2090
2041
  const Remove = props => jsx(SvgIcon, Object.assign({}, props, {
@@ -2154,6 +2105,418 @@ const ModerateTurbulence = props => jsx(SvgIcon, Object.assign({}, props, {
2154
2105
  d: "m10.06 10.682-2.2 2.757H4.43L1 13.44v2l3.91-.001h3.91l1.676-2.098c.922-1.154 1.689-2.09 1.703-2.082.015.009.682.954 1.483 2.099l1.457 2.082H23v-2l-3.41-.001h-3.41l-1.921-2.747c-1.057-1.51-1.939-2.751-1.96-2.757-.021-.006-1.029 1.23-2.239 2.747"
2155
2106
  })
2156
2107
  }));
2108
+ const FlagNetherlands = props => {
2109
+ const width = '32';
2110
+ return jsxs(SvgIcon, Object.assign({}, props, {
2111
+ viewBox: "0 0 32 24",
2112
+ sx: {
2113
+ '&.MuiSvgIcon-root': {
2114
+ width: `${width}px`
2115
+ }
2116
+ },
2117
+ children: [jsxs("defs", {
2118
+ children: [jsx("rect", {
2119
+ id: "path-1",
2120
+ x: "0",
2121
+ y: "0",
2122
+ width: "32",
2123
+ height: "24"
2124
+ }), jsx("rect", {
2125
+ id: "path-3",
2126
+ x: "0",
2127
+ y: "0",
2128
+ width: "32",
2129
+ height: "24"
2130
+ })]
2131
+ }), jsx("g", {
2132
+ id: "Page-1",
2133
+ stroke: "none",
2134
+ strokeWidth: "1",
2135
+ fill: "none",
2136
+ fillRule: "evenodd",
2137
+ children: jsx("g", {
2138
+ id: "Timeseries---Linkink-TimeSeries-with-map-view(s)",
2139
+ transform: "translate(-1357, -9913)",
2140
+ children: jsx("g", {
2141
+ id: "Group-2",
2142
+ transform: "translate(0, 9908)",
2143
+ children: jsx("g", {
2144
+ id: "Sync-TS-with-map-view-08",
2145
+ transform: "translate(0, 5)",
2146
+ children: jsxs("g", {
2147
+ id: "Language-flag-Dutch-(24x24)",
2148
+ transform: "translate(1357, 0)",
2149
+ children: [jsx("g", {
2150
+ id: "Surface",
2151
+ fill: "#0053B1",
2152
+ fillRule: "nonzero",
2153
+ children: jsx("rect", {
2154
+ id: "path-1",
2155
+ x: "0",
2156
+ y: "0",
2157
+ width: "32",
2158
+ height: "24"
2159
+ })
2160
+ }), jsxs("g", {
2161
+ id: "Surface-Clipped",
2162
+ children: [jsx("mask", {
2163
+ id: "mask-2",
2164
+ fill: "white",
2165
+ children: jsx("use", {
2166
+ xlinkHref: "#path-1"
2167
+ })
2168
+ }), jsx("g", {
2169
+ id: "path-1"
2170
+ }), jsx("rect", {
2171
+ id: "Surface",
2172
+ fill: "#FFFFFF",
2173
+ fillRule: "nonzero",
2174
+ mask: "url(#mask-2)",
2175
+ x: "0",
2176
+ y: "0",
2177
+ width: "32",
2178
+ height: "16"
2179
+ })]
2180
+ }), jsxs("g", {
2181
+ id: "Surface-Clipped",
2182
+ children: [jsx("mask", {
2183
+ id: "mask-4",
2184
+ fill: "white",
2185
+ children: jsx("use", {
2186
+ xlinkHref: "#path-3"
2187
+ })
2188
+ }), jsx("g", {
2189
+ id: "path-1"
2190
+ }), jsx("rect", {
2191
+ id: "Surface",
2192
+ fill: "#D60000",
2193
+ fillRule: "nonzero",
2194
+ mask: "url(#mask-4)",
2195
+ x: "0",
2196
+ y: "0",
2197
+ width: "32",
2198
+ height: "8"
2199
+ })]
2200
+ })]
2201
+ })
2202
+ })
2203
+ })
2204
+ })
2205
+ })]
2206
+ }));
2207
+ };
2208
+ const FlagFinland = props => {
2209
+ const width = '32';
2210
+ return jsxs(SvgIcon, Object.assign({}, props, {
2211
+ viewBox: "0 0 32 24",
2212
+ sx: {
2213
+ '&.MuiSvgIcon-root': {
2214
+ width: `${width}px`
2215
+ }
2216
+ },
2217
+ children: [jsx("defs", {
2218
+ children: jsx("rect", {
2219
+ id: "path-1",
2220
+ x: "0",
2221
+ y: "0",
2222
+ width: "32",
2223
+ height: "24"
2224
+ })
2225
+ }), jsx("g", {
2226
+ id: "Page-1",
2227
+ stroke: "none",
2228
+ strokeWidth: "1",
2229
+ fill: "none",
2230
+ fillRule: "evenodd",
2231
+ children: jsx("g", {
2232
+ id: "Timeseries---Linkink-TimeSeries-with-map-view(s)",
2233
+ transform: "translate(-1237, -9913)",
2234
+ children: jsx("g", {
2235
+ id: "Group-2",
2236
+ transform: "translate(0, 9908)",
2237
+ children: jsx("g", {
2238
+ id: "Sync-TS-with-map-view-08",
2239
+ transform: "translate(0, 5)",
2240
+ children: jsxs("g", {
2241
+ id: "Language-flag-Finland-(24x24)",
2242
+ transform: "translate(1237, 0)",
2243
+ children: [jsx("g", {
2244
+ id: "Surface",
2245
+ fill: "#FFFFFF",
2246
+ fillRule: "nonzero",
2247
+ children: jsx("rect", {
2248
+ id: "path-1",
2249
+ x: "0",
2250
+ y: "0",
2251
+ width: "32",
2252
+ height: "24"
2253
+ })
2254
+ }), jsxs("g", {
2255
+ id: "surface-Clipped",
2256
+ children: [jsx("mask", {
2257
+ id: "mask-2",
2258
+ fill: "white",
2259
+ children: jsx("use", {
2260
+ xlinkHref: "#path-1"
2261
+ })
2262
+ }), jsx("g", {
2263
+ id: "path-1"
2264
+ }), jsx("polygon", {
2265
+ id: "surface",
2266
+ fill: "#0053B1",
2267
+ fillRule: "nonzero",
2268
+ mask: "url(#mask-2)",
2269
+ points: "11.4666667 0 11.466 9.6 32 9.6 32 13.8666667 11.466 13.866 11.4666667 24 7.2 24 7.2 13.866 0 13.8666667 0 9.6 7.2 9.6 7.2 0"
2270
+ })]
2271
+ })]
2272
+ })
2273
+ })
2274
+ })
2275
+ })
2276
+ })]
2277
+ }));
2278
+ };
2279
+ const FlagNorway = props => {
2280
+ const width = '32';
2281
+ return jsxs(SvgIcon, Object.assign({}, props, {
2282
+ viewBox: "0 0 32 24",
2283
+ sx: {
2284
+ '&.MuiSvgIcon-root': {
2285
+ width: `${width}px`
2286
+ }
2287
+ },
2288
+ children: [jsxs("defs", {
2289
+ children: [jsx("polygon", {
2290
+ id: "path-1",
2291
+ points: "0 0 32 0 32 24 0 24"
2292
+ }), jsx("polygon", {
2293
+ id: "path-3",
2294
+ points: "0 0 32 0 32 24 0 24"
2295
+ })]
2296
+ }), jsx("g", {
2297
+ id: "Page-1",
2298
+ stroke: "none",
2299
+ strokeWidth: "1",
2300
+ fill: "none",
2301
+ fillRule: "evenodd",
2302
+ children: jsx("g", {
2303
+ id: "Timeseries---Linkink-TimeSeries-with-map-view(s)",
2304
+ transform: "translate(-1317, -9913)",
2305
+ children: jsx("g", {
2306
+ id: "Group-2",
2307
+ transform: "translate(0, 9908)",
2308
+ children: jsx("g", {
2309
+ id: "Sync-TS-with-map-view-08",
2310
+ transform: "translate(0, 5)",
2311
+ children: jsxs("g", {
2312
+ id: "Language-flag-Norway-(24x24)",
2313
+ transform: "translate(1317, 0)",
2314
+ children: [jsx("g", {
2315
+ id: "Surface",
2316
+ fill: "#D60000",
2317
+ fillRule: "nonzero",
2318
+ children: jsx("polygon", {
2319
+ id: "path-1",
2320
+ points: "0 0 32 0 32 24 0 24"
2321
+ })
2322
+ }), jsxs("g", {
2323
+ id: "surface-Clipped",
2324
+ children: [jsx("mask", {
2325
+ id: "mask-2",
2326
+ fill: "white",
2327
+ children: jsx("use", {
2328
+ xlinkHref: "#path-1"
2329
+ })
2330
+ }), jsx("g", {
2331
+ id: "path-1"
2332
+ }), jsx("polygon", {
2333
+ id: "surface",
2334
+ fill: "#FFFFFF",
2335
+ fillRule: "nonzero",
2336
+ mask: "url(#mask-2)",
2337
+ points: "13 0 12.999 8.5 32 8.5 32 15.5 12.999 15.5 13 24 6 24 5.999 15.5 0 15.5 0 8.5 5.999 8.5 6 0"
2338
+ })]
2339
+ }), jsxs("g", {
2340
+ id: "surface-Clipped",
2341
+ children: [jsx("mask", {
2342
+ id: "mask-4",
2343
+ fill: "white",
2344
+ children: jsx("use", {
2345
+ xlinkHref: "#path-3"
2346
+ })
2347
+ }), jsx("g", {
2348
+ id: "path-1"
2349
+ }), jsx("polygon", {
2350
+ id: "surface",
2351
+ fill: "#0053B1",
2352
+ fillRule: "nonzero",
2353
+ mask: "url(#mask-4)",
2354
+ points: "11.5 0 11.5 10 32 10 32 14 11.5 14 11.5 24 7.5 24 7.5 14 0 14 0 10 7.5 10 7.5 0"
2355
+ })]
2356
+ })]
2357
+ })
2358
+ })
2359
+ })
2360
+ })
2361
+ })]
2362
+ }));
2363
+ };
2364
+ const FlagBritain = props => {
2365
+ const width = '32';
2366
+ return jsxs(SvgIcon, Object.assign({}, props, {
2367
+ viewBox: "0 0 32 24",
2368
+ sx: {
2369
+ '&.MuiSvgIcon-root': {
2370
+ width: `${width}px`
2371
+ }
2372
+ },
2373
+ children: [jsxs("defs", {
2374
+ children: [jsx("rect", {
2375
+ id: "path-1",
2376
+ x: "0",
2377
+ y: "0",
2378
+ width: "32",
2379
+ height: "24"
2380
+ }), jsx("polygon", {
2381
+ id: "path-3",
2382
+ points: "0 0 48 0 48 24 0 24"
2383
+ }), jsx("polygon", {
2384
+ id: "path-5",
2385
+ points: "0 0 48 0 48 24 0 24"
2386
+ }), jsx("polygon", {
2387
+ id: "path-7",
2388
+ points: "0 0 48 0 48 24 0 24"
2389
+ }), jsx("polygon", {
2390
+ id: "path-9",
2391
+ points: "0 0 48 0 48 24 0 24"
2392
+ })]
2393
+ }), jsx("g", {
2394
+ id: "Page-1",
2395
+ stroke: "none",
2396
+ strokeWidth: "1",
2397
+ fill: "none",
2398
+ fillRule: "evenodd",
2399
+ children: jsx("g", {
2400
+ id: "Timeseries---Linkink-TimeSeries-with-map-view(s)",
2401
+ transform: "translate(-1273, -9913)",
2402
+ children: jsx("g", {
2403
+ id: "Group-2",
2404
+ transform: "translate(0, 9908)",
2405
+ children: jsx("g", {
2406
+ id: "Sync-TS-with-map-view-08",
2407
+ transform: "translate(0, 5)",
2408
+ children: jsxs("g", {
2409
+ id: "Language-flag-English-(24x24)",
2410
+ transform: "translate(1273, 0)",
2411
+ children: [jsx("g", {
2412
+ id: "Surface",
2413
+ fill: "#0053B1",
2414
+ fillRule: "nonzero",
2415
+ children: jsx("rect", {
2416
+ id: "path-1",
2417
+ x: "0",
2418
+ y: "0",
2419
+ width: "32",
2420
+ height: "24"
2421
+ })
2422
+ }), jsxs("g", {
2423
+ id: "Union-Jack-Clipped",
2424
+ children: [jsx("mask", {
2425
+ id: "mask-2",
2426
+ fill: "white",
2427
+ children: jsx("use", {
2428
+ xlinkHref: "#path-1"
2429
+ })
2430
+ }), jsx("g", {
2431
+ id: "path-1"
2432
+ }), jsx("g", {
2433
+ id: "Union-Jack",
2434
+ mask: "url(#mask-2)",
2435
+ children: jsxs("g", {
2436
+ transform: "translate(-8, 0)",
2437
+ id: "Group",
2438
+ children: [jsx("g", {
2439
+ id: "Surface",
2440
+ fill: "#302D97",
2441
+ children: jsx("polygon", {
2442
+ id: "path-3",
2443
+ points: "0 0 48 0 48 24 0 24"
2444
+ })
2445
+ }), jsxs("g", {
2446
+ id: "Combined-Shape-Clipped",
2447
+ children: [jsx("mask", {
2448
+ id: "mask-4",
2449
+ fill: "white",
2450
+ children: jsx("use", {
2451
+ xlinkHref: "#path-3"
2452
+ })
2453
+ }), jsx("g", {
2454
+ id: "path-3"
2455
+ }), jsx("polygon", {
2456
+ id: "Combined-Shape",
2457
+ fill: "#FFFFFF",
2458
+ mask: "url(#mask-4)",
2459
+ points: "5.57675094 1.8189894e-12 24.05 9.301 42.6003124 7.33635375e-12 48 8.07887091e-12 48 2.7575327 29.437 12.014 48 21.36 48 24 42.7770634 24 24.05 14.7 5.4 24 -3.340217e-12 24 -2.43693954e-12 21.36 18.64 12.014 -3.63797881e-12 2.7575327 -1.77635687e-13 2.71427325e-12"
2460
+ })]
2461
+ }), jsxs("g", {
2462
+ id: "Combined-Shape-Clipped",
2463
+ children: [jsx("mask", {
2464
+ id: "mask-6",
2465
+ fill: "white",
2466
+ children: jsx("use", {
2467
+ xlinkHref: "#path-5"
2468
+ })
2469
+ }), jsx("g", {
2470
+ id: "path-3"
2471
+ }), jsx("path", {
2472
+ d: "M24,13.8497199 L23.873,13.785 L3.72,24 L0,24 L22.154,12.922 L0,1.7975327 L0,-1.8189894e-12 L23.999,12 L24,13.8497199 Z M48,-4.03896783e-28 L25.86,11.069 L48,22.32 L48,24 L24.0005985,12.0002993 L23.9998586,10.1232068 L24.129,10.189 L44.4003124,-4.03896783e-28 L48,-4.03896783e-28 Z",
2473
+ id: "Combined-Shape",
2474
+ fill: "#CF0024",
2475
+ mask: "url(#mask-6)"
2476
+ })]
2477
+ }), jsxs("g", {
2478
+ id: "Combined-Shape-Clipped",
2479
+ children: [jsx("mask", {
2480
+ id: "mask-8",
2481
+ fill: "white",
2482
+ children: jsx("use", {
2483
+ xlinkHref: "#path-7"
2484
+ })
2485
+ }), jsx("g", {
2486
+ id: "path-3"
2487
+ }), jsx("polygon", {
2488
+ id: "Combined-Shape",
2489
+ fill: "#FFFFFF",
2490
+ mask: "url(#mask-8)",
2491
+ points: "27.96 0 27.96 8.039 48 8.04 48 15.96 27.96 15.959 27.96 24 20.04 24 20.04 15.959 1.8189894e-12 15.96 1.8189894e-12 8.04 20.04 8.039 20.04 0"
2492
+ })]
2493
+ }), jsxs("g", {
2494
+ id: "Combined-Shape-Clipped",
2495
+ children: [jsx("mask", {
2496
+ id: "mask-10",
2497
+ fill: "white",
2498
+ children: jsx("use", {
2499
+ xlinkHref: "#path-9"
2500
+ })
2501
+ }), jsx("g", {
2502
+ id: "path-3"
2503
+ }), jsx("polygon", {
2504
+ id: "Combined-Shape",
2505
+ fill: "#CF0024",
2506
+ mask: "url(#mask-10)",
2507
+ points: "26.52 0 26.52 9.48 48 9.48 48 14.52 26.52 14.52 26.52 24 21.48 24 21.48 14.52 1.8189894e-12 14.52 1.8189894e-12 9.48 21.48 9.48 21.48 0"
2508
+ })]
2509
+ })]
2510
+ })
2511
+ })]
2512
+ })]
2513
+ })
2514
+ })
2515
+ })
2516
+ })
2517
+ })]
2518
+ }));
2519
+ };
2157
2520
 
2158
2521
  /* *
2159
2522
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -2174,126 +2537,130 @@ const ModerateTurbulence = props => jsx(SvgIcon, Object.assign({}, props, {
2174
2537
  * */
2175
2538
 
2176
2539
  var index = /*#__PURE__*/Object.freeze({
2177
- __proto__: null,
2178
- Add: Add,
2179
- Admin: Admin,
2180
- Animation: Animation,
2181
- ArrowDown: ArrowDown,
2182
- ArrowDropDownDown: ArrowDropDownDown,
2183
- ArrowDropDownUp: ArrowDropDownUp,
2184
- ArrowLeft: ArrowLeft,
2185
- ArrowRight: ArrowRight,
2186
- ArrowUp: ArrowUp,
2187
- AutoUpdateActive: AutoUpdateActive,
2188
- AutoUpdateInActive: AutoUpdateInActive,
2189
- Both: Both,
2190
- Cached: Cached,
2191
- CalendarToday: CalendarToday,
2192
- Cancel: Cancel,
2193
- ChevronDown: ChevronDown,
2194
- ChevronLeft: ChevronLeft,
2195
- ChevronRight: ChevronRight,
2196
- ChevronUp: ChevronUp,
2197
- Clear: Clear,
2198
- Clock: Clock,
2199
- Close: Close,
2200
- CloudIdle: CloudIdle,
2201
- CloudLoading: CloudLoading,
2202
- CoastalEvent: CoastalEvent,
2203
- CollapseLarge: CollapseLarge,
2204
- CollapseMedium: CollapseMedium,
2205
- CollapseSmall: CollapseSmall,
2206
- CollapseWindow: CollapseWindow,
2207
- Copy: Copy,
2208
- Delete: Delete,
2209
- DimensionsElevation: DimensionsElevation,
2210
- DimensionsOther: DimensionsOther,
2211
- DimensionsRefTime: DimensionsRefTime,
2212
- DimensionsTime: DimensionsTime,
2213
- DragHandle: DragHandle,
2214
- DrawFIRLand: DrawFIRLand,
2215
- DrawPolygon: DrawPolygon,
2216
- DrawRegion: DrawRegion,
2217
- Edit: Edit,
2218
- Equalizer: Equalizer,
2219
- Exclamation: Exclamation,
2220
- ExitDomain: ExitDomain,
2221
- Expand: Expand,
2222
- ExpandWindow: ExpandWindow,
2223
- Expire: Expire,
2224
- Export: Export,
2225
- FastForward: FastForward,
2226
- Filter: Filter,
2227
- Fog: Fog,
2228
- FreezingPrecipitation: FreezingPrecipitation,
2229
- FunnelCloud: FunnelCloud,
2230
- GeoWebLogo: GeoWebLogo,
2231
- HamburgerMenu: HamburgerMenu,
2232
- Haze: Haze,
2233
- Home: Home,
2234
- Info: Info,
2235
- KeyCommand: KeyCommand,
2236
- KeyOption: KeyOption,
2237
- Layers: Layers,
2238
- LayersAdd: LayersAdd,
2239
- Lightning: Lightning,
2240
- Link: Link,
2241
- LinkOff: LinkOff,
2242
- List: List,
2243
- ListItem: ListItem,
2244
- Location: Location,
2245
- LockLocked: LockLocked,
2246
- LockUnlocked: LockUnlocked,
2247
- MapAdd: MapAdd,
2248
- Menu: Menu,
2249
- Minus: Minus,
2250
- ModerateAircraftIcing: ModerateAircraftIcing,
2251
- ModerateTurbulence: ModerateTurbulence,
2252
- MyLocation: MyLocation,
2253
- None: None,
2254
- Notifications: Notifications,
2255
- Now: Now,
2256
- Options: Options,
2257
- Pause: Pause,
2258
- Picture: Picture,
2259
- Play: Play,
2260
- Polygons: Polygons,
2261
- Preset: Preset,
2262
- PresetTiles: PresetTiles,
2263
- PresetWorkspace: PresetWorkspace,
2264
- RadioactiveMaterials: RadioactiveMaterials,
2265
- Rain: Rain,
2266
- Remove: Remove,
2267
- Resize: Resize,
2268
- SandStorm: SandStorm,
2269
- Search: Search,
2270
- SevereAircraftIcing: SevereAircraftIcing,
2271
- SevereTurbulence: SevereTurbulence,
2272
- SevereWaves: SevereWaves,
2273
- Share: Share,
2274
- SliderThumb: SliderThumb,
2275
- Snow: Snow,
2276
- Speed: Speed,
2277
- SplitHorizontal: SplitHorizontal,
2278
- SplitVertical: SplitVertical,
2279
- StepBackward: StepBackward,
2280
- StepForward: StepForward,
2281
- SubdirectoryArrowRight: SubdirectoryArrowRight,
2282
- Success: Success,
2283
- TemperatureHigh: TemperatureHigh,
2284
- TemperatureLow: TemperatureLow,
2285
- TextIcon: TextIcon,
2286
- ThumbsUp: ThumbsUp,
2287
- Thunderstorm: Thunderstorm,
2288
- TimeSeriesSelect: TimeSeriesSelect,
2289
- UnExpand: UnExpand,
2290
- Update: Update,
2291
- Visibility: Visibility,
2292
- VisibilityOff: VisibilityOff,
2293
- VulcanicEruption: VulcanicEruption,
2294
- WebAssetOff: WebAssetOff,
2295
- Wind: Wind,
2296
- WorldMapProjection: WorldMapProjection
2540
+ __proto__: null,
2541
+ Add: Add,
2542
+ Admin: Admin,
2543
+ Animation: Animation,
2544
+ ArrowDown: ArrowDown,
2545
+ ArrowDropDownDown: ArrowDropDownDown,
2546
+ ArrowDropDownUp: ArrowDropDownUp,
2547
+ ArrowLeft: ArrowLeft,
2548
+ ArrowRight: ArrowRight,
2549
+ ArrowUp: ArrowUp,
2550
+ AutoUpdateActive: AutoUpdateActive,
2551
+ AutoUpdateInActive: AutoUpdateInActive,
2552
+ Both: Both,
2553
+ Cached: Cached,
2554
+ CalendarToday: CalendarToday,
2555
+ Cancel: Cancel,
2556
+ ChevronDown: ChevronDown,
2557
+ ChevronLeft: ChevronLeft,
2558
+ ChevronRight: ChevronRight,
2559
+ ChevronUp: ChevronUp,
2560
+ Clear: Clear,
2561
+ Clock: Clock,
2562
+ Close: Close,
2563
+ CloudIdle: CloudIdle,
2564
+ CloudLoading: CloudLoading,
2565
+ CoastalEvent: CoastalEvent,
2566
+ CollapseLarge: CollapseLarge,
2567
+ CollapseMedium: CollapseMedium,
2568
+ CollapseSmall: CollapseSmall,
2569
+ CollapseWindow: CollapseWindow,
2570
+ Copy: Copy,
2571
+ Delete: Delete,
2572
+ DimensionsElevation: DimensionsElevation,
2573
+ DimensionsOther: DimensionsOther,
2574
+ DimensionsRefTime: DimensionsRefTime,
2575
+ DimensionsTime: DimensionsTime,
2576
+ DragHandle: DragHandle,
2577
+ DrawFIRLand: DrawFIRLand,
2578
+ DrawPolygon: DrawPolygon,
2579
+ DrawRegion: DrawRegion,
2580
+ Edit: Edit,
2581
+ Equalizer: Equalizer,
2582
+ Exclamation: Exclamation,
2583
+ ExitDomain: ExitDomain,
2584
+ Expand: Expand,
2585
+ ExpandWindow: ExpandWindow,
2586
+ Expire: Expire,
2587
+ Export: Export,
2588
+ FastForward: FastForward,
2589
+ Filter: Filter,
2590
+ FlagBritain: FlagBritain,
2591
+ FlagFinland: FlagFinland,
2592
+ FlagNetherlands: FlagNetherlands,
2593
+ FlagNorway: FlagNorway,
2594
+ Fog: Fog,
2595
+ FreezingPrecipitation: FreezingPrecipitation,
2596
+ FunnelCloud: FunnelCloud,
2597
+ GeoWebLogo: GeoWebLogo,
2598
+ HamburgerMenu: HamburgerMenu,
2599
+ Haze: Haze,
2600
+ Home: Home,
2601
+ Info: Info,
2602
+ KeyCommand: KeyCommand,
2603
+ KeyOption: KeyOption,
2604
+ Layers: Layers,
2605
+ LayersAdd: LayersAdd,
2606
+ Lightning: Lightning,
2607
+ Link: Link,
2608
+ LinkOff: LinkOff,
2609
+ List: List,
2610
+ ListItem: ListItem,
2611
+ Location: Location,
2612
+ LockLocked: LockLocked,
2613
+ LockUnlocked: LockUnlocked,
2614
+ MapAdd: MapAdd,
2615
+ Menu: Menu,
2616
+ Minus: Minus,
2617
+ ModerateAircraftIcing: ModerateAircraftIcing,
2618
+ ModerateTurbulence: ModerateTurbulence,
2619
+ MyLocation: MyLocation,
2620
+ None: None,
2621
+ Notifications: Notifications,
2622
+ Now: Now,
2623
+ Options: Options,
2624
+ Pause: Pause,
2625
+ Picture: Picture,
2626
+ Play: Play,
2627
+ Polygons: Polygons,
2628
+ Preset: Preset,
2629
+ PresetTiles: PresetTiles,
2630
+ PresetWorkspace: PresetWorkspace,
2631
+ RadioactiveMaterials: RadioactiveMaterials,
2632
+ Rain: Rain,
2633
+ Remove: Remove,
2634
+ Resize: Resize,
2635
+ SandStorm: SandStorm,
2636
+ Search: Search,
2637
+ SevereAircraftIcing: SevereAircraftIcing,
2638
+ SevereTurbulence: SevereTurbulence,
2639
+ SevereWaves: SevereWaves,
2640
+ Share: Share,
2641
+ SliderThumb: SliderThumb,
2642
+ Snow: Snow,
2643
+ Speed: Speed,
2644
+ SplitHorizontal: SplitHorizontal,
2645
+ SplitVertical: SplitVertical,
2646
+ StepBackward: StepBackward,
2647
+ StepForward: StepForward,
2648
+ SubdirectoryArrowRight: SubdirectoryArrowRight,
2649
+ Success: Success,
2650
+ TemperatureHigh: TemperatureHigh,
2651
+ TemperatureLow: TemperatureLow,
2652
+ TextIcon: TextIcon,
2653
+ ThumbsUp: ThumbsUp,
2654
+ Thunderstorm: Thunderstorm,
2655
+ TimeSeriesSelect: TimeSeriesSelect,
2656
+ UnExpand: UnExpand,
2657
+ Update: Update,
2658
+ Visibility: Visibility,
2659
+ VisibilityOff: VisibilityOff,
2660
+ VulcanicEruption: VulcanicEruption,
2661
+ WebAssetOff: WebAssetOff,
2662
+ Wind: Wind,
2663
+ WorldMapProjection: WorldMapProjection
2297
2664
  });
2298
2665
 
2299
2666
  var en = {
@@ -2368,7 +2735,8 @@ var NullProtoObjectViaActiveX = function (activeXDocument) {
2368
2735
  activeXDocument.write(scriptTag(''));
2369
2736
  activeXDocument.close();
2370
2737
  var temp = activeXDocument.parentWindow.Object;
2371
- activeXDocument = null; // avoid memory leak
2738
+ // eslint-disable-next-line no-useless-assignment -- avoid memory leak
2739
+ activeXDocument = null;
2372
2740
  return temp;
2373
2741
  };
2374
2742
 
@@ -2753,7 +3121,7 @@ var es_array_iterator = defineIterator(Array, 'Array', function (iterated, kind)
2753
3121
  var target = state.target;
2754
3122
  var index = state.index++;
2755
3123
  if (!target || index >= target.length) {
2756
- state.target = undefined;
3124
+ state.target = null;
2757
3125
  return createIterResultObject(undefined, true);
2758
3126
  }
2759
3127
  switch (state.kind) {
@@ -2821,7 +3189,7 @@ var DOMTokenListPrototype$1 = classList && classList.constructor && classList.co
2821
3189
 
2822
3190
  var domTokenListPrototype = DOMTokenListPrototype$1 === Object.prototype ? undefined : DOMTokenListPrototype$1;
2823
3191
 
2824
- var global$6 = global$g;
3192
+ var globalThis$6 = globalThis_1;
2825
3193
  var DOMIterables = domIterables;
2826
3194
  var DOMTokenListPrototype = domTokenListPrototype;
2827
3195
  var ArrayIteratorMethods = es_array_iterator;
@@ -2853,7 +3221,7 @@ var handlePrototype = function (CollectionPrototype, COLLECTION_NAME) {
2853
3221
  };
2854
3222
 
2855
3223
  for (var COLLECTION_NAME in DOMIterables) {
2856
- handlePrototype(global$6[COLLECTION_NAME] && global$6[COLLECTION_NAME].prototype, COLLECTION_NAME);
3224
+ handlePrototype(globalThis$6[COLLECTION_NAME] && globalThis$6[COLLECTION_NAME].prototype, COLLECTION_NAME);
2857
3225
  }
2858
3226
 
2859
3227
  handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
@@ -3138,16 +3506,36 @@ var arrayMethodIsStrict$1 = function (METHOD_NAME, argument) {
3138
3506
  });
3139
3507
  };
3140
3508
 
3141
- var global$5 = global$g;
3509
+ /* global Bun, Deno -- detection */
3510
+ var globalThis$5 = globalThis_1;
3511
+ var userAgent = environmentUserAgent;
3142
3512
  var classof$2 = classofRaw$2;
3143
3513
 
3144
- var engineIsNode = classof$2(global$5.process) === 'process';
3514
+ var userAgentStartsWith = function (string) {
3515
+ return userAgent.slice(0, string.length) === string;
3516
+ };
3517
+
3518
+ var environment = (function () {
3519
+ if (userAgentStartsWith('Bun/')) return 'BUN';
3520
+ if (userAgentStartsWith('Cloudflare-Workers')) return 'CLOUDFLARE';
3521
+ if (userAgentStartsWith('Deno/')) return 'DENO';
3522
+ if (userAgentStartsWith('Node.js/')) return 'NODE';
3523
+ if (globalThis$5.Bun && typeof Bun.version == 'string') return 'BUN';
3524
+ if (globalThis$5.Deno && typeof Deno.version == 'object') return 'DENO';
3525
+ if (classof$2(globalThis$5.process) === 'process') return 'NODE';
3526
+ if (globalThis$5.window && globalThis$5.document) return 'BROWSER';
3527
+ return 'REST';
3528
+ })();
3529
+
3530
+ var ENVIRONMENT = environment;
3531
+
3532
+ var environmentIsNode = ENVIRONMENT === 'NODE';
3145
3533
 
3146
3534
  var $$2 = _export;
3147
3535
  var $reduce = arrayReduce.left;
3148
3536
  var arrayMethodIsStrict = arrayMethodIsStrict$1;
3149
- var CHROME_VERSION = engineV8Version;
3150
- var IS_NODE = engineIsNode;
3537
+ var CHROME_VERSION = environmentV8Version;
3538
+ var IS_NODE = environmentIsNode;
3151
3539
 
3152
3540
  // Chrome 80-82 has a critical bug
3153
3541
  // https://bugs.chromium.org/p/chromium/issues/detail?id=1049982
@@ -3200,7 +3588,7 @@ const defaultButtonStyle = button => ({
3200
3588
  }
3201
3589
  }
3202
3590
  });
3203
- const buttonStyle = button => Object.assign(Object.assign({}, defaultButtonStyle(button)), {
3591
+ const buttonStyle = button => Object.assign({}, defaultButtonStyle(button), {
3204
3592
  padding: '12px 8px',
3205
3593
  height: '40px',
3206
3594
  borderStyle: 'solid',
@@ -3222,7 +3610,7 @@ const buttonStyle = button => Object.assign(Object.assign({}, defaultButtonStyle
3222
3610
  fontSize: '24px!important'
3223
3611
  }
3224
3612
  });
3225
- const iconButtonStyle = button => Object.assign(Object.assign({}, defaultButtonStyle(button)), {
3613
+ const iconButtonStyle = button => Object.assign({}, defaultButtonStyle(button), {
3226
3614
  borderStyle: 'solid',
3227
3615
  borderWidth: '1px',
3228
3616
  borderColor: button.default.borderColor,
@@ -3258,7 +3646,7 @@ const variantsToClassName = buttonVariants => buttonVariants.reduce(
3258
3646
  variant
3259
3647
  },
3260
3648
  style
3261
- }) => Object.assign(Object.assign({}, variants), {
3649
+ }) => Object.assign({}, variants, {
3262
3650
  [`&.${variant}`]: style
3263
3651
  }), {});
3264
3652
 
@@ -3306,15 +3694,15 @@ var stringTrim = {
3306
3694
  trim: createMethod$1(3)
3307
3695
  };
3308
3696
 
3309
- var global$4 = global$g;
3697
+ var globalThis$4 = globalThis_1;
3310
3698
  var fails$4 = fails$i;
3311
3699
  var uncurryThis$2 = functionUncurryThis;
3312
3700
  var toString$3 = toString$5;
3313
3701
  var trim = stringTrim.trim;
3314
3702
  var whitespaces = whitespaces$2;
3315
3703
 
3316
- var $parseInt$1 = global$4.parseInt;
3317
- var Symbol$1 = global$4.Symbol;
3704
+ var $parseInt$1 = globalThis$4.parseInt;
3705
+ var Symbol$1 = globalThis$4.Symbol;
3318
3706
  var ITERATOR = Symbol$1 && Symbol$1.iterator;
3319
3707
  var hex = /^[+-]?0x/i;
3320
3708
  var exec$1 = uncurryThis$2(hex.exec);
@@ -3357,10 +3745,10 @@ var regexpFlags$1 = function () {
3357
3745
  };
3358
3746
 
3359
3747
  var fails$3 = fails$i;
3360
- var global$3 = global$g;
3748
+ var globalThis$3 = globalThis_1;
3361
3749
 
3362
3750
  // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
3363
- var $RegExp$2 = global$3.RegExp;
3751
+ var $RegExp$2 = globalThis$3.RegExp;
3364
3752
 
3365
3753
  var UNSUPPORTED_Y$1 = fails$3(function () {
3366
3754
  var re = $RegExp$2('a', 'y');
@@ -3388,10 +3776,10 @@ var regexpStickyHelpers = {
3388
3776
  };
3389
3777
 
3390
3778
  var fails$2 = fails$i;
3391
- var global$2 = global$g;
3779
+ var globalThis$2 = globalThis_1;
3392
3780
 
3393
3781
  // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
3394
- var $RegExp$1 = global$2.RegExp;
3782
+ var $RegExp$1 = globalThis$2.RegExp;
3395
3783
 
3396
3784
  var regexpUnsupportedDotAll = fails$2(function () {
3397
3785
  var re = $RegExp$1('.', 's');
@@ -3399,10 +3787,10 @@ var regexpUnsupportedDotAll = fails$2(function () {
3399
3787
  });
3400
3788
 
3401
3789
  var fails$1 = fails$i;
3402
- var global$1 = global$g;
3790
+ var globalThis$1 = globalThis_1;
3403
3791
 
3404
3792
  // babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError
3405
- var $RegExp = global$1.RegExp;
3793
+ var $RegExp = globalThis$1.RegExp;
3406
3794
 
3407
3795
  var regexpUnsupportedNcg = fails$1(function () {
3408
3796
  var re = $RegExp('(?<a>b)', 'g');
@@ -3754,17 +4142,17 @@ const parseColors = colors => Object.keys(colors).reduce((segmentList, key) => {
3754
4142
  const color = value.fill || value.color;
3755
4143
  // converts hex to rgba value if color and opacity property has been set
3756
4144
  if (value && color && (value.opacity || value.opacity === 0)) {
3757
- return Object.assign(Object.assign({}, list), {
3758
- [name]: Object.assign(Object.assign({}, value), {
4145
+ return Object.assign({}, list, {
4146
+ [name]: Object.assign({}, value, {
3759
4147
  rgba: hex2rgba(color, value.opacity)
3760
4148
  })
3761
4149
  });
3762
4150
  }
3763
- return Object.assign(Object.assign({}, list), {
4151
+ return Object.assign({}, list, {
3764
4152
  [name]: value
3765
4153
  });
3766
4154
  }, {});
3767
- return Object.assign(Object.assign({}, segmentList), {
4155
+ return Object.assign({}, segmentList, {
3768
4156
  [key]: parsedSegment
3769
4157
  });
3770
4158
  }, {});
@@ -4532,7 +4920,7 @@ const createTheme = ({
4532
4920
  focusRipple: false
4533
4921
  },
4534
4922
  styleOverrides: {
4535
- root: Object.assign(Object.assign({}, defaultButtonStyle(geowebColors.iconButtons.flat)), variantsToClassName(buttonVariants(geowebColors.iconButtons, iconButtonStyle)))
4923
+ root: Object.assign({}, defaultButtonStyle(geowebColors.iconButtons.flat), variantsToClassName(buttonVariants(geowebColors.iconButtons, iconButtonStyle)))
4536
4924
  }
4537
4925
  },
4538
4926
  MuiCssBaseline: {
@@ -4981,7 +5369,7 @@ const createTheme = ({
4981
5369
  },
4982
5370
  MuiAvatar: {
4983
5371
  styleOverrides: {
4984
- root: Object.assign(Object.assign({}, defaultButtonStyle(geowebColors.buttons.primary)), {
5372
+ root: Object.assign({}, defaultButtonStyle(geowebColors.buttons.primary), {
4985
5373
  fontWeight: 500,
4986
5374
  '&:hover': {
4987
5375
  backgroundColor: 'geowebColors.buttons.primary.default.fill'
@@ -5819,12 +6207,10 @@ const ThemeProvider = ({
5819
6207
  toggleTheme,
5820
6208
  isDark
5821
6209
  }), [toggleTheme, isDark]);
5822
- return jsx(ThemeContext.Provider, Object.assign({
5823
- value: contextValue
5824
- }, {
5825
- children: jsxs(ThemeProvider$1, Object.assign({
5826
- theme: currentTheme
5827
- }, {
6210
+ return jsx(ThemeContext.Provider, {
6211
+ value: contextValue,
6212
+ children: jsxs(ThemeProvider$1, {
6213
+ theme: currentTheme,
5828
6214
  children: [!_disableCssBaseline && jsx(CssBaseline, {}), jsx(GlobalStyles, {
5829
6215
  styles: {
5830
6216
  '@keyframes mui-auto-fill': {
@@ -5839,8 +6225,8 @@ const ThemeProvider = ({
5839
6225
  }
5840
6226
  }
5841
6227
  }), children]
5842
- }))
5843
- }));
6228
+ })
6229
+ });
5844
6230
  };
5845
6231
  const useThemeContext = () => React.useContext(ThemeContext);
5846
6232
  // Wrapper for storybook stories. Will include later an additional wrapper after upgrade to MUI5
@@ -5849,17 +6235,15 @@ const ThemeWrapper = ({
5849
6235
  theme,
5850
6236
  defaultThemeName,
5851
6237
  disableCssBaseline: _disableCssBaseline2 = false
5852
- }) => jsx(StyledEngineProvider, Object.assign({
5853
- injectFirst: true
5854
- }, {
5855
- children: jsx(ThemeProvider, Object.assign({
6238
+ }) => jsx(StyledEngineProvider, {
6239
+ injectFirst: true,
6240
+ children: jsx(ThemeProvider, {
5856
6241
  theme: theme,
5857
6242
  defaultThemeName: defaultThemeName,
5858
- disableCssBaseline: _disableCssBaseline2
5859
- }, {
6243
+ disableCssBaseline: _disableCssBaseline2,
5860
6244
  children: children
5861
- }))
5862
- }));
6245
+ })
6246
+ });
5863
6247
 
5864
6248
  /* *
5865
6249
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -6409,4 +6793,4 @@ const EChartsLightTheme = {
6409
6793
  * */
6410
6794
  const THEME_NAMESPACE = 'theme';
6411
6795
 
6412
- export { Add, Admin, Animation, ArrowDown, ArrowDropDownDown, ArrowDropDownUp, ArrowLeft, ArrowRight, ArrowUp, AutoUpdateActive, AutoUpdateInActive, Both, Cached, CalendarToday, Cancel, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clear, Clock, Close, CloudIdle, CloudLoading, CoastalEvent, CollapseLarge, CollapseMedium, CollapseSmall, CollapseWindow, Copy, Delete, DimensionsElevation, DimensionsOther, DimensionsRefTime, DimensionsTime, DragHandle, DrawFIRLand, DrawPolygon, DrawRegion, EChartsDarkTheme, EChartsLightTheme, Edit, Equalizer, Exclamation, ExitDomain, Expand, ExpandWindow, Expire, Export, FastForward, Filter, Fog, FreezingPrecipitation, FunnelCloud, GeoWebLogo, HamburgerMenu, Haze, Home, index as Icons, Info, KeyCommand, KeyOption, Layers, LayersAdd, Lightning, Link, LinkOff, List, ListItem, Location, LockLocked, LockUnlocked, MapAdd, Menu, Minus, ModerateAircraftIcing, ModerateTurbulence, MyLocation, None, Notifications, Now, Options, Pause, Picture, Play, Polygons, Preset, PresetTiles, PresetWorkspace, RadioactiveMaterials, Rain, Remove, Resize, SandStorm, Search, SevereAircraftIcing, SevereTurbulence, SevereWaves, Share, SliderThumb, Snow, Speed, SplitHorizontal, SplitVertical, StepBackward, StepForward, SubdirectoryArrowRight, Success, THEME_NAMESPACE, TemperatureHigh, TemperatureLow, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThumbsUp, Thunderstorm, TimeSeriesSelect, UnExpand, Update, Visibility, VisibilityOff, VulcanicEruption, WebAssetOff, Wind, WorldMapProjection, breakpoints, colors$1 as colorsLight, createShadows, createTheme, darkTheme, dragHandlePath, elevations$1 as elevationsLight, lightTheme, parseColors, themeTranslations, useThemeContext };
6796
+ export { Add, Admin, Animation, ArrowDown, ArrowDropDownDown, ArrowDropDownUp, ArrowLeft, ArrowRight, ArrowUp, AutoUpdateActive, AutoUpdateInActive, Both, Cached, CalendarToday, Cancel, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clear, Clock, Close, CloudIdle, CloudLoading, CoastalEvent, CollapseLarge, CollapseMedium, CollapseSmall, CollapseWindow, Copy, Delete, DimensionsElevation, DimensionsOther, DimensionsRefTime, DimensionsTime, DragHandle, DrawFIRLand, DrawPolygon, DrawRegion, EChartsDarkTheme, EChartsLightTheme, Edit, Equalizer, Exclamation, ExitDomain, Expand, ExpandWindow, Expire, Export, FastForward, Filter, FlagBritain, FlagFinland, FlagNetherlands, FlagNorway, Fog, FreezingPrecipitation, FunnelCloud, GeoWebLogo, HamburgerMenu, Haze, Home, index as Icons, Info, KeyCommand, KeyOption, Layers, LayersAdd, Lightning, Link, LinkOff, List, ListItem, Location, LockLocked, LockUnlocked, MapAdd, Menu, Minus, ModerateAircraftIcing, ModerateTurbulence, MyLocation, None, Notifications, Now, Options, Pause, Picture, Play, Polygons, Preset, PresetTiles, PresetWorkspace, RadioactiveMaterials, Rain, Remove, Resize, SandStorm, Search, SevereAircraftIcing, SevereTurbulence, SevereWaves, Share, SliderThumb, Snow, Speed, SplitHorizontal, SplitVertical, StepBackward, StepForward, SubdirectoryArrowRight, Success, THEME_NAMESPACE, TemperatureHigh, TemperatureLow, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThumbsUp, Thunderstorm, TimeSeriesSelect, UnExpand, Update, Visibility, VisibilityOff, VulcanicEruption, WebAssetOff, Wind, WorldMapProjection, breakpoints, colors$1 as colorsLight, createShadows, createTheme, darkTheme, dragHandlePath, elevations$1 as elevationsLight, lightTheme, parseColors, themeTranslations, useThemeContext };