@opengeoweb/theme 9.13.0 → 9.15.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.
package/index.esm.js CHANGED
@@ -8,7 +8,7 @@ var check = function (it) {
8
8
  };
9
9
 
10
10
  // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
11
- var global$h =
11
+ var global$g =
12
12
  // eslint-disable-next-line es/no-global-this -- safe
13
13
  check(typeof globalThis == 'object' && globalThis) ||
14
14
  check(typeof window == 'object' && window) ||
@@ -128,17 +128,17 @@ var $TypeError$9 = TypeError;
128
128
 
129
129
  // `RequireObjectCoercible` abstract operation
130
130
  // https://tc39.es/ecma262/#sec-requireobjectcoercible
131
- var requireObjectCoercible$5 = function (it) {
131
+ var requireObjectCoercible$6 = function (it) {
132
132
  if (isNullOrUndefined$2(it)) throw new $TypeError$9("Can't call method on " + it);
133
133
  return it;
134
134
  };
135
135
 
136
136
  // toObject with fallback for non-array-like ES3 strings
137
137
  var IndexedObject$2 = indexedObject;
138
- var requireObjectCoercible$4 = requireObjectCoercible$5;
138
+ var requireObjectCoercible$5 = requireObjectCoercible$6;
139
139
 
140
140
  var toIndexedObject$5 = function (it) {
141
- return IndexedObject$2(requireObjectCoercible$4(it));
141
+ return IndexedObject$2(requireObjectCoercible$5(it));
142
142
  };
143
143
 
144
144
  // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
@@ -155,11 +155,11 @@ var isCallable$g = typeof documentAll == 'undefined' && documentAll !== undefine
155
155
 
156
156
  var isCallable$f = isCallable$g;
157
157
 
158
- var isObject$8 = function (it) {
158
+ var isObject$9 = function (it) {
159
159
  return typeof it == 'object' ? it !== null : isCallable$f(it);
160
160
  };
161
161
 
162
- var global$g = global$h;
162
+ var global$f = global$g;
163
163
  var isCallable$e = isCallable$g;
164
164
 
165
165
  var aFunction = function (argument) {
@@ -167,7 +167,7 @@ var aFunction = function (argument) {
167
167
  };
168
168
 
169
169
  var getBuiltIn$4 = function (namespace, method) {
170
- return arguments.length < 2 ? aFunction(global$g[namespace]) : global$g[namespace] && global$g[namespace][method];
170
+ return arguments.length < 2 ? aFunction(global$f[namespace]) : global$f[namespace] && global$f[namespace][method];
171
171
  };
172
172
 
173
173
  var uncurryThis$f = functionUncurryThis;
@@ -176,11 +176,11 @@ var objectIsPrototypeOf = uncurryThis$f({}.isPrototypeOf);
176
176
 
177
177
  var engineUserAgent = typeof navigator != 'undefined' && String(navigator.userAgent) || '';
178
178
 
179
- var global$f = global$h;
179
+ var global$e = global$g;
180
180
  var userAgent = engineUserAgent;
181
181
 
182
- var process = global$f.process;
183
- var Deno = global$f.Deno;
182
+ var process = global$e.process;
183
+ var Deno = global$e.Deno;
184
184
  var versions = process && process.versions || Deno && Deno.version;
185
185
  var v8 = versions && versions.v8;
186
186
  var match, version;
@@ -207,9 +207,9 @@ var engineV8Version = version;
207
207
  /* eslint-disable es/no-symbol -- required for testing */
208
208
  var V8_VERSION = engineV8Version;
209
209
  var fails$e = fails$i;
210
- var global$e = global$h;
210
+ var global$d = global$g;
211
211
 
212
- var $String$5 = global$e.String;
212
+ var $String$5 = global$d.String;
213
213
 
214
214
  // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
215
215
  var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$e(function () {
@@ -277,7 +277,7 @@ var getMethod$2 = function (V, P) {
277
277
 
278
278
  var call$8 = functionCall;
279
279
  var isCallable$b = isCallable$g;
280
- var isObject$7 = isObject$8;
280
+ var isObject$8 = isObject$9;
281
281
 
282
282
  var $TypeError$7 = TypeError;
283
283
 
@@ -285,55 +285,55 @@ var $TypeError$7 = TypeError;
285
285
  // https://tc39.es/ecma262/#sec-ordinarytoprimitive
286
286
  var ordinaryToPrimitive$1 = function (input, pref) {
287
287
  var fn, val;
288
- if (pref === 'string' && isCallable$b(fn = input.toString) && !isObject$7(val = call$8(fn, input))) return val;
289
- if (isCallable$b(fn = input.valueOf) && !isObject$7(val = call$8(fn, input))) return val;
290
- if (pref !== 'string' && isCallable$b(fn = input.toString) && !isObject$7(val = call$8(fn, input))) return val;
288
+ if (pref === 'string' && isCallable$b(fn = input.toString) && !isObject$8(val = call$8(fn, input))) return val;
289
+ if (isCallable$b(fn = input.valueOf) && !isObject$8(val = call$8(fn, input))) return val;
290
+ if (pref !== 'string' && isCallable$b(fn = input.toString) && !isObject$8(val = call$8(fn, input))) return val;
291
291
  throw new $TypeError$7("Can't convert object to primitive value");
292
292
  };
293
293
 
294
- var shared$4 = {exports: {}};
294
+ var sharedStore = {exports: {}};
295
295
 
296
- var global$d = global$h;
296
+ var global$c = global$g;
297
297
 
298
298
  // eslint-disable-next-line es/no-object-defineproperty -- safe
299
299
  var defineProperty$5 = Object.defineProperty;
300
300
 
301
301
  var defineGlobalProperty$3 = function (key, value) {
302
302
  try {
303
- defineProperty$5(global$d, key, { value: value, configurable: true, writable: true });
303
+ defineProperty$5(global$c, key, { value: value, configurable: true, writable: true });
304
304
  } catch (error) {
305
- global$d[key] = value;
305
+ global$c[key] = value;
306
306
  } return value;
307
307
  };
308
308
 
309
- var global$c = global$h;
309
+ var globalThis$1 = global$g;
310
310
  var defineGlobalProperty$2 = defineGlobalProperty$3;
311
311
 
312
312
  var SHARED = '__core-js_shared__';
313
- var store$3 = global$c[SHARED] || defineGlobalProperty$2(SHARED, {});
313
+ var store$3 = sharedStore.exports = globalThis$1[SHARED] || defineGlobalProperty$2(SHARED, {});
314
314
 
315
- var sharedStore = store$3;
316
-
317
- var store$2 = sharedStore;
318
-
319
- (shared$4.exports = function (key, value) {
320
- return store$2[key] || (store$2[key] = value !== undefined ? value : {});
321
- })('versions', []).push({
322
- version: '3.35.1',
315
+ (store$3.versions || (store$3.versions = [])).push({
316
+ version: '3.36.1',
323
317
  mode: 'global',
324
318
  copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
325
- license: 'https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE',
319
+ license: 'https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE',
326
320
  source: 'https://github.com/zloirock/core-js'
327
321
  });
328
322
 
329
- var requireObjectCoercible$3 = requireObjectCoercible$5;
323
+ var store$2 = sharedStore.exports;
324
+
325
+ var shared$4 = function (key, value) {
326
+ return store$2[key] || (store$2[key] = value || {});
327
+ };
328
+
329
+ var requireObjectCoercible$4 = requireObjectCoercible$6;
330
330
 
331
331
  var $Object$2 = Object;
332
332
 
333
333
  // `ToObject` abstract operation
334
334
  // https://tc39.es/ecma262/#sec-toobject
335
335
  var toObject$5 = function (argument) {
336
- return $Object$2(requireObjectCoercible$3(argument));
336
+ return $Object$2(requireObjectCoercible$4(argument));
337
337
  };
338
338
 
339
339
  var uncurryThis$e = functionUncurryThis;
@@ -358,8 +358,8 @@ var uid$2 = function (key) {
358
358
  return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$6(++id + postfix, 36);
359
359
  };
360
360
 
361
- var global$b = global$h;
362
- var shared$3 = shared$4.exports;
361
+ var global$b = global$g;
362
+ var shared$3 = shared$4;
363
363
  var hasOwn$8 = hasOwnProperty_1;
364
364
  var uid$1 = uid$2;
365
365
  var NATIVE_SYMBOL = symbolConstructorDetection;
@@ -378,7 +378,7 @@ var wellKnownSymbol$a = function (name) {
378
378
  };
379
379
 
380
380
  var call$7 = functionCall;
381
- var isObject$6 = isObject$8;
381
+ var isObject$7 = isObject$9;
382
382
  var isSymbol$1 = isSymbol$2;
383
383
  var getMethod$1 = getMethod$2;
384
384
  var ordinaryToPrimitive = ordinaryToPrimitive$1;
@@ -390,13 +390,13 @@ var TO_PRIMITIVE = wellKnownSymbol$9('toPrimitive');
390
390
  // `ToPrimitive` abstract operation
391
391
  // https://tc39.es/ecma262/#sec-toprimitive
392
392
  var toPrimitive$1 = function (input, pref) {
393
- if (!isObject$6(input) || isSymbol$1(input)) return input;
393
+ if (!isObject$7(input) || isSymbol$1(input)) return input;
394
394
  var exoticToPrim = getMethod$1(input, TO_PRIMITIVE);
395
395
  var result;
396
396
  if (exoticToPrim) {
397
397
  if (pref === undefined) pref = 'default';
398
398
  result = call$7(exoticToPrim, input, pref);
399
- if (!isObject$6(result) || isSymbol$1(result)) return result;
399
+ if (!isObject$7(result) || isSymbol$1(result)) return result;
400
400
  throw new $TypeError$6("Can't convert object to primitive value");
401
401
  }
402
402
  if (pref === undefined) pref = 'number';
@@ -413,12 +413,12 @@ var toPropertyKey$2 = function (argument) {
413
413
  return isSymbol(key) ? key : key + '';
414
414
  };
415
415
 
416
- var global$a = global$h;
417
- var isObject$5 = isObject$8;
416
+ var global$a = global$g;
417
+ var isObject$6 = isObject$9;
418
418
 
419
419
  var document$1 = global$a.document;
420
420
  // typeof document.createElement is 'object' in old IE
421
- var EXISTS$1 = isObject$5(document$1) && isObject$5(document$1.createElement);
421
+ var EXISTS$1 = isObject$6(document$1) && isObject$6(document$1.createElement);
422
422
 
423
423
  var documentCreateElement$2 = function (it) {
424
424
  return EXISTS$1 ? document$1.createElement(it) : {};
@@ -474,21 +474,21 @@ var v8PrototypeDefineBug = DESCRIPTORS$7 && fails$c(function () {
474
474
  }).prototype !== 42;
475
475
  });
476
476
 
477
- var isObject$4 = isObject$8;
477
+ var isObject$5 = isObject$9;
478
478
 
479
479
  var $String$3 = String;
480
480
  var $TypeError$5 = TypeError;
481
481
 
482
482
  // `Assert: Type(argument) is Object`
483
- var anObject$8 = function (argument) {
484
- if (isObject$4(argument)) return argument;
483
+ var anObject$7 = function (argument) {
484
+ if (isObject$5(argument)) return argument;
485
485
  throw new $TypeError$5($String$3(argument) + ' is not an object');
486
486
  };
487
487
 
488
488
  var DESCRIPTORS$6 = descriptors;
489
489
  var IE8_DOM_DEFINE = ie8DomDefine;
490
490
  var V8_PROTOTYPE_DEFINE_BUG$1 = v8PrototypeDefineBug;
491
- var anObject$7 = anObject$8;
491
+ var anObject$6 = anObject$7;
492
492
  var toPropertyKey = toPropertyKey$2;
493
493
 
494
494
  var $TypeError$4 = TypeError;
@@ -503,9 +503,9 @@ var WRITABLE = 'writable';
503
503
  // `Object.defineProperty` method
504
504
  // https://tc39.es/ecma262/#sec-object.defineproperty
505
505
  objectDefineProperty.f = DESCRIPTORS$6 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
506
- anObject$7(O);
506
+ anObject$6(O);
507
507
  P = toPropertyKey(P);
508
- anObject$7(Attributes);
508
+ anObject$6(Attributes);
509
509
  if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
510
510
  var current = $getOwnPropertyDescriptor(O, P);
511
511
  if (current && current[WRITABLE]) {
@@ -518,9 +518,9 @@ objectDefineProperty.f = DESCRIPTORS$6 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function de
518
518
  }
519
519
  } return $defineProperty(O, P, Attributes);
520
520
  } : $defineProperty : function defineProperty(O, P, Attributes) {
521
- anObject$7(O);
521
+ anObject$6(O);
522
522
  P = toPropertyKey(P);
523
- anObject$7(Attributes);
523
+ anObject$6(Attributes);
524
524
  if (IE8_DOM_DEFINE) try {
525
525
  return $defineProperty(O, P, Attributes);
526
526
  } catch (error) { /* empty */ }
@@ -562,7 +562,7 @@ var functionName = {
562
562
 
563
563
  var uncurryThis$c = functionUncurryThis;
564
564
  var isCallable$a = isCallable$g;
565
- var store$1 = sharedStore;
565
+ var store$1 = sharedStore.exports;
566
566
 
567
567
  var functionToString = uncurryThis$c(Function.toString);
568
568
 
@@ -575,14 +575,14 @@ if (!isCallable$a(store$1.inspectSource)) {
575
575
 
576
576
  var inspectSource$2 = store$1.inspectSource;
577
577
 
578
- var global$9 = global$h;
578
+ var global$9 = global$g;
579
579
  var isCallable$9 = isCallable$g;
580
580
 
581
581
  var WeakMap$1 = global$9.WeakMap;
582
582
 
583
583
  var weakMapBasicDetection = isCallable$9(WeakMap$1) && /native code/.test(String(WeakMap$1));
584
584
 
585
- var shared$2 = shared$4.exports;
585
+ var shared$2 = shared$4;
586
586
  var uid = uid$2;
587
587
 
588
588
  var keys = shared$2('keys');
@@ -594,11 +594,11 @@ var sharedKey$3 = function (key) {
594
594
  var hiddenKeys$4 = {};
595
595
 
596
596
  var NATIVE_WEAK_MAP = weakMapBasicDetection;
597
- var global$8 = global$h;
598
- var isObject$3 = isObject$8;
597
+ var global$8 = global$g;
598
+ var isObject$4 = isObject$9;
599
599
  var createNonEnumerableProperty$4 = createNonEnumerableProperty$5;
600
600
  var hasOwn$5 = hasOwnProperty_1;
601
- var shared$1 = sharedStore;
601
+ var shared$1 = sharedStore.exports;
602
602
  var sharedKey$2 = sharedKey$3;
603
603
  var hiddenKeys$3 = hiddenKeys$4;
604
604
 
@@ -614,7 +614,7 @@ var enforce = function (it) {
614
614
  var getterFor = function (TYPE) {
615
615
  return function (it) {
616
616
  var state;
617
- if (!isObject$3(it) || (state = get(it)).type !== TYPE) {
617
+ if (!isObject$4(it) || (state = get(it)).type !== TYPE) {
618
618
  throw new TypeError$1('Incompatible receiver, ' + TYPE + ' required');
619
619
  } return state;
620
620
  };
@@ -811,6 +811,7 @@ var createMethod$3 = function (IS_INCLUDES) {
811
811
  return function ($this, el, fromIndex) {
812
812
  var O = toIndexedObject$3($this);
813
813
  var length = lengthOfArrayLike$3(O);
814
+ if (length === 0) return !IS_INCLUDES && -1;
814
815
  var index = toAbsoluteIndex(fromIndex, length);
815
816
  var value;
816
817
  // Array#includes uses SameValueZero equality algorithm
@@ -888,13 +889,13 @@ var getBuiltIn$2 = getBuiltIn$4;
888
889
  var uncurryThis$9 = functionUncurryThis;
889
890
  var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
890
891
  var getOwnPropertySymbolsModule$1 = objectGetOwnPropertySymbols;
891
- var anObject$6 = anObject$8;
892
+ var anObject$5 = anObject$7;
892
893
 
893
894
  var concat$1 = uncurryThis$9([].concat);
894
895
 
895
896
  // all object keys, includes non-enumerable and symbols
896
897
  var ownKeys$1 = getBuiltIn$2('Reflect', 'ownKeys') || function ownKeys(it) {
897
- var keys = getOwnPropertyNamesModule.f(anObject$6(it));
898
+ var keys = getOwnPropertyNamesModule.f(anObject$5(it));
898
899
  var getOwnPropertySymbols = getOwnPropertySymbolsModule$1.f;
899
900
  return getOwnPropertySymbols ? concat$1(keys, getOwnPropertySymbols(it)) : keys;
900
901
  };
@@ -939,7 +940,7 @@ var POLYFILL = isForced$1.POLYFILL = 'P';
939
940
 
940
941
  var isForced_1 = isForced$1;
941
942
 
942
- var global$7 = global$h;
943
+ var global$7 = global$g;
943
944
  var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
944
945
  var createNonEnumerableProperty$3 = createNonEnumerableProperty$5;
945
946
  var defineBuiltIn$3 = defineBuiltIn$4;
@@ -1158,23 +1159,26 @@ const Location = props => ( /*#__PURE__*/React.createElement(SvgIcon, Object.ass
1158
1159
  const MyLocation = props => ( /*#__PURE__*/React.createElement(SvgIcon, Object.assign({}, props), /*#__PURE__*/React.createElement("path", {
1159
1160
  d: "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"
1160
1161
  })));
1161
- const ThumbsUp = props => ( /*#__PURE__*/React.createElement(SvgIcon, Object.assign({
1162
- viewBox: "0 0 58 69"
1163
- }, props), /*#__PURE__*/React.createElement("title", null, "Thumbs up"), /*#__PURE__*/React.createElement("g", {
1164
- id: "Thumbs-up",
1165
- stroke: "none",
1166
- strokeWidth: "1",
1167
- fill: "none",
1168
- fillRule: "evenodd"
1169
- }, /*#__PURE__*/React.createElement("path", {
1170
- 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",
1171
- id: "Path-2",
1172
- fill: "#FFBF00"
1173
- }), /*#__PURE__*/React.createElement("path", {
1174
- d: "M37.1988366,28.2843145 C36.6491114,28.3570112 36.2566531,28.4236779 36.0214618,28.4843145 C35.0603746,28.7321005 34.3937143,29.0314706 34.021481,29.207818 C33.777778,29.3232735 32.5285093,30.04554 31.6988366,30.8956082 C31.0356177,31.5751308 30.7670551,32.3363186 30.5620165,32.9344937 C29.9561734,34.7019667 30.4904911,36.5989836 30.5988366,36.8981554 C30.8174274,37.5017447 31.0945063,37.9694877 31.2988366,38.4843145 C31.4064264,38.7553957 31.4498365,39.7521385 31.3985954,40.9130014 C31.388536,41.1408948 31.3995111,42.8738523 30.5816296,45.1307691 C30.125032,46.3907349 29.4940749,47.743868 28.6988366,48.906031 C27.6082165,50.4998658 26.3589437,51.7345157 26.1988366,51.8770596 C25.2520649,52.7199732 23.8988366,53.516454 23.3777374,54.1031009 C22.8566381,54.6897478 22.8988366,54.7174426 22.8988366,54.8843145 C22.8988366,55.0643438 22.9342857,55.2139882 23.0063234,55.32641 C23.2544011,55.7135594 23.9363916,55.6592779 25.0988366,54.8843145 C25.8683088,54.3713331 26.8213311,53.5952018 27.5988366,52.8259025 C28.3369913,52.0955388 28.9092218,51.3713331 29.2988366,50.8843145 C29.6096134,50.4958436 30.1890589,49.8244169 30.7488366,48.8700346 C31.0160857,48.4143934 31.4327524,47.5858201 31.9988366,46.3843145 C31.9988366,46.7176479 32.33217,47.2176479 32.9988366,47.8843145 C33.1686748,48.0541527 33.5020081,48.3041527 33.9988366,48.6343145 C33.535822,48.6343145 33.2024887,48.6676479 32.9988366,48.7343145 C31.9774176,49.1343145 31.4345654,49.3440777 30.8488366,49.8843145 C30.1709576,50.5095446 29.6310297,51.1756019 29.3988366,52.3843145 C29.1722814,53.5636787 29.3142136,54.632966 29.6488366,55.5921767 C29.928312,56.3933044 30.3156141,57.1176481 30.9865396,57.7652076 C31.1856402,57.9573742 31.5230725,58.2304098 31.9988366,58.5843145 C30.2988366,59.4509812 29.4488366,60.8843145 29.4488366,62.8843145 C29.4488366,65.8843145 31.4988366,68.7843145 35.9988366,68.7843145 C37.2162866,68.7843145 38.5382158,68.7607397 39.9988366,68.6843145 C41.1579568,68.623665 43.0746234,68.473665 45.7488366,68.2343145 C42.81999,68.0652276 40.9033233,67.948561 39.9988366,67.8843145 C38.4397862,67.7735739 34.9576244,67.4218793 34.5109642,67.2843145 C33.8898949,67.0930342 33.3876529,66.66767 32.9988366,66.3843145 C31.7988366,65.509797 31.6488366,63.8668327 31.6488366,63.3843145 C31.6488366,62.6767971 32.115551,61.4820497 32.7124803,60.9291427 C33.2967248,60.387985 34.101504,59.9827037 34.9988366,59.8343145 C36.8129843,59.5343145 37.8279851,59.6343145 38.9968712,59.6343145 C41.8836014,59.6343145 46.4559662,59.9063364 47.0327603,59.9503801 C47.6352731,59.9963876 48.2906319,60.1194654 48.9988366,60.3196132 C48.7881139,60.0647262 48.7047806,59.8196266 48.7488366,59.5843145 C48.7928927,59.3490025 48.9595594,59.1490025 49.2488366,58.9843145 C41.7042463,58.5910176 37.2875796,58.2576842 35.9988366,57.9843145 C34.0657222,57.57426 33.0783849,56.5232188 32.4988366,55.3843145 C32.1808463,54.7594131 31.9988366,54.0680377 32.1988366,52.8843145 C32.4054546,51.661422 33.0758788,51.154421 33.9988366,50.7343145 C35.0343809,50.2629616 36.2160776,50.213626 38.0168693,50.1343145 C41.4226671,49.9843145 41.9988366,49.8715355 44.9988366,49.8843145 C47.4322993,49.8928339 49.8656327,49.9928339 52.2988366,50.1843145 C52.1655033,49.9452767 52.0988366,49.6535253 52.0988366,49.3090604 C52.0988366,48.9645954 52.2988366,48.6563468 52.6988366,48.3843145 C49.4970675,48.4374708 47.2644784,48.4840975 46.0010696,48.5241946 C42.8267531,48.6249387 40.1650305,48.7843145 38.0159019,48.6090596 C36.5073153,48.3843145 35.5349602,47.7454709 35.0988366,47.3586886 C33.5267511,45.9644623 33.6909724,44.1458838 33.6988366,43.902953 C33.7490538,42.3517256 34.2594453,41.6540102 34.9988366,41.2843145 C36.9988366,40.2843145 38.521019,40.3843145 40.9988366,39.8843145 L51.9988366,38.6843145 C51.7847588,38.5992008 51.6347588,38.4325341 51.5488366,38.1843145 C51.4629145,37.9360949 51.4629145,37.6694283 51.5488366,37.3843145 C48.6830402,37.6590904 46.693269,37.8590904 45.579523,37.9843145 C44.2653604,38.1320725 42.7384649,38.3154059 40.9988366,38.5343145 C38.9988366,38.6009812 37.6749072,38.5733169 37.0270482,38.4513217 C35.0988366,38.2216852 33.4888366,37.4843145 33.4388366,34.8545872 C33.3888366,32.7744565 33.7430954,32.2207578 33.8988366,31.9295788 C34.3117653,31.1575537 34.9128559,30.575799 35.3988366,30.1843145 C36.0681111,29.6451768 36.8014444,29.2451768 37.5988366,28.9843145 C37.4503711,28.8228789 37.3503711,28.6970685 37.2988366,28.6068833 C37.2473022,28.516698 37.2139689,28.4091751 37.1988366,28.2843145 Z",
1175
- id: "Path",
1176
- fill: "#F28700"
1177
- }))));
1162
+ const ThumbsUp = props => {
1163
+ const THUMBS_UP = 'Thumbs up';
1164
+ return /*#__PURE__*/React.createElement(SvgIcon, Object.assign({
1165
+ viewBox: "0 0 58 69"
1166
+ }, props), /*#__PURE__*/React.createElement("title", null, THUMBS_UP), /*#__PURE__*/React.createElement("g", {
1167
+ id: "Thumbs-up",
1168
+ stroke: "none",
1169
+ strokeWidth: "1",
1170
+ fill: "none",
1171
+ fillRule: "evenodd"
1172
+ }, /*#__PURE__*/React.createElement("path", {
1173
+ 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",
1174
+ id: "Path-2",
1175
+ fill: "#FFBF00"
1176
+ }), /*#__PURE__*/React.createElement("path", {
1177
+ d: "M37.1988366,28.2843145 C36.6491114,28.3570112 36.2566531,28.4236779 36.0214618,28.4843145 C35.0603746,28.7321005 34.3937143,29.0314706 34.021481,29.207818 C33.777778,29.3232735 32.5285093,30.04554 31.6988366,30.8956082 C31.0356177,31.5751308 30.7670551,32.3363186 30.5620165,32.9344937 C29.9561734,34.7019667 30.4904911,36.5989836 30.5988366,36.8981554 C30.8174274,37.5017447 31.0945063,37.9694877 31.2988366,38.4843145 C31.4064264,38.7553957 31.4498365,39.7521385 31.3985954,40.9130014 C31.388536,41.1408948 31.3995111,42.8738523 30.5816296,45.1307691 C30.125032,46.3907349 29.4940749,47.743868 28.6988366,48.906031 C27.6082165,50.4998658 26.3589437,51.7345157 26.1988366,51.8770596 C25.2520649,52.7199732 23.8988366,53.516454 23.3777374,54.1031009 C22.8566381,54.6897478 22.8988366,54.7174426 22.8988366,54.8843145 C22.8988366,55.0643438 22.9342857,55.2139882 23.0063234,55.32641 C23.2544011,55.7135594 23.9363916,55.6592779 25.0988366,54.8843145 C25.8683088,54.3713331 26.8213311,53.5952018 27.5988366,52.8259025 C28.3369913,52.0955388 28.9092218,51.3713331 29.2988366,50.8843145 C29.6096134,50.4958436 30.1890589,49.8244169 30.7488366,48.8700346 C31.0160857,48.4143934 31.4327524,47.5858201 31.9988366,46.3843145 C31.9988366,46.7176479 32.33217,47.2176479 32.9988366,47.8843145 C33.1686748,48.0541527 33.5020081,48.3041527 33.9988366,48.6343145 C33.535822,48.6343145 33.2024887,48.6676479 32.9988366,48.7343145 C31.9774176,49.1343145 31.4345654,49.3440777 30.8488366,49.8843145 C30.1709576,50.5095446 29.6310297,51.1756019 29.3988366,52.3843145 C29.1722814,53.5636787 29.3142136,54.632966 29.6488366,55.5921767 C29.928312,56.3933044 30.3156141,57.1176481 30.9865396,57.7652076 C31.1856402,57.9573742 31.5230725,58.2304098 31.9988366,58.5843145 C30.2988366,59.4509812 29.4488366,60.8843145 29.4488366,62.8843145 C29.4488366,65.8843145 31.4988366,68.7843145 35.9988366,68.7843145 C37.2162866,68.7843145 38.5382158,68.7607397 39.9988366,68.6843145 C41.1579568,68.623665 43.0746234,68.473665 45.7488366,68.2343145 C42.81999,68.0652276 40.9033233,67.948561 39.9988366,67.8843145 C38.4397862,67.7735739 34.9576244,67.4218793 34.5109642,67.2843145 C33.8898949,67.0930342 33.3876529,66.66767 32.9988366,66.3843145 C31.7988366,65.509797 31.6488366,63.8668327 31.6488366,63.3843145 C31.6488366,62.6767971 32.115551,61.4820497 32.7124803,60.9291427 C33.2967248,60.387985 34.101504,59.9827037 34.9988366,59.8343145 C36.8129843,59.5343145 37.8279851,59.6343145 38.9968712,59.6343145 C41.8836014,59.6343145 46.4559662,59.9063364 47.0327603,59.9503801 C47.6352731,59.9963876 48.2906319,60.1194654 48.9988366,60.3196132 C48.7881139,60.0647262 48.7047806,59.8196266 48.7488366,59.5843145 C48.7928927,59.3490025 48.9595594,59.1490025 49.2488366,58.9843145 C41.7042463,58.5910176 37.2875796,58.2576842 35.9988366,57.9843145 C34.0657222,57.57426 33.0783849,56.5232188 32.4988366,55.3843145 C32.1808463,54.7594131 31.9988366,54.0680377 32.1988366,52.8843145 C32.4054546,51.661422 33.0758788,51.154421 33.9988366,50.7343145 C35.0343809,50.2629616 36.2160776,50.213626 38.0168693,50.1343145 C41.4226671,49.9843145 41.9988366,49.8715355 44.9988366,49.8843145 C47.4322993,49.8928339 49.8656327,49.9928339 52.2988366,50.1843145 C52.1655033,49.9452767 52.0988366,49.6535253 52.0988366,49.3090604 C52.0988366,48.9645954 52.2988366,48.6563468 52.6988366,48.3843145 C49.4970675,48.4374708 47.2644784,48.4840975 46.0010696,48.5241946 C42.8267531,48.6249387 40.1650305,48.7843145 38.0159019,48.6090596 C36.5073153,48.3843145 35.5349602,47.7454709 35.0988366,47.3586886 C33.5267511,45.9644623 33.6909724,44.1458838 33.6988366,43.902953 C33.7490538,42.3517256 34.2594453,41.6540102 34.9988366,41.2843145 C36.9988366,40.2843145 38.521019,40.3843145 40.9988366,39.8843145 L51.9988366,38.6843145 C51.7847588,38.5992008 51.6347588,38.4325341 51.5488366,38.1843145 C51.4629145,37.9360949 51.4629145,37.6694283 51.5488366,37.3843145 C48.6830402,37.6590904 46.693269,37.8590904 45.579523,37.9843145 C44.2653604,38.1320725 42.7384649,38.3154059 40.9988366,38.5343145 C38.9988366,38.6009812 37.6749072,38.5733169 37.0270482,38.4513217 C35.0988366,38.2216852 33.4888366,37.4843145 33.4388366,34.8545872 C33.3888366,32.7744565 33.7430954,32.2207578 33.8988366,31.9295788 C34.3117653,31.1575537 34.9128559,30.575799 35.3988366,30.1843145 C36.0681111,29.6451768 36.8014444,29.2451768 37.5988366,28.9843145 C37.4503711,28.8228789 37.3503711,28.6970685 37.2988366,28.6068833 C37.2473022,28.516698 37.2139689,28.4091751 37.1988366,28.2843145 Z",
1178
+ id: "Path",
1179
+ fill: "#F28700"
1180
+ })));
1181
+ };
1178
1182
  const Edit = props => {
1179
1183
  return /*#__PURE__*/React.createElement(SvgIcon, Object.assign({}, props), /*#__PURE__*/React.createElement("path", {
1180
1184
  d: "m12.718 3.807-5.214 9.426-1.3 2.325.325 5.58 4.905-2.683 6.494-11.711-5.21-2.937zM11.514 5.98l-.616 1.111 5.23 2.9.616-1.11-5.23-2.901zm-4.69 8.462-.612 1.113 5.225 2.898.616-1.11-5.23-2.901z",
@@ -1236,6 +1240,7 @@ const HamburgerMenu = props => ( /*#__PURE__*/React.createElement(SvgIcon, Objec
1236
1240
  d: "M18.693 7.732H5.306C4.584 7.732 4 7.12 4 6.366 4 5.611 4.584 5 5.306 5h13.387C19.414 5 20 5.611 20 6.366c0 .754-.586 1.366-1.307 1.366m0 5.634H5.306C4.584 13.366 4 12.754 4 12c0-.755.584-1.367 1.306-1.367h13.387c.721 0 1.307.612 1.307 1.367 0 .753-.586 1.365-1.307 1.365m0 5.634H5.306C4.584 19 4 18.388 4 17.634c0-.754.584-1.367 1.306-1.367h13.387c.721 0 1.307.613 1.307 1.367S19.414 19 18.693 19"
1237
1241
  })));
1238
1242
  const GeoWebLogo = props => {
1243
+ const GEOWEB_LOGO = 'Geoweb logo';
1239
1244
  return /*#__PURE__*/React.createElement("svg", Object.assign({
1240
1245
  width: "47px",
1241
1246
  height: "29px",
@@ -1243,7 +1248,7 @@ const GeoWebLogo = props => {
1243
1248
  version: "1.1",
1244
1249
  xmlns: "http://www.w3.org/2000/svg",
1245
1250
  xmlnsXlink: "http://www.w3.org/1999/xlink"
1246
- }, props), /*#__PURE__*/React.createElement("title", null, "Geoweb logo"), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
1251
+ }, props), /*#__PURE__*/React.createElement("title", null, GEOWEB_LOGO), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
1247
1252
  x1: "16.8198885%",
1248
1253
  y1: "6.54485841%",
1249
1254
  x2: "57.3699143%",
@@ -1835,7 +1840,7 @@ var objectDefineProperties = {};
1835
1840
  var DESCRIPTORS$1 = descriptors;
1836
1841
  var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
1837
1842
  var definePropertyModule = objectDefineProperty;
1838
- var anObject$5 = anObject$8;
1843
+ var anObject$4 = anObject$7;
1839
1844
  var toIndexedObject$1 = toIndexedObject$5;
1840
1845
  var objectKeys = objectKeys$2;
1841
1846
 
@@ -1843,7 +1848,7 @@ var objectKeys = objectKeys$2;
1843
1848
  // https://tc39.es/ecma262/#sec-object.defineproperties
1844
1849
  // eslint-disable-next-line es/no-object-defineproperties -- safe
1845
1850
  objectDefineProperties.f = DESCRIPTORS$1 && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
1846
- anObject$5(O);
1851
+ anObject$4(O);
1847
1852
  var props = toIndexedObject$1(Properties);
1848
1853
  var keys = objectKeys(Properties);
1849
1854
  var length = keys.length;
@@ -1858,7 +1863,7 @@ var getBuiltIn$1 = getBuiltIn$4;
1858
1863
  var html$1 = getBuiltIn$1('document', 'documentElement');
1859
1864
 
1860
1865
  /* global ActiveXObject -- old IE, WSH */
1861
- var anObject$4 = anObject$8;
1866
+ var anObject$3 = anObject$7;
1862
1867
  var definePropertiesModule = objectDefineProperties;
1863
1868
  var enumBugKeys = enumBugKeys$3;
1864
1869
  var hiddenKeys = hiddenKeys$4;
@@ -1932,7 +1937,7 @@ hiddenKeys[IE_PROTO$1] = true;
1932
1937
  var objectCreate = Object.create || function create(O, Properties) {
1933
1938
  var result;
1934
1939
  if (O !== null) {
1935
- EmptyConstructor[PROTOTYPE] = anObject$4(O);
1940
+ EmptyConstructor[PROTOTYPE] = anObject$3(O);
1936
1941
  result = new EmptyConstructor();
1937
1942
  EmptyConstructor[PROTOTYPE] = null;
1938
1943
  // add "__proto__" for Object.getPrototypeOf polyfill
@@ -1997,7 +2002,7 @@ var objectGetPrototypeOf = CORRECT_PROTOTYPE_GETTER ? $Object$1.getPrototypeOf :
1997
2002
 
1998
2003
  var fails$7 = fails$i;
1999
2004
  var isCallable$4 = isCallable$g;
2000
- var isObject$2 = isObject$8;
2005
+ var isObject$3 = isObject$9;
2001
2006
  var getPrototypeOf$1 = objectGetPrototypeOf;
2002
2007
  var defineBuiltIn$2 = defineBuiltIn$4;
2003
2008
  var wellKnownSymbol$7 = wellKnownSymbol$a;
@@ -2020,7 +2025,7 @@ if ([].keys) {
2020
2025
  }
2021
2026
  }
2022
2027
 
2023
- var NEW_ITERATOR_PROTOTYPE = !isObject$2(IteratorPrototype$2) || fails$7(function () {
2028
+ var NEW_ITERATOR_PROTOTYPE = !isObject$3(IteratorPrototype$2) || fails$7(function () {
2024
2029
  var test = {};
2025
2030
  // FF44- legacy iterators case
2026
2031
  return IteratorPrototype$2[ITERATOR$3].call(test) !== test;
@@ -2080,10 +2085,10 @@ var functionUncurryThisAccessor = function (object, key, method) {
2080
2085
  } catch (error) { /* empty */ }
2081
2086
  };
2082
2087
 
2083
- var isObject$1 = isObject$8;
2088
+ var isObject$2 = isObject$9;
2084
2089
 
2085
2090
  var isPossiblePrototype$1 = function (argument) {
2086
- return isObject$1(argument) || argument === null;
2091
+ return isObject$2(argument) || argument === null;
2087
2092
  };
2088
2093
 
2089
2094
  var isPossiblePrototype = isPossiblePrototype$1;
@@ -2098,7 +2103,8 @@ var aPossiblePrototype$1 = function (argument) {
2098
2103
 
2099
2104
  /* eslint-disable no-proto -- safe */
2100
2105
  var uncurryThisAccessor = functionUncurryThisAccessor;
2101
- var anObject$3 = anObject$8;
2106
+ var isObject$1 = isObject$9;
2107
+ var requireObjectCoercible$3 = requireObjectCoercible$6;
2102
2108
  var aPossiblePrototype = aPossiblePrototype$1;
2103
2109
 
2104
2110
  // `Object.setPrototypeOf` method
@@ -2115,8 +2121,9 @@ var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? functio
2115
2121
  CORRECT_SETTER = test instanceof Array;
2116
2122
  } catch (error) { /* empty */ }
2117
2123
  return function setPrototypeOf(O, proto) {
2118
- anObject$3(O);
2124
+ requireObjectCoercible$3(O);
2119
2125
  aPossiblePrototype(proto);
2126
+ if (!isObject$1(O)) return O;
2120
2127
  if (CORRECT_SETTER) setter(O, proto);
2121
2128
  else O.__proto__ = proto;
2122
2129
  return O;
@@ -2334,7 +2341,7 @@ var DOMTokenListPrototype$1 = classList && classList.constructor && classList.co
2334
2341
 
2335
2342
  var domTokenListPrototype = DOMTokenListPrototype$1 === Object.prototype ? undefined : DOMTokenListPrototype$1;
2336
2343
 
2337
- var global$6 = global$h;
2344
+ var global$6 = global$g;
2338
2345
  var DOMIterables = domIterables;
2339
2346
  var DOMTokenListPrototype = domTokenListPrototype;
2340
2347
  var ArrayIteratorMethods = es_array_iterator;
@@ -2539,7 +2546,7 @@ var isConstructor$1 = !construct || fails$6(function () {
2539
2546
 
2540
2547
  var isArray = isArray$2;
2541
2548
  var isConstructor = isConstructor$1;
2542
- var isObject = isObject$8;
2549
+ var isObject = isObject$9;
2543
2550
  var wellKnownSymbol$1 = wellKnownSymbol$a;
2544
2551
 
2545
2552
  var SPECIES$1 = wellKnownSymbol$1('species');
@@ -2602,6 +2609,8 @@ var lengthOfArrayLike = lengthOfArrayLike$4;
2602
2609
 
2603
2610
  var $TypeError$1 = TypeError;
2604
2611
 
2612
+ var REDUCE_EMPTY = 'Reduce of empty array with no initial value';
2613
+
2605
2614
  // `Array.prototype.{ reduce, reduceRight }` methods implementation
2606
2615
  var createMethod$2 = function (IS_RIGHT) {
2607
2616
  return function (that, callbackfn, argumentsLength, memo) {
@@ -2609,6 +2618,7 @@ var createMethod$2 = function (IS_RIGHT) {
2609
2618
  var self = IndexedObject(O);
2610
2619
  var length = lengthOfArrayLike(O);
2611
2620
  aCallable(callbackfn);
2621
+ if (length === 0 && argumentsLength < 2) throw new $TypeError$1(REDUCE_EMPTY);
2612
2622
  var index = IS_RIGHT ? length - 1 : 0;
2613
2623
  var i = IS_RIGHT ? -1 : 1;
2614
2624
  if (argumentsLength < 2) while (true) {
@@ -2619,7 +2629,7 @@ var createMethod$2 = function (IS_RIGHT) {
2619
2629
  }
2620
2630
  index += i;
2621
2631
  if (IS_RIGHT ? index < 0 : length <= index) {
2622
- throw new $TypeError$1('Reduce of empty array with no initial value');
2632
+ throw new $TypeError$1(REDUCE_EMPTY);
2623
2633
  }
2624
2634
  }
2625
2635
  for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {
@@ -2648,7 +2658,7 @@ var arrayMethodIsStrict$1 = function (METHOD_NAME, argument) {
2648
2658
  });
2649
2659
  };
2650
2660
 
2651
- var global$5 = global$h;
2661
+ var global$5 = global$g;
2652
2662
  var classof$2 = classofRaw$2;
2653
2663
 
2654
2664
  var engineIsNode = classof$2(global$5.process) === 'process';
@@ -2784,7 +2794,7 @@ var whitespaces$2 = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u200
2784
2794
  '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
2785
2795
 
2786
2796
  var uncurryThis$3 = functionUncurryThis;
2787
- var requireObjectCoercible$2 = requireObjectCoercible$5;
2797
+ var requireObjectCoercible$2 = requireObjectCoercible$6;
2788
2798
  var toString$4 = toString$5;
2789
2799
  var whitespaces$1 = whitespaces$2;
2790
2800
 
@@ -2814,7 +2824,7 @@ var stringTrim = {
2814
2824
  trim: createMethod$1(3)
2815
2825
  };
2816
2826
 
2817
- var global$4 = global$h;
2827
+ var global$4 = global$g;
2818
2828
  var fails$4 = fails$i;
2819
2829
  var uncurryThis$2 = functionUncurryThis;
2820
2830
  var toString$3 = toString$5;
@@ -2846,7 +2856,7 @@ $$1({ global: true, forced: parseInt !== $parseInt }, {
2846
2856
  parseInt: $parseInt
2847
2857
  });
2848
2858
 
2849
- var anObject$2 = anObject$8;
2859
+ var anObject$2 = anObject$7;
2850
2860
 
2851
2861
  // `RegExp.prototype.flags` getter implementation
2852
2862
  // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
@@ -2865,7 +2875,7 @@ var regexpFlags$1 = function () {
2865
2875
  };
2866
2876
 
2867
2877
  var fails$3 = fails$i;
2868
- var global$3 = global$h;
2878
+ var global$3 = global$g;
2869
2879
 
2870
2880
  // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
2871
2881
  var $RegExp$2 = global$3.RegExp;
@@ -2896,7 +2906,7 @@ var regexpStickyHelpers = {
2896
2906
  };
2897
2907
 
2898
2908
  var fails$2 = fails$i;
2899
- var global$2 = global$h;
2909
+ var global$2 = global$g;
2900
2910
 
2901
2911
  // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
2902
2912
  var $RegExp$1 = global$2.RegExp;
@@ -2907,7 +2917,7 @@ var regexpUnsupportedDotAll = fails$2(function () {
2907
2917
  });
2908
2918
 
2909
2919
  var fails$1 = fails$i;
2910
- var global$1 = global$h;
2920
+ var global$1 = global$g;
2911
2921
 
2912
2922
  // babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError
2913
2923
  var $RegExp = global$1.RegExp;
@@ -2925,7 +2935,7 @@ var uncurryThis$1 = functionUncurryThis;
2925
2935
  var toString$2 = toString$5;
2926
2936
  var regexpFlags = regexpFlags$1;
2927
2937
  var stickyHelpers = regexpStickyHelpers;
2928
- var shared = shared$4.exports;
2938
+ var shared = shared$4;
2929
2939
  var create = objectCreate;
2930
2940
  var getInternalState = internalState.get;
2931
2941
  var UNSUPPORTED_DOT_ALL = regexpUnsupportedDotAll;
@@ -3123,7 +3133,7 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
3123
3133
  var uncurryThis = functionUncurryThis;
3124
3134
  var toIntegerOrInfinity = toIntegerOrInfinity$4;
3125
3135
  var toString$1 = toString$5;
3126
- var requireObjectCoercible$1 = requireObjectCoercible$5;
3136
+ var requireObjectCoercible$1 = requireObjectCoercible$6;
3127
3137
 
3128
3138
  var charAt$1 = uncurryThis(''.charAt);
3129
3139
  var charCodeAt = uncurryThis(''.charCodeAt);
@@ -3166,7 +3176,7 @@ var advanceStringIndex$1 = function (S, index, unicode) {
3166
3176
  };
3167
3177
 
3168
3178
  var call$1 = functionCall;
3169
- var anObject$1 = anObject$8;
3179
+ var anObject$1 = anObject$7;
3170
3180
  var isCallable = isCallable$g;
3171
3181
  var classof = classofRaw$2;
3172
3182
  var regexpExec = regexpExec$2;
@@ -3188,11 +3198,11 @@ var regexpExecAbstract = function (R, S) {
3188
3198
 
3189
3199
  var call = functionCall;
3190
3200
  var fixRegExpWellKnownSymbolLogic = fixRegexpWellKnownSymbolLogic;
3191
- var anObject = anObject$8;
3201
+ var anObject = anObject$7;
3192
3202
  var isNullOrUndefined = isNullOrUndefined$3;
3193
3203
  var toLength = toLength$2;
3194
3204
  var toString = toString$5;
3195
- var requireObjectCoercible = requireObjectCoercible$5;
3205
+ var requireObjectCoercible = requireObjectCoercible$6;
3196
3206
  var getMethod = getMethod$2;
3197
3207
  var advanceStringIndex = advanceStringIndex$1;
3198
3208
  var regExpExec = regexpExecAbstract;
@@ -3785,6 +3795,14 @@ const colors$1 = {
3785
3795
  fill: '#4871E5',
3786
3796
  color: '#FFFFFF'
3787
3797
  },
3798
+ timelineBackgroundDisabled: {
3799
+ fill: '#767E93',
3800
+ color: '#FFFFFF'
3801
+ },
3802
+ timelineBackgroundDisabledAlternative: {
3803
+ fill: '#8A91A3',
3804
+ color: '#FFFFFF'
3805
+ },
3788
3806
  timelineBackgroundObserved: {
3789
3807
  fill: '#8A91A3',
3790
3808
  color: '#FFFFFF'
@@ -5068,6 +5086,14 @@ const colors = {
5068
5086
  fill: '#4871E5',
5069
5087
  color: '#FFFFFF'
5070
5088
  },
5089
+ timelineBackgroundDisabled: {
5090
+ fill: '#767E93',
5091
+ color: '#FFFFFF'
5092
+ },
5093
+ timelineBackgroundDisabledAlternative: {
5094
+ fill: '#8A91A3',
5095
+ color: '#FFFFFF'
5096
+ },
5071
5097
  timelineBackgroundObserved: {
5072
5098
  fill: '#8A91A3',
5073
5099
  color: '#FFFFFF'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/theme",
3
- "version": "9.13.0",
3
+ "version": "9.15.0",
4
4
  "description": "GeoWeb Theme library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -10,7 +10,9 @@
10
10
  "dependencies": {
11
11
  "@mui/material": "~5.15.11",
12
12
  "@mui/system": "^5.15.1",
13
- "@mui/x-date-pickers": "^6.18.5"
13
+ "@mui/x-date-pickers": "^6.18.5",
14
+ "i18next": "^23.7.11",
15
+ "react-i18next": "^13.5.0"
14
16
  },
15
17
  "peerDependencies": {
16
18
  "react": "18"
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface ThemeTranslationWrapperProps {
3
+ children?: React.ReactNode;
4
+ }
5
+ export declare const ThemeTranslationsWrapper: React.FC<ThemeTranslationWrapperProps>;
6
+ export declare const ThemeI18nProvider: React.FC<ThemeTranslationWrapperProps>;
7
+ export {};
@@ -0,0 +1 @@
1
+ export * from './Providers';
@@ -122,6 +122,8 @@ export interface GeowebColorPalette {
122
122
  timeline: CSSProperties;
123
123
  timelineBackground: CSSProperties;
124
124
  timelineBackgroundAlternative: CSSProperties;
125
+ timelineBackgroundDisabled: CSSProperties;
126
+ timelineBackgroundDisabledAlternative: CSSProperties;
125
127
  timelineBackgroundObserved: CSSProperties;
126
128
  timelineBackgroundObservedAlternative: CSSProperties;
127
129
  };
@@ -0,0 +1,2 @@
1
+ export declare const THEME_NAMESPACE = "theme";
2
+ export declare const initThemeI18n: () => void;