@spothero/ui 14.0.0-beta.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 +7 -2
  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
@@ -103,15 +103,15 @@ var functionCall = functionBindNative ? call.bind(call) : function () {
103
103
 
104
104
  var $propertyIsEnumerable$1 = {}.propertyIsEnumerable;
105
105
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
106
- var getOwnPropertyDescriptor$7 = Object.getOwnPropertyDescriptor;
106
+ var getOwnPropertyDescriptor$5 = Object.getOwnPropertyDescriptor;
107
107
 
108
108
  // Nashorn ~ JDK8 bug
109
- var NASHORN_BUG = getOwnPropertyDescriptor$7 && !$propertyIsEnumerable$1.call({ 1: 2 }, 1);
109
+ var NASHORN_BUG = getOwnPropertyDescriptor$5 && !$propertyIsEnumerable$1.call({ 1: 2 }, 1);
110
110
 
111
111
  // `Object.prototype.propertyIsEnumerable` method implementation
112
112
  // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
113
113
  var f$8 = NASHORN_BUG ? function propertyIsEnumerable(V) {
114
- var descriptor = getOwnPropertyDescriptor$7(this, V);
114
+ var descriptor = getOwnPropertyDescriptor$5(this, V);
115
115
  return !!descriptor && descriptor.enumerable;
116
116
  } : $propertyIsEnumerable$1;
117
117
 
@@ -147,12 +147,12 @@ var indexedObject = fails(function () {
147
147
  return classofRaw(it) == 'String' ? split(it, '') : Object$6(it);
148
148
  } : Object$6;
149
149
 
150
- var TypeError$i = global_1.TypeError;
150
+ var TypeError$h = global_1.TypeError;
151
151
 
152
152
  // `RequireObjectCoercible` abstract operation
153
153
  // https://tc39.es/ecma262/#sec-requireobjectcoercible
154
154
  var requireObjectCoercible = function (it) {
155
- if (it == undefined) throw TypeError$i("Can't call method on " + it);
155
+ if (it == undefined) throw TypeError$h("Can't call method on " + it);
156
156
  return it;
157
157
  };
158
158
 
@@ -248,12 +248,12 @@ var tryToString = function (argument) {
248
248
  }
249
249
  };
250
250
 
251
- var TypeError$h = global_1.TypeError;
251
+ var TypeError$g = global_1.TypeError;
252
252
 
253
253
  // `Assert: IsCallable(argument) is true`
254
254
  var aCallable = function (argument) {
255
255
  if (isCallable(argument)) return argument;
256
- throw TypeError$h(tryToString(argument) + ' is not a function');
256
+ throw TypeError$g(tryToString(argument) + ' is not a function');
257
257
  };
258
258
 
259
259
  // `GetMethod` abstract operation
@@ -263,7 +263,7 @@ var getMethod = function (V, P) {
263
263
  return func == null ? undefined : aCallable(func);
264
264
  };
265
265
 
266
- var TypeError$g = global_1.TypeError;
266
+ var TypeError$f = global_1.TypeError;
267
267
 
268
268
  // `OrdinaryToPrimitive` abstract operation
269
269
  // https://tc39.es/ecma262/#sec-ordinarytoprimitive
@@ -272,17 +272,17 @@ var ordinaryToPrimitive = function (input, pref) {
272
272
  if (pref === 'string' && isCallable(fn = input.toString) && !isObject$3(val = functionCall(fn, input))) return val;
273
273
  if (isCallable(fn = input.valueOf) && !isObject$3(val = functionCall(fn, input))) return val;
274
274
  if (pref !== 'string' && isCallable(fn = input.toString) && !isObject$3(val = functionCall(fn, input))) return val;
275
- throw TypeError$g("Can't convert object to primitive value");
275
+ throw TypeError$f("Can't convert object to primitive value");
276
276
  };
277
277
 
278
278
  var isPure = true;
279
279
 
280
280
  // eslint-disable-next-line es/no-object-defineproperty -- safe
281
- var defineProperty$a = Object.defineProperty;
281
+ var defineProperty$b = Object.defineProperty;
282
282
 
283
283
  var setGlobal = function (key, value) {
284
284
  try {
285
- defineProperty$a(global_1, key, { value: value, configurable: true, writable: true });
285
+ defineProperty$b(global_1, key, { value: value, configurable: true, writable: true });
286
286
  } catch (error) {
287
287
  global_1[key] = value;
288
288
  } return value;
@@ -347,7 +347,7 @@ var wellKnownSymbol = function (name) {
347
347
  } return WellKnownSymbolsStore$1[name];
348
348
  };
349
349
 
350
- var TypeError$f = global_1.TypeError;
350
+ var TypeError$e = global_1.TypeError;
351
351
  var TO_PRIMITIVE$1 = wellKnownSymbol('toPrimitive');
352
352
 
353
353
  // `ToPrimitive` abstract operation
@@ -360,7 +360,7 @@ var toPrimitive = function (input, pref) {
360
360
  if (pref === undefined) pref = 'default';
361
361
  result = functionCall(exoticToPrim, input, pref);
362
362
  if (!isObject$3(result) || isSymbol$2(result)) return result;
363
- throw TypeError$f("Can't convert object to primitive value");
363
+ throw TypeError$e("Can't convert object to primitive value");
364
364
  }
365
365
  if (pref === undefined) pref = 'number';
366
366
  return ordinaryToPrimitive(input, pref);
@@ -448,15 +448,15 @@ var v8PrototypeDefineBug = descriptors && fails(function () {
448
448
  });
449
449
 
450
450
  var String$4 = global_1.String;
451
- var TypeError$e = global_1.TypeError;
451
+ var TypeError$d = global_1.TypeError;
452
452
 
453
453
  // `Assert: Type(argument) is Object`
454
454
  var anObject = function (argument) {
455
455
  if (isObject$3(argument)) return argument;
456
- throw TypeError$e(String$4(argument) + ' is not an object');
456
+ throw TypeError$d(String$4(argument) + ' is not an object');
457
457
  };
458
458
 
459
- var TypeError$d = global_1.TypeError;
459
+ var TypeError$c = global_1.TypeError;
460
460
  // eslint-disable-next-line es/no-object-defineproperty -- safe
461
461
  var $defineProperty$1 = Object.defineProperty;
462
462
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
@@ -489,7 +489,7 @@ var f$6 = descriptors ? v8PrototypeDefineBug ? function defineProperty(O, P, Att
489
489
  if (ie8DomDefine) try {
490
490
  return $defineProperty$1(O, P, Attributes);
491
491
  } catch (error) { /* empty */ }
492
- if ('get' in Attributes || 'set' in Attributes) throw TypeError$d('Accessors not supported');
492
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError$c('Accessors not supported');
493
493
  if ('value' in Attributes) O[P] = Attributes.value;
494
494
  return O;
495
495
  };
@@ -505,7 +505,7 @@ var createNonEnumerableProperty = descriptors ? function (object, key, value) {
505
505
  return object;
506
506
  };
507
507
 
508
- var getOwnPropertyDescriptor$6 = objectGetOwnPropertyDescriptor.f;
508
+ var getOwnPropertyDescriptor$4 = objectGetOwnPropertyDescriptor.f;
509
509
 
510
510
 
511
511
 
@@ -563,7 +563,7 @@ var _export = function (options, source) {
563
563
  targetProperty = target[key];
564
564
 
565
565
  if (USE_NATIVE) if (options.noTargetGet) {
566
- descriptor = getOwnPropertyDescriptor$6(nativeSource, key);
566
+ descriptor = getOwnPropertyDescriptor$4(nativeSource, key);
567
567
  nativeProperty = descriptor && descriptor.value;
568
568
  } else nativeProperty = nativeSource[key];
569
569
 
@@ -720,12 +720,12 @@ var isConstructor = !construct$3 || fails(function () {
720
720
  || called;
721
721
  }) ? isConstructorLegacy : isConstructorModern;
722
722
 
723
- var TypeError$c = global_1.TypeError;
723
+ var TypeError$b = global_1.TypeError;
724
724
 
725
725
  // `Assert: IsConstructor(argument) is true`
726
726
  var aConstructor = function (argument) {
727
727
  if (isConstructor(argument)) return argument;
728
- throw TypeError$c(tryToString(argument) + ' is not a constructor');
728
+ throw TypeError$b(tryToString(argument) + ' is not a constructor');
729
729
  };
730
730
 
731
731
  var ceil = Math.ceil;
@@ -798,17 +798,17 @@ var hiddenKeys$1 = {};
798
798
  var indexOf$6 = arrayIncludes.indexOf;
799
799
 
800
800
 
801
- var push$5 = functionUncurryThis([].push);
801
+ var push$4 = functionUncurryThis([].push);
802
802
 
803
803
  var objectKeysInternal = function (object, names) {
804
804
  var O = toIndexedObject(object);
805
805
  var i = 0;
806
806
  var result = [];
807
807
  var key;
808
- for (key in O) !hasOwnProperty_1(hiddenKeys$1, key) && hasOwnProperty_1(O, key) && push$5(result, key);
808
+ for (key in O) !hasOwnProperty_1(hiddenKeys$1, key) && hasOwnProperty_1(O, key) && push$4(result, key);
809
809
  // Don't enum bug & hidden keys
810
810
  while (names.length > i) if (hasOwnProperty_1(O, key = names[i++])) {
811
- ~indexOf$6(result, key) || push$5(result, key);
811
+ ~indexOf$6(result, key) || push$4(result, key);
812
812
  }
813
813
  return result;
814
814
  };
@@ -942,7 +942,7 @@ var objectCreate = Object.create || function create(O, Properties) {
942
942
 
943
943
  var nativeConstruct = getBuiltIn('Reflect', 'construct');
944
944
  var ObjectPrototype$2 = Object.prototype;
945
- var push$4 = [].push;
945
+ var push$3 = [].push;
946
946
 
947
947
  // `Reflect.construct` method
948
948
  // https://tc39.es/ecma262/#sec-reflect.construct
@@ -976,7 +976,7 @@ _export({ target: 'Reflect', stat: true, forced: FORCED$4, sham: FORCED$4 }, {
976
976
  }
977
977
  // w/o altered newTarget, lot of arguments case
978
978
  var $args = [null];
979
- functionApply(push$4, $args, args);
979
+ functionApply(push$3, $args, args);
980
980
  return new (functionApply(functionBind, Target, $args))();
981
981
  }
982
982
  // with altered newTarget, not support built-in constructors
@@ -999,13 +999,13 @@ function _classCallCheck(instance, Constructor) {
999
999
  }
1000
1000
  }
1001
1001
 
1002
- var defineProperty$9 = objectDefineProperty.f;
1002
+ var defineProperty$a = objectDefineProperty.f;
1003
1003
 
1004
1004
  // `Object.defineProperty` method
1005
1005
  // https://tc39.es/ecma262/#sec-object.defineproperty
1006
1006
  // eslint-disable-next-line es/no-object-defineproperty -- safe
1007
- _export({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProperty$9, sham: !descriptors }, {
1008
- defineProperty: defineProperty$9
1007
+ _export({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProperty$a, sham: !descriptors }, {
1008
+ defineProperty: defineProperty$a
1009
1009
  });
1010
1010
 
1011
1011
  var defineProperty_1 = createCommonjsModule(function (module) {
@@ -1018,14 +1018,14 @@ var defineProperty = module.exports = function defineProperty(it, key, desc) {
1018
1018
  if (Object.defineProperty.sham) defineProperty.sham = true;
1019
1019
  });
1020
1020
 
1021
- var defineProperty$8 = defineProperty_1;
1021
+ var defineProperty$9 = defineProperty_1;
1022
+
1023
+ var defineProperty$8 = defineProperty$9;
1022
1024
 
1023
1025
  var defineProperty$7 = defineProperty$8;
1024
1026
 
1025
1027
  var defineProperty$6 = defineProperty$7;
1026
1028
 
1027
- var defineProperty$5 = defineProperty$6;
1028
-
1029
1029
  function _defineProperties(target, props) {
1030
1030
  for (var i = 0; i < props.length; i++) {
1031
1031
  var descriptor = props[i];
@@ -1033,7 +1033,7 @@ function _defineProperties(target, props) {
1033
1033
  descriptor.configurable = true;
1034
1034
  if ("value" in descriptor) descriptor.writable = true;
1035
1035
 
1036
- defineProperty$5(target, descriptor.key, descriptor);
1036
+ defineProperty$6(target, descriptor.key, descriptor);
1037
1037
  }
1038
1038
  }
1039
1039
 
@@ -1072,11 +1072,11 @@ var create$1 = create$2;
1072
1072
  var create = create$1;
1073
1073
 
1074
1074
  var String$3 = global_1.String;
1075
- var TypeError$b = global_1.TypeError;
1075
+ var TypeError$a = global_1.TypeError;
1076
1076
 
1077
1077
  var aPossiblePrototype = function (argument) {
1078
1078
  if (typeof argument == 'object' || isCallable(argument)) return argument;
1079
- throw TypeError$b("Can't set " + String$3(argument) + ' as a prototype');
1079
+ throw TypeError$a("Can't set " + String$3(argument) + ' as a prototype');
1080
1080
  };
1081
1081
 
1082
1082
  /* eslint-disable no-proto -- safe */
@@ -1203,7 +1203,7 @@ var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
1203
1203
  var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
1204
1204
  var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
1205
1205
  var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
1206
- var TypeError$a = global_1.TypeError;
1206
+ var TypeError$9 = global_1.TypeError;
1207
1207
 
1208
1208
  // We can't use this feature detection in V8 since it causes
1209
1209
  // deoptimization and serious performance degradation
@@ -1238,10 +1238,10 @@ _export({ target: 'Array', proto: true, forced: FORCED$3 }, {
1238
1238
  E = i === -1 ? O : arguments[i];
1239
1239
  if (isConcatSpreadable(E)) {
1240
1240
  len = lengthOfArrayLike(E);
1241
- if (n + len > MAX_SAFE_INTEGER) throw TypeError$a(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1241
+ if (n + len > MAX_SAFE_INTEGER) throw TypeError$9(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1242
1242
  for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
1243
1243
  } else {
1244
- if (n >= MAX_SAFE_INTEGER) throw TypeError$a(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1244
+ if (n >= MAX_SAFE_INTEGER) throw TypeError$9(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1245
1245
  createProperty(A, n++, E);
1246
1246
  }
1247
1247
  }
@@ -1329,11 +1329,11 @@ var wellKnownSymbolWrapped = {
1329
1329
  f: f$1
1330
1330
  };
1331
1331
 
1332
- var defineProperty$4 = objectDefineProperty.f;
1332
+ var defineProperty$5 = objectDefineProperty.f;
1333
1333
 
1334
1334
  var defineWellKnownSymbol = function (NAME) {
1335
1335
  var Symbol = path.Symbol || (path.Symbol = {});
1336
- if (!hasOwnProperty_1(Symbol, NAME)) defineProperty$4(Symbol, NAME, {
1336
+ if (!hasOwnProperty_1(Symbol, NAME)) defineProperty$5(Symbol, NAME, {
1337
1337
  value: wellKnownSymbolWrapped.f(NAME)
1338
1338
  });
1339
1339
  };
@@ -1344,7 +1344,7 @@ var objectToString$2 = toStringTagSupport ? {}.toString : function toString() {
1344
1344
  return '[object ' + classof(this) + ']';
1345
1345
  };
1346
1346
 
1347
- var defineProperty$3 = objectDefineProperty.f;
1347
+ var defineProperty$4 = objectDefineProperty.f;
1348
1348
 
1349
1349
 
1350
1350
 
@@ -1356,7 +1356,7 @@ var setToStringTag = function (it, TAG, STATIC, SET_METHOD) {
1356
1356
  if (it) {
1357
1357
  var target = STATIC ? it : it.prototype;
1358
1358
  if (!hasOwnProperty_1(target, TO_STRING_TAG$2)) {
1359
- defineProperty$3(target, TO_STRING_TAG$2, { configurable: true, value: TAG });
1359
+ defineProperty$4(target, TO_STRING_TAG$2, { configurable: true, value: TAG });
1360
1360
  }
1361
1361
  if (SET_METHOD && !toStringTagSupport) {
1362
1362
  createNonEnumerableProperty(target, 'toString', objectToString$2);
@@ -1369,7 +1369,7 @@ var WeakMap$1 = global_1.WeakMap;
1369
1369
  var nativeWeakMap = isCallable(WeakMap$1) && /native code/.test(inspectSource(WeakMap$1));
1370
1370
 
1371
1371
  var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
1372
- var TypeError$9 = global_1.TypeError;
1372
+ var TypeError$8 = global_1.TypeError;
1373
1373
  var WeakMap = global_1.WeakMap;
1374
1374
  var set$1, get, has;
1375
1375
 
@@ -1381,7 +1381,7 @@ var getterFor = function (TYPE) {
1381
1381
  return function (it) {
1382
1382
  var state;
1383
1383
  if (!isObject$3(it) || (state = get(it)).type !== TYPE) {
1384
- throw TypeError$9('Incompatible receiver, ' + TYPE + ' required');
1384
+ throw TypeError$8('Incompatible receiver, ' + TYPE + ' required');
1385
1385
  } return state;
1386
1386
  };
1387
1387
  };
@@ -1392,7 +1392,7 @@ if (nativeWeakMap || sharedStore.state) {
1392
1392
  var wmhas = functionUncurryThis(store.has);
1393
1393
  var wmset = functionUncurryThis(store.set);
1394
1394
  set$1 = function (it, metadata) {
1395
- if (wmhas(store, it)) throw new TypeError$9(OBJECT_ALREADY_INITIALIZED);
1395
+ if (wmhas(store, it)) throw new TypeError$8(OBJECT_ALREADY_INITIALIZED);
1396
1396
  metadata.facade = it;
1397
1397
  wmset(store, it, metadata);
1398
1398
  return metadata;
@@ -1407,7 +1407,7 @@ if (nativeWeakMap || sharedStore.state) {
1407
1407
  var STATE = sharedKey('state');
1408
1408
  hiddenKeys$1[STATE] = true;
1409
1409
  set$1 = function (it, metadata) {
1410
- if (hasOwnProperty_1(it, STATE)) throw new TypeError$9(OBJECT_ALREADY_INITIALIZED);
1410
+ if (hasOwnProperty_1(it, STATE)) throw new TypeError$8(OBJECT_ALREADY_INITIALIZED);
1411
1411
  metadata.facade = it;
1412
1412
  createNonEnumerableProperty(it, STATE, metadata);
1413
1413
  return metadata;
@@ -1428,7 +1428,7 @@ var internalState = {
1428
1428
  getterFor: getterFor
1429
1429
  };
1430
1430
 
1431
- var push$3 = functionUncurryThis([].push);
1431
+ var push$2 = functionUncurryThis([].push);
1432
1432
 
1433
1433
  // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation
1434
1434
  var createMethod$2 = function (TYPE) {
@@ -1457,10 +1457,10 @@ var createMethod$2 = function (TYPE) {
1457
1457
  case 3: return true; // some
1458
1458
  case 5: return value; // find
1459
1459
  case 6: return index; // findIndex
1460
- case 2: push$3(target, value); // filter
1460
+ case 2: push$2(target, value); // filter
1461
1461
  } else switch (TYPE) {
1462
1462
  case 4: return false; // every
1463
- case 7: push$3(target, value); // filterReject
1463
+ case 7: push$2(target, value); // filterReject
1464
1464
  }
1465
1465
  }
1466
1466
  }
@@ -1508,14 +1508,14 @@ var getInternalState$3 = internalState.getterFor(SYMBOL);
1508
1508
  var ObjectPrototype$1 = Object[PROTOTYPE];
1509
1509
  var $Symbol = global_1.Symbol;
1510
1510
  var SymbolPrototype = $Symbol && $Symbol[PROTOTYPE];
1511
- var TypeError$8 = global_1.TypeError;
1511
+ var TypeError$7 = global_1.TypeError;
1512
1512
  var QObject = global_1.QObject;
1513
1513
  var $stringify = getBuiltIn('JSON', 'stringify');
1514
1514
  var nativeGetOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
1515
1515
  var nativeDefineProperty = objectDefineProperty.f;
1516
1516
  var nativeGetOwnPropertyNames = objectGetOwnPropertyNamesExternal.f;
1517
1517
  var nativePropertyIsEnumerable = objectPropertyIsEnumerable.f;
1518
- var push$2 = functionUncurryThis([].push);
1518
+ var push$1 = functionUncurryThis([].push);
1519
1519
 
1520
1520
  var AllSymbols = shared('symbols');
1521
1521
  var ObjectPrototypeSymbols = shared('op-symbols');
@@ -1604,7 +1604,7 @@ var $getOwnPropertyNames = function getOwnPropertyNames(O) {
1604
1604
  var names = nativeGetOwnPropertyNames(toIndexedObject(O));
1605
1605
  var result = [];
1606
1606
  $forEach$1(names, function (key) {
1607
- if (!hasOwnProperty_1(AllSymbols, key) && !hasOwnProperty_1(hiddenKeys$1, key)) push$2(result, key);
1607
+ if (!hasOwnProperty_1(AllSymbols, key) && !hasOwnProperty_1(hiddenKeys$1, key)) push$1(result, key);
1608
1608
  });
1609
1609
  return result;
1610
1610
  };
@@ -1615,7 +1615,7 @@ var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
1615
1615
  var result = [];
1616
1616
  $forEach$1(names, function (key) {
1617
1617
  if (hasOwnProperty_1(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || hasOwnProperty_1(ObjectPrototype$1, key))) {
1618
- push$2(result, AllSymbols[key]);
1618
+ push$1(result, AllSymbols[key]);
1619
1619
  }
1620
1620
  });
1621
1621
  return result;
@@ -1625,7 +1625,7 @@ var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
1625
1625
  // https://tc39.es/ecma262/#sec-symbol-constructor
1626
1626
  if (!nativeSymbol) {
1627
1627
  $Symbol = function Symbol() {
1628
- if (objectIsPrototypeOf(SymbolPrototype, this)) throw TypeError$8('Symbol is not a constructor');
1628
+ if (objectIsPrototypeOf(SymbolPrototype, this)) throw TypeError$7('Symbol is not a constructor');
1629
1629
  var description = !arguments.length || arguments[0] === undefined ? undefined : toString_1(arguments[0]);
1630
1630
  var tag = uid(description);
1631
1631
  var setter = function (value) {
@@ -1691,7 +1691,7 @@ _export({ target: SYMBOL, stat: true, forced: !nativeSymbol }, {
1691
1691
  // `Symbol.keyFor` method
1692
1692
  // https://tc39.es/ecma262/#sec-symbol.keyfor
1693
1693
  keyFor: function keyFor(sym) {
1694
- if (!isSymbol$2(sym)) throw TypeError$8(sym + ' is not a symbol');
1694
+ if (!isSymbol$2(sym)) throw TypeError$7(sym + ' is not a symbol');
1695
1695
  if (hasOwnProperty_1(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];
1696
1696
  },
1697
1697
  useSetter: function () { USE_SETTER = true; },
@@ -1831,7 +1831,7 @@ defineWellKnownSymbol('unscopables');
1831
1831
  // https://tc39.es/ecma262/#sec-json-@@tostringtag
1832
1832
  setToStringTag(global_1.JSON, 'JSON', true);
1833
1833
 
1834
- var symbol$4 = path.Symbol;
1834
+ var symbol$5 = path.Symbol;
1835
1835
 
1836
1836
  var iterators = {};
1837
1837
 
@@ -2090,9 +2090,9 @@ for (var COLLECTION_NAME in domIterables) {
2090
2090
  iterators[COLLECTION_NAME] = iterators.Array;
2091
2091
  }
2092
2092
 
2093
- var symbol$3 = symbol$4;
2093
+ var symbol$4 = symbol$5;
2094
2094
 
2095
- var symbol$2 = symbol$3;
2095
+ var symbol$3 = symbol$4;
2096
2096
 
2097
2097
  // `Symbol.asyncDispose` well-known symbol
2098
2098
  // https://github.com/tc39/proposal-using-statement
@@ -2131,9 +2131,9 @@ defineWellKnownSymbol('replaceAll');
2131
2131
  // TODO: Remove from `core-js@4`
2132
2132
 
2133
2133
 
2134
- var symbol$1 = symbol$2;
2134
+ var symbol$2 = symbol$3;
2135
2135
 
2136
- var symbol = symbol$1;
2136
+ var symbol$1 = symbol$2;
2137
2137
 
2138
2138
  var charAt$1 = functionUncurryThis(''.charAt);
2139
2139
  var charCodeAt = functionUncurryThis(''.charCodeAt);
@@ -2197,7 +2197,9 @@ defineIterator(String, 'String', function (iterated) {
2197
2197
  return { value: point, done: false };
2198
2198
  });
2199
2199
 
2200
- var iterator$4 = wellKnownSymbolWrapped.f('iterator');
2200
+ var iterator$5 = wellKnownSymbolWrapped.f('iterator');
2201
+
2202
+ var iterator$4 = iterator$5;
2201
2203
 
2202
2204
  var iterator$3 = iterator$4;
2203
2205
 
@@ -2205,26 +2207,24 @@ var iterator$2 = iterator$3;
2205
2207
 
2206
2208
  var iterator$1 = iterator$2;
2207
2209
 
2208
- var iterator = iterator$1;
2209
-
2210
- function _typeof(obj) {
2210
+ function _typeof$1(obj) {
2211
2211
  "@babel/helpers - typeof";
2212
2212
 
2213
- if (typeof symbol === "function" && typeof iterator === "symbol") {
2214
- _typeof = function _typeof(obj) {
2213
+ if (typeof symbol$1 === "function" && typeof iterator$1 === "symbol") {
2214
+ _typeof$1 = function _typeof(obj) {
2215
2215
  return typeof obj;
2216
2216
  };
2217
2217
  } else {
2218
- _typeof = function _typeof(obj) {
2219
- return obj && typeof symbol === "function" && obj.constructor === symbol && obj !== symbol.prototype ? "symbol" : typeof obj;
2218
+ _typeof$1 = function _typeof(obj) {
2219
+ return obj && typeof symbol$1 === "function" && obj.constructor === symbol$1 && obj !== symbol$1.prototype ? "symbol" : typeof obj;
2220
2220
  };
2221
2221
  }
2222
2222
 
2223
- return _typeof(obj);
2223
+ return _typeof$1(obj);
2224
2224
  }
2225
2225
 
2226
2226
  function _possibleConstructorReturn(self, call) {
2227
- if (call && (_typeof(call) === "object" || typeof call === "function")) {
2227
+ if (call && (_typeof$1(call) === "object" || typeof call === "function")) {
2228
2228
  return call;
2229
2229
  }
2230
2230
 
@@ -2260,7 +2260,7 @@ function _getPrototypeOf(o) {
2260
2260
 
2261
2261
  function _defineProperty(obj, key, value) {
2262
2262
  if (key in obj) {
2263
- defineProperty$5(obj, key, {
2263
+ defineProperty$6(obj, key, {
2264
2264
  value: value,
2265
2265
  enumerable: true,
2266
2266
  configurable: true,
@@ -4238,6 +4238,20 @@ UnmountClosed.UnmountClosed = UnmountClosed;
4238
4238
  var lib = UnmountClosed;
4239
4239
  var lib_1 = lib.Collapse;
4240
4240
 
4241
+ var symbol = symbol$2;
4242
+
4243
+ var iterator = iterator$2;
4244
+
4245
+ function _typeof(obj) {
4246
+ "@babel/helpers - typeof";
4247
+
4248
+ return _typeof = "function" == typeof symbol && "symbol" == typeof iterator ? function (obj) {
4249
+ return typeof obj;
4250
+ } : function (obj) {
4251
+ return obj && "function" == typeof symbol && obj.constructor === symbol && obj !== symbol.prototype ? "symbol" : typeof obj;
4252
+ }, _typeof(obj);
4253
+ }
4254
+
4241
4255
  var redefineAll = function (target, src, options) {
4242
4256
  for (var key in src) {
4243
4257
  if (options && options.unsafe && target[key]) target[key] = src[key];
@@ -4380,12 +4394,12 @@ var getIteratorMethod$4 = function (it) {
4380
4394
  || iterators[classof(it)];
4381
4395
  };
4382
4396
 
4383
- var TypeError$7 = global_1.TypeError;
4397
+ var TypeError$6 = global_1.TypeError;
4384
4398
 
4385
4399
  var getIterator = function (argument, usingIterator) {
4386
4400
  var iteratorMethod = arguments.length < 2 ? getIteratorMethod$4(argument) : usingIterator;
4387
4401
  if (aCallable(iteratorMethod)) return anObject(functionCall(iteratorMethod, argument));
4388
- throw TypeError$7(tryToString(argument) + ' is not iterable');
4402
+ throw TypeError$6(tryToString(argument) + ' is not iterable');
4389
4403
  };
4390
4404
 
4391
4405
  var iteratorClose = function (iterator, kind, value) {
@@ -4408,7 +4422,7 @@ var iteratorClose = function (iterator, kind, value) {
4408
4422
  return value;
4409
4423
  };
4410
4424
 
4411
- var TypeError$6 = global_1.TypeError;
4425
+ var TypeError$5 = global_1.TypeError;
4412
4426
 
4413
4427
  var Result = function (stopped, result) {
4414
4428
  this.stopped = stopped;
@@ -4441,7 +4455,7 @@ var iterate = function (iterable, unboundFunction, options) {
4441
4455
  iterator = iterable;
4442
4456
  } else {
4443
4457
  iterFn = getIteratorMethod$4(iterable);
4444
- if (!iterFn) throw TypeError$6(tryToString(iterable) + ' is not iterable');
4458
+ if (!iterFn) throw TypeError$5(tryToString(iterable) + ' is not iterable');
4445
4459
  // optimisation for array iterators
4446
4460
  if (isArrayIteratorMethod(iterFn)) {
4447
4461
  for (index = 0, length = lengthOfArrayLike(iterable); length > index; index++) {
@@ -4463,14 +4477,14 @@ var iterate = function (iterable, unboundFunction, options) {
4463
4477
  } return new Result(false);
4464
4478
  };
4465
4479
 
4466
- var TypeError$5 = global_1.TypeError;
4480
+ var TypeError$4 = global_1.TypeError;
4467
4481
 
4468
4482
  var anInstance = function (it, Prototype) {
4469
4483
  if (objectIsPrototypeOf(Prototype, it)) return it;
4470
- throw TypeError$5('Incorrect invocation');
4484
+ throw TypeError$4('Incorrect invocation');
4471
4485
  };
4472
4486
 
4473
- var defineProperty$2 = objectDefineProperty.f;
4487
+ var defineProperty$3 = objectDefineProperty.f;
4474
4488
  var forEach$4 = arrayIteration.forEach;
4475
4489
 
4476
4490
 
@@ -4518,7 +4532,7 @@ var collection = function (CONSTRUCTOR_NAME, wrapper, common) {
4518
4532
  }
4519
4533
  });
4520
4534
 
4521
- IS_WEAK || defineProperty$2(Prototype, 'size', {
4535
+ IS_WEAK || defineProperty$3(Prototype, 'size', {
4522
4536
  configurable: true,
4523
4537
  get: function () {
4524
4538
  return getInternalState(this).collection.size;
@@ -4724,141 +4738,14 @@ if (nativeWeakMap && IS_IE11) {
4724
4738
  });
4725
4739
  }
4726
4740
 
4727
- var weakMap$4 = path.WeakMap;
4728
-
4729
- var weakMap$3 = weakMap$4;
4730
-
4731
- var weakMap$2 = weakMap$3;
4732
-
4733
- // `Map.prototype.emplace` method
4734
- // https://github.com/thumbsupep/proposal-upsert
4735
- var mapEmplace = function emplace(key, handler) {
4736
- var map = anObject(this);
4737
- var get = aCallable(map.get);
4738
- var has = aCallable(map.has);
4739
- var set = aCallable(map.set);
4740
- var value = (functionCall(has, map, key) && 'update' in handler)
4741
- ? handler.update(functionCall(get, map, key), key, map)
4742
- : handler.insert(key, map);
4743
- functionCall(set, map, key, value);
4744
- return value;
4745
- };
4746
-
4747
- // `WeakMap.prototype.emplace` method
4748
- // https://github.com/tc39/proposal-upsert
4749
- _export({ target: 'WeakMap', proto: true, real: true, forced: true }, {
4750
- emplace: mapEmplace
4751
- });
4752
-
4753
- // https://tc39.github.io/proposal-setmap-offrom/
4754
-
4755
-
4756
-
4757
-
4758
-
4759
-
4760
- var push$1 = [].push;
4761
-
4762
- var collectionFrom = function from(source /* , mapFn, thisArg */) {
4763
- var length = arguments.length;
4764
- var mapFn = length > 1 ? arguments[1] : undefined;
4765
- var mapping, array, n, boundFunction;
4766
- aConstructor(this);
4767
- mapping = mapFn !== undefined;
4768
- if (mapping) aCallable(mapFn);
4769
- if (source == undefined) return new this();
4770
- array = [];
4771
- if (mapping) {
4772
- n = 0;
4773
- boundFunction = functionBindContext(mapFn, length > 2 ? arguments[2] : undefined);
4774
- iterate(source, function (nextItem) {
4775
- functionCall(push$1, array, boundFunction(nextItem, n++));
4776
- });
4777
- } else {
4778
- iterate(source, push$1, { that: array });
4779
- }
4780
- return new this(array);
4781
- };
4782
-
4783
- // `WeakMap.from` method
4784
- // https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.from
4785
- _export({ target: 'WeakMap', stat: true, forced: true }, {
4786
- from: collectionFrom
4787
- });
4788
-
4789
- // https://tc39.github.io/proposal-setmap-offrom/
4790
- var collectionOf = function of() {
4791
- return new this(arraySlice(arguments));
4792
- };
4793
-
4794
- // `WeakMap.of` method
4795
- // https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of
4796
- _export({ target: 'WeakMap', stat: true, forced: true }, {
4797
- of: collectionOf
4798
- });
4799
-
4800
- // https://github.com/tc39/collection-methods
4801
- var collectionDeleteAll = function deleteAll(/* ...elements */) {
4802
- var collection = anObject(this);
4803
- var remover = aCallable(collection['delete']);
4804
- var allDeleted = true;
4805
- var wasDeleted;
4806
- for (var k = 0, len = arguments.length; k < len; k++) {
4807
- wasDeleted = functionCall(remover, collection, arguments[k]);
4808
- allDeleted = allDeleted && wasDeleted;
4809
- }
4810
- return !!allDeleted;
4811
- };
4812
-
4813
- // `WeakMap.prototype.deleteAll` method
4814
- // https://github.com/tc39/proposal-collection-methods
4815
- _export({ target: 'WeakMap', proto: true, real: true, forced: true }, {
4816
- deleteAll: collectionDeleteAll
4817
- });
4818
-
4819
- var TypeError$4 = global_1.TypeError;
4820
-
4821
- // `Map.prototype.upsert` method
4822
- // https://github.com/thumbsupep/proposal-upsert
4823
- var mapUpsert = function upsert(key, updateFn /* , insertFn */) {
4824
- var map = anObject(this);
4825
- var get = aCallable(map.get);
4826
- var has = aCallable(map.has);
4827
- var set = aCallable(map.set);
4828
- var insertFn = arguments.length > 2 ? arguments[2] : undefined;
4829
- var value;
4830
- if (!isCallable(updateFn) && !isCallable(insertFn)) {
4831
- throw TypeError$4('At least one callback required');
4832
- }
4833
- if (functionCall(has, map, key)) {
4834
- value = functionCall(get, map, key);
4835
- if (isCallable(updateFn)) {
4836
- value = updateFn(value);
4837
- functionCall(set, map, key, value);
4838
- }
4839
- } else if (isCallable(insertFn)) {
4840
- value = insertFn();
4841
- functionCall(set, map, key, value);
4842
- } return value;
4843
- };
4844
-
4845
- // TODO: remove from `core-js@4`
4846
-
4847
-
4848
-
4849
- // `WeakMap.prototype.upsert` method (replaced by `WeakMap.prototype.emplace`)
4850
- // https://github.com/tc39/proposal-upsert
4851
- _export({ target: 'WeakMap', proto: true, real: true, forced: true }, {
4852
- upsert: mapUpsert
4853
- });
4854
-
4855
- // TODO: remove from `core-js@4`
4856
-
4741
+ var weakMap$2 = path.WeakMap;
4857
4742
 
4858
4743
  var weakMap$1 = weakMap$2;
4859
4744
 
4860
4745
  var weakMap = weakMap$1;
4861
4746
 
4747
+ var defineProperty$2 = defineProperty$9;
4748
+
4862
4749
  var nativeGetOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
4863
4750
 
4864
4751
 
@@ -4883,86 +4770,30 @@ var getOwnPropertyDescriptor = module.exports = function getOwnPropertyDescripto
4883
4770
  if (Object.getOwnPropertyDescriptor.sham) getOwnPropertyDescriptor.sham = true;
4884
4771
  });
4885
4772
 
4886
- var getOwnPropertyDescriptor$5 = getOwnPropertyDescriptor_1;
4887
-
4888
- var getOwnPropertyDescriptor$4 = getOwnPropertyDescriptor$5;
4889
-
4890
- var getOwnPropertyDescriptor$3 = getOwnPropertyDescriptor$4;
4773
+ var getOwnPropertyDescriptor$3 = getOwnPropertyDescriptor_1;
4891
4774
 
4892
4775
  var getOwnPropertyDescriptor$2 = getOwnPropertyDescriptor$3;
4893
4776
 
4894
- function _getRequireWildcardCache(nodeInterop) {
4895
- if (typeof weakMap !== "function") return null;
4896
- var cacheBabelInterop = new weakMap();
4897
- var cacheNodeInterop = new weakMap();
4898
- return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) {
4899
- return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
4900
- })(nodeInterop);
4901
- }
4902
-
4903
- function _interopRequireWildcard(obj, nodeInterop) {
4904
- if (!nodeInterop && obj && obj.__esModule) {
4905
- return obj;
4906
- }
4907
-
4908
- if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") {
4909
- return {
4910
- "default": obj
4911
- };
4912
- }
4913
-
4914
- var cache = _getRequireWildcardCache(nodeInterop);
4915
-
4916
- if (cache && cache.has(obj)) {
4917
- return cache.get(obj);
4918
- }
4919
-
4920
- var newObj = {};
4921
- var hasPropertyDescriptor = defineProperty$5 && getOwnPropertyDescriptor$2;
4922
-
4923
- for (var key in obj) {
4924
- if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
4925
- var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$2(obj, key) : null;
4926
-
4927
- if (desc && (desc.get || desc.set)) {
4928
- defineProperty$5(newObj, key, desc);
4929
- } else {
4930
- newObj[key] = obj[key];
4931
- }
4932
- }
4933
- }
4934
-
4935
- newObj["default"] = obj;
4936
-
4937
- if (cache) {
4938
- cache.set(obj, newObj);
4939
- }
4940
-
4941
- return newObj;
4942
- }
4943
-
4944
- function _interopRequireDefault(obj) {
4777
+ function _interopRequireDefault$1(obj) {
4945
4778
  return obj && obj.__esModule ? obj : {
4946
4779
  "default": obj
4947
4780
  };
4948
4781
  }
4949
4782
 
4950
- var defineProperty$1 = defineProperty$8;
4951
-
4952
4783
  // eslint-disable-next-line es/no-object-assign -- safe
4953
4784
  var $assign = Object.assign;
4954
4785
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
4955
- var defineProperty = Object.defineProperty;
4786
+ var defineProperty$1 = Object.defineProperty;
4956
4787
  var concat$1 = functionUncurryThis([].concat);
4957
4788
 
4958
4789
  // `Object.assign` method
4959
4790
  // https://tc39.es/ecma262/#sec-object.assign
4960
4791
  var objectAssign = !$assign || fails(function () {
4961
4792
  // should have correct order of operations (Edge bug)
4962
- if (descriptors && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {
4793
+ if (descriptors && $assign({ b: 1 }, $assign(defineProperty$1({}, 'a', {
4963
4794
  enumerable: true,
4964
4795
  get: function () {
4965
- defineProperty(this, 'b', {
4796
+ defineProperty$1(this, 'b', {
4966
4797
  value: 3,
4967
4798
  enumerable: false
4968
4799
  });
@@ -5003,7 +4834,9 @@ _export({ target: 'Object', stat: true, forced: Object.assign !== objectAssign }
5003
4834
  assign: objectAssign
5004
4835
  });
5005
4836
 
5006
- var assign$4 = path.Object.assign;
4837
+ var assign$5 = path.Object.assign;
4838
+
4839
+ var assign$4 = assign$5;
5007
4840
 
5008
4841
  var assign$3 = assign$4;
5009
4842
 
@@ -5011,10 +4844,8 @@ var assign$2 = assign$3;
5011
4844
 
5012
4845
  var assign$1 = assign$2;
5013
4846
 
5014
- var assign = assign$1;
5015
-
5016
- function _extends() {
5017
- _extends = assign || function (target) {
4847
+ function _extends$1() {
4848
+ _extends$1 = assign$1 || function (target) {
5018
4849
  for (var i = 1; i < arguments.length; i++) {
5019
4850
  var source = arguments[i];
5020
4851
 
@@ -5028,7 +4859,7 @@ function _extends() {
5028
4859
  return target;
5029
4860
  };
5030
4861
 
5031
- return _extends.apply(this, arguments);
4862
+ return _extends$1.apply(this, arguments);
5032
4863
  }
5033
4864
 
5034
4865
  var ChevronDown = createCommonjsModule(function (module, exports) {
@@ -5039,18 +4870,27 @@ var ChevronDown = createCommonjsModule(function (module, exports) {
5039
4870
 
5040
4871
 
5041
4872
 
5042
- defineProperty$1(exports, "__esModule", {
4873
+
4874
+
4875
+
4876
+
4877
+ defineProperty$2(exports, "__esModule", {
5043
4878
  value: true
5044
4879
  });
5045
4880
 
5046
4881
  exports.default = void 0;
5047
4882
 
5048
- var _extends2 = _interopRequireDefault(_extends);
4883
+ var _extends2 = _interopRequireDefault$1(_extends$1);
5049
4884
 
5050
4885
  var React$1 = _interopRequireWildcard(React);
5051
4886
 
4887
+ 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); }
4888
+
4889
+ 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; }
4890
+
5052
4891
  function SvgChevronDown(props, svgRef) {
5053
4892
  return /*#__PURE__*/React$1.createElement("svg", (0, _extends2.default)({}, props, {
4893
+ xmlns: "http://www.w3.org/2000/svg",
5054
4894
  viewBox: "0 0 1024 1024",
5055
4895
  fill: "currentColor",
5056
4896
  className: "Icon ".concat(props.className ? props.className : ''),
@@ -5060,7 +4900,7 @@ function SvgChevronDown(props, svgRef) {
5060
4900
  }));
5061
4901
  }
5062
4902
 
5063
- var ForwardRef = React$1.forwardRef(SvgChevronDown);
4903
+ var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgChevronDown);
5064
4904
  var _default = ForwardRef;
5065
4905
  exports.default = _default;
5066
4906
  });
@@ -5077,18 +4917,27 @@ var ChevronUp = createCommonjsModule(function (module, exports) {
5077
4917
 
5078
4918
 
5079
4919
 
5080
- defineProperty$1(exports, "__esModule", {
4920
+
4921
+
4922
+
4923
+
4924
+ defineProperty$2(exports, "__esModule", {
5081
4925
  value: true
5082
4926
  });
5083
4927
 
5084
4928
  exports.default = void 0;
5085
4929
 
5086
- var _extends2 = _interopRequireDefault(_extends);
4930
+ var _extends2 = _interopRequireDefault$1(_extends$1);
5087
4931
 
5088
4932
  var React$1 = _interopRequireWildcard(React);
5089
4933
 
4934
+ 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); }
4935
+
4936
+ 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; }
4937
+
5090
4938
  function SvgChevronUp(props, svgRef) {
5091
4939
  return /*#__PURE__*/React$1.createElement("svg", (0, _extends2.default)({}, props, {
4940
+ xmlns: "http://www.w3.org/2000/svg",
5092
4941
  viewBox: "0 0 1024 1024",
5093
4942
  fill: "currentColor",
5094
4943
  className: "Icon ".concat(props.className ? props.className : ''),
@@ -5098,7 +4947,7 @@ function SvgChevronUp(props, svgRef) {
5098
4947
  }));
5099
4948
  }
5100
4949
 
5101
- var ForwardRef = React$1.forwardRef(SvgChevronUp);
4950
+ var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgChevronUp);
5102
4951
  var _default = ForwardRef;
5103
4952
  exports.default = _default;
5104
4953
  });
@@ -5107,6 +4956,26 @@ unwrapExports(ChevronUp);
5107
4956
 
5108
4957
  var chevronUp = ChevronUp;
5109
4958
 
4959
+ var assign = assign$2;
4960
+
4961
+ function _extends() {
4962
+ _extends = assign || function (target) {
4963
+ for (var i = 1; i < arguments.length; i++) {
4964
+ var source = arguments[i];
4965
+
4966
+ for (var key in source) {
4967
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
4968
+ target[key] = source[key];
4969
+ }
4970
+ }
4971
+ }
4972
+
4973
+ return target;
4974
+ };
4975
+
4976
+ return _extends.apply(this, arguments);
4977
+ }
4978
+
5110
4979
  var getOwnPropertySymbols$5 = path.Object.getOwnPropertySymbols;
5111
4980
 
5112
4981
  var getOwnPropertySymbols$4 = getOwnPropertySymbols$5;
@@ -5760,7 +5629,7 @@ var from_1$1 = from_1$2;
5760
5629
  var from_1 = from_1$1;
5761
5630
 
5762
5631
  function _iterableToArray(iter) {
5763
- if (typeof symbol !== "undefined" && getIteratorMethod(iter) != null || iter["@@iterator"] != null) return from_1(iter);
5632
+ if (typeof symbol$1 !== "undefined" && getIteratorMethod(iter) != null || iter["@@iterator"] != null) return from_1(iter);
5764
5633
  }
5765
5634
 
5766
5635
  var HAS_SPECIES_SUPPORT$2 = arrayMethodHasSpeciesSupport('slice');
@@ -5873,18 +5742,27 @@ var TriangleDown = createCommonjsModule(function (module, exports) {
5873
5742
 
5874
5743
 
5875
5744
 
5876
- defineProperty$1(exports, "__esModule", {
5745
+
5746
+
5747
+
5748
+
5749
+ defineProperty$2(exports, "__esModule", {
5877
5750
  value: true
5878
5751
  });
5879
5752
 
5880
5753
  exports.default = void 0;
5881
5754
 
5882
- var _extends2 = _interopRequireDefault(_extends);
5755
+ var _extends2 = _interopRequireDefault$1(_extends$1);
5883
5756
 
5884
5757
  var React$1 = _interopRequireWildcard(React);
5885
5758
 
5759
+ 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); }
5760
+
5761
+ 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; }
5762
+
5886
5763
  function SvgTriangleDown(props, svgRef) {
5887
5764
  return /*#__PURE__*/React$1.createElement("svg", (0, _extends2.default)({}, props, {
5765
+ xmlns: "http://www.w3.org/2000/svg",
5888
5766
  viewBox: "0 0 1024 1024",
5889
5767
  fill: "currentColor",
5890
5768
  className: "Icon ".concat(props.className ? props.className : ''),
@@ -5894,7 +5772,7 @@ function SvgTriangleDown(props, svgRef) {
5894
5772
  }));
5895
5773
  }
5896
5774
 
5897
- var ForwardRef = React$1.forwardRef(SvgTriangleDown);
5775
+ var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgTriangleDown);
5898
5776
  var _default = ForwardRef;
5899
5777
  exports.default = _default;
5900
5778
  });
@@ -5911,18 +5789,27 @@ var TriangleUp = createCommonjsModule(function (module, exports) {
5911
5789
 
5912
5790
 
5913
5791
 
5914
- defineProperty$1(exports, "__esModule", {
5792
+
5793
+
5794
+
5795
+
5796
+ defineProperty$2(exports, "__esModule", {
5915
5797
  value: true
5916
5798
  });
5917
5799
 
5918
5800
  exports.default = void 0;
5919
5801
 
5920
- var _extends2 = _interopRequireDefault(_extends);
5802
+ var _extends2 = _interopRequireDefault$1(_extends$1);
5921
5803
 
5922
5804
  var React$1 = _interopRequireWildcard(React);
5923
5805
 
5806
+ 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); }
5807
+
5808
+ 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; }
5809
+
5924
5810
  function SvgTriangleUp(props, svgRef) {
5925
5811
  return /*#__PURE__*/React$1.createElement("svg", (0, _extends2.default)({}, props, {
5812
+ xmlns: "http://www.w3.org/2000/svg",
5926
5813
  viewBox: "0 0 1024 1024",
5927
5814
  fill: "currentColor",
5928
5815
  className: "Icon ".concat(props.className ? props.className : ''),
@@ -5932,7 +5819,7 @@ function SvgTriangleUp(props, svgRef) {
5932
5819
  }));
5933
5820
  }
5934
5821
 
5935
- var ForwardRef = React$1.forwardRef(SvgTriangleUp);
5822
+ var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgTriangleUp);
5936
5823
  var _default = ForwardRef;
5937
5824
  exports.default = _default;
5938
5825
  });
@@ -6085,18 +5972,27 @@ var ChevronLeft = createCommonjsModule(function (module, exports) {
6085
5972
 
6086
5973
 
6087
5974
 
6088
- defineProperty$1(exports, "__esModule", {
5975
+
5976
+
5977
+
5978
+
5979
+ defineProperty$2(exports, "__esModule", {
6089
5980
  value: true
6090
5981
  });
6091
5982
 
6092
5983
  exports.default = void 0;
6093
5984
 
6094
- var _extends2 = _interopRequireDefault(_extends);
5985
+ var _extends2 = _interopRequireDefault$1(_extends$1);
6095
5986
 
6096
5987
  var React$1 = _interopRequireWildcard(React);
6097
5988
 
5989
+ 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); }
5990
+
5991
+ 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; }
5992
+
6098
5993
  function SvgChevronLeft(props, svgRef) {
6099
5994
  return /*#__PURE__*/React$1.createElement("svg", (0, _extends2.default)({}, props, {
5995
+ xmlns: "http://www.w3.org/2000/svg",
6100
5996
  viewBox: "0 0 1024 1024",
6101
5997
  fill: "currentColor",
6102
5998
  className: "Icon ".concat(props.className ? props.className : ''),
@@ -6106,7 +6002,7 @@ function SvgChevronLeft(props, svgRef) {
6106
6002
  }));
6107
6003
  }
6108
6004
 
6109
- var ForwardRef = React$1.forwardRef(SvgChevronLeft);
6005
+ var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgChevronLeft);
6110
6006
  var _default = ForwardRef;
6111
6007
  exports.default = _default;
6112
6008
  });
@@ -6123,18 +6019,27 @@ var ChevronRight = createCommonjsModule(function (module, exports) {
6123
6019
 
6124
6020
 
6125
6021
 
6126
- defineProperty$1(exports, "__esModule", {
6022
+
6023
+
6024
+
6025
+
6026
+ defineProperty$2(exports, "__esModule", {
6127
6027
  value: true
6128
6028
  });
6129
6029
 
6130
6030
  exports.default = void 0;
6131
6031
 
6132
- var _extends2 = _interopRequireDefault(_extends);
6032
+ var _extends2 = _interopRequireDefault$1(_extends$1);
6133
6033
 
6134
6034
  var React$1 = _interopRequireWildcard(React);
6135
6035
 
6036
+ 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); }
6037
+
6038
+ 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; }
6039
+
6136
6040
  function SvgChevronRight(props, svgRef) {
6137
6041
  return /*#__PURE__*/React$1.createElement("svg", (0, _extends2.default)({}, props, {
6042
+ xmlns: "http://www.w3.org/2000/svg",
6138
6043
  viewBox: "0 0 1024 1024",
6139
6044
  fill: "currentColor",
6140
6045
  className: "Icon ".concat(props.className ? props.className : ''),
@@ -6144,7 +6049,7 @@ function SvgChevronRight(props, svgRef) {
6144
6049
  }));
6145
6050
  }
6146
6051
 
6147
- var ForwardRef = React$1.forwardRef(SvgChevronRight);
6052
+ var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgChevronRight);
6148
6053
  var _default = ForwardRef;
6149
6054
  exports.default = _default;
6150
6055
  });
@@ -6183,6 +6088,14 @@ var find$1 = find$2;
6183
6088
 
6184
6089
  var find = find$1;
6185
6090
 
6091
+ var defineProperty = defineProperty$9;
6092
+
6093
+ function _interopRequireDefault(obj) {
6094
+ return obj && obj.__esModule ? obj : {
6095
+ "default": obj
6096
+ };
6097
+ }
6098
+
6186
6099
  var $forEach = arrayIteration.forEach;
6187
6100
 
6188
6101
 
@@ -7348,7 +7261,7 @@ var environment$1 = createCommonjsModule(function (module, exports) {
7348
7261
 
7349
7262
 
7350
7263
 
7351
- defineProperty$1(exports, "__esModule", {
7264
+ defineProperty(exports, "__esModule", {
7352
7265
  value: true
7353
7266
  });
7354
7267
 
@@ -7750,7 +7663,7 @@ var dom$1 = createCommonjsModule(function (module, exports) {
7750
7663
 
7751
7664
 
7752
7665
 
7753
- defineProperty$1(exports, "__esModule", {
7666
+ defineProperty(exports, "__esModule", {
7754
7667
  value: true
7755
7668
  });
7756
7669
 
@@ -8683,7 +8596,7 @@ function _arrayWithHoles(arr) {
8683
8596
  }
8684
8597
 
8685
8598
  function _iterableToArrayLimit(arr, i) {
8686
- var _i = arr == null ? null : typeof symbol !== "undefined" && getIteratorMethod(arr) || arr["@@iterator"];
8599
+ var _i = arr == null ? null : typeof symbol$1 !== "undefined" && getIteratorMethod(arr) || arr["@@iterator"];
8687
8600
 
8688
8601
  if (_i == null) return;
8689
8602
  var _arr = [];
@@ -9199,7 +9112,7 @@ var filter$1 = filter$2;
9199
9112
 
9200
9113
  var filter = filter$1;
9201
9114
 
9202
- var getOwnPropertyDescriptor = getOwnPropertyDescriptor$5;
9115
+ var getOwnPropertyDescriptor = getOwnPropertyDescriptor$3;
9203
9116
 
9204
9117
  // `Object.getOwnPropertyDescriptors` method
9205
9118
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptors