@spothero/ui 14.0.0 → 14.1.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.
Files changed (39) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/CHANGELOG.tmp +3 -3
  3. package/package.json +3 -3
  4. package/v1/index-bundled-cjs/index.js +1 -1
  5. package/v1/index-bundled-cjs/index.js.map +1 -1
  6. package/v1/index-bundled-esm/index.js +1 -1
  7. package/v1/index-bundled-esm/index.js.map +1 -1
  8. package/v1/index-unbundled-cjs/index.js +212 -299
  9. package/v1/index-unbundled-cjs/index.js.map +1 -1
  10. package/v1/index-unbundled-esm/index.js +212 -299
  11. package/v1/index-unbundled-esm/index.js.map +1 -1
  12. package/v2/index-bundled-cjs/ImageCarousel-0955843b.js +2 -0
  13. package/v2/index-bundled-cjs/ImageCarousel-0955843b.js.map +1 -0
  14. package/v2/index-bundled-cjs/{index-3ec6f4f6.js → index-0471eeac.js} +2 -2
  15. package/v2/index-bundled-cjs/index-0471eeac.js.map +1 -0
  16. package/v2/index-bundled-cjs/index.js +1 -1
  17. package/v2/index-bundled-esm/ImageCarousel-fd93978a.js +2 -0
  18. package/v2/index-bundled-esm/ImageCarousel-fd93978a.js.map +1 -0
  19. package/v2/index-bundled-esm/{index-1758d567.js → index-23126b40.js} +2 -2
  20. package/v2/index-bundled-esm/index-23126b40.js.map +1 -0
  21. package/v2/index-bundled-esm/index.js +1 -1
  22. package/v2/index-unbundled-cjs/{ImageCarousel-a6361ff4.js → ImageCarousel-177bd013.js} +76 -231
  23. package/v2/index-unbundled-cjs/ImageCarousel-177bd013.js.map +1 -0
  24. package/v2/index-unbundled-cjs/{index-fc04c985.js → index-b74c975b.js} +4 -4
  25. package/v2/index-unbundled-cjs/{index-fc04c985.js.map → index-b74c975b.js.map} +1 -1
  26. package/v2/index-unbundled-cjs/index.js +1 -1
  27. package/v2/index-unbundled-esm/{ImageCarousel-3b5e450a.js → ImageCarousel-7afef93f.js} +77 -232
  28. package/v2/index-unbundled-esm/ImageCarousel-7afef93f.js.map +1 -0
  29. package/v2/index-unbundled-esm/{index-0a927912.js → index-7468c651.js} +3 -3
  30. package/v2/index-unbundled-esm/{index-0a927912.js.map → index-7468c651.js.map} +1 -1
  31. package/v2/index-unbundled-esm/index.js +1 -1
  32. package/v2/index-bundled-cjs/ImageCarousel-080ac52d.js +0 -2
  33. package/v2/index-bundled-cjs/ImageCarousel-080ac52d.js.map +0 -1
  34. package/v2/index-bundled-cjs/index-3ec6f4f6.js.map +0 -1
  35. package/v2/index-bundled-esm/ImageCarousel-f28813a0.js +0 -2
  36. package/v2/index-bundled-esm/ImageCarousel-f28813a0.js.map +0 -1
  37. package/v2/index-bundled-esm/index-1758d567.js.map +0 -1
  38. package/v2/index-unbundled-cjs/ImageCarousel-a6361ff4.js.map +0 -1
  39. package/v2/index-unbundled-esm/ImageCarousel-3b5e450a.js.map +0 -1
@@ -133,15 +133,15 @@ var functionCall = functionBindNative ? call.bind(call) : function () {
133
133
 
134
134
  var $propertyIsEnumerable$1 = {}.propertyIsEnumerable;
135
135
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
136
- var getOwnPropertyDescriptor$7 = Object.getOwnPropertyDescriptor;
136
+ var getOwnPropertyDescriptor$5 = Object.getOwnPropertyDescriptor;
137
137
 
138
138
  // Nashorn ~ JDK8 bug
139
- var NASHORN_BUG = getOwnPropertyDescriptor$7 && !$propertyIsEnumerable$1.call({ 1: 2 }, 1);
139
+ var NASHORN_BUG = getOwnPropertyDescriptor$5 && !$propertyIsEnumerable$1.call({ 1: 2 }, 1);
140
140
 
141
141
  // `Object.prototype.propertyIsEnumerable` method implementation
142
142
  // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
143
143
  var f$8 = NASHORN_BUG ? function propertyIsEnumerable(V) {
144
- var descriptor = getOwnPropertyDescriptor$7(this, V);
144
+ var descriptor = getOwnPropertyDescriptor$5(this, V);
145
145
  return !!descriptor && descriptor.enumerable;
146
146
  } : $propertyIsEnumerable$1;
147
147
 
@@ -177,12 +177,12 @@ var indexedObject = fails(function () {
177
177
  return classofRaw(it) == 'String' ? split(it, '') : Object$6(it);
178
178
  } : Object$6;
179
179
 
180
- var TypeError$i = global_1.TypeError;
180
+ var TypeError$h = global_1.TypeError;
181
181
 
182
182
  // `RequireObjectCoercible` abstract operation
183
183
  // https://tc39.es/ecma262/#sec-requireobjectcoercible
184
184
  var requireObjectCoercible = function (it) {
185
- if (it == undefined) throw TypeError$i("Can't call method on " + it);
185
+ if (it == undefined) throw TypeError$h("Can't call method on " + it);
186
186
  return it;
187
187
  };
188
188
 
@@ -278,12 +278,12 @@ var tryToString = function (argument) {
278
278
  }
279
279
  };
280
280
 
281
- var TypeError$h = global_1.TypeError;
281
+ var TypeError$g = global_1.TypeError;
282
282
 
283
283
  // `Assert: IsCallable(argument) is true`
284
284
  var aCallable = function (argument) {
285
285
  if (isCallable(argument)) return argument;
286
- throw TypeError$h(tryToString(argument) + ' is not a function');
286
+ throw TypeError$g(tryToString(argument) + ' is not a function');
287
287
  };
288
288
 
289
289
  // `GetMethod` abstract operation
@@ -293,7 +293,7 @@ var getMethod = function (V, P) {
293
293
  return func == null ? undefined : aCallable(func);
294
294
  };
295
295
 
296
- var TypeError$g = global_1.TypeError;
296
+ var TypeError$f = global_1.TypeError;
297
297
 
298
298
  // `OrdinaryToPrimitive` abstract operation
299
299
  // https://tc39.es/ecma262/#sec-ordinarytoprimitive
@@ -302,17 +302,17 @@ var ordinaryToPrimitive = function (input, pref) {
302
302
  if (pref === 'string' && isCallable(fn = input.toString) && !isObject$3(val = functionCall(fn, input))) return val;
303
303
  if (isCallable(fn = input.valueOf) && !isObject$3(val = functionCall(fn, input))) return val;
304
304
  if (pref !== 'string' && isCallable(fn = input.toString) && !isObject$3(val = functionCall(fn, input))) return val;
305
- throw TypeError$g("Can't convert object to primitive value");
305
+ throw TypeError$f("Can't convert object to primitive value");
306
306
  };
307
307
 
308
308
  var isPure = true;
309
309
 
310
310
  // eslint-disable-next-line es/no-object-defineproperty -- safe
311
- var defineProperty$a = Object.defineProperty;
311
+ var defineProperty$b = Object.defineProperty;
312
312
 
313
313
  var setGlobal = function (key, value) {
314
314
  try {
315
- defineProperty$a(global_1, key, { value: value, configurable: true, writable: true });
315
+ defineProperty$b(global_1, key, { value: value, configurable: true, writable: true });
316
316
  } catch (error) {
317
317
  global_1[key] = value;
318
318
  } return value;
@@ -377,7 +377,7 @@ var wellKnownSymbol = function (name) {
377
377
  } return WellKnownSymbolsStore$1[name];
378
378
  };
379
379
 
380
- var TypeError$f = global_1.TypeError;
380
+ var TypeError$e = global_1.TypeError;
381
381
  var TO_PRIMITIVE$1 = wellKnownSymbol('toPrimitive');
382
382
 
383
383
  // `ToPrimitive` abstract operation
@@ -390,7 +390,7 @@ var toPrimitive = function (input, pref) {
390
390
  if (pref === undefined) pref = 'default';
391
391
  result = functionCall(exoticToPrim, input, pref);
392
392
  if (!isObject$3(result) || isSymbol$2(result)) return result;
393
- throw TypeError$f("Can't convert object to primitive value");
393
+ throw TypeError$e("Can't convert object to primitive value");
394
394
  }
395
395
  if (pref === undefined) pref = 'number';
396
396
  return ordinaryToPrimitive(input, pref);
@@ -478,15 +478,15 @@ var v8PrototypeDefineBug = descriptors && fails(function () {
478
478
  });
479
479
 
480
480
  var String$4 = global_1.String;
481
- var TypeError$e = global_1.TypeError;
481
+ var TypeError$d = global_1.TypeError;
482
482
 
483
483
  // `Assert: Type(argument) is Object`
484
484
  var anObject = function (argument) {
485
485
  if (isObject$3(argument)) return argument;
486
- throw TypeError$e(String$4(argument) + ' is not an object');
486
+ throw TypeError$d(String$4(argument) + ' is not an object');
487
487
  };
488
488
 
489
- var TypeError$d = global_1.TypeError;
489
+ var TypeError$c = global_1.TypeError;
490
490
  // eslint-disable-next-line es/no-object-defineproperty -- safe
491
491
  var $defineProperty$1 = Object.defineProperty;
492
492
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
@@ -519,7 +519,7 @@ var f$6 = descriptors ? v8PrototypeDefineBug ? function defineProperty(O, P, Att
519
519
  if (ie8DomDefine) try {
520
520
  return $defineProperty$1(O, P, Attributes);
521
521
  } catch (error) { /* empty */ }
522
- if ('get' in Attributes || 'set' in Attributes) throw TypeError$d('Accessors not supported');
522
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError$c('Accessors not supported');
523
523
  if ('value' in Attributes) O[P] = Attributes.value;
524
524
  return O;
525
525
  };
@@ -535,7 +535,7 @@ var createNonEnumerableProperty = descriptors ? function (object, key, value) {
535
535
  return object;
536
536
  };
537
537
 
538
- var getOwnPropertyDescriptor$6 = objectGetOwnPropertyDescriptor.f;
538
+ var getOwnPropertyDescriptor$4 = objectGetOwnPropertyDescriptor.f;
539
539
 
540
540
 
541
541
 
@@ -593,7 +593,7 @@ var _export = function (options, source) {
593
593
  targetProperty = target[key];
594
594
 
595
595
  if (USE_NATIVE) if (options.noTargetGet) {
596
- descriptor = getOwnPropertyDescriptor$6(nativeSource, key);
596
+ descriptor = getOwnPropertyDescriptor$4(nativeSource, key);
597
597
  nativeProperty = descriptor && descriptor.value;
598
598
  } else nativeProperty = nativeSource[key];
599
599
 
@@ -750,12 +750,12 @@ var isConstructor = !construct$3 || fails(function () {
750
750
  || called;
751
751
  }) ? isConstructorLegacy : isConstructorModern;
752
752
 
753
- var TypeError$c = global_1.TypeError;
753
+ var TypeError$b = global_1.TypeError;
754
754
 
755
755
  // `Assert: IsConstructor(argument) is true`
756
756
  var aConstructor = function (argument) {
757
757
  if (isConstructor(argument)) return argument;
758
- throw TypeError$c(tryToString(argument) + ' is not a constructor');
758
+ throw TypeError$b(tryToString(argument) + ' is not a constructor');
759
759
  };
760
760
 
761
761
  var ceil = Math.ceil;
@@ -828,17 +828,17 @@ var hiddenKeys$1 = {};
828
828
  var indexOf$6 = arrayIncludes.indexOf;
829
829
 
830
830
 
831
- var push$5 = functionUncurryThis([].push);
831
+ var push$4 = functionUncurryThis([].push);
832
832
 
833
833
  var objectKeysInternal = function (object, names) {
834
834
  var O = toIndexedObject(object);
835
835
  var i = 0;
836
836
  var result = [];
837
837
  var key;
838
- for (key in O) !hasOwnProperty_1(hiddenKeys$1, key) && hasOwnProperty_1(O, key) && push$5(result, key);
838
+ for (key in O) !hasOwnProperty_1(hiddenKeys$1, key) && hasOwnProperty_1(O, key) && push$4(result, key);
839
839
  // Don't enum bug & hidden keys
840
840
  while (names.length > i) if (hasOwnProperty_1(O, key = names[i++])) {
841
- ~indexOf$6(result, key) || push$5(result, key);
841
+ ~indexOf$6(result, key) || push$4(result, key);
842
842
  }
843
843
  return result;
844
844
  };
@@ -972,7 +972,7 @@ var objectCreate = Object.create || function create(O, Properties) {
972
972
 
973
973
  var nativeConstruct = getBuiltIn('Reflect', 'construct');
974
974
  var ObjectPrototype$2 = Object.prototype;
975
- var push$4 = [].push;
975
+ var push$3 = [].push;
976
976
 
977
977
  // `Reflect.construct` method
978
978
  // https://tc39.es/ecma262/#sec-reflect.construct
@@ -1006,7 +1006,7 @@ _export({ target: 'Reflect', stat: true, forced: FORCED$4, sham: FORCED$4 }, {
1006
1006
  }
1007
1007
  // w/o altered newTarget, lot of arguments case
1008
1008
  var $args = [null];
1009
- functionApply(push$4, $args, args);
1009
+ functionApply(push$3, $args, args);
1010
1010
  return new (functionApply(functionBind, Target, $args))();
1011
1011
  }
1012
1012
  // with altered newTarget, not support built-in constructors
@@ -1029,13 +1029,13 @@ function _classCallCheck(instance, Constructor) {
1029
1029
  }
1030
1030
  }
1031
1031
 
1032
- var defineProperty$9 = objectDefineProperty.f;
1032
+ var defineProperty$a = objectDefineProperty.f;
1033
1033
 
1034
1034
  // `Object.defineProperty` method
1035
1035
  // https://tc39.es/ecma262/#sec-object.defineproperty
1036
1036
  // eslint-disable-next-line es/no-object-defineproperty -- safe
1037
- _export({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProperty$9, sham: !descriptors }, {
1038
- defineProperty: defineProperty$9
1037
+ _export({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProperty$a, sham: !descriptors }, {
1038
+ defineProperty: defineProperty$a
1039
1039
  });
1040
1040
 
1041
1041
  var defineProperty_1 = createCommonjsModule(function (module) {
@@ -1048,14 +1048,14 @@ var defineProperty = module.exports = function defineProperty(it, key, desc) {
1048
1048
  if (Object.defineProperty.sham) defineProperty.sham = true;
1049
1049
  });
1050
1050
 
1051
- var defineProperty$8 = defineProperty_1;
1051
+ var defineProperty$9 = defineProperty_1;
1052
+
1053
+ var defineProperty$8 = defineProperty$9;
1052
1054
 
1053
1055
  var defineProperty$7 = defineProperty$8;
1054
1056
 
1055
1057
  var defineProperty$6 = defineProperty$7;
1056
1058
 
1057
- var defineProperty$5 = defineProperty$6;
1058
-
1059
1059
  function _defineProperties(target, props) {
1060
1060
  for (var i = 0; i < props.length; i++) {
1061
1061
  var descriptor = props[i];
@@ -1063,7 +1063,7 @@ function _defineProperties(target, props) {
1063
1063
  descriptor.configurable = true;
1064
1064
  if ("value" in descriptor) descriptor.writable = true;
1065
1065
 
1066
- defineProperty$5(target, descriptor.key, descriptor);
1066
+ defineProperty$6(target, descriptor.key, descriptor);
1067
1067
  }
1068
1068
  }
1069
1069
 
@@ -1102,11 +1102,11 @@ var create$1 = create$2;
1102
1102
  var create = create$1;
1103
1103
 
1104
1104
  var String$3 = global_1.String;
1105
- var TypeError$b = global_1.TypeError;
1105
+ var TypeError$a = global_1.TypeError;
1106
1106
 
1107
1107
  var aPossiblePrototype = function (argument) {
1108
1108
  if (typeof argument == 'object' || isCallable(argument)) return argument;
1109
- throw TypeError$b("Can't set " + String$3(argument) + ' as a prototype');
1109
+ throw TypeError$a("Can't set " + String$3(argument) + ' as a prototype');
1110
1110
  };
1111
1111
 
1112
1112
  /* eslint-disable no-proto -- safe */
@@ -1233,7 +1233,7 @@ var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
1233
1233
  var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
1234
1234
  var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
1235
1235
  var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
1236
- var TypeError$a = global_1.TypeError;
1236
+ var TypeError$9 = global_1.TypeError;
1237
1237
 
1238
1238
  // We can't use this feature detection in V8 since it causes
1239
1239
  // deoptimization and serious performance degradation
@@ -1268,10 +1268,10 @@ _export({ target: 'Array', proto: true, forced: FORCED$3 }, {
1268
1268
  E = i === -1 ? O : arguments[i];
1269
1269
  if (isConcatSpreadable(E)) {
1270
1270
  len = lengthOfArrayLike(E);
1271
- if (n + len > MAX_SAFE_INTEGER) throw TypeError$a(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1271
+ if (n + len > MAX_SAFE_INTEGER) throw TypeError$9(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1272
1272
  for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
1273
1273
  } else {
1274
- if (n >= MAX_SAFE_INTEGER) throw TypeError$a(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1274
+ if (n >= MAX_SAFE_INTEGER) throw TypeError$9(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1275
1275
  createProperty(A, n++, E);
1276
1276
  }
1277
1277
  }
@@ -1359,11 +1359,11 @@ var wellKnownSymbolWrapped = {
1359
1359
  f: f$1
1360
1360
  };
1361
1361
 
1362
- var defineProperty$4 = objectDefineProperty.f;
1362
+ var defineProperty$5 = objectDefineProperty.f;
1363
1363
 
1364
1364
  var defineWellKnownSymbol = function (NAME) {
1365
1365
  var Symbol = path.Symbol || (path.Symbol = {});
1366
- if (!hasOwnProperty_1(Symbol, NAME)) defineProperty$4(Symbol, NAME, {
1366
+ if (!hasOwnProperty_1(Symbol, NAME)) defineProperty$5(Symbol, NAME, {
1367
1367
  value: wellKnownSymbolWrapped.f(NAME)
1368
1368
  });
1369
1369
  };
@@ -1374,7 +1374,7 @@ var objectToString$2 = toStringTagSupport ? {}.toString : function toString() {
1374
1374
  return '[object ' + classof(this) + ']';
1375
1375
  };
1376
1376
 
1377
- var defineProperty$3 = objectDefineProperty.f;
1377
+ var defineProperty$4 = objectDefineProperty.f;
1378
1378
 
1379
1379
 
1380
1380
 
@@ -1386,7 +1386,7 @@ var setToStringTag = function (it, TAG, STATIC, SET_METHOD) {
1386
1386
  if (it) {
1387
1387
  var target = STATIC ? it : it.prototype;
1388
1388
  if (!hasOwnProperty_1(target, TO_STRING_TAG$2)) {
1389
- defineProperty$3(target, TO_STRING_TAG$2, { configurable: true, value: TAG });
1389
+ defineProperty$4(target, TO_STRING_TAG$2, { configurable: true, value: TAG });
1390
1390
  }
1391
1391
  if (SET_METHOD && !toStringTagSupport) {
1392
1392
  createNonEnumerableProperty(target, 'toString', objectToString$2);
@@ -1399,7 +1399,7 @@ var WeakMap$1 = global_1.WeakMap;
1399
1399
  var nativeWeakMap = isCallable(WeakMap$1) && /native code/.test(inspectSource(WeakMap$1));
1400
1400
 
1401
1401
  var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
1402
- var TypeError$9 = global_1.TypeError;
1402
+ var TypeError$8 = global_1.TypeError;
1403
1403
  var WeakMap = global_1.WeakMap;
1404
1404
  var set$1, get, has;
1405
1405
 
@@ -1411,7 +1411,7 @@ var getterFor = function (TYPE) {
1411
1411
  return function (it) {
1412
1412
  var state;
1413
1413
  if (!isObject$3(it) || (state = get(it)).type !== TYPE) {
1414
- throw TypeError$9('Incompatible receiver, ' + TYPE + ' required');
1414
+ throw TypeError$8('Incompatible receiver, ' + TYPE + ' required');
1415
1415
  } return state;
1416
1416
  };
1417
1417
  };
@@ -1422,7 +1422,7 @@ if (nativeWeakMap || sharedStore.state) {
1422
1422
  var wmhas = functionUncurryThis(store.has);
1423
1423
  var wmset = functionUncurryThis(store.set);
1424
1424
  set$1 = function (it, metadata) {
1425
- if (wmhas(store, it)) throw new TypeError$9(OBJECT_ALREADY_INITIALIZED);
1425
+ if (wmhas(store, it)) throw new TypeError$8(OBJECT_ALREADY_INITIALIZED);
1426
1426
  metadata.facade = it;
1427
1427
  wmset(store, it, metadata);
1428
1428
  return metadata;
@@ -1437,7 +1437,7 @@ if (nativeWeakMap || sharedStore.state) {
1437
1437
  var STATE = sharedKey('state');
1438
1438
  hiddenKeys$1[STATE] = true;
1439
1439
  set$1 = function (it, metadata) {
1440
- if (hasOwnProperty_1(it, STATE)) throw new TypeError$9(OBJECT_ALREADY_INITIALIZED);
1440
+ if (hasOwnProperty_1(it, STATE)) throw new TypeError$8(OBJECT_ALREADY_INITIALIZED);
1441
1441
  metadata.facade = it;
1442
1442
  createNonEnumerableProperty(it, STATE, metadata);
1443
1443
  return metadata;
@@ -1458,7 +1458,7 @@ var internalState = {
1458
1458
  getterFor: getterFor
1459
1459
  };
1460
1460
 
1461
- var push$3 = functionUncurryThis([].push);
1461
+ var push$2 = functionUncurryThis([].push);
1462
1462
 
1463
1463
  // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation
1464
1464
  var createMethod$2 = function (TYPE) {
@@ -1487,10 +1487,10 @@ var createMethod$2 = function (TYPE) {
1487
1487
  case 3: return true; // some
1488
1488
  case 5: return value; // find
1489
1489
  case 6: return index; // findIndex
1490
- case 2: push$3(target, value); // filter
1490
+ case 2: push$2(target, value); // filter
1491
1491
  } else switch (TYPE) {
1492
1492
  case 4: return false; // every
1493
- case 7: push$3(target, value); // filterReject
1493
+ case 7: push$2(target, value); // filterReject
1494
1494
  }
1495
1495
  }
1496
1496
  }
@@ -1538,14 +1538,14 @@ var getInternalState$3 = internalState.getterFor(SYMBOL);
1538
1538
  var ObjectPrototype$1 = Object[PROTOTYPE];
1539
1539
  var $Symbol = global_1.Symbol;
1540
1540
  var SymbolPrototype = $Symbol && $Symbol[PROTOTYPE];
1541
- var TypeError$8 = global_1.TypeError;
1541
+ var TypeError$7 = global_1.TypeError;
1542
1542
  var QObject = global_1.QObject;
1543
1543
  var $stringify = getBuiltIn('JSON', 'stringify');
1544
1544
  var nativeGetOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
1545
1545
  var nativeDefineProperty = objectDefineProperty.f;
1546
1546
  var nativeGetOwnPropertyNames = objectGetOwnPropertyNamesExternal.f;
1547
1547
  var nativePropertyIsEnumerable = objectPropertyIsEnumerable.f;
1548
- var push$2 = functionUncurryThis([].push);
1548
+ var push$1 = functionUncurryThis([].push);
1549
1549
 
1550
1550
  var AllSymbols = shared('symbols');
1551
1551
  var ObjectPrototypeSymbols = shared('op-symbols');
@@ -1634,7 +1634,7 @@ var $getOwnPropertyNames = function getOwnPropertyNames(O) {
1634
1634
  var names = nativeGetOwnPropertyNames(toIndexedObject(O));
1635
1635
  var result = [];
1636
1636
  $forEach$1(names, function (key) {
1637
- if (!hasOwnProperty_1(AllSymbols, key) && !hasOwnProperty_1(hiddenKeys$1, key)) push$2(result, key);
1637
+ if (!hasOwnProperty_1(AllSymbols, key) && !hasOwnProperty_1(hiddenKeys$1, key)) push$1(result, key);
1638
1638
  });
1639
1639
  return result;
1640
1640
  };
@@ -1645,7 +1645,7 @@ var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
1645
1645
  var result = [];
1646
1646
  $forEach$1(names, function (key) {
1647
1647
  if (hasOwnProperty_1(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || hasOwnProperty_1(ObjectPrototype$1, key))) {
1648
- push$2(result, AllSymbols[key]);
1648
+ push$1(result, AllSymbols[key]);
1649
1649
  }
1650
1650
  });
1651
1651
  return result;
@@ -1655,7 +1655,7 @@ var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
1655
1655
  // https://tc39.es/ecma262/#sec-symbol-constructor
1656
1656
  if (!nativeSymbol) {
1657
1657
  $Symbol = function Symbol() {
1658
- if (objectIsPrototypeOf(SymbolPrototype, this)) throw TypeError$8('Symbol is not a constructor');
1658
+ if (objectIsPrototypeOf(SymbolPrototype, this)) throw TypeError$7('Symbol is not a constructor');
1659
1659
  var description = !arguments.length || arguments[0] === undefined ? undefined : toString_1(arguments[0]);
1660
1660
  var tag = uid(description);
1661
1661
  var setter = function (value) {
@@ -1721,7 +1721,7 @@ _export({ target: SYMBOL, stat: true, forced: !nativeSymbol }, {
1721
1721
  // `Symbol.keyFor` method
1722
1722
  // https://tc39.es/ecma262/#sec-symbol.keyfor
1723
1723
  keyFor: function keyFor(sym) {
1724
- if (!isSymbol$2(sym)) throw TypeError$8(sym + ' is not a symbol');
1724
+ if (!isSymbol$2(sym)) throw TypeError$7(sym + ' is not a symbol');
1725
1725
  if (hasOwnProperty_1(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];
1726
1726
  },
1727
1727
  useSetter: function () { USE_SETTER = true; },
@@ -1861,7 +1861,7 @@ defineWellKnownSymbol('unscopables');
1861
1861
  // https://tc39.es/ecma262/#sec-json-@@tostringtag
1862
1862
  setToStringTag(global_1.JSON, 'JSON', true);
1863
1863
 
1864
- var symbol$4 = path.Symbol;
1864
+ var symbol$5 = path.Symbol;
1865
1865
 
1866
1866
  var iterators = {};
1867
1867
 
@@ -2120,9 +2120,9 @@ for (var COLLECTION_NAME in domIterables) {
2120
2120
  iterators[COLLECTION_NAME] = iterators.Array;
2121
2121
  }
2122
2122
 
2123
- var symbol$3 = symbol$4;
2123
+ var symbol$4 = symbol$5;
2124
2124
 
2125
- var symbol$2 = symbol$3;
2125
+ var symbol$3 = symbol$4;
2126
2126
 
2127
2127
  // `Symbol.asyncDispose` well-known symbol
2128
2128
  // https://github.com/tc39/proposal-using-statement
@@ -2161,9 +2161,9 @@ defineWellKnownSymbol('replaceAll');
2161
2161
  // TODO: Remove from `core-js@4`
2162
2162
 
2163
2163
 
2164
- var symbol$1 = symbol$2;
2164
+ var symbol$2 = symbol$3;
2165
2165
 
2166
- var symbol = symbol$1;
2166
+ var symbol$1 = symbol$2;
2167
2167
 
2168
2168
  var charAt$1 = functionUncurryThis(''.charAt);
2169
2169
  var charCodeAt = functionUncurryThis(''.charCodeAt);
@@ -2227,7 +2227,9 @@ defineIterator(String, 'String', function (iterated) {
2227
2227
  return { value: point, done: false };
2228
2228
  });
2229
2229
 
2230
- var iterator$4 = wellKnownSymbolWrapped.f('iterator');
2230
+ var iterator$5 = wellKnownSymbolWrapped.f('iterator');
2231
+
2232
+ var iterator$4 = iterator$5;
2231
2233
 
2232
2234
  var iterator$3 = iterator$4;
2233
2235
 
@@ -2235,26 +2237,24 @@ var iterator$2 = iterator$3;
2235
2237
 
2236
2238
  var iterator$1 = iterator$2;
2237
2239
 
2238
- var iterator = iterator$1;
2239
-
2240
- function _typeof(obj) {
2240
+ function _typeof$1(obj) {
2241
2241
  "@babel/helpers - typeof";
2242
2242
 
2243
- if (typeof symbol === "function" && typeof iterator === "symbol") {
2244
- _typeof = function _typeof(obj) {
2243
+ if (typeof symbol$1 === "function" && typeof iterator$1 === "symbol") {
2244
+ _typeof$1 = function _typeof(obj) {
2245
2245
  return typeof obj;
2246
2246
  };
2247
2247
  } else {
2248
- _typeof = function _typeof(obj) {
2249
- return obj && typeof symbol === "function" && obj.constructor === symbol && obj !== symbol.prototype ? "symbol" : typeof obj;
2248
+ _typeof$1 = function _typeof(obj) {
2249
+ return obj && typeof symbol$1 === "function" && obj.constructor === symbol$1 && obj !== symbol$1.prototype ? "symbol" : typeof obj;
2250
2250
  };
2251
2251
  }
2252
2252
 
2253
- return _typeof(obj);
2253
+ return _typeof$1(obj);
2254
2254
  }
2255
2255
 
2256
2256
  function _possibleConstructorReturn(self, call) {
2257
- if (call && (_typeof(call) === "object" || typeof call === "function")) {
2257
+ if (call && (_typeof$1(call) === "object" || typeof call === "function")) {
2258
2258
  return call;
2259
2259
  }
2260
2260
 
@@ -2290,7 +2290,7 @@ function _getPrototypeOf(o) {
2290
2290
 
2291
2291
  function _defineProperty(obj, key, value) {
2292
2292
  if (key in obj) {
2293
- defineProperty$5(obj, key, {
2293
+ defineProperty$6(obj, key, {
2294
2294
  value: value,
2295
2295
  enumerable: true,
2296
2296
  configurable: true,
@@ -4268,6 +4268,20 @@ UnmountClosed.UnmountClosed = UnmountClosed;
4268
4268
  var lib = UnmountClosed;
4269
4269
  var lib_1 = lib.Collapse;
4270
4270
 
4271
+ var symbol = symbol$2;
4272
+
4273
+ var iterator = iterator$2;
4274
+
4275
+ function _typeof(obj) {
4276
+ "@babel/helpers - typeof";
4277
+
4278
+ return _typeof = "function" == typeof symbol && "symbol" == typeof iterator ? function (obj) {
4279
+ return typeof obj;
4280
+ } : function (obj) {
4281
+ return obj && "function" == typeof symbol && obj.constructor === symbol && obj !== symbol.prototype ? "symbol" : typeof obj;
4282
+ }, _typeof(obj);
4283
+ }
4284
+
4271
4285
  var redefineAll = function (target, src, options) {
4272
4286
  for (var key in src) {
4273
4287
  if (options && options.unsafe && target[key]) target[key] = src[key];
@@ -4410,12 +4424,12 @@ var getIteratorMethod$4 = function (it) {
4410
4424
  || iterators[classof(it)];
4411
4425
  };
4412
4426
 
4413
- var TypeError$7 = global_1.TypeError;
4427
+ var TypeError$6 = global_1.TypeError;
4414
4428
 
4415
4429
  var getIterator = function (argument, usingIterator) {
4416
4430
  var iteratorMethod = arguments.length < 2 ? getIteratorMethod$4(argument) : usingIterator;
4417
4431
  if (aCallable(iteratorMethod)) return anObject(functionCall(iteratorMethod, argument));
4418
- throw TypeError$7(tryToString(argument) + ' is not iterable');
4432
+ throw TypeError$6(tryToString(argument) + ' is not iterable');
4419
4433
  };
4420
4434
 
4421
4435
  var iteratorClose = function (iterator, kind, value) {
@@ -4438,7 +4452,7 @@ var iteratorClose = function (iterator, kind, value) {
4438
4452
  return value;
4439
4453
  };
4440
4454
 
4441
- var TypeError$6 = global_1.TypeError;
4455
+ var TypeError$5 = global_1.TypeError;
4442
4456
 
4443
4457
  var Result = function (stopped, result) {
4444
4458
  this.stopped = stopped;
@@ -4471,7 +4485,7 @@ var iterate = function (iterable, unboundFunction, options) {
4471
4485
  iterator = iterable;
4472
4486
  } else {
4473
4487
  iterFn = getIteratorMethod$4(iterable);
4474
- if (!iterFn) throw TypeError$6(tryToString(iterable) + ' is not iterable');
4488
+ if (!iterFn) throw TypeError$5(tryToString(iterable) + ' is not iterable');
4475
4489
  // optimisation for array iterators
4476
4490
  if (isArrayIteratorMethod(iterFn)) {
4477
4491
  for (index = 0, length = lengthOfArrayLike(iterable); length > index; index++) {
@@ -4493,14 +4507,14 @@ var iterate = function (iterable, unboundFunction, options) {
4493
4507
  } return new Result(false);
4494
4508
  };
4495
4509
 
4496
- var TypeError$5 = global_1.TypeError;
4510
+ var TypeError$4 = global_1.TypeError;
4497
4511
 
4498
4512
  var anInstance = function (it, Prototype) {
4499
4513
  if (objectIsPrototypeOf(Prototype, it)) return it;
4500
- throw TypeError$5('Incorrect invocation');
4514
+ throw TypeError$4('Incorrect invocation');
4501
4515
  };
4502
4516
 
4503
- var defineProperty$2 = objectDefineProperty.f;
4517
+ var defineProperty$3 = objectDefineProperty.f;
4504
4518
  var forEach$4 = arrayIteration.forEach;
4505
4519
 
4506
4520
 
@@ -4548,7 +4562,7 @@ var collection = function (CONSTRUCTOR_NAME, wrapper, common) {
4548
4562
  }
4549
4563
  });
4550
4564
 
4551
- IS_WEAK || defineProperty$2(Prototype, 'size', {
4565
+ IS_WEAK || defineProperty$3(Prototype, 'size', {
4552
4566
  configurable: true,
4553
4567
  get: function () {
4554
4568
  return getInternalState(this).collection.size;
@@ -4754,141 +4768,14 @@ if (nativeWeakMap && IS_IE11) {
4754
4768
  });
4755
4769
  }
4756
4770
 
4757
- var weakMap$4 = path.WeakMap;
4758
-
4759
- var weakMap$3 = weakMap$4;
4760
-
4761
- var weakMap$2 = weakMap$3;
4762
-
4763
- // `Map.prototype.emplace` method
4764
- // https://github.com/thumbsupep/proposal-upsert
4765
- var mapEmplace = function emplace(key, handler) {
4766
- var map = anObject(this);
4767
- var get = aCallable(map.get);
4768
- var has = aCallable(map.has);
4769
- var set = aCallable(map.set);
4770
- var value = (functionCall(has, map, key) && 'update' in handler)
4771
- ? handler.update(functionCall(get, map, key), key, map)
4772
- : handler.insert(key, map);
4773
- functionCall(set, map, key, value);
4774
- return value;
4775
- };
4776
-
4777
- // `WeakMap.prototype.emplace` method
4778
- // https://github.com/tc39/proposal-upsert
4779
- _export({ target: 'WeakMap', proto: true, real: true, forced: true }, {
4780
- emplace: mapEmplace
4781
- });
4782
-
4783
- // https://tc39.github.io/proposal-setmap-offrom/
4784
-
4785
-
4786
-
4787
-
4788
-
4789
-
4790
- var push$1 = [].push;
4791
-
4792
- var collectionFrom = function from(source /* , mapFn, thisArg */) {
4793
- var length = arguments.length;
4794
- var mapFn = length > 1 ? arguments[1] : undefined;
4795
- var mapping, array, n, boundFunction;
4796
- aConstructor(this);
4797
- mapping = mapFn !== undefined;
4798
- if (mapping) aCallable(mapFn);
4799
- if (source == undefined) return new this();
4800
- array = [];
4801
- if (mapping) {
4802
- n = 0;
4803
- boundFunction = functionBindContext(mapFn, length > 2 ? arguments[2] : undefined);
4804
- iterate(source, function (nextItem) {
4805
- functionCall(push$1, array, boundFunction(nextItem, n++));
4806
- });
4807
- } else {
4808
- iterate(source, push$1, { that: array });
4809
- }
4810
- return new this(array);
4811
- };
4812
-
4813
- // `WeakMap.from` method
4814
- // https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.from
4815
- _export({ target: 'WeakMap', stat: true, forced: true }, {
4816
- from: collectionFrom
4817
- });
4818
-
4819
- // https://tc39.github.io/proposal-setmap-offrom/
4820
- var collectionOf = function of() {
4821
- return new this(arraySlice(arguments));
4822
- };
4823
-
4824
- // `WeakMap.of` method
4825
- // https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of
4826
- _export({ target: 'WeakMap', stat: true, forced: true }, {
4827
- of: collectionOf
4828
- });
4829
-
4830
- // https://github.com/tc39/collection-methods
4831
- var collectionDeleteAll = function deleteAll(/* ...elements */) {
4832
- var collection = anObject(this);
4833
- var remover = aCallable(collection['delete']);
4834
- var allDeleted = true;
4835
- var wasDeleted;
4836
- for (var k = 0, len = arguments.length; k < len; k++) {
4837
- wasDeleted = functionCall(remover, collection, arguments[k]);
4838
- allDeleted = allDeleted && wasDeleted;
4839
- }
4840
- return !!allDeleted;
4841
- };
4842
-
4843
- // `WeakMap.prototype.deleteAll` method
4844
- // https://github.com/tc39/proposal-collection-methods
4845
- _export({ target: 'WeakMap', proto: true, real: true, forced: true }, {
4846
- deleteAll: collectionDeleteAll
4847
- });
4848
-
4849
- var TypeError$4 = global_1.TypeError;
4850
-
4851
- // `Map.prototype.upsert` method
4852
- // https://github.com/thumbsupep/proposal-upsert
4853
- var mapUpsert = function upsert(key, updateFn /* , insertFn */) {
4854
- var map = anObject(this);
4855
- var get = aCallable(map.get);
4856
- var has = aCallable(map.has);
4857
- var set = aCallable(map.set);
4858
- var insertFn = arguments.length > 2 ? arguments[2] : undefined;
4859
- var value;
4860
- if (!isCallable(updateFn) && !isCallable(insertFn)) {
4861
- throw TypeError$4('At least one callback required');
4862
- }
4863
- if (functionCall(has, map, key)) {
4864
- value = functionCall(get, map, key);
4865
- if (isCallable(updateFn)) {
4866
- value = updateFn(value);
4867
- functionCall(set, map, key, value);
4868
- }
4869
- } else if (isCallable(insertFn)) {
4870
- value = insertFn();
4871
- functionCall(set, map, key, value);
4872
- } return value;
4873
- };
4874
-
4875
- // TODO: remove from `core-js@4`
4876
-
4877
-
4878
-
4879
- // `WeakMap.prototype.upsert` method (replaced by `WeakMap.prototype.emplace`)
4880
- // https://github.com/tc39/proposal-upsert
4881
- _export({ target: 'WeakMap', proto: true, real: true, forced: true }, {
4882
- upsert: mapUpsert
4883
- });
4884
-
4885
- // TODO: remove from `core-js@4`
4886
-
4771
+ var weakMap$2 = path.WeakMap;
4887
4772
 
4888
4773
  var weakMap$1 = weakMap$2;
4889
4774
 
4890
4775
  var weakMap = weakMap$1;
4891
4776
 
4777
+ var defineProperty$2 = defineProperty$9;
4778
+
4892
4779
  var nativeGetOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
4893
4780
 
4894
4781
 
@@ -4913,86 +4800,30 @@ var getOwnPropertyDescriptor = module.exports = function getOwnPropertyDescripto
4913
4800
  if (Object.getOwnPropertyDescriptor.sham) getOwnPropertyDescriptor.sham = true;
4914
4801
  });
4915
4802
 
4916
- var getOwnPropertyDescriptor$5 = getOwnPropertyDescriptor_1;
4917
-
4918
- var getOwnPropertyDescriptor$4 = getOwnPropertyDescriptor$5;
4919
-
4920
- var getOwnPropertyDescriptor$3 = getOwnPropertyDescriptor$4;
4803
+ var getOwnPropertyDescriptor$3 = getOwnPropertyDescriptor_1;
4921
4804
 
4922
4805
  var getOwnPropertyDescriptor$2 = getOwnPropertyDescriptor$3;
4923
4806
 
4924
- function _getRequireWildcardCache(nodeInterop) {
4925
- if (typeof weakMap !== "function") return null;
4926
- var cacheBabelInterop = new weakMap();
4927
- var cacheNodeInterop = new weakMap();
4928
- return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) {
4929
- return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
4930
- })(nodeInterop);
4931
- }
4932
-
4933
- function _interopRequireWildcard(obj, nodeInterop) {
4934
- if (!nodeInterop && obj && obj.__esModule) {
4935
- return obj;
4936
- }
4937
-
4938
- if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") {
4939
- return {
4940
- "default": obj
4941
- };
4942
- }
4943
-
4944
- var cache = _getRequireWildcardCache(nodeInterop);
4945
-
4946
- if (cache && cache.has(obj)) {
4947
- return cache.get(obj);
4948
- }
4949
-
4950
- var newObj = {};
4951
- var hasPropertyDescriptor = defineProperty$5 && getOwnPropertyDescriptor$2;
4952
-
4953
- for (var key in obj) {
4954
- if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
4955
- var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$2(obj, key) : null;
4956
-
4957
- if (desc && (desc.get || desc.set)) {
4958
- defineProperty$5(newObj, key, desc);
4959
- } else {
4960
- newObj[key] = obj[key];
4961
- }
4962
- }
4963
- }
4964
-
4965
- newObj["default"] = obj;
4966
-
4967
- if (cache) {
4968
- cache.set(obj, newObj);
4969
- }
4970
-
4971
- return newObj;
4972
- }
4973
-
4974
- function _interopRequireDefault(obj) {
4807
+ function _interopRequireDefault$1(obj) {
4975
4808
  return obj && obj.__esModule ? obj : {
4976
4809
  "default": obj
4977
4810
  };
4978
4811
  }
4979
4812
 
4980
- var defineProperty$1 = defineProperty$8;
4981
-
4982
4813
  // eslint-disable-next-line es/no-object-assign -- safe
4983
4814
  var $assign = Object.assign;
4984
4815
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
4985
- var defineProperty = Object.defineProperty;
4816
+ var defineProperty$1 = Object.defineProperty;
4986
4817
  var concat$1 = functionUncurryThis([].concat);
4987
4818
 
4988
4819
  // `Object.assign` method
4989
4820
  // https://tc39.es/ecma262/#sec-object.assign
4990
4821
  var objectAssign = !$assign || fails(function () {
4991
4822
  // should have correct order of operations (Edge bug)
4992
- if (descriptors && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {
4823
+ if (descriptors && $assign({ b: 1 }, $assign(defineProperty$1({}, 'a', {
4993
4824
  enumerable: true,
4994
4825
  get: function () {
4995
- defineProperty(this, 'b', {
4826
+ defineProperty$1(this, 'b', {
4996
4827
  value: 3,
4997
4828
  enumerable: false
4998
4829
  });
@@ -5033,7 +4864,9 @@ _export({ target: 'Object', stat: true, forced: Object.assign !== objectAssign }
5033
4864
  assign: objectAssign
5034
4865
  });
5035
4866
 
5036
- var assign$4 = path.Object.assign;
4867
+ var assign$5 = path.Object.assign;
4868
+
4869
+ var assign$4 = assign$5;
5037
4870
 
5038
4871
  var assign$3 = assign$4;
5039
4872
 
@@ -5041,10 +4874,8 @@ var assign$2 = assign$3;
5041
4874
 
5042
4875
  var assign$1 = assign$2;
5043
4876
 
5044
- var assign = assign$1;
5045
-
5046
- function _extends() {
5047
- _extends = assign || function (target) {
4877
+ function _extends$1() {
4878
+ _extends$1 = assign$1 || function (target) {
5048
4879
  for (var i = 1; i < arguments.length; i++) {
5049
4880
  var source = arguments[i];
5050
4881
 
@@ -5058,7 +4889,7 @@ function _extends() {
5058
4889
  return target;
5059
4890
  };
5060
4891
 
5061
- return _extends.apply(this, arguments);
4892
+ return _extends$1.apply(this, arguments);
5062
4893
  }
5063
4894
 
5064
4895
  var ChevronDown = createCommonjsModule(function (module, exports) {
@@ -5069,18 +4900,27 @@ var ChevronDown = createCommonjsModule(function (module, exports) {
5069
4900
 
5070
4901
 
5071
4902
 
5072
- defineProperty$1(exports, "__esModule", {
4903
+
4904
+
4905
+
4906
+
4907
+ defineProperty$2(exports, "__esModule", {
5073
4908
  value: true
5074
4909
  });
5075
4910
 
5076
4911
  exports.default = void 0;
5077
4912
 
5078
- var _extends2 = _interopRequireDefault(_extends);
4913
+ var _extends2 = _interopRequireDefault$1(_extends$1);
5079
4914
 
5080
4915
  var React = _interopRequireWildcard(React__default['default']);
5081
4916
 
4917
+ function _getRequireWildcardCache(nodeInterop) { if (typeof weakMap !== "function") return null; var cacheBabelInterop = new weakMap(); var cacheNodeInterop = new weakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
4918
+
4919
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = defineProperty$2 && getOwnPropertyDescriptor$2; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$2(obj, key) : null; if (desc && (desc.get || desc.set)) { defineProperty$2(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
4920
+
5082
4921
  function SvgChevronDown(props, svgRef) {
5083
4922
  return /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({}, props, {
4923
+ xmlns: "http://www.w3.org/2000/svg",
5084
4924
  viewBox: "0 0 1024 1024",
5085
4925
  fill: "currentColor",
5086
4926
  className: "Icon ".concat(props.className ? props.className : ''),
@@ -5090,7 +4930,7 @@ function SvgChevronDown(props, svgRef) {
5090
4930
  }));
5091
4931
  }
5092
4932
 
5093
- var ForwardRef = React.forwardRef(SvgChevronDown);
4933
+ var ForwardRef = /*#__PURE__*/React.forwardRef(SvgChevronDown);
5094
4934
  var _default = ForwardRef;
5095
4935
  exports.default = _default;
5096
4936
  });
@@ -5107,18 +4947,27 @@ var ChevronUp = createCommonjsModule(function (module, exports) {
5107
4947
 
5108
4948
 
5109
4949
 
5110
- defineProperty$1(exports, "__esModule", {
4950
+
4951
+
4952
+
4953
+
4954
+ defineProperty$2(exports, "__esModule", {
5111
4955
  value: true
5112
4956
  });
5113
4957
 
5114
4958
  exports.default = void 0;
5115
4959
 
5116
- var _extends2 = _interopRequireDefault(_extends);
4960
+ var _extends2 = _interopRequireDefault$1(_extends$1);
5117
4961
 
5118
4962
  var React = _interopRequireWildcard(React__default['default']);
5119
4963
 
4964
+ function _getRequireWildcardCache(nodeInterop) { if (typeof weakMap !== "function") return null; var cacheBabelInterop = new weakMap(); var cacheNodeInterop = new weakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
4965
+
4966
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = defineProperty$2 && getOwnPropertyDescriptor$2; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$2(obj, key) : null; if (desc && (desc.get || desc.set)) { defineProperty$2(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
4967
+
5120
4968
  function SvgChevronUp(props, svgRef) {
5121
4969
  return /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({}, props, {
4970
+ xmlns: "http://www.w3.org/2000/svg",
5122
4971
  viewBox: "0 0 1024 1024",
5123
4972
  fill: "currentColor",
5124
4973
  className: "Icon ".concat(props.className ? props.className : ''),
@@ -5128,7 +4977,7 @@ function SvgChevronUp(props, svgRef) {
5128
4977
  }));
5129
4978
  }
5130
4979
 
5131
- var ForwardRef = React.forwardRef(SvgChevronUp);
4980
+ var ForwardRef = /*#__PURE__*/React.forwardRef(SvgChevronUp);
5132
4981
  var _default = ForwardRef;
5133
4982
  exports.default = _default;
5134
4983
  });
@@ -5137,6 +4986,26 @@ unwrapExports(ChevronUp);
5137
4986
 
5138
4987
  var chevronUp = ChevronUp;
5139
4988
 
4989
+ var assign = assign$2;
4990
+
4991
+ function _extends() {
4992
+ _extends = assign || function (target) {
4993
+ for (var i = 1; i < arguments.length; i++) {
4994
+ var source = arguments[i];
4995
+
4996
+ for (var key in source) {
4997
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
4998
+ target[key] = source[key];
4999
+ }
5000
+ }
5001
+ }
5002
+
5003
+ return target;
5004
+ };
5005
+
5006
+ return _extends.apply(this, arguments);
5007
+ }
5008
+
5140
5009
  var getOwnPropertySymbols$5 = path.Object.getOwnPropertySymbols;
5141
5010
 
5142
5011
  var getOwnPropertySymbols$4 = getOwnPropertySymbols$5;
@@ -5790,7 +5659,7 @@ var from_1$1 = from_1$2;
5790
5659
  var from_1 = from_1$1;
5791
5660
 
5792
5661
  function _iterableToArray(iter) {
5793
- if (typeof symbol !== "undefined" && getIteratorMethod(iter) != null || iter["@@iterator"] != null) return from_1(iter);
5662
+ if (typeof symbol$1 !== "undefined" && getIteratorMethod(iter) != null || iter["@@iterator"] != null) return from_1(iter);
5794
5663
  }
5795
5664
 
5796
5665
  var HAS_SPECIES_SUPPORT$2 = arrayMethodHasSpeciesSupport('slice');
@@ -5903,18 +5772,27 @@ var TriangleDown = createCommonjsModule(function (module, exports) {
5903
5772
 
5904
5773
 
5905
5774
 
5906
- defineProperty$1(exports, "__esModule", {
5775
+
5776
+
5777
+
5778
+
5779
+ defineProperty$2(exports, "__esModule", {
5907
5780
  value: true
5908
5781
  });
5909
5782
 
5910
5783
  exports.default = void 0;
5911
5784
 
5912
- var _extends2 = _interopRequireDefault(_extends);
5785
+ var _extends2 = _interopRequireDefault$1(_extends$1);
5913
5786
 
5914
5787
  var React = _interopRequireWildcard(React__default['default']);
5915
5788
 
5789
+ function _getRequireWildcardCache(nodeInterop) { if (typeof weakMap !== "function") return null; var cacheBabelInterop = new weakMap(); var cacheNodeInterop = new weakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
5790
+
5791
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = defineProperty$2 && getOwnPropertyDescriptor$2; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$2(obj, key) : null; if (desc && (desc.get || desc.set)) { defineProperty$2(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
5792
+
5916
5793
  function SvgTriangleDown(props, svgRef) {
5917
5794
  return /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({}, props, {
5795
+ xmlns: "http://www.w3.org/2000/svg",
5918
5796
  viewBox: "0 0 1024 1024",
5919
5797
  fill: "currentColor",
5920
5798
  className: "Icon ".concat(props.className ? props.className : ''),
@@ -5924,7 +5802,7 @@ function SvgTriangleDown(props, svgRef) {
5924
5802
  }));
5925
5803
  }
5926
5804
 
5927
- var ForwardRef = React.forwardRef(SvgTriangleDown);
5805
+ var ForwardRef = /*#__PURE__*/React.forwardRef(SvgTriangleDown);
5928
5806
  var _default = ForwardRef;
5929
5807
  exports.default = _default;
5930
5808
  });
@@ -5941,18 +5819,27 @@ var TriangleUp = createCommonjsModule(function (module, exports) {
5941
5819
 
5942
5820
 
5943
5821
 
5944
- defineProperty$1(exports, "__esModule", {
5822
+
5823
+
5824
+
5825
+
5826
+ defineProperty$2(exports, "__esModule", {
5945
5827
  value: true
5946
5828
  });
5947
5829
 
5948
5830
  exports.default = void 0;
5949
5831
 
5950
- var _extends2 = _interopRequireDefault(_extends);
5832
+ var _extends2 = _interopRequireDefault$1(_extends$1);
5951
5833
 
5952
5834
  var React = _interopRequireWildcard(React__default['default']);
5953
5835
 
5836
+ function _getRequireWildcardCache(nodeInterop) { if (typeof weakMap !== "function") return null; var cacheBabelInterop = new weakMap(); var cacheNodeInterop = new weakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
5837
+
5838
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = defineProperty$2 && getOwnPropertyDescriptor$2; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$2(obj, key) : null; if (desc && (desc.get || desc.set)) { defineProperty$2(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
5839
+
5954
5840
  function SvgTriangleUp(props, svgRef) {
5955
5841
  return /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({}, props, {
5842
+ xmlns: "http://www.w3.org/2000/svg",
5956
5843
  viewBox: "0 0 1024 1024",
5957
5844
  fill: "currentColor",
5958
5845
  className: "Icon ".concat(props.className ? props.className : ''),
@@ -5962,7 +5849,7 @@ function SvgTriangleUp(props, svgRef) {
5962
5849
  }));
5963
5850
  }
5964
5851
 
5965
- var ForwardRef = React.forwardRef(SvgTriangleUp);
5852
+ var ForwardRef = /*#__PURE__*/React.forwardRef(SvgTriangleUp);
5966
5853
  var _default = ForwardRef;
5967
5854
  exports.default = _default;
5968
5855
  });
@@ -6115,18 +6002,27 @@ var ChevronLeft = createCommonjsModule(function (module, exports) {
6115
6002
 
6116
6003
 
6117
6004
 
6118
- defineProperty$1(exports, "__esModule", {
6005
+
6006
+
6007
+
6008
+
6009
+ defineProperty$2(exports, "__esModule", {
6119
6010
  value: true
6120
6011
  });
6121
6012
 
6122
6013
  exports.default = void 0;
6123
6014
 
6124
- var _extends2 = _interopRequireDefault(_extends);
6015
+ var _extends2 = _interopRequireDefault$1(_extends$1);
6125
6016
 
6126
6017
  var React = _interopRequireWildcard(React__default['default']);
6127
6018
 
6019
+ function _getRequireWildcardCache(nodeInterop) { if (typeof weakMap !== "function") return null; var cacheBabelInterop = new weakMap(); var cacheNodeInterop = new weakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
6020
+
6021
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = defineProperty$2 && getOwnPropertyDescriptor$2; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$2(obj, key) : null; if (desc && (desc.get || desc.set)) { defineProperty$2(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
6022
+
6128
6023
  function SvgChevronLeft(props, svgRef) {
6129
6024
  return /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({}, props, {
6025
+ xmlns: "http://www.w3.org/2000/svg",
6130
6026
  viewBox: "0 0 1024 1024",
6131
6027
  fill: "currentColor",
6132
6028
  className: "Icon ".concat(props.className ? props.className : ''),
@@ -6136,7 +6032,7 @@ function SvgChevronLeft(props, svgRef) {
6136
6032
  }));
6137
6033
  }
6138
6034
 
6139
- var ForwardRef = React.forwardRef(SvgChevronLeft);
6035
+ var ForwardRef = /*#__PURE__*/React.forwardRef(SvgChevronLeft);
6140
6036
  var _default = ForwardRef;
6141
6037
  exports.default = _default;
6142
6038
  });
@@ -6153,18 +6049,27 @@ var ChevronRight = createCommonjsModule(function (module, exports) {
6153
6049
 
6154
6050
 
6155
6051
 
6156
- defineProperty$1(exports, "__esModule", {
6052
+
6053
+
6054
+
6055
+
6056
+ defineProperty$2(exports, "__esModule", {
6157
6057
  value: true
6158
6058
  });
6159
6059
 
6160
6060
  exports.default = void 0;
6161
6061
 
6162
- var _extends2 = _interopRequireDefault(_extends);
6062
+ var _extends2 = _interopRequireDefault$1(_extends$1);
6163
6063
 
6164
6064
  var React = _interopRequireWildcard(React__default['default']);
6165
6065
 
6066
+ function _getRequireWildcardCache(nodeInterop) { if (typeof weakMap !== "function") return null; var cacheBabelInterop = new weakMap(); var cacheNodeInterop = new weakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
6067
+
6068
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = defineProperty$2 && getOwnPropertyDescriptor$2; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$2(obj, key) : null; if (desc && (desc.get || desc.set)) { defineProperty$2(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
6069
+
6166
6070
  function SvgChevronRight(props, svgRef) {
6167
6071
  return /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({}, props, {
6072
+ xmlns: "http://www.w3.org/2000/svg",
6168
6073
  viewBox: "0 0 1024 1024",
6169
6074
  fill: "currentColor",
6170
6075
  className: "Icon ".concat(props.className ? props.className : ''),
@@ -6174,7 +6079,7 @@ function SvgChevronRight(props, svgRef) {
6174
6079
  }));
6175
6080
  }
6176
6081
 
6177
- var ForwardRef = React.forwardRef(SvgChevronRight);
6082
+ var ForwardRef = /*#__PURE__*/React.forwardRef(SvgChevronRight);
6178
6083
  var _default = ForwardRef;
6179
6084
  exports.default = _default;
6180
6085
  });
@@ -6213,6 +6118,14 @@ var find$1 = find$2;
6213
6118
 
6214
6119
  var find = find$1;
6215
6120
 
6121
+ var defineProperty = defineProperty$9;
6122
+
6123
+ function _interopRequireDefault(obj) {
6124
+ return obj && obj.__esModule ? obj : {
6125
+ "default": obj
6126
+ };
6127
+ }
6128
+
6216
6129
  var $forEach = arrayIteration.forEach;
6217
6130
 
6218
6131
 
@@ -7378,7 +7291,7 @@ var environment$1 = createCommonjsModule(function (module, exports) {
7378
7291
 
7379
7292
 
7380
7293
 
7381
- defineProperty$1(exports, "__esModule", {
7294
+ defineProperty(exports, "__esModule", {
7382
7295
  value: true
7383
7296
  });
7384
7297
 
@@ -7780,7 +7693,7 @@ var dom$1 = createCommonjsModule(function (module, exports) {
7780
7693
 
7781
7694
 
7782
7695
 
7783
- defineProperty$1(exports, "__esModule", {
7696
+ defineProperty(exports, "__esModule", {
7784
7697
  value: true
7785
7698
  });
7786
7699
 
@@ -8713,7 +8626,7 @@ function _arrayWithHoles(arr) {
8713
8626
  }
8714
8627
 
8715
8628
  function _iterableToArrayLimit(arr, i) {
8716
- var _i = arr == null ? null : typeof symbol !== "undefined" && getIteratorMethod(arr) || arr["@@iterator"];
8629
+ var _i = arr == null ? null : typeof symbol$1 !== "undefined" && getIteratorMethod(arr) || arr["@@iterator"];
8717
8630
 
8718
8631
  if (_i == null) return;
8719
8632
  var _arr = [];
@@ -9229,7 +9142,7 @@ var filter$1 = filter$2;
9229
9142
 
9230
9143
  var filter = filter$1;
9231
9144
 
9232
- var getOwnPropertyDescriptor = getOwnPropertyDescriptor$5;
9145
+ var getOwnPropertyDescriptor = getOwnPropertyDescriptor$3;
9233
9146
 
9234
9147
  // `Object.getOwnPropertyDescriptors` method
9235
9148
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptors