@spothero/ui 14.2.0 → 14.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/CHANGELOG.tmp +3 -3
  3. package/backlog/Alert/Alert.js +4 -1
  4. package/backlog/AutoSuggestInput/AutoSuggestInput.js +17 -10
  5. package/backlog/AutoSuggestInput/AutoSuggestItem.js +10 -7
  6. package/backlog/AutoSuggestInput/AutoSuggestList.js +12 -9
  7. package/backlog/Badge/Badge.js +4 -1
  8. package/backlog/Chart/Chart.js +17 -10
  9. package/backlog/Checkbox/Checkbox.js +10 -7
  10. package/backlog/DateTime/DatePicker.js +10 -7
  11. package/backlog/DateTime/DatePickerCalendar.js +10 -7
  12. package/backlog/DateTime/DatePickerCalendarNavigation.js +10 -7
  13. package/backlog/DateTime/DatePickerCalendarWithRange.js +17 -10
  14. package/backlog/DateTime/DateTimePicker.js +10 -7
  15. package/backlog/DateTime/DateTimeRangePicker.js +20 -11
  16. package/backlog/DateTime/TimePicker.js +10 -7
  17. package/backlog/DateTime/date-time-assertions.js +4 -1
  18. package/backlog/DateTime/index.js +15 -7
  19. package/backlog/ErrorBoundary/ErrorBoundary.js +10 -7
  20. package/backlog/Flyout/Flyout.js +21 -11
  21. package/backlog/Form/Form.js +13 -8
  22. package/backlog/Form/FormElementError.js +4 -1
  23. package/backlog/Form/FormGroup.js +4 -1
  24. package/backlog/Form/FormGroupError.js +4 -1
  25. package/backlog/Form/index.js +11 -5
  26. package/backlog/GooglePlacesSearchInput/GooglePlacesSearchInput.js +17 -10
  27. package/backlog/GooglePlacesSearchInput/PoweredByGoogle.js +4 -1
  28. package/backlog/GooglePlacesSearchInput/index.js +7 -3
  29. package/backlog/HorizontalRule/HorizontalRule.js +4 -1
  30. package/backlog/Label/Label.js +4 -1
  31. package/backlog/Modal/Modal.js +22 -12
  32. package/backlog/Modal/ModalContent.js +10 -7
  33. package/backlog/Modal/ModalFooter.js +10 -7
  34. package/backlog/Modal/index.js +9 -4
  35. package/backlog/Notification/Notification.js +10 -7
  36. package/backlog/Notification/NotificationContainer.js +10 -7
  37. package/backlog/Notification/NotificationPropTypes.js +4 -1
  38. package/backlog/Notification/index.js +7 -3
  39. package/backlog/PasswordControl/PasswordControl.js +13 -8
  40. package/backlog/Portal/Portal.js +10 -7
  41. package/backlog/PulseLoader/PulseLoader.js +4 -1
  42. package/backlog/Radio/Radio.js +10 -7
  43. package/backlog/Radio/RadioGroup.js +12 -9
  44. package/backlog/Radio/index.js +7 -3
  45. package/backlog/RenderInBody/RenderInBody.js +10 -7
  46. package/backlog/Select/Select.js +15 -10
  47. package/backlog/Select/SelectItemPropTypes.js +4 -1
  48. package/backlog/Select/index.js +7 -3
  49. package/backlog/SelectControlled/SelectControlled.js +15 -10
  50. package/backlog/SelectControlled/index.js +5 -2
  51. package/backlog/Sprite/Sprite.js +4 -1
  52. package/backlog/Tabs/Tab.js +10 -7
  53. package/backlog/Tabs/TabContent.js +9 -6
  54. package/backlog/Tabs/TabNavigation.js +13 -8
  55. package/backlog/Tabs/TabPanel.js +4 -1
  56. package/backlog/Tabs/Tabs.js +10 -7
  57. package/backlog/Tabs/index.js +13 -6
  58. package/backlog/TextArea/TextArea.js +10 -7
  59. package/backlog/TextInput/TextInput.js +12 -9
  60. package/backlog/TextInput/TextInputPropTypes.js +4 -1
  61. package/backlog/TextInput/index.js +7 -3
  62. package/backlog/Tooltip/Tooltip.js +16 -9
  63. package/backlog/index.js +111 -55
  64. package/backlog/v1/components/Button/Button.js +4 -1
  65. package/backlog/v1/components/Button/button-props.js +4 -1
  66. package/backlog/v1/components/Image/Image.js +12 -9
  67. package/backlog/v1/components/Loader/Loader.js +4 -1
  68. package/backlog/v1/components/Panel/Panel.js +10 -7
  69. package/backlog/v1/components/Table/Table.js +14 -9
  70. package/backlog/v1/components/Table/TableCell.js +4 -1
  71. package/backlog/v1/components/Table/TableCellPropTypes.js +4 -1
  72. package/backlog/v1/components/Table/TableControls.js +4 -1
  73. package/backlog/v1/components/Table/TableFooter.js +4 -1
  74. package/backlog/v1/components/Table/TableHeading.js +10 -7
  75. package/backlog/v1/components/Table/TableHeadingPropTypes.js +4 -1
  76. package/backlog/v1/components/Table/TableSortSelector.js +10 -7
  77. package/backlog/v1/components/Table/TableSortType.js +4 -1
  78. package/backlog/v1/components/Table/index.js +13 -6
  79. package/backlog/v1/components/TextButton/TextButton.js +14 -7
  80. package/backlog/v1/components/index.js +15 -7
  81. package/backlog/v1/utils/deprecate.js +8 -3
  82. package/package.json +4 -4
  83. package/v1/index-bundled-cjs/index.js +1 -1
  84. package/v1/index-bundled-cjs/index.js.map +1 -1
  85. package/v1/index-bundled-esm/index.js +1 -1
  86. package/v1/index-bundled-esm/index.js.map +1 -1
  87. package/v1/index-unbundled-cjs/index.js +1021 -502
  88. package/v1/index-unbundled-cjs/index.js.map +1 -1
  89. package/v1/index-unbundled-esm/index.js +1018 -499
  90. package/v1/index-unbundled-esm/index.js.map +1 -1
  91. package/v2/index-bundled-cjs/ImageCarousel-217e7062.js +2 -0
  92. package/v2/index-bundled-cjs/ImageCarousel-217e7062.js.map +1 -0
  93. package/v2/index-bundled-cjs/index-b41e1da9.js +25 -0
  94. package/v2/index-bundled-cjs/index-b41e1da9.js.map +1 -0
  95. package/v2/index-bundled-cjs/index.js +1 -1
  96. package/v2/index-bundled-esm/ImageCarousel-4127414d.js +2 -0
  97. package/v2/index-bundled-esm/ImageCarousel-4127414d.js.map +1 -0
  98. package/v2/index-bundled-esm/index-22452751.js +24 -0
  99. package/v2/index-bundled-esm/index-22452751.js.map +1 -0
  100. package/v2/index-bundled-esm/index.js +1 -1
  101. package/v2/index-unbundled-cjs/{ImageCarousel-177bd013.js → ImageCarousel-0575526b.js} +72 -368
  102. package/v2/index-unbundled-cjs/ImageCarousel-0575526b.js.map +1 -0
  103. package/v2/index-unbundled-cjs/{index-b74c975b.js → index-c8c6025d.js} +2290 -595
  104. package/v2/index-unbundled-cjs/index-c8c6025d.js.map +1 -0
  105. package/v2/index-unbundled-cjs/index.js +15 -15
  106. package/v2/index-unbundled-esm/{ImageCarousel-7afef93f.js → ImageCarousel-c8a3e563.js} +71 -367
  107. package/v2/index-unbundled-esm/ImageCarousel-c8a3e563.js.map +1 -0
  108. package/v2/index-unbundled-esm/{index-7468c651.js → index-403d8033.js} +2273 -576
  109. package/v2/index-unbundled-esm/index-403d8033.js.map +1 -0
  110. package/v2/index-unbundled-esm/index.js +1 -1
  111. package/v2/index-bundled-cjs/ImageCarousel-0955843b.js +0 -2
  112. package/v2/index-bundled-cjs/ImageCarousel-0955843b.js.map +0 -1
  113. package/v2/index-bundled-cjs/index-0471eeac.js +0 -25
  114. package/v2/index-bundled-cjs/index-0471eeac.js.map +0 -1
  115. package/v2/index-bundled-esm/ImageCarousel-fd93978a.js +0 -2
  116. package/v2/index-bundled-esm/ImageCarousel-fd93978a.js.map +0 -1
  117. package/v2/index-bundled-esm/index-23126b40.js +0 -24
  118. package/v2/index-bundled-esm/index-23126b40.js.map +0 -1
  119. package/v2/index-unbundled-cjs/ImageCarousel-177bd013.js.map +0 -1
  120. package/v2/index-unbundled-cjs/index-b74c975b.js.map +0 -1
  121. package/v2/index-unbundled-esm/ImageCarousel-7afef93f.js.map +0 -1
  122. package/v2/index-unbundled-esm/index-7468c651.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$5 = Object.getOwnPropertyDescriptor;
106
+ var getOwnPropertyDescriptor$4 = Object.getOwnPropertyDescriptor;
107
107
 
108
108
  // Nashorn ~ JDK8 bug
109
- var NASHORN_BUG = getOwnPropertyDescriptor$5 && !$propertyIsEnumerable$1.call({ 1: 2 }, 1);
109
+ var NASHORN_BUG = getOwnPropertyDescriptor$4 && !$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$5(this, V);
114
+ var descriptor = getOwnPropertyDescriptor$4(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$h = global_1.TypeError;
150
+ var TypeError$i = 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$h("Can't call method on " + it);
155
+ if (it == undefined) throw TypeError$i("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$g = global_1.TypeError;
251
+ var TypeError$h = 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$g(tryToString(argument) + ' is not a function');
256
+ throw TypeError$h(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$f = global_1.TypeError;
266
+ var TypeError$g = 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$f("Can't convert object to primitive value");
275
+ throw TypeError$g("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$b = Object.defineProperty;
281
+ var defineProperty$a = Object.defineProperty;
282
282
 
283
283
  var setGlobal = function (key, value) {
284
284
  try {
285
- defineProperty$b(global_1, key, { value: value, configurable: true, writable: true });
285
+ defineProperty$a(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$e = global_1.TypeError;
350
+ var TypeError$f = 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$e("Can't convert object to primitive value");
363
+ throw TypeError$f("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$d = global_1.TypeError;
451
+ var TypeError$e = 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$d(String$4(argument) + ' is not an object');
456
+ throw TypeError$e(String$4(argument) + ' is not an object');
457
457
  };
458
458
 
459
- var TypeError$c = global_1.TypeError;
459
+ var TypeError$d = 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$c('Accessors not supported');
492
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError$d('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$4 = objectGetOwnPropertyDescriptor.f;
508
+ var getOwnPropertyDescriptor$3 = 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$4(nativeSource, key);
566
+ descriptor = getOwnPropertyDescriptor$3(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$b = global_1.TypeError;
723
+ var TypeError$c = 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$b(tryToString(argument) + ' is not a constructor');
728
+ throw TypeError$c(tryToString(argument) + ' is not a constructor');
729
729
  };
730
730
 
731
731
  var ceil = Math.ceil;
@@ -765,7 +765,7 @@ var lengthOfArrayLike = function (obj) {
765
765
  };
766
766
 
767
767
  // `Array.prototype.{ indexOf, includes }` methods implementation
768
- var createMethod$3 = function (IS_INCLUDES) {
768
+ var createMethod$4 = function (IS_INCLUDES) {
769
769
  return function ($this, el, fromIndex) {
770
770
  var O = toIndexedObject($this);
771
771
  var length = lengthOfArrayLike(O);
@@ -787,10 +787,10 @@ var createMethod$3 = function (IS_INCLUDES) {
787
787
  var arrayIncludes = {
788
788
  // `Array.prototype.includes` method
789
789
  // https://tc39.es/ecma262/#sec-array.prototype.includes
790
- includes: createMethod$3(true),
790
+ includes: createMethod$4(true),
791
791
  // `Array.prototype.indexOf` method
792
792
  // https://tc39.es/ecma262/#sec-array.prototype.indexof
793
- indexOf: createMethod$3(false)
793
+ indexOf: createMethod$4(false)
794
794
  };
795
795
 
796
796
  var hiddenKeys$1 = {};
@@ -993,19 +993,139 @@ var construct$1 = construct$2;
993
993
 
994
994
  var construct = construct$1;
995
995
 
996
+ // `IsArray` abstract operation
997
+ // https://tc39.es/ecma262/#sec-isarray
998
+ // eslint-disable-next-line es/no-array-isarray -- safe
999
+ var isArray$5 = Array.isArray || function isArray(argument) {
1000
+ return classofRaw(argument) == 'Array';
1001
+ };
1002
+
1003
+ var createProperty = function (object, key, value) {
1004
+ var propertyKey = toPropertyKey(key);
1005
+ if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
1006
+ else object[propertyKey] = value;
1007
+ };
1008
+
1009
+ var SPECIES$5 = wellKnownSymbol('species');
1010
+ var Array$4 = global_1.Array;
1011
+
1012
+ // a part of `ArraySpeciesCreate` abstract operation
1013
+ // https://tc39.es/ecma262/#sec-arrayspeciescreate
1014
+ var arraySpeciesConstructor = function (originalArray) {
1015
+ var C;
1016
+ if (isArray$5(originalArray)) {
1017
+ C = originalArray.constructor;
1018
+ // cross-realm fallback
1019
+ if (isConstructor(C) && (C === Array$4 || isArray$5(C.prototype))) C = undefined;
1020
+ else if (isObject$3(C)) {
1021
+ C = C[SPECIES$5];
1022
+ if (C === null) C = undefined;
1023
+ }
1024
+ } return C === undefined ? Array$4 : C;
1025
+ };
1026
+
1027
+ // `ArraySpeciesCreate` abstract operation
1028
+ // https://tc39.es/ecma262/#sec-arrayspeciescreate
1029
+ var arraySpeciesCreate = function (originalArray, length) {
1030
+ return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);
1031
+ };
1032
+
1033
+ var SPECIES$4 = wellKnownSymbol('species');
1034
+
1035
+ var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
1036
+ // We can't use this feature detection in V8 since it causes
1037
+ // deoptimization and serious performance degradation
1038
+ // https://github.com/zloirock/core-js/issues/677
1039
+ return engineV8Version >= 51 || !fails(function () {
1040
+ var array = [];
1041
+ var constructor = array.constructor = {};
1042
+ constructor[SPECIES$4] = function () {
1043
+ return { foo: 1 };
1044
+ };
1045
+ return array[METHOD_NAME](Boolean).foo !== 1;
1046
+ });
1047
+ };
1048
+
1049
+ var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
1050
+ var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
1051
+ var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
1052
+ var TypeError$b = global_1.TypeError;
1053
+
1054
+ // We can't use this feature detection in V8 since it causes
1055
+ // deoptimization and serious performance degradation
1056
+ // https://github.com/zloirock/core-js/issues/679
1057
+ var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
1058
+ var array = [];
1059
+ array[IS_CONCAT_SPREADABLE] = false;
1060
+ return array.concat()[0] !== array;
1061
+ });
1062
+
1063
+ var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
1064
+
1065
+ var isConcatSpreadable = function (O) {
1066
+ if (!isObject$3(O)) return false;
1067
+ var spreadable = O[IS_CONCAT_SPREADABLE];
1068
+ return spreadable !== undefined ? !!spreadable : isArray$5(O);
1069
+ };
1070
+
1071
+ var FORCED$3 = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
1072
+
1073
+ // `Array.prototype.concat` method
1074
+ // https://tc39.es/ecma262/#sec-array.prototype.concat
1075
+ // with adding support of @@isConcatSpreadable and @@species
1076
+ _export({ target: 'Array', proto: true, forced: FORCED$3 }, {
1077
+ // eslint-disable-next-line no-unused-vars -- required for `.length`
1078
+ concat: function concat(arg) {
1079
+ var O = toObject(this);
1080
+ var A = arraySpeciesCreate(O, 0);
1081
+ var n = 0;
1082
+ var i, k, length, len, E;
1083
+ for (i = -1, length = arguments.length; i < length; i++) {
1084
+ E = i === -1 ? O : arguments[i];
1085
+ if (isConcatSpreadable(E)) {
1086
+ len = lengthOfArrayLike(E);
1087
+ if (n + len > MAX_SAFE_INTEGER) throw TypeError$b(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1088
+ for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
1089
+ } else {
1090
+ if (n >= MAX_SAFE_INTEGER) throw TypeError$b(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1091
+ createProperty(A, n++, E);
1092
+ }
1093
+ }
1094
+ A.length = n;
1095
+ return A;
1096
+ }
1097
+ });
1098
+
1099
+ var entryVirtual = function (CONSTRUCTOR) {
1100
+ return path[CONSTRUCTOR + 'Prototype'];
1101
+ };
1102
+
1103
+ var concat$5 = entryVirtual('Array').concat;
1104
+
1105
+ var ArrayPrototype$a = Array.prototype;
1106
+
1107
+ var concat$4 = function (it) {
1108
+ var own = it.concat;
1109
+ return it === ArrayPrototype$a || (objectIsPrototypeOf(ArrayPrototype$a, it) && own === ArrayPrototype$a.concat) ? concat$5 : own;
1110
+ };
1111
+
1112
+ var concat$3 = concat$4;
1113
+
1114
+ var concat$2 = concat$3;
1115
+
996
1116
  function _classCallCheck(instance, Constructor) {
997
1117
  if (!(instance instanceof Constructor)) {
998
1118
  throw new TypeError("Cannot call a class as a function");
999
1119
  }
1000
1120
  }
1001
1121
 
1002
- var defineProperty$a = objectDefineProperty.f;
1122
+ var defineProperty$9 = objectDefineProperty.f;
1003
1123
 
1004
1124
  // `Object.defineProperty` method
1005
1125
  // https://tc39.es/ecma262/#sec-object.defineproperty
1006
1126
  // eslint-disable-next-line es/no-object-defineproperty -- safe
1007
- _export({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProperty$a, sham: !descriptors }, {
1008
- defineProperty: defineProperty$a
1127
+ _export({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProperty$9, sham: !descriptors }, {
1128
+ defineProperty: defineProperty$9
1009
1129
  });
1010
1130
 
1011
1131
  var defineProperty_1 = createCommonjsModule(function (module) {
@@ -1018,14 +1138,14 @@ var defineProperty = module.exports = function defineProperty(it, key, desc) {
1018
1138
  if (Object.defineProperty.sham) defineProperty.sham = true;
1019
1139
  });
1020
1140
 
1021
- var defineProperty$9 = defineProperty_1;
1022
-
1023
- var defineProperty$8 = defineProperty$9;
1141
+ var defineProperty$8 = defineProperty_1;
1024
1142
 
1025
1143
  var defineProperty$7 = defineProperty$8;
1026
1144
 
1027
1145
  var defineProperty$6 = defineProperty$7;
1028
1146
 
1147
+ var defineProperty$5 = defineProperty$6;
1148
+
1029
1149
  function _defineProperties(target, props) {
1030
1150
  for (var i = 0; i < props.length; i++) {
1031
1151
  var descriptor = props[i];
@@ -1033,7 +1153,7 @@ function _defineProperties(target, props) {
1033
1153
  descriptor.configurable = true;
1034
1154
  if ("value" in descriptor) descriptor.writable = true;
1035
1155
 
1036
- defineProperty$6(target, descriptor.key, descriptor);
1156
+ defineProperty$5(target, descriptor.key, descriptor);
1037
1157
  }
1038
1158
  }
1039
1159
 
@@ -1147,109 +1267,6 @@ function _inherits(subClass, superClass) {
1147
1267
  if (superClass) _setPrototypeOf(subClass, superClass);
1148
1268
  }
1149
1269
 
1150
- // `IsArray` abstract operation
1151
- // https://tc39.es/ecma262/#sec-isarray
1152
- // eslint-disable-next-line es/no-array-isarray -- safe
1153
- var isArray$5 = Array.isArray || function isArray(argument) {
1154
- return classofRaw(argument) == 'Array';
1155
- };
1156
-
1157
- var createProperty = function (object, key, value) {
1158
- var propertyKey = toPropertyKey(key);
1159
- if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
1160
- else object[propertyKey] = value;
1161
- };
1162
-
1163
- var SPECIES$5 = wellKnownSymbol('species');
1164
- var Array$4 = global_1.Array;
1165
-
1166
- // a part of `ArraySpeciesCreate` abstract operation
1167
- // https://tc39.es/ecma262/#sec-arrayspeciescreate
1168
- var arraySpeciesConstructor = function (originalArray) {
1169
- var C;
1170
- if (isArray$5(originalArray)) {
1171
- C = originalArray.constructor;
1172
- // cross-realm fallback
1173
- if (isConstructor(C) && (C === Array$4 || isArray$5(C.prototype))) C = undefined;
1174
- else if (isObject$3(C)) {
1175
- C = C[SPECIES$5];
1176
- if (C === null) C = undefined;
1177
- }
1178
- } return C === undefined ? Array$4 : C;
1179
- };
1180
-
1181
- // `ArraySpeciesCreate` abstract operation
1182
- // https://tc39.es/ecma262/#sec-arrayspeciescreate
1183
- var arraySpeciesCreate = function (originalArray, length) {
1184
- return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);
1185
- };
1186
-
1187
- var SPECIES$4 = wellKnownSymbol('species');
1188
-
1189
- var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
1190
- // We can't use this feature detection in V8 since it causes
1191
- // deoptimization and serious performance degradation
1192
- // https://github.com/zloirock/core-js/issues/677
1193
- return engineV8Version >= 51 || !fails(function () {
1194
- var array = [];
1195
- var constructor = array.constructor = {};
1196
- constructor[SPECIES$4] = function () {
1197
- return { foo: 1 };
1198
- };
1199
- return array[METHOD_NAME](Boolean).foo !== 1;
1200
- });
1201
- };
1202
-
1203
- var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
1204
- var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
1205
- var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
1206
- var TypeError$9 = global_1.TypeError;
1207
-
1208
- // We can't use this feature detection in V8 since it causes
1209
- // deoptimization and serious performance degradation
1210
- // https://github.com/zloirock/core-js/issues/679
1211
- var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
1212
- var array = [];
1213
- array[IS_CONCAT_SPREADABLE] = false;
1214
- return array.concat()[0] !== array;
1215
- });
1216
-
1217
- var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
1218
-
1219
- var isConcatSpreadable = function (O) {
1220
- if (!isObject$3(O)) return false;
1221
- var spreadable = O[IS_CONCAT_SPREADABLE];
1222
- return spreadable !== undefined ? !!spreadable : isArray$5(O);
1223
- };
1224
-
1225
- var FORCED$3 = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
1226
-
1227
- // `Array.prototype.concat` method
1228
- // https://tc39.es/ecma262/#sec-array.prototype.concat
1229
- // with adding support of @@isConcatSpreadable and @@species
1230
- _export({ target: 'Array', proto: true, forced: FORCED$3 }, {
1231
- // eslint-disable-next-line no-unused-vars -- required for `.length`
1232
- concat: function concat(arg) {
1233
- var O = toObject(this);
1234
- var A = arraySpeciesCreate(O, 0);
1235
- var n = 0;
1236
- var i, k, length, len, E;
1237
- for (i = -1, length = arguments.length; i < length; i++) {
1238
- E = i === -1 ? O : arguments[i];
1239
- if (isConcatSpreadable(E)) {
1240
- len = lengthOfArrayLike(E);
1241
- if (n + len > MAX_SAFE_INTEGER) throw TypeError$9(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1242
- for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
1243
- } else {
1244
- if (n >= MAX_SAFE_INTEGER) throw TypeError$9(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1245
- createProperty(A, n++, E);
1246
- }
1247
- }
1248
- A.length = n;
1249
- return A;
1250
- }
1251
- });
1252
-
1253
1270
  var String$2 = global_1.String;
1254
1271
 
1255
1272
  var toString_1 = function (argument) {
@@ -1329,11 +1346,11 @@ var wellKnownSymbolWrapped = {
1329
1346
  f: f$1
1330
1347
  };
1331
1348
 
1332
- var defineProperty$5 = objectDefineProperty.f;
1349
+ var defineProperty$4 = objectDefineProperty.f;
1333
1350
 
1334
1351
  var defineWellKnownSymbol = function (NAME) {
1335
1352
  var Symbol = path.Symbol || (path.Symbol = {});
1336
- if (!hasOwnProperty_1(Symbol, NAME)) defineProperty$5(Symbol, NAME, {
1353
+ if (!hasOwnProperty_1(Symbol, NAME)) defineProperty$4(Symbol, NAME, {
1337
1354
  value: wellKnownSymbolWrapped.f(NAME)
1338
1355
  });
1339
1356
  };
@@ -1344,7 +1361,7 @@ var objectToString$2 = toStringTagSupport ? {}.toString : function toString() {
1344
1361
  return '[object ' + classof(this) + ']';
1345
1362
  };
1346
1363
 
1347
- var defineProperty$4 = objectDefineProperty.f;
1364
+ var defineProperty$3 = objectDefineProperty.f;
1348
1365
 
1349
1366
 
1350
1367
 
@@ -1356,7 +1373,7 @@ var setToStringTag = function (it, TAG, STATIC, SET_METHOD) {
1356
1373
  if (it) {
1357
1374
  var target = STATIC ? it : it.prototype;
1358
1375
  if (!hasOwnProperty_1(target, TO_STRING_TAG$2)) {
1359
- defineProperty$4(target, TO_STRING_TAG$2, { configurable: true, value: TAG });
1376
+ defineProperty$3(target, TO_STRING_TAG$2, { configurable: true, value: TAG });
1360
1377
  }
1361
1378
  if (SET_METHOD && !toStringTagSupport) {
1362
1379
  createNonEnumerableProperty(target, 'toString', objectToString$2);
@@ -1369,7 +1386,7 @@ var WeakMap$1 = global_1.WeakMap;
1369
1386
  var nativeWeakMap = isCallable(WeakMap$1) && /native code/.test(inspectSource(WeakMap$1));
1370
1387
 
1371
1388
  var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
1372
- var TypeError$8 = global_1.TypeError;
1389
+ var TypeError$9 = global_1.TypeError;
1373
1390
  var WeakMap = global_1.WeakMap;
1374
1391
  var set$1, get, has;
1375
1392
 
@@ -1381,7 +1398,7 @@ var getterFor = function (TYPE) {
1381
1398
  return function (it) {
1382
1399
  var state;
1383
1400
  if (!isObject$3(it) || (state = get(it)).type !== TYPE) {
1384
- throw TypeError$8('Incompatible receiver, ' + TYPE + ' required');
1401
+ throw TypeError$9('Incompatible receiver, ' + TYPE + ' required');
1385
1402
  } return state;
1386
1403
  };
1387
1404
  };
@@ -1392,7 +1409,7 @@ if (nativeWeakMap || sharedStore.state) {
1392
1409
  var wmhas = functionUncurryThis(store.has);
1393
1410
  var wmset = functionUncurryThis(store.set);
1394
1411
  set$1 = function (it, metadata) {
1395
- if (wmhas(store, it)) throw new TypeError$8(OBJECT_ALREADY_INITIALIZED);
1412
+ if (wmhas(store, it)) throw new TypeError$9(OBJECT_ALREADY_INITIALIZED);
1396
1413
  metadata.facade = it;
1397
1414
  wmset(store, it, metadata);
1398
1415
  return metadata;
@@ -1407,7 +1424,7 @@ if (nativeWeakMap || sharedStore.state) {
1407
1424
  var STATE = sharedKey('state');
1408
1425
  hiddenKeys$1[STATE] = true;
1409
1426
  set$1 = function (it, metadata) {
1410
- if (hasOwnProperty_1(it, STATE)) throw new TypeError$8(OBJECT_ALREADY_INITIALIZED);
1427
+ if (hasOwnProperty_1(it, STATE)) throw new TypeError$9(OBJECT_ALREADY_INITIALIZED);
1411
1428
  metadata.facade = it;
1412
1429
  createNonEnumerableProperty(it, STATE, metadata);
1413
1430
  return metadata;
@@ -1431,7 +1448,7 @@ var internalState = {
1431
1448
  var push$2 = functionUncurryThis([].push);
1432
1449
 
1433
1450
  // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation
1434
- var createMethod$2 = function (TYPE) {
1451
+ var createMethod$3 = function (TYPE) {
1435
1452
  var IS_MAP = TYPE == 1;
1436
1453
  var IS_FILTER = TYPE == 2;
1437
1454
  var IS_SOME = TYPE == 3;
@@ -1471,28 +1488,28 @@ var createMethod$2 = function (TYPE) {
1471
1488
  var arrayIteration = {
1472
1489
  // `Array.prototype.forEach` method
1473
1490
  // https://tc39.es/ecma262/#sec-array.prototype.foreach
1474
- forEach: createMethod$2(0),
1491
+ forEach: createMethod$3(0),
1475
1492
  // `Array.prototype.map` method
1476
1493
  // https://tc39.es/ecma262/#sec-array.prototype.map
1477
- map: createMethod$2(1),
1494
+ map: createMethod$3(1),
1478
1495
  // `Array.prototype.filter` method
1479
1496
  // https://tc39.es/ecma262/#sec-array.prototype.filter
1480
- filter: createMethod$2(2),
1497
+ filter: createMethod$3(2),
1481
1498
  // `Array.prototype.some` method
1482
1499
  // https://tc39.es/ecma262/#sec-array.prototype.some
1483
- some: createMethod$2(3),
1500
+ some: createMethod$3(3),
1484
1501
  // `Array.prototype.every` method
1485
1502
  // https://tc39.es/ecma262/#sec-array.prototype.every
1486
- every: createMethod$2(4),
1503
+ every: createMethod$3(4),
1487
1504
  // `Array.prototype.find` method
1488
1505
  // https://tc39.es/ecma262/#sec-array.prototype.find
1489
- find: createMethod$2(5),
1506
+ find: createMethod$3(5),
1490
1507
  // `Array.prototype.findIndex` method
1491
1508
  // https://tc39.es/ecma262/#sec-array.prototype.findIndex
1492
- findIndex: createMethod$2(6),
1509
+ findIndex: createMethod$3(6),
1493
1510
  // `Array.prototype.filterReject` method
1494
1511
  // https://github.com/tc39/proposal-array-filtering
1495
- filterReject: createMethod$2(7)
1512
+ filterReject: createMethod$3(7)
1496
1513
  };
1497
1514
 
1498
1515
  var $forEach$1 = arrayIteration.forEach;
@@ -1508,7 +1525,7 @@ var getInternalState$3 = internalState.getterFor(SYMBOL);
1508
1525
  var ObjectPrototype$1 = Object[PROTOTYPE];
1509
1526
  var $Symbol = global_1.Symbol;
1510
1527
  var SymbolPrototype = $Symbol && $Symbol[PROTOTYPE];
1511
- var TypeError$7 = global_1.TypeError;
1528
+ var TypeError$8 = global_1.TypeError;
1512
1529
  var QObject = global_1.QObject;
1513
1530
  var $stringify = getBuiltIn('JSON', 'stringify');
1514
1531
  var nativeGetOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
@@ -1625,7 +1642,7 @@ var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
1625
1642
  // https://tc39.es/ecma262/#sec-symbol-constructor
1626
1643
  if (!nativeSymbol) {
1627
1644
  $Symbol = function Symbol() {
1628
- if (objectIsPrototypeOf(SymbolPrototype, this)) throw TypeError$7('Symbol is not a constructor');
1645
+ if (objectIsPrototypeOf(SymbolPrototype, this)) throw TypeError$8('Symbol is not a constructor');
1629
1646
  var description = !arguments.length || arguments[0] === undefined ? undefined : toString_1(arguments[0]);
1630
1647
  var tag = uid(description);
1631
1648
  var setter = function (value) {
@@ -1691,7 +1708,7 @@ _export({ target: SYMBOL, stat: true, forced: !nativeSymbol }, {
1691
1708
  // `Symbol.keyFor` method
1692
1709
  // https://tc39.es/ecma262/#sec-symbol.keyfor
1693
1710
  keyFor: function keyFor(sym) {
1694
- if (!isSymbol$2(sym)) throw TypeError$7(sym + ' is not a symbol');
1711
+ if (!isSymbol$2(sym)) throw TypeError$8(sym + ' is not a symbol');
1695
1712
  if (hasOwnProperty_1(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];
1696
1713
  },
1697
1714
  useSetter: function () { USE_SETTER = true; },
@@ -1831,7 +1848,7 @@ defineWellKnownSymbol('unscopables');
1831
1848
  // https://tc39.es/ecma262/#sec-json-@@tostringtag
1832
1849
  setToStringTag(global_1.JSON, 'JSON', true);
1833
1850
 
1834
- var symbol$5 = path.Symbol;
1851
+ var symbol$4 = path.Symbol;
1835
1852
 
1836
1853
  var iterators = {};
1837
1854
 
@@ -2090,10 +2107,10 @@ for (var COLLECTION_NAME in domIterables) {
2090
2107
  iterators[COLLECTION_NAME] = iterators.Array;
2091
2108
  }
2092
2109
 
2093
- var symbol$4 = symbol$5;
2094
-
2095
2110
  var symbol$3 = symbol$4;
2096
2111
 
2112
+ var symbol$2 = symbol$3;
2113
+
2097
2114
  // `Symbol.asyncDispose` well-known symbol
2098
2115
  // https://github.com/tc39/proposal-using-statement
2099
2116
  defineWellKnownSymbol('asyncDispose');
@@ -2131,15 +2148,15 @@ defineWellKnownSymbol('replaceAll');
2131
2148
  // TODO: Remove from `core-js@4`
2132
2149
 
2133
2150
 
2134
- var symbol$2 = symbol$3;
2135
-
2136
2151
  var symbol$1 = symbol$2;
2137
2152
 
2153
+ var symbol = symbol$1;
2154
+
2138
2155
  var charAt$1 = functionUncurryThis(''.charAt);
2139
2156
  var charCodeAt = functionUncurryThis(''.charCodeAt);
2140
2157
  var stringSlice = functionUncurryThis(''.slice);
2141
2158
 
2142
- var createMethod$1 = function (CONVERT_TO_STRING) {
2159
+ var createMethod$2 = function (CONVERT_TO_STRING) {
2143
2160
  return function ($this, pos) {
2144
2161
  var S = toString_1(requireObjectCoercible($this));
2145
2162
  var position = toIntegerOrInfinity(pos);
@@ -2161,10 +2178,10 @@ var createMethod$1 = function (CONVERT_TO_STRING) {
2161
2178
  var stringMultibyte = {
2162
2179
  // `String.prototype.codePointAt` method
2163
2180
  // https://tc39.es/ecma262/#sec-string.prototype.codepointat
2164
- codeAt: createMethod$1(false),
2181
+ codeAt: createMethod$2(false),
2165
2182
  // `String.prototype.at` method
2166
2183
  // https://github.com/mathiasbynens/String.prototype.at
2167
- charAt: createMethod$1(true)
2184
+ charAt: createMethod$2(true)
2168
2185
  };
2169
2186
 
2170
2187
  var charAt = stringMultibyte.charAt;
@@ -2197,9 +2214,7 @@ defineIterator(String, 'String', function (iterated) {
2197
2214
  return { value: point, done: false };
2198
2215
  });
2199
2216
 
2200
- var iterator$5 = wellKnownSymbolWrapped.f('iterator');
2201
-
2202
- var iterator$4 = iterator$5;
2217
+ var iterator$4 = wellKnownSymbolWrapped.f('iterator');
2203
2218
 
2204
2219
  var iterator$3 = iterator$4;
2205
2220
 
@@ -2207,24 +2222,26 @@ var iterator$2 = iterator$3;
2207
2222
 
2208
2223
  var iterator$1 = iterator$2;
2209
2224
 
2210
- function _typeof$1(obj) {
2225
+ var iterator = iterator$1;
2226
+
2227
+ function _typeof(obj) {
2211
2228
  "@babel/helpers - typeof";
2212
2229
 
2213
- if (typeof symbol$1 === "function" && typeof iterator$1 === "symbol") {
2214
- _typeof$1 = function _typeof(obj) {
2230
+ if (typeof symbol === "function" && typeof iterator === "symbol") {
2231
+ _typeof = function _typeof(obj) {
2215
2232
  return typeof obj;
2216
2233
  };
2217
2234
  } else {
2218
- _typeof$1 = function _typeof(obj) {
2219
- return obj && typeof symbol$1 === "function" && obj.constructor === symbol$1 && obj !== symbol$1.prototype ? "symbol" : typeof obj;
2235
+ _typeof = function _typeof(obj) {
2236
+ return obj && typeof symbol === "function" && obj.constructor === symbol && obj !== symbol.prototype ? "symbol" : typeof obj;
2220
2237
  };
2221
2238
  }
2222
2239
 
2223
- return _typeof$1(obj);
2240
+ return _typeof(obj);
2224
2241
  }
2225
2242
 
2226
2243
  function _possibleConstructorReturn(self, call) {
2227
- if (call && (_typeof$1(call) === "object" || typeof call === "function")) {
2244
+ if (call && (_typeof(call) === "object" || typeof call === "function")) {
2228
2245
  return call;
2229
2246
  }
2230
2247
 
@@ -2260,7 +2277,7 @@ function _getPrototypeOf(o) {
2260
2277
 
2261
2278
  function _defineProperty(obj, key, value) {
2262
2279
  if (key in obj) {
2263
- defineProperty$6(obj, key, {
2280
+ defineProperty$5(obj, key, {
2264
2281
  value: value,
2265
2282
  enumerable: true,
2266
2283
  configurable: true,
@@ -2273,27 +2290,10 @@ function _defineProperty(obj, key, value) {
2273
2290
  return obj;
2274
2291
  }
2275
2292
 
2276
- var entryVirtual = function (CONSTRUCTOR) {
2277
- return path[CONSTRUCTOR + 'Prototype'];
2278
- };
2293
+ var mapToZero_1 = createCommonjsModule(function (module, exports) {
2279
2294
 
2280
- var concat$5 = entryVirtual('Array').concat;
2281
-
2282
- var ArrayPrototype$9 = Array.prototype;
2283
-
2284
- var concat$4 = function (it) {
2285
- var own = it.concat;
2286
- return it === ArrayPrototype$9 || (objectIsPrototypeOf(ArrayPrototype$9, it) && own === ArrayPrototype$9.concat) ? concat$5 : own;
2287
- };
2288
-
2289
- var concat$3 = concat$4;
2290
-
2291
- var concat$2 = concat$3;
2292
-
2293
- var mapToZero_1 = createCommonjsModule(function (module, exports) {
2294
-
2295
- exports.__esModule = true;
2296
- exports['default'] = mapToZero;
2295
+ exports.__esModule = true;
2296
+ exports['default'] = mapToZero;
2297
2297
 
2298
2298
  function mapToZero(obj) {
2299
2299
  var ret = {};
@@ -4238,20 +4238,6 @@ 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
-
4255
4241
  var redefineAll = function (target, src, options) {
4256
4242
  for (var key in src) {
4257
4243
  if (options && options.unsafe && target[key]) target[key] = src[key];
@@ -4379,11 +4365,11 @@ internalMetadata.getWeakData;
4379
4365
  internalMetadata.onFreeze;
4380
4366
 
4381
4367
  var ITERATOR$3 = wellKnownSymbol('iterator');
4382
- var ArrayPrototype$8 = Array.prototype;
4368
+ var ArrayPrototype$9 = Array.prototype;
4383
4369
 
4384
4370
  // check on default Array iterator
4385
4371
  var isArrayIteratorMethod = function (it) {
4386
- return it !== undefined && (iterators.Array === it || ArrayPrototype$8[ITERATOR$3] === it);
4372
+ return it !== undefined && (iterators.Array === it || ArrayPrototype$9[ITERATOR$3] === it);
4387
4373
  };
4388
4374
 
4389
4375
  var ITERATOR$2 = wellKnownSymbol('iterator');
@@ -4394,12 +4380,12 @@ var getIteratorMethod$4 = function (it) {
4394
4380
  || iterators[classof(it)];
4395
4381
  };
4396
4382
 
4397
- var TypeError$6 = global_1.TypeError;
4383
+ var TypeError$7 = global_1.TypeError;
4398
4384
 
4399
4385
  var getIterator = function (argument, usingIterator) {
4400
4386
  var iteratorMethod = arguments.length < 2 ? getIteratorMethod$4(argument) : usingIterator;
4401
4387
  if (aCallable(iteratorMethod)) return anObject(functionCall(iteratorMethod, argument));
4402
- throw TypeError$6(tryToString(argument) + ' is not iterable');
4388
+ throw TypeError$7(tryToString(argument) + ' is not iterable');
4403
4389
  };
4404
4390
 
4405
4391
  var iteratorClose = function (iterator, kind, value) {
@@ -4422,7 +4408,7 @@ var iteratorClose = function (iterator, kind, value) {
4422
4408
  return value;
4423
4409
  };
4424
4410
 
4425
- var TypeError$5 = global_1.TypeError;
4411
+ var TypeError$6 = global_1.TypeError;
4426
4412
 
4427
4413
  var Result = function (stopped, result) {
4428
4414
  this.stopped = stopped;
@@ -4455,7 +4441,7 @@ var iterate = function (iterable, unboundFunction, options) {
4455
4441
  iterator = iterable;
4456
4442
  } else {
4457
4443
  iterFn = getIteratorMethod$4(iterable);
4458
- if (!iterFn) throw TypeError$5(tryToString(iterable) + ' is not iterable');
4444
+ if (!iterFn) throw TypeError$6(tryToString(iterable) + ' is not iterable');
4459
4445
  // optimisation for array iterators
4460
4446
  if (isArrayIteratorMethod(iterFn)) {
4461
4447
  for (index = 0, length = lengthOfArrayLike(iterable); length > index; index++) {
@@ -4477,14 +4463,14 @@ var iterate = function (iterable, unboundFunction, options) {
4477
4463
  } return new Result(false);
4478
4464
  };
4479
4465
 
4480
- var TypeError$4 = global_1.TypeError;
4466
+ var TypeError$5 = global_1.TypeError;
4481
4467
 
4482
4468
  var anInstance = function (it, Prototype) {
4483
4469
  if (objectIsPrototypeOf(Prototype, it)) return it;
4484
- throw TypeError$4('Incorrect invocation');
4470
+ throw TypeError$5('Incorrect invocation');
4485
4471
  };
4486
4472
 
4487
- var defineProperty$3 = objectDefineProperty.f;
4473
+ var defineProperty$2 = objectDefineProperty.f;
4488
4474
  var forEach$4 = arrayIteration.forEach;
4489
4475
 
4490
4476
 
@@ -4532,7 +4518,7 @@ var collection = function (CONSTRUCTOR_NAME, wrapper, common) {
4532
4518
  }
4533
4519
  });
4534
4520
 
4535
- IS_WEAK || defineProperty$3(Prototype, 'size', {
4521
+ IS_WEAK || defineProperty$2(Prototype, 'size', {
4536
4522
  configurable: true,
4537
4523
  get: function () {
4538
4524
  return getInternalState(this).collection.size;
@@ -4744,7 +4730,7 @@ var weakMap$1 = weakMap$2;
4744
4730
 
4745
4731
  var weakMap = weakMap$1;
4746
4732
 
4747
- var defineProperty$2 = defineProperty$9;
4733
+ var defineProperty$1 = defineProperty$8;
4748
4734
 
4749
4735
  var nativeGetOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
4750
4736
 
@@ -4770,11 +4756,11 @@ var getOwnPropertyDescriptor = module.exports = function getOwnPropertyDescripto
4770
4756
  if (Object.getOwnPropertyDescriptor.sham) getOwnPropertyDescriptor.sham = true;
4771
4757
  });
4772
4758
 
4773
- var getOwnPropertyDescriptor$3 = getOwnPropertyDescriptor_1;
4759
+ var getOwnPropertyDescriptor$2 = getOwnPropertyDescriptor_1;
4774
4760
 
4775
- var getOwnPropertyDescriptor$2 = getOwnPropertyDescriptor$3;
4761
+ var getOwnPropertyDescriptor$1 = getOwnPropertyDescriptor$2;
4776
4762
 
4777
- function _interopRequireDefault$1(obj) {
4763
+ function _interopRequireDefault(obj) {
4778
4764
  return obj && obj.__esModule ? obj : {
4779
4765
  "default": obj
4780
4766
  };
@@ -4783,17 +4769,17 @@ function _interopRequireDefault$1(obj) {
4783
4769
  // eslint-disable-next-line es/no-object-assign -- safe
4784
4770
  var $assign = Object.assign;
4785
4771
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
4786
- var defineProperty$1 = Object.defineProperty;
4772
+ var defineProperty = Object.defineProperty;
4787
4773
  var concat$1 = functionUncurryThis([].concat);
4788
4774
 
4789
4775
  // `Object.assign` method
4790
4776
  // https://tc39.es/ecma262/#sec-object.assign
4791
4777
  var objectAssign = !$assign || fails(function () {
4792
4778
  // should have correct order of operations (Edge bug)
4793
- if (descriptors && $assign({ b: 1 }, $assign(defineProperty$1({}, 'a', {
4779
+ if (descriptors && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {
4794
4780
  enumerable: true,
4795
4781
  get: function () {
4796
- defineProperty$1(this, 'b', {
4782
+ defineProperty(this, 'b', {
4797
4783
  value: 3,
4798
4784
  enumerable: false
4799
4785
  });
@@ -4834,9 +4820,7 @@ _export({ target: 'Object', stat: true, forced: Object.assign !== objectAssign }
4834
4820
  assign: objectAssign
4835
4821
  });
4836
4822
 
4837
- var assign$5 = path.Object.assign;
4838
-
4839
- var assign$4 = assign$5;
4823
+ var assign$4 = path.Object.assign;
4840
4824
 
4841
4825
  var assign$3 = assign$4;
4842
4826
 
@@ -4844,8 +4828,10 @@ var assign$2 = assign$3;
4844
4828
 
4845
4829
  var assign$1 = assign$2;
4846
4830
 
4847
- function _extends$1() {
4848
- _extends$1 = assign$1 || function (target) {
4831
+ var assign = assign$1;
4832
+
4833
+ function _extends() {
4834
+ _extends = assign || function (target) {
4849
4835
  for (var i = 1; i < arguments.length; i++) {
4850
4836
  var source = arguments[i];
4851
4837
 
@@ -4859,7 +4845,7 @@ function _extends$1() {
4859
4845
  return target;
4860
4846
  };
4861
4847
 
4862
- return _extends$1.apply(this, arguments);
4848
+ return _extends.apply(this, arguments);
4863
4849
  }
4864
4850
 
4865
4851
  var ChevronDown = createCommonjsModule(function (module, exports) {
@@ -4874,22 +4860,22 @@ var ChevronDown = createCommonjsModule(function (module, exports) {
4874
4860
 
4875
4861
 
4876
4862
 
4877
- defineProperty$2(exports, "__esModule", {
4863
+ defineProperty$1(exports, "__esModule", {
4878
4864
  value: true
4879
4865
  });
4880
4866
 
4881
- exports.default = void 0;
4867
+ exports["default"] = void 0;
4882
4868
 
4883
- var _extends2 = _interopRequireDefault$1(_extends$1);
4869
+ var _extends2 = _interopRequireDefault(_extends);
4884
4870
 
4885
4871
  var React$1 = _interopRequireWildcard(React);
4886
4872
 
4887
4873
  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
4874
 
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; }
4875
+ 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$1 && getOwnPropertyDescriptor$1; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$1(obj, key) : null; if (desc && (desc.get || desc.set)) { defineProperty$1(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
4890
4876
 
4891
4877
  function SvgChevronDown(props, svgRef) {
4892
- return /*#__PURE__*/React$1.createElement("svg", (0, _extends2.default)({}, props, {
4878
+ return /*#__PURE__*/React$1.createElement("svg", (0, _extends2["default"])({}, props, {
4893
4879
  xmlns: "http://www.w3.org/2000/svg",
4894
4880
  viewBox: "0 0 1024 1024",
4895
4881
  fill: "currentColor",
@@ -4902,7 +4888,7 @@ function SvgChevronDown(props, svgRef) {
4902
4888
 
4903
4889
  var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgChevronDown);
4904
4890
  var _default = ForwardRef;
4905
- exports.default = _default;
4891
+ exports["default"] = _default;
4906
4892
  });
4907
4893
 
4908
4894
  unwrapExports(ChevronDown);
@@ -4921,22 +4907,22 @@ var ChevronUp = createCommonjsModule(function (module, exports) {
4921
4907
 
4922
4908
 
4923
4909
 
4924
- defineProperty$2(exports, "__esModule", {
4910
+ defineProperty$1(exports, "__esModule", {
4925
4911
  value: true
4926
4912
  });
4927
4913
 
4928
- exports.default = void 0;
4914
+ exports["default"] = void 0;
4929
4915
 
4930
- var _extends2 = _interopRequireDefault$1(_extends$1);
4916
+ var _extends2 = _interopRequireDefault(_extends);
4931
4917
 
4932
4918
  var React$1 = _interopRequireWildcard(React);
4933
4919
 
4934
4920
  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
4921
 
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; }
4922
+ 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$1 && getOwnPropertyDescriptor$1; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$1(obj, key) : null; if (desc && (desc.get || desc.set)) { defineProperty$1(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
4937
4923
 
4938
4924
  function SvgChevronUp(props, svgRef) {
4939
- return /*#__PURE__*/React$1.createElement("svg", (0, _extends2.default)({}, props, {
4925
+ return /*#__PURE__*/React$1.createElement("svg", (0, _extends2["default"])({}, props, {
4940
4926
  xmlns: "http://www.w3.org/2000/svg",
4941
4927
  viewBox: "0 0 1024 1024",
4942
4928
  fill: "currentColor",
@@ -4949,33 +4935,13 @@ function SvgChevronUp(props, svgRef) {
4949
4935
 
4950
4936
  var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgChevronUp);
4951
4937
  var _default = ForwardRef;
4952
- exports.default = _default;
4938
+ exports["default"] = _default;
4953
4939
  });
4954
4940
 
4955
4941
  unwrapExports(ChevronUp);
4956
4942
 
4957
4943
  var chevronUp = ChevronUp;
4958
4944
 
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
-
4979
4945
  var getOwnPropertySymbols$5 = path.Object.getOwnPropertySymbols;
4980
4946
 
4981
4947
  var getOwnPropertySymbols$4 = getOwnPropertySymbols$5;
@@ -5003,11 +4969,11 @@ var $IndexOf = arrayIncludes.indexOf;
5003
4969
  var un$IndexOf = functionUncurryThis([].indexOf);
5004
4970
 
5005
4971
  var NEGATIVE_ZERO = !!un$IndexOf && 1 / un$IndexOf([1], 1, -0) < 0;
5006
- var STRICT_METHOD$2 = arrayMethodIsStrict('indexOf');
4972
+ var STRICT_METHOD$3 = arrayMethodIsStrict('indexOf');
5007
4973
 
5008
4974
  // `Array.prototype.indexOf` method
5009
4975
  // https://tc39.es/ecma262/#sec-array.prototype.indexof
5010
- _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD$2 }, {
4976
+ _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD$3 }, {
5011
4977
  indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
5012
4978
  var fromIndex = arguments.length > 1 ? arguments[1] : undefined;
5013
4979
  return NEGATIVE_ZERO
@@ -5019,11 +4985,11 @@ _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD$
5019
4985
 
5020
4986
  var indexOf$5 = entryVirtual('Array').indexOf;
5021
4987
 
5022
- var ArrayPrototype$7 = Array.prototype;
4988
+ var ArrayPrototype$8 = Array.prototype;
5023
4989
 
5024
4990
  var indexOf$4 = function (it) {
5025
4991
  var own = it.indexOf;
5026
- return it === ArrayPrototype$7 || (objectIsPrototypeOf(ArrayPrototype$7, it) && own === ArrayPrototype$7.indexOf) ? indexOf$5 : own;
4992
+ return it === ArrayPrototype$8 || (objectIsPrototypeOf(ArrayPrototype$8, it) && own === ArrayPrototype$8.indexOf) ? indexOf$5 : own;
5027
4993
  };
5028
4994
 
5029
4995
  var indexOf$3 = indexOf$4;
@@ -5090,6 +5056,14 @@ function _objectWithoutProperties(source, excluded) {
5090
5056
  return target;
5091
5057
  }
5092
5058
 
5059
+ (function () {
5060
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
5061
+ enterModule && enterModule(module);
5062
+ })();
5063
+
5064
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
5065
+ return a;
5066
+ };
5093
5067
  var props = {
5094
5068
  /** Additional class(es) to add to the component. */
5095
5069
  className: PropTypes.string,
@@ -5125,6 +5099,61 @@ var props = {
5125
5099
  /** Determines if the underlying HTML element should be an <a> or <button>. */
5126
5100
  asAnchor: PropTypes.bool
5127
5101
  };
5102
+ var _default$c = props;
5103
+
5104
+ (function () {
5105
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
5106
+
5107
+ if (!reactHotLoader) {
5108
+ return;
5109
+ }
5110
+
5111
+ reactHotLoader.register(props, "props", "/tmp/build/44cb8d9a/src/src/v1/components/Button/button-props.js");
5112
+ reactHotLoader.register(_default$c, "default", "/tmp/build/44cb8d9a/src/src/v1/components/Button/button-props.js");
5113
+ })();
5114
+
5115
+ (function () {
5116
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
5117
+ leaveModule && leaveModule(module);
5118
+ })();
5119
+
5120
+ var $forEach = arrayIteration.forEach;
5121
+
5122
+
5123
+ var STRICT_METHOD$2 = arrayMethodIsStrict('forEach');
5124
+
5125
+ // `Array.prototype.forEach` method implementation
5126
+ // https://tc39.es/ecma262/#sec-array.prototype.foreach
5127
+ var arrayForEach = !STRICT_METHOD$2 ? function forEach(callbackfn /* , thisArg */) {
5128
+ return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
5129
+ // eslint-disable-next-line es/no-array-prototype-foreach -- safe
5130
+ } : [].forEach;
5131
+
5132
+ // `Array.prototype.forEach` method
5133
+ // https://tc39.es/ecma262/#sec-array.prototype.foreach
5134
+ // eslint-disable-next-line es/no-array-prototype-foreach -- safe
5135
+ _export({ target: 'Array', proto: true, forced: [].forEach != arrayForEach }, {
5136
+ forEach: arrayForEach
5137
+ });
5138
+
5139
+ var forEach$3 = entryVirtual('Array').forEach;
5140
+
5141
+ var forEach$2 = forEach$3;
5142
+
5143
+ var ArrayPrototype$7 = Array.prototype;
5144
+
5145
+ var DOMIterables = {
5146
+ DOMTokenList: true,
5147
+ NodeList: true
5148
+ };
5149
+
5150
+ var forEach$1 = function (it) {
5151
+ var own = it.forEach;
5152
+ return it === ArrayPrototype$7 || (objectIsPrototypeOf(ArrayPrototype$7, it) && own === ArrayPrototype$7.forEach)
5153
+ || hasOwnProperty_1(DOMIterables, classof(it)) ? forEach$2 : own;
5154
+ };
5155
+
5156
+ var forEach = forEach$1;
5128
5157
 
5129
5158
  var $includes = arrayIncludes.includes;
5130
5159
 
@@ -5148,11 +5177,11 @@ var isRegexp = function (it) {
5148
5177
  return isObject$3(it) && ((isRegExp = it[MATCH$1]) !== undefined ? !!isRegExp : classofRaw(it) == 'RegExp');
5149
5178
  };
5150
5179
 
5151
- var TypeError$3 = global_1.TypeError;
5180
+ var TypeError$4 = global_1.TypeError;
5152
5181
 
5153
5182
  var notARegexp = function (it) {
5154
5183
  if (isRegexp(it)) {
5155
- throw TypeError$3("The method doesn't accept regular expressions");
5184
+ throw TypeError$4("The method doesn't accept regular expressions");
5156
5185
  } return it;
5157
5186
  };
5158
5187
 
@@ -5201,6 +5230,15 @@ var includes$1 = includes$2;
5201
5230
 
5202
5231
  var includes = includes$1;
5203
5232
 
5233
+ (function () {
5234
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
5235
+ enterModule && enterModule(module);
5236
+ })();
5237
+
5238
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
5239
+ return a;
5240
+ };
5241
+
5204
5242
  /* eslint-disable no-console */
5205
5243
 
5206
5244
  /* eslint-disable no-undef */
@@ -5241,14 +5279,44 @@ var deprecate = function deprecate(_ref) {
5241
5279
 
5242
5280
  console.group('DEPRECATION WARNING:');
5243
5281
  console.log(concat$2(_context = "This component, ".concat(name, ", is now deprecated. Please use the v2 ")).call(_context, newName ? newName : name, " instead."));
5244
- changes.forEach(function (change) {
5282
+
5283
+ forEach(changes).call(changes, function (change) {
5245
5284
  return console.log(change);
5246
5285
  });
5286
+
5247
5287
  console.groupEnd('DEPRECATION WARNING:');
5248
5288
  };
5249
5289
 
5290
+ var _default$b = deprecate;
5291
+
5292
+ (function () {
5293
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
5294
+
5295
+ if (!reactHotLoader) {
5296
+ return;
5297
+ }
5298
+
5299
+ reactHotLoader.register(DEPRECATION_LIST, "DEPRECATION_LIST", "/tmp/build/44cb8d9a/src/src/v1/utils/deprecate.js");
5300
+ reactHotLoader.register(deprecate, "deprecate", "/tmp/build/44cb8d9a/src/src/v1/utils/deprecate.js");
5301
+ reactHotLoader.register(_default$b, "default", "/tmp/build/44cb8d9a/src/src/v1/utils/deprecate.js");
5302
+ })();
5303
+
5304
+ (function () {
5305
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
5306
+ leaveModule && leaveModule(module);
5307
+ })();
5308
+
5250
5309
  var _excluded$4 = ["className", "color", "iconPosition", "block", "loading", "asAnchor", "type"];
5251
- deprecate({
5310
+
5311
+ (function () {
5312
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
5313
+ enterModule && enterModule(module);
5314
+ })();
5315
+
5316
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
5317
+ return a;
5318
+ };
5319
+ _default$b({
5252
5320
  name: 'Button',
5253
5321
  changes: ['iconPosition has been removed, iconLeft and iconRight have replaced it.', 'color is now variant and takes in new values.', 'block was removed, if full width is needed, use isFullWidth', 'loading was replaced by isLoading']
5254
5322
  });
@@ -5284,20 +5352,41 @@ var Button = function Button(_ref) {
5284
5352
  }, attrs));
5285
5353
  };
5286
5354
 
5287
- _c$6 = Button;
5288
- Button.propTypes = props;
5355
+ Button.propTypes = _default$c;
5289
5356
  Button.defaultProps = {
5290
5357
  type: 'button'
5291
5358
  };
5359
+ var _default$a = Button;
5360
+
5361
+ (function () {
5362
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
5363
+
5364
+ if (!reactHotLoader) {
5365
+ return;
5366
+ }
5367
+
5368
+ reactHotLoader.register(Button, "Button", "/tmp/build/44cb8d9a/src/src/v1/components/Button/Button.jsx");
5369
+ reactHotLoader.register(_default$a, "default", "/tmp/build/44cb8d9a/src/src/v1/components/Button/Button.jsx");
5370
+ })();
5292
5371
 
5293
- var _c$6;
5372
+ (function () {
5373
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
5374
+ leaveModule && leaveModule(module);
5375
+ })();
5294
5376
 
5295
- $RefreshReg$(_c$6, "Button");
5377
+ (function () {
5378
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
5379
+ enterModule && enterModule(module);
5380
+ })();
5296
5381
 
5297
5382
  function _createSuper$5(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$5(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
5298
5383
 
5299
5384
  function _isNativeReflectConstruct$5() { if (typeof Reflect === "undefined" || !construct) return false; if (construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
5300
- deprecate({
5385
+
5386
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
5387
+ return a;
5388
+ };
5389
+ _default$b({
5301
5390
  name: 'Panel',
5302
5391
  newName: 'Accordion',
5303
5392
  changes: ['---- Props ----', 'Use allowMultiple to let multiple items show as expanded at a time', 'Use allowToggle to allow items within the accordion, so any expanded accordion item can be collapsed again', 'instead of isOpen now use, defaultIndex, index to achieve the same effect', 'Use defaultIndex to set the initial index(es) of the expanded accordion item', 'Use index to set the index(es) of the expanded accordion item', 'onChange is the callback invoked when accordion items are expanded or collapsed', 'Use isDisabled to disable an AccordionItem', 'Use isFocusable to allow an AccordionItem to be focusable', 'The pseudo style props _expanded, _disabled, _hover can be passed into the AccordionButton to style it', '---- Changes in v2 component ----', 'Accordion (v2) now uses multiple components in order to parody this component', 'In Accordion (v2), there is no longer the option to pass in a custom icon', 'In Accordion (v2), the Title and Icon are now placed as children of AccordionButton component to enable the whole row to be clickable', 'The AccordionButton should be placed within a Heading component for markup and styling (v2/components/Heading)', 'In Accordion (v2), the Text is now a child of the AccordionPanel component', 'In order to add styles/markup to the text, it should be placed within a Text component (v2/components/Text)', 'Both AccordionPanel and AccordionIcon are children of AccordionItem', 'In Accordion (v2), showTitleToggle has been removed', 'In Accordion (v2), preview has been removed', 'onOpen and onClose are no longer needed in the v2 component', '---- Additional Information ----', 'new props are documented at: https://chakra-ui.com/docs/disclosure/accordion']
@@ -5396,7 +5485,7 @@ var Panel = /*#__PURE__*/function (_Component) {
5396
5485
  className: classes
5397
5486
  }, /*#__PURE__*/React.createElement("div", {
5398
5487
  className: "Panel-title"
5399
- }, showTitleToggle ? /*#__PURE__*/React.createElement(Button, {
5488
+ }, showTitleToggle ? /*#__PURE__*/React.createElement(_default$a, {
5400
5489
  className: "Panel-toggle",
5401
5490
  onClick: this._onToggle
5402
5491
  }, panelTitle, isOpen ? closeIcon : openIcon) : /*#__PURE__*/React.createElement(React.Fragment, null, panelTitle, additionalTitleMarkup)), /*#__PURE__*/React.createElement(lib_1, {
@@ -5412,6 +5501,13 @@ var Panel = /*#__PURE__*/function (_Component) {
5412
5501
  className: "Panel-preview"
5413
5502
  }, preview)));
5414
5503
  }
5504
+ }, {
5505
+ key: "__reactstandin__regenerateByEval",
5506
+ value: // @ts-ignore
5507
+ function __reactstandin__regenerateByEval(key, code) {
5508
+ // @ts-ignore
5509
+ this[key] = eval(code);
5510
+ }
5415
5511
  }], [{
5416
5512
  key: "getDerivedStateFromProps",
5417
5513
  value: function getDerivedStateFromProps(nextProps, prevState) {
@@ -5486,6 +5582,24 @@ _defineProperty(Panel, "defaultProps", {
5486
5582
  })
5487
5583
  });
5488
5584
 
5585
+ var _default$9 = Panel;
5586
+
5587
+ (function () {
5588
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
5589
+
5590
+ if (!reactHotLoader) {
5591
+ return;
5592
+ }
5593
+
5594
+ reactHotLoader.register(Panel, "Panel", "/tmp/build/44cb8d9a/src/src/v1/components/Panel/Panel.jsx");
5595
+ reactHotLoader.register(_default$9, "default", "/tmp/build/44cb8d9a/src/src/v1/components/Panel/Panel.jsx");
5596
+ })();
5597
+
5598
+ (function () {
5599
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
5600
+ leaveModule && leaveModule(module);
5601
+ })();
5602
+
5489
5603
  // `Array.isArray` method
5490
5604
  // https://tc39.es/ecma262/#sec-array.isarray
5491
5605
  _export({ target: 'Array', stat: true }, {
@@ -5629,7 +5743,7 @@ var from_1$1 = from_1$2;
5629
5743
  var from_1 = from_1$1;
5630
5744
 
5631
5745
  function _iterableToArray(iter) {
5632
- if (typeof symbol$1 !== "undefined" && getIteratorMethod(iter) != null || iter["@@iterator"] != null) return from_1(iter);
5746
+ if (typeof symbol !== "undefined" && getIteratorMethod(iter) != null || iter["@@iterator"] != null) return from_1(iter);
5633
5747
  }
5634
5748
 
5635
5749
  var HAS_SPECIES_SUPPORT$2 = arrayMethodHasSpeciesSupport('slice');
@@ -5734,6 +5848,68 @@ var map$1 = map$2;
5734
5848
 
5735
5849
  var map = map$1;
5736
5850
 
5851
+ // a string of all valid unicode whitespaces
5852
+ var whitespaces = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
5853
+ '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
5854
+
5855
+ var replace$1 = functionUncurryThis(''.replace);
5856
+ var whitespace = '[' + whitespaces + ']';
5857
+ var ltrim = RegExp('^' + whitespace + whitespace + '*');
5858
+ var rtrim = RegExp(whitespace + whitespace + '*$');
5859
+
5860
+ // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
5861
+ var createMethod$1 = function (TYPE) {
5862
+ return function ($this) {
5863
+ var string = toString_1(requireObjectCoercible($this));
5864
+ if (TYPE & 1) string = replace$1(string, ltrim, '');
5865
+ if (TYPE & 2) string = replace$1(string, rtrim, '');
5866
+ return string;
5867
+ };
5868
+ };
5869
+
5870
+ var stringTrim = {
5871
+ // `String.prototype.{ trimLeft, trimStart }` methods
5872
+ // https://tc39.es/ecma262/#sec-string.prototype.trimstart
5873
+ start: createMethod$1(1),
5874
+ // `String.prototype.{ trimRight, trimEnd }` methods
5875
+ // https://tc39.es/ecma262/#sec-string.prototype.trimend
5876
+ end: createMethod$1(2),
5877
+ // `String.prototype.trim` method
5878
+ // https://tc39.es/ecma262/#sec-string.prototype.trim
5879
+ trim: createMethod$1(3)
5880
+ };
5881
+
5882
+ var trim = stringTrim.trim;
5883
+
5884
+
5885
+ var $parseInt = global_1.parseInt;
5886
+ var Symbol$1 = global_1.Symbol;
5887
+ var ITERATOR = Symbol$1 && Symbol$1.iterator;
5888
+ var hex = /^[+-]?0x/i;
5889
+ var exec = functionUncurryThis(hex.exec);
5890
+ var FORCED$1 = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22
5891
+ // MS Edge 18- broken with boxed symbols
5892
+ || (ITERATOR && !fails(function () { $parseInt(Object(ITERATOR)); }));
5893
+
5894
+ // `parseInt` method
5895
+ // https://tc39.es/ecma262/#sec-parseint-string-radix
5896
+ var numberParseInt = FORCED$1 ? function parseInt(string, radix) {
5897
+ var S = trim(toString_1(string));
5898
+ return $parseInt(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10));
5899
+ } : $parseInt;
5900
+
5901
+ // `parseInt` method
5902
+ // https://tc39.es/ecma262/#sec-parseint-string-radix
5903
+ _export({ global: true, forced: parseInt != numberParseInt }, {
5904
+ parseInt: numberParseInt
5905
+ });
5906
+
5907
+ var _parseInt$2 = path.parseInt;
5908
+
5909
+ var _parseInt$1 = _parseInt$2;
5910
+
5911
+ var _parseInt = _parseInt$1;
5912
+
5737
5913
  var TriangleDown = createCommonjsModule(function (module, exports) {
5738
5914
 
5739
5915
 
@@ -5746,22 +5922,22 @@ var TriangleDown = createCommonjsModule(function (module, exports) {
5746
5922
 
5747
5923
 
5748
5924
 
5749
- defineProperty$2(exports, "__esModule", {
5925
+ defineProperty$1(exports, "__esModule", {
5750
5926
  value: true
5751
5927
  });
5752
5928
 
5753
- exports.default = void 0;
5929
+ exports["default"] = void 0;
5754
5930
 
5755
- var _extends2 = _interopRequireDefault$1(_extends$1);
5931
+ var _extends2 = _interopRequireDefault(_extends);
5756
5932
 
5757
5933
  var React$1 = _interopRequireWildcard(React);
5758
5934
 
5759
5935
  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
5936
 
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; }
5937
+ 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$1 && getOwnPropertyDescriptor$1; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$1(obj, key) : null; if (desc && (desc.get || desc.set)) { defineProperty$1(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
5762
5938
 
5763
5939
  function SvgTriangleDown(props, svgRef) {
5764
- return /*#__PURE__*/React$1.createElement("svg", (0, _extends2.default)({}, props, {
5940
+ return /*#__PURE__*/React$1.createElement("svg", (0, _extends2["default"])({}, props, {
5765
5941
  xmlns: "http://www.w3.org/2000/svg",
5766
5942
  viewBox: "0 0 1024 1024",
5767
5943
  fill: "currentColor",
@@ -5774,7 +5950,7 @@ function SvgTriangleDown(props, svgRef) {
5774
5950
 
5775
5951
  var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgTriangleDown);
5776
5952
  var _default = ForwardRef;
5777
- exports.default = _default;
5953
+ exports["default"] = _default;
5778
5954
  });
5779
5955
 
5780
5956
  unwrapExports(TriangleDown);
@@ -5793,22 +5969,22 @@ var TriangleUp = createCommonjsModule(function (module, exports) {
5793
5969
 
5794
5970
 
5795
5971
 
5796
- defineProperty$2(exports, "__esModule", {
5972
+ defineProperty$1(exports, "__esModule", {
5797
5973
  value: true
5798
5974
  });
5799
5975
 
5800
- exports.default = void 0;
5976
+ exports["default"] = void 0;
5801
5977
 
5802
- var _extends2 = _interopRequireDefault$1(_extends$1);
5978
+ var _extends2 = _interopRequireDefault(_extends);
5803
5979
 
5804
5980
  var React$1 = _interopRequireWildcard(React);
5805
5981
 
5806
5982
  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
5983
 
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; }
5984
+ 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$1 && getOwnPropertyDescriptor$1; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$1(obj, key) : null; if (desc && (desc.get || desc.set)) { defineProperty$1(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
5809
5985
 
5810
5986
  function SvgTriangleUp(props, svgRef) {
5811
- return /*#__PURE__*/React$1.createElement("svg", (0, _extends2.default)({}, props, {
5987
+ return /*#__PURE__*/React$1.createElement("svg", (0, _extends2["default"])({}, props, {
5812
5988
  xmlns: "http://www.w3.org/2000/svg",
5813
5989
  viewBox: "0 0 1024 1024",
5814
5990
  fill: "currentColor",
@@ -5821,19 +5997,51 @@ function SvgTriangleUp(props, svgRef) {
5821
5997
 
5822
5998
  var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgTriangleUp);
5823
5999
  var _default = ForwardRef;
5824
- exports.default = _default;
6000
+ exports["default"] = _default;
5825
6001
  });
5826
6002
 
5827
6003
  unwrapExports(TriangleUp);
5828
6004
 
5829
6005
  var triangleUp = TriangleUp;
5830
6006
 
5831
- var TableSortType = {
6007
+ (function () {
6008
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
6009
+ enterModule && enterModule(module);
6010
+ })();
6011
+
6012
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
6013
+ return a;
6014
+ };
6015
+
6016
+ var _default$8 = {
5832
6017
  ASC: 'Ascending',
5833
6018
  DESC: 'Descending'
5834
6019
  };
5835
6020
 
5836
- var TableHeadingPropTypes = {
6021
+ (function () {
6022
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
6023
+
6024
+ if (!reactHotLoader) {
6025
+ return;
6026
+ }
6027
+
6028
+ reactHotLoader.register(_default$8, "default", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableSortType.js");
6029
+ })();
6030
+
6031
+ (function () {
6032
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
6033
+ leaveModule && leaveModule(module);
6034
+ })();
6035
+
6036
+ (function () {
6037
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
6038
+ enterModule && enterModule(module);
6039
+ })();
6040
+
6041
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
6042
+ return a;
6043
+ };
6044
+ var _default$7 = {
5837
6045
  /** Additional class(es) to add to the component. */
5838
6046
  className: PropTypes.string,
5839
6047
 
@@ -5844,7 +6052,7 @@ var TableHeadingPropTypes = {
5844
6052
  isSortable: PropTypes.bool,
5845
6053
 
5846
6054
  /** Determines whether or not this heading should render with sorting order arrow. */
5847
- sortOrder: PropTypes.oneOf([TableSortType.ASC, TableSortType.DESC]),
6055
+ sortOrder: PropTypes.oneOf([_default$8.ASC, _default$8.DESC]),
5848
6056
 
5849
6057
  /**
5850
6058
  * A function to call when a sortable header is clicked.
@@ -5855,11 +6063,35 @@ var TableHeadingPropTypes = {
5855
6063
  onSortClick: PropTypes.func
5856
6064
  };
5857
6065
 
6066
+ (function () {
6067
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
6068
+
6069
+ if (!reactHotLoader) {
6070
+ return;
6071
+ }
6072
+
6073
+ reactHotLoader.register(_default$7, "default", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableHeadingPropTypes.js");
6074
+ })();
6075
+
6076
+ (function () {
6077
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
6078
+ leaveModule && leaveModule(module);
6079
+ })();
6080
+
6081
+ (function () {
6082
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
6083
+ enterModule && enterModule(module);
6084
+ })();
6085
+
5858
6086
  function _createSuper$4(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$4(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
5859
6087
 
5860
6088
  function _isNativeReflectConstruct$4() { if (typeof Reflect === "undefined" || !construct) return false; if (construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
5861
- var ASC$1 = TableSortType.ASC,
5862
- DESC$1 = TableSortType.DESC;
6089
+
6090
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
6091
+ return a;
6092
+ };
6093
+ var ASC$1 = _default$8.ASC,
6094
+ DESC$1 = _default$8.DESC;
5863
6095
 
5864
6096
  var TableHeading = /*#__PURE__*/function (_Component) {
5865
6097
  _inherits(TableHeading, _Component);
@@ -5928,14 +6160,46 @@ var TableHeading = /*#__PURE__*/function (_Component) {
5928
6160
  className: "TableHeading-sort-icon"
5929
6161
  }))));
5930
6162
  }
6163
+ }, {
6164
+ key: "__reactstandin__regenerateByEval",
6165
+ value: // @ts-ignore
6166
+ function __reactstandin__regenerateByEval(key, code) {
6167
+ // @ts-ignore
6168
+ this[key] = eval(code);
6169
+ }
5931
6170
  }]);
5932
6171
 
5933
6172
  return TableHeading;
5934
6173
  }(Component);
5935
6174
 
5936
- _defineProperty(TableHeading, "propTypes", TableHeadingPropTypes);
6175
+ _defineProperty(TableHeading, "propTypes", _default$7);
6176
+
6177
+ (function () {
6178
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
6179
+
6180
+ if (!reactHotLoader) {
6181
+ return;
6182
+ }
6183
+
6184
+ reactHotLoader.register(ASC$1, "ASC", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableHeading.jsx");
6185
+ reactHotLoader.register(DESC$1, "DESC", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableHeading.jsx");
6186
+ reactHotLoader.register(TableHeading, "TableHeading", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableHeading.jsx");
6187
+ })();
6188
+
6189
+ (function () {
6190
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
6191
+ leaveModule && leaveModule(module);
6192
+ })();
6193
+
6194
+ (function () {
6195
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
6196
+ enterModule && enterModule(module);
6197
+ })();
5937
6198
 
5938
- var TableCellPropTypes = {
6199
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
6200
+ return a;
6201
+ };
6202
+ var _default$6 = {
5939
6203
  /** Additional class(es) to add to the component. */
5940
6204
  className: PropTypes.string,
5941
6205
 
@@ -5946,6 +6210,30 @@ var TableCellPropTypes = {
5946
6210
  value: PropTypes.any
5947
6211
  };
5948
6212
 
6213
+ (function () {
6214
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
6215
+
6216
+ if (!reactHotLoader) {
6217
+ return;
6218
+ }
6219
+
6220
+ reactHotLoader.register(_default$6, "default", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableCellPropTypes.js");
6221
+ })();
6222
+
6223
+ (function () {
6224
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
6225
+ leaveModule && leaveModule(module);
6226
+ })();
6227
+
6228
+ (function () {
6229
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
6230
+ enterModule && enterModule(module);
6231
+ })();
6232
+
6233
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
6234
+ return a;
6235
+ };
6236
+
5949
6237
  var TableCell = function TableCell(_ref) {
5950
6238
  var className = _ref.className,
5951
6239
  headingLabel = _ref.headingLabel,
@@ -5957,12 +6245,24 @@ var TableCell = function TableCell(_ref) {
5957
6245
  }, /*#__PURE__*/React.createElement("div", null, value));
5958
6246
  };
5959
6247
 
5960
- _c$5 = TableCell;
5961
- TableCell.propTypes = TableCellPropTypes;
6248
+ TableCell.propTypes = _default$6;
6249
+ var _default$5 = TableCell;
5962
6250
 
5963
- var _c$5;
6251
+ (function () {
6252
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
5964
6253
 
5965
- $RefreshReg$(_c$5, "TableCell");
6254
+ if (!reactHotLoader) {
6255
+ return;
6256
+ }
6257
+
6258
+ reactHotLoader.register(TableCell, "TableCell", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableCell.jsx");
6259
+ reactHotLoader.register(_default$5, "default", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableCell.jsx");
6260
+ })();
6261
+
6262
+ (function () {
6263
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
6264
+ leaveModule && leaveModule(module);
6265
+ })();
5966
6266
 
5967
6267
  var ChevronLeft = createCommonjsModule(function (module, exports) {
5968
6268
 
@@ -5976,22 +6276,22 @@ var ChevronLeft = createCommonjsModule(function (module, exports) {
5976
6276
 
5977
6277
 
5978
6278
 
5979
- defineProperty$2(exports, "__esModule", {
6279
+ defineProperty$1(exports, "__esModule", {
5980
6280
  value: true
5981
6281
  });
5982
6282
 
5983
- exports.default = void 0;
6283
+ exports["default"] = void 0;
5984
6284
 
5985
- var _extends2 = _interopRequireDefault$1(_extends$1);
6285
+ var _extends2 = _interopRequireDefault(_extends);
5986
6286
 
5987
6287
  var React$1 = _interopRequireWildcard(React);
5988
6288
 
5989
6289
  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
6290
 
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; }
6291
+ 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$1 && getOwnPropertyDescriptor$1; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$1(obj, key) : null; if (desc && (desc.get || desc.set)) { defineProperty$1(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
5992
6292
 
5993
6293
  function SvgChevronLeft(props, svgRef) {
5994
- return /*#__PURE__*/React$1.createElement("svg", (0, _extends2.default)({}, props, {
6294
+ return /*#__PURE__*/React$1.createElement("svg", (0, _extends2["default"])({}, props, {
5995
6295
  xmlns: "http://www.w3.org/2000/svg",
5996
6296
  viewBox: "0 0 1024 1024",
5997
6297
  fill: "currentColor",
@@ -6004,7 +6304,7 @@ function SvgChevronLeft(props, svgRef) {
6004
6304
 
6005
6305
  var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgChevronLeft);
6006
6306
  var _default = ForwardRef;
6007
- exports.default = _default;
6307
+ exports["default"] = _default;
6008
6308
  });
6009
6309
 
6010
6310
  unwrapExports(ChevronLeft);
@@ -6023,40 +6323,112 @@ var ChevronRight = createCommonjsModule(function (module, exports) {
6023
6323
 
6024
6324
 
6025
6325
 
6026
- defineProperty$2(exports, "__esModule", {
6326
+ defineProperty$1(exports, "__esModule", {
6027
6327
  value: true
6028
6328
  });
6029
6329
 
6030
- exports.default = void 0;
6330
+ exports["default"] = void 0;
6031
6331
 
6032
- var _extends2 = _interopRequireDefault$1(_extends$1);
6332
+ var _extends2 = _interopRequireDefault(_extends);
6033
6333
 
6034
6334
  var React$1 = _interopRequireWildcard(React);
6035
6335
 
6036
6336
  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
6337
 
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; }
6338
+ 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$1 && getOwnPropertyDescriptor$1; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? getOwnPropertyDescriptor$1(obj, key) : null; if (desc && (desc.get || desc.set)) { defineProperty$1(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
6339
+
6340
+ function SvgChevronRight(props, svgRef) {
6341
+ return /*#__PURE__*/React$1.createElement("svg", (0, _extends2["default"])({}, props, {
6342
+ xmlns: "http://www.w3.org/2000/svg",
6343
+ viewBox: "0 0 1024 1024",
6344
+ fill: "currentColor",
6345
+ className: "Icon ".concat(props.className ? props.className : ''),
6346
+ ref: svgRef
6347
+ }), /*#__PURE__*/React$1.createElement("path", {
6348
+ d: "M841.6 518.4c0 17.1-4.3 29.9-17.1 38.4L257 1013.4c-21.3 17.1-46.9 12.8-64-8.5s-12.8-46.9 8.5-64l516.4-426.8L205.7 87.4c-21.3-12.8-25.6-42.7-8.5-68.3 12.8-21.3 42.7-25.6 64-8.5l563.3 469.5c12.9 8.5 17.1 21.3 17.1 38.3z"
6349
+ }));
6350
+ }
6351
+
6352
+ var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgChevronRight);
6353
+ var _default = ForwardRef;
6354
+ exports["default"] = _default;
6355
+ });
6356
+
6357
+ unwrapExports(ChevronRight);
6358
+
6359
+ var chevronRight = ChevronRight;
6360
+
6361
+ var TypeError$3 = global_1.TypeError;
6362
+
6363
+ // `Array.prototype.{ reduce, reduceRight }` methods implementation
6364
+ var createMethod = function (IS_RIGHT) {
6365
+ return function (that, callbackfn, argumentsLength, memo) {
6366
+ aCallable(callbackfn);
6367
+ var O = toObject(that);
6368
+ var self = indexedObject(O);
6369
+ var length = lengthOfArrayLike(O);
6370
+ var index = IS_RIGHT ? length - 1 : 0;
6371
+ var i = IS_RIGHT ? -1 : 1;
6372
+ if (argumentsLength < 2) while (true) {
6373
+ if (index in self) {
6374
+ memo = self[index];
6375
+ index += i;
6376
+ break;
6377
+ }
6378
+ index += i;
6379
+ if (IS_RIGHT ? index < 0 : length <= index) {
6380
+ throw TypeError$3('Reduce of empty array with no initial value');
6381
+ }
6382
+ }
6383
+ for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {
6384
+ memo = callbackfn(memo, self[index], index, O);
6385
+ }
6386
+ return memo;
6387
+ };
6388
+ };
6389
+
6390
+ var arrayReduce = {
6391
+ // `Array.prototype.reduce` method
6392
+ // https://tc39.es/ecma262/#sec-array.prototype.reduce
6393
+ left: createMethod(false),
6394
+ // `Array.prototype.reduceRight` method
6395
+ // https://tc39.es/ecma262/#sec-array.prototype.reduceright
6396
+ right: createMethod(true)
6397
+ };
6398
+
6399
+ var engineIsNode = classofRaw(global_1.process) == 'process';
6400
+
6401
+ var $reduce = arrayReduce.left;
6402
+
6403
+
6404
+
6405
+
6406
+ var STRICT_METHOD$1 = arrayMethodIsStrict('reduce');
6407
+ // Chrome 80-82 has a critical bug
6408
+ // https://bugs.chromium.org/p/chromium/issues/detail?id=1049982
6409
+ var CHROME_BUG = !engineIsNode && engineV8Version > 79 && engineV8Version < 83;
6410
+
6411
+ // `Array.prototype.reduce` method
6412
+ // https://tc39.es/ecma262/#sec-array.prototype.reduce
6413
+ _export({ target: 'Array', proto: true, forced: !STRICT_METHOD$1 || CHROME_BUG }, {
6414
+ reduce: function reduce(callbackfn /* , initialValue */) {
6415
+ var length = arguments.length;
6416
+ return $reduce(this, callbackfn, length, length > 1 ? arguments[1] : undefined);
6417
+ }
6418
+ });
6419
+
6420
+ var reduce$3 = entryVirtual('Array').reduce;
6039
6421
 
6040
- function SvgChevronRight(props, svgRef) {
6041
- return /*#__PURE__*/React$1.createElement("svg", (0, _extends2.default)({}, props, {
6042
- xmlns: "http://www.w3.org/2000/svg",
6043
- viewBox: "0 0 1024 1024",
6044
- fill: "currentColor",
6045
- className: "Icon ".concat(props.className ? props.className : ''),
6046
- ref: svgRef
6047
- }), /*#__PURE__*/React$1.createElement("path", {
6048
- d: "M841.6 518.4c0 17.1-4.3 29.9-17.1 38.4L257 1013.4c-21.3 17.1-46.9 12.8-64-8.5s-12.8-46.9 8.5-64l516.4-426.8L205.7 87.4c-21.3-12.8-25.6-42.7-8.5-68.3 12.8-21.3 42.7-25.6 64-8.5l563.3 469.5c12.9 8.5 17.1 21.3 17.1 38.3z"
6049
- }));
6050
- }
6422
+ var ArrayPrototype$3 = Array.prototype;
6051
6423
 
6052
- var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgChevronRight);
6053
- var _default = ForwardRef;
6054
- exports.default = _default;
6055
- });
6424
+ var reduce$2 = function (it) {
6425
+ var own = it.reduce;
6426
+ return it === ArrayPrototype$3 || (objectIsPrototypeOf(ArrayPrototype$3, it) && own === ArrayPrototype$3.reduce) ? reduce$3 : own;
6427
+ };
6056
6428
 
6057
- unwrapExports(ChevronRight);
6429
+ var reduce$1 = reduce$2;
6058
6430
 
6059
- var chevronRight = ChevronRight;
6431
+ var reduce = reduce$1;
6060
6432
 
6061
6433
  var $find = arrayIteration.find;
6062
6434
 
@@ -6077,125 +6449,17 @@ _export({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
6077
6449
 
6078
6450
  var find$3 = entryVirtual('Array').find;
6079
6451
 
6080
- var ArrayPrototype$3 = Array.prototype;
6452
+ var ArrayPrototype$2 = Array.prototype;
6081
6453
 
6082
6454
  var find$2 = function (it) {
6083
6455
  var own = it.find;
6084
- return it === ArrayPrototype$3 || (objectIsPrototypeOf(ArrayPrototype$3, it) && own === ArrayPrototype$3.find) ? find$3 : own;
6456
+ return it === ArrayPrototype$2 || (objectIsPrototypeOf(ArrayPrototype$2, it) && own === ArrayPrototype$2.find) ? find$3 : own;
6085
6457
  };
6086
6458
 
6087
6459
  var find$1 = find$2;
6088
6460
 
6089
6461
  var find = find$1;
6090
6462
 
6091
- var defineProperty = defineProperty$9;
6092
-
6093
- function _interopRequireDefault(obj) {
6094
- return obj && obj.__esModule ? obj : {
6095
- "default": obj
6096
- };
6097
- }
6098
-
6099
- var $forEach = arrayIteration.forEach;
6100
-
6101
-
6102
- var STRICT_METHOD$1 = arrayMethodIsStrict('forEach');
6103
-
6104
- // `Array.prototype.forEach` method implementation
6105
- // https://tc39.es/ecma262/#sec-array.prototype.foreach
6106
- var arrayForEach = !STRICT_METHOD$1 ? function forEach(callbackfn /* , thisArg */) {
6107
- return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
6108
- // eslint-disable-next-line es/no-array-prototype-foreach -- safe
6109
- } : [].forEach;
6110
-
6111
- // `Array.prototype.forEach` method
6112
- // https://tc39.es/ecma262/#sec-array.prototype.foreach
6113
- // eslint-disable-next-line es/no-array-prototype-foreach -- safe
6114
- _export({ target: 'Array', proto: true, forced: [].forEach != arrayForEach }, {
6115
- forEach: arrayForEach
6116
- });
6117
-
6118
- var forEach$3 = entryVirtual('Array').forEach;
6119
-
6120
- var forEach$2 = forEach$3;
6121
-
6122
- var ArrayPrototype$2 = Array.prototype;
6123
-
6124
- var DOMIterables = {
6125
- DOMTokenList: true,
6126
- NodeList: true
6127
- };
6128
-
6129
- var forEach$1 = function (it) {
6130
- var own = it.forEach;
6131
- return it === ArrayPrototype$2 || (objectIsPrototypeOf(ArrayPrototype$2, it) && own === ArrayPrototype$2.forEach)
6132
- || hasOwnProperty_1(DOMIterables, classof(it)) ? forEach$2 : own;
6133
- };
6134
-
6135
- var forEach = forEach$1;
6136
-
6137
- // a string of all valid unicode whitespaces
6138
- var whitespaces = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
6139
- '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
6140
-
6141
- var replace$1 = functionUncurryThis(''.replace);
6142
- var whitespace = '[' + whitespaces + ']';
6143
- var ltrim = RegExp('^' + whitespace + whitespace + '*');
6144
- var rtrim = RegExp(whitespace + whitespace + '*$');
6145
-
6146
- // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
6147
- var createMethod = function (TYPE) {
6148
- return function ($this) {
6149
- var string = toString_1(requireObjectCoercible($this));
6150
- if (TYPE & 1) string = replace$1(string, ltrim, '');
6151
- if (TYPE & 2) string = replace$1(string, rtrim, '');
6152
- return string;
6153
- };
6154
- };
6155
-
6156
- var stringTrim = {
6157
- // `String.prototype.{ trimLeft, trimStart }` methods
6158
- // https://tc39.es/ecma262/#sec-string.prototype.trimstart
6159
- start: createMethod(1),
6160
- // `String.prototype.{ trimRight, trimEnd }` methods
6161
- // https://tc39.es/ecma262/#sec-string.prototype.trimend
6162
- end: createMethod(2),
6163
- // `String.prototype.trim` method
6164
- // https://tc39.es/ecma262/#sec-string.prototype.trim
6165
- trim: createMethod(3)
6166
- };
6167
-
6168
- var trim = stringTrim.trim;
6169
-
6170
-
6171
- var $parseInt = global_1.parseInt;
6172
- var Symbol$1 = global_1.Symbol;
6173
- var ITERATOR = Symbol$1 && Symbol$1.iterator;
6174
- var hex = /^[+-]?0x/i;
6175
- var exec = functionUncurryThis(hex.exec);
6176
- var FORCED$1 = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22
6177
- // MS Edge 18- broken with boxed symbols
6178
- || (ITERATOR && !fails(function () { $parseInt(Object(ITERATOR)); }));
6179
-
6180
- // `parseInt` method
6181
- // https://tc39.es/ecma262/#sec-parseint-string-radix
6182
- var numberParseInt = FORCED$1 ? function parseInt(string, radix) {
6183
- var S = trim(toString_1(string));
6184
- return $parseInt(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10));
6185
- } : $parseInt;
6186
-
6187
- // `parseInt` method
6188
- // https://tc39.es/ecma262/#sec-parseint-string-radix
6189
- _export({ global: true, forced: parseInt != numberParseInt }, {
6190
- parseInt: numberParseInt
6191
- });
6192
-
6193
- var _parseInt$2 = path.parseInt;
6194
-
6195
- var _parseInt$1 = _parseInt$2;
6196
-
6197
- var _parseInt = _parseInt$1;
6198
-
6199
6463
  var $some = arrayIteration.some;
6200
6464
 
6201
6465
 
@@ -6348,8 +6612,6 @@ var validateArgumentsLength = function (passed, required) {
6348
6612
 
6349
6613
  var engineIsIos = /(?:ipad|iphone|ipod).*applewebkit/i.test(engineUserAgent);
6350
6614
 
6351
- var engineIsNode = classofRaw(global_1.process) == 'process';
6352
-
6353
6615
  var set = global_1.setImmediate;
6354
6616
  var clear = global_1.clearImmediate;
6355
6617
  var process$3 = global_1.process;
@@ -6458,7 +6720,7 @@ var engineIsIosPebble = /ipad|iphone|ipod/i.test(engineUserAgent) && global_1.Pe
6458
6720
 
6459
6721
  var engineIsWebosWebkit = /web0s(?!.*chrome)/i.test(engineUserAgent);
6460
6722
 
6461
- var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
6723
+ var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
6462
6724
  var macrotask = task$1.set;
6463
6725
 
6464
6726
 
@@ -6470,7 +6732,7 @@ var document$2 = global_1.document;
6470
6732
  var process$2 = global_1.process;
6471
6733
  var Promise$1 = global_1.Promise;
6472
6734
  // Node.js 11 shows ExperimentalWarning on getting `queueMicrotask`
6473
- var queueMicrotaskDescriptor = getOwnPropertyDescriptor$1(global_1, 'queueMicrotask');
6735
+ var queueMicrotaskDescriptor = getOwnPropertyDescriptor(global_1, 'queueMicrotask');
6474
6736
  var queueMicrotask = queueMicrotaskDescriptor && queueMicrotaskDescriptor.value;
6475
6737
 
6476
6738
  var flush, head, last, notify$1, toggle, node, promise$3, then;
@@ -7261,7 +7523,7 @@ var environment$1 = createCommonjsModule(function (module, exports) {
7261
7523
 
7262
7524
 
7263
7525
 
7264
- defineProperty(exports, "__esModule", {
7526
+ defineProperty$1(exports, "__esModule", {
7265
7527
  value: true
7266
7528
  });
7267
7529
 
@@ -7663,7 +7925,7 @@ var dom$1 = createCommonjsModule(function (module, exports) {
7663
7925
 
7664
7926
 
7665
7927
 
7666
- defineProperty(exports, "__esModule", {
7928
+ defineProperty$1(exports, "__esModule", {
7667
7929
  value: true
7668
7930
  });
7669
7931
 
@@ -8140,7 +8402,16 @@ unwrapExports(dom$1);
8140
8402
  var dom = dom$1;
8141
8403
 
8142
8404
  var _excluded$3 = ["className", "size", "borderWidth", "additionalMarkup"];
8143
- deprecate({
8405
+
8406
+ (function () {
8407
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
8408
+ enterModule && enterModule(module);
8409
+ })();
8410
+
8411
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
8412
+ return a;
8413
+ };
8414
+ _default$b({
8144
8415
  name: 'Loader',
8145
8416
  newName: 'Loader',
8146
8417
  changes: ['---- Changes in v2 component ----', '`borderWidth` is now `thickness`', '`additionalMarkup` is no longer supported within this component', '`className` is no longer explicitly supported, but a custom class could still be passed in if needed, but with the move to ChakraUI custom classes are generally not needed', '---- Additional Information ----', 'new props are documented at: https://chakra-ui.com/docs/feedback/circular-progress']
@@ -8166,7 +8437,6 @@ var Loader = function Loader(_ref) {
8166
8437
  }), additionalMarkup);
8167
8438
  };
8168
8439
 
8169
- _c$4 = Loader;
8170
8440
  Loader.propTypes = {
8171
8441
  /** Additional class(es) to add to the component. */
8172
8442
  className: PropTypes.string,
@@ -8184,17 +8454,39 @@ Loader.defaultProps = {
8184
8454
  size: 80,
8185
8455
  borderWidth: 4
8186
8456
  };
8457
+ var _default$4 = Loader;
8458
+
8459
+ (function () {
8460
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
8461
+
8462
+ if (!reactHotLoader) {
8463
+ return;
8464
+ }
8187
8465
 
8188
- var _c$4;
8466
+ reactHotLoader.register(Loader, "Loader", "/tmp/build/44cb8d9a/src/src/v1/components/Loader/Loader.jsx");
8467
+ reactHotLoader.register(_default$4, "default", "/tmp/build/44cb8d9a/src/src/v1/components/Loader/Loader.jsx");
8468
+ })();
8189
8469
 
8190
- $RefreshReg$(_c$4, "Loader");
8470
+ (function () {
8471
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
8472
+ leaveModule && leaveModule(module);
8473
+ })();
8191
8474
 
8192
8475
  var _excluded$2 = ["optgroup"],
8193
8476
  _excluded2$1 = ["className", "name", "items", "disabled", "loading", "error", "helpNode", "label", "dropdownIcon", "icon", "iconPosition", "required", "inline", "defaultValue", "placeholder", "onFocus"];
8194
8477
 
8478
+ (function () {
8479
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
8480
+ enterModule && enterModule(module);
8481
+ })();
8482
+
8195
8483
  function _createSuper$3(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$3(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
8196
8484
 
8197
8485
  function _isNativeReflectConstruct$3() { if (typeof Reflect === "undefined" || !construct) return false; if (construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
8486
+
8487
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
8488
+ return a;
8489
+ };
8198
8490
  // SelectItemPropTypes,
8199
8491
  // OptgroupPropTypes
8200
8492
  // } from './SelectItemPropTypes';
@@ -8244,7 +8536,7 @@ var Select = /*#__PURE__*/function (_Component) {
8244
8536
  items = _this$props.items,
8245
8537
  onChange = _this$props.onChange;
8246
8538
 
8247
- var selectedItem = find(_context2 = items.reduce(function (options, _ref) {
8539
+ var selectedItem = find(_context2 = reduce(items).call(items, function (options, _ref) {
8248
8540
  var _context3, _context4;
8249
8541
 
8250
8542
  var optgroup = _ref.optgroup,
@@ -8391,7 +8683,7 @@ var Select = /*#__PURE__*/function (_Component) {
8391
8683
  disabled: true
8392
8684
  }, placeholder), map(items).call(items, function (item, i) {
8393
8685
  return item.optgroup ? _this2._renderOptgroup(item) : _this2._renderItem(item, i);
8394
- })), loading ? /*#__PURE__*/React.createElement(Loader, {
8686
+ })), loading ? /*#__PURE__*/React.createElement(_default$4, {
8395
8687
  size: 16,
8396
8688
  borderWidth: 2
8397
8689
  }) : dropdownIcon ? /*#__PURE__*/cloneElement(dropdownIcon, {
@@ -8404,6 +8696,13 @@ var Select = /*#__PURE__*/function (_Component) {
8404
8696
  className: "FormElement-help-text"
8405
8697
  }, helpNode), !isValid && error);
8406
8698
  }
8699
+ }, {
8700
+ key: "__reactstandin__regenerateByEval",
8701
+ value: // @ts-ignore
8702
+ function __reactstandin__regenerateByEval(key, code) {
8703
+ // @ts-ignore
8704
+ this[key] = eval(code);
8705
+ }
8407
8706
  }]);
8408
8707
 
8409
8708
  return Select;
@@ -8485,6 +8784,30 @@ _defineProperty(Select, "defaultProps", {
8485
8784
  iconPosition: 'left'
8486
8785
  });
8487
8786
 
8787
+ (function () {
8788
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
8789
+
8790
+ if (!reactHotLoader) {
8791
+ return;
8792
+ }
8793
+
8794
+ reactHotLoader.register(Select, "Select", "/tmp/build/44cb8d9a/src/src/Select/Select.jsx");
8795
+ })();
8796
+
8797
+ (function () {
8798
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
8799
+ leaveModule && leaveModule(module);
8800
+ })();
8801
+
8802
+ (function () {
8803
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
8804
+ enterModule && enterModule(module);
8805
+ })();
8806
+
8807
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
8808
+ return a;
8809
+ };
8810
+
8488
8811
  var TableControls = function TableControls(_ref) {
8489
8812
  var currentPage = _ref.currentPage,
8490
8813
  totalPages = _ref.totalPages,
@@ -8502,7 +8825,7 @@ var TableControls = function TableControls(_ref) {
8502
8825
  className: "TableControls"
8503
8826
  }, /*#__PURE__*/React.createElement("div", {
8504
8827
  className: "TableControls-pagination"
8505
- }, /*#__PURE__*/React.createElement(Button, {
8828
+ }, /*#__PURE__*/React.createElement(_default$a, {
8506
8829
  color: "secondary",
8507
8830
  disabled: currentPage === 1,
8508
8831
  onClick: onPreviousPage
@@ -8511,14 +8834,13 @@ var TableControls = function TableControls(_ref) {
8511
8834
  defaultValue: currentPage.toString(),
8512
8835
  items: pages,
8513
8836
  onChange: onPageChange
8514
- }), /*#__PURE__*/React.createElement(Button, {
8837
+ }), /*#__PURE__*/React.createElement(_default$a, {
8515
8838
  color: "secondary",
8516
8839
  disabled: currentPage === totalPages,
8517
8840
  onClick: onNextPage
8518
8841
  }, /*#__PURE__*/React.createElement(chevronRight, null))));
8519
8842
  };
8520
8843
 
8521
- _c$3 = TableControls;
8522
8844
  TableControls.propTypes = {
8523
8845
  currentPage: PropTypes.number.isRequired,
8524
8846
  totalPages: PropTypes.number.isRequired,
@@ -8526,10 +8848,32 @@ TableControls.propTypes = {
8526
8848
  onPreviousPage: PropTypes.func.isRequired,
8527
8849
  onNextPage: PropTypes.func.isRequired
8528
8850
  };
8851
+ var _default$3 = TableControls;
8529
8852
 
8530
- var _c$3;
8853
+ (function () {
8854
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
8531
8855
 
8532
- $RefreshReg$(_c$3, "TableControls");
8856
+ if (!reactHotLoader) {
8857
+ return;
8858
+ }
8859
+
8860
+ reactHotLoader.register(TableControls, "TableControls", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableControls.jsx");
8861
+ reactHotLoader.register(_default$3, "default", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableControls.jsx");
8862
+ })();
8863
+
8864
+ (function () {
8865
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
8866
+ leaveModule && leaveModule(module);
8867
+ })();
8868
+
8869
+ (function () {
8870
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
8871
+ enterModule && enterModule(module);
8872
+ })();
8873
+
8874
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
8875
+ return a;
8876
+ };
8533
8877
 
8534
8878
  var TableFooter = function TableFooter(_ref) {
8535
8879
  var _context, _context2, _context3;
@@ -8561,7 +8905,7 @@ var TableFooter = function TableFooter(_ref) {
8561
8905
  className: classes
8562
8906
  }, showMessage && /*#__PURE__*/React.createElement("div", {
8563
8907
  className: "TableFooter-info"
8564
- }, displayMessage), totalPages > 1 && /*#__PURE__*/React.createElement(TableControls, {
8908
+ }, displayMessage), totalPages > 1 && /*#__PURE__*/React.createElement(_default$3, {
8565
8909
  currentPage: currentPage,
8566
8910
  totalPages: totalPages,
8567
8911
  onPageChange: onPageChange,
@@ -8570,7 +8914,6 @@ var TableFooter = function TableFooter(_ref) {
8570
8914
  })));
8571
8915
  };
8572
8916
 
8573
- _c$2 = TableFooter;
8574
8917
  TableFooter.propTypes = {
8575
8918
  rowSize: PropTypes.string.isRequired,
8576
8919
  pageSize: PropTypes.number.isRequired,
@@ -8584,19 +8927,31 @@ TableFooter.propTypes = {
8584
8927
  onPreviousPage: PropTypes.func.isRequired,
8585
8928
  onNextPage: PropTypes.func.isRequired
8586
8929
  };
8587
- var TableFooter$1 = _c2 = /*#__PURE__*/React.memo(TableFooter);
8588
8930
 
8589
- var _c$2, _c2;
8931
+ var _default$2 = /*#__PURE__*/React.memo(TableFooter);
8932
+
8933
+ (function () {
8934
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
8590
8935
 
8591
- $RefreshReg$(_c$2, "TableFooter");
8592
- $RefreshReg$(_c2, "%default%");
8936
+ if (!reactHotLoader) {
8937
+ return;
8938
+ }
8939
+
8940
+ reactHotLoader.register(TableFooter, "TableFooter", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableFooter.jsx");
8941
+ reactHotLoader.register(_default$2, "default", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableFooter.jsx");
8942
+ })();
8943
+
8944
+ (function () {
8945
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
8946
+ leaveModule && leaveModule(module);
8947
+ })();
8593
8948
 
8594
8949
  function _arrayWithHoles(arr) {
8595
8950
  if (isArray(arr)) return arr;
8596
8951
  }
8597
8952
 
8598
8953
  function _iterableToArrayLimit(arr, i) {
8599
- var _i = arr == null ? null : typeof symbol$1 !== "undefined" && getIteratorMethod(arr) || arr["@@iterator"];
8954
+ var _i = arr == null ? null : typeof symbol !== "undefined" && getIteratorMethod(arr) || arr["@@iterator"];
8600
8955
 
8601
8956
  if (_i == null) return;
8602
8957
  var _arr = [];
@@ -8633,11 +8988,20 @@ function _slicedToArray(arr, i) {
8633
8988
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
8634
8989
  }
8635
8990
 
8991
+ (function () {
8992
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
8993
+ enterModule && enterModule(module);
8994
+ })();
8995
+
8636
8996
  function _createSuper$2(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$2(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
8637
8997
 
8638
8998
  function _isNativeReflectConstruct$2() { if (typeof Reflect === "undefined" || !construct) return false; if (construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
8639
- var ASC = TableSortType.ASC,
8640
- DESC = TableSortType.DESC;
8999
+
9000
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
9001
+ return a;
9002
+ };
9003
+ var ASC = _default$8.ASC,
9004
+ DESC = _default$8.DESC;
8641
9005
 
8642
9006
  var TableSortSelector = /*#__PURE__*/function (_Component) {
8643
9007
  _inherits(TableSortSelector, _Component);
@@ -8708,6 +9072,13 @@ var TableSortSelector = /*#__PURE__*/function (_Component) {
8708
9072
  onChange: this._onSortChange
8709
9073
  }));
8710
9074
  }
9075
+ }, {
9076
+ key: "__reactstandin__regenerateByEval",
9077
+ value: // @ts-ignore
9078
+ function __reactstandin__regenerateByEval(key, code) {
9079
+ // @ts-ignore
9080
+ this[key] = eval(code);
9081
+ }
8711
9082
  }]);
8712
9083
 
8713
9084
  return TableSortSelector;
@@ -8720,13 +9091,39 @@ _defineProperty(TableSortSelector, "propTypes", {
8720
9091
  onSortChange: PropTypes.func.isRequired
8721
9092
  });
8722
9093
 
9094
+ (function () {
9095
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
9096
+
9097
+ if (!reactHotLoader) {
9098
+ return;
9099
+ }
9100
+
9101
+ reactHotLoader.register(ASC, "ASC", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableSortSelector.jsx");
9102
+ reactHotLoader.register(DESC, "DESC", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableSortSelector.jsx");
9103
+ reactHotLoader.register(TableSortSelector, "TableSortSelector", "/tmp/build/44cb8d9a/src/src/v1/components/Table/TableSortSelector.jsx");
9104
+ })();
9105
+
9106
+ (function () {
9107
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
9108
+ leaveModule && leaveModule(module);
9109
+ })();
9110
+
8723
9111
  var _excluded$1 = ["render"],
8724
9112
  _excluded2 = ["className"];
8725
9113
 
9114
+ (function () {
9115
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
9116
+ enterModule && enterModule(module);
9117
+ })();
9118
+
8726
9119
  function _createSuper$1(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$1(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
8727
9120
 
8728
9121
  function _isNativeReflectConstruct$1() { if (typeof Reflect === "undefined" || !construct) return false; if (construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
8729
- deprecate({
9122
+
9123
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
9124
+ return a;
9125
+ };
9126
+ _default$b({
8730
9127
  name: 'Table',
8731
9128
  newName: 'Table',
8732
9129
  changes: ['---- Props ----', 'In order to accomplish the same functionality as using `footerMessage`, now use the `<Tfoot />` component in the table structure instead of passing in as a prop', 'Pagination and Sorting are not yet supported in the v2 Table component', '---- Changes in v2 component ----', 'New v2 Table component is now a paired-down in functionality compaired to v1 version', '`containerClassName`, `headers`, `data`, `currentPage`, `sortOrder`, `sortDataKey`, `totalDataRowCount`, `rowSize`, `showFooterMessage`, `footerMessage`, `pageSize`, `sorting`, `onPageChange`, `onSortChange`, and `noDataAvailableMessage` are not yet supported in the v2 Table component', '---- Additional Information ----', 'new props are documented at: https://chakra-ui.com/docs/data-display/table']
@@ -8750,7 +9147,7 @@ var Table = /*#__PURE__*/function (_Component) {
8750
9147
  var value = _ref.value;
8751
9148
 
8752
9149
  _this.setState({
8753
- currentPage: parseInt(value, 10)
9150
+ currentPage: _parseInt(value, 10)
8754
9151
  });
8755
9152
  });
8756
9153
 
@@ -8848,7 +9245,7 @@ var Table = /*#__PURE__*/function (_Component) {
8848
9245
 
8849
9246
  var className = cell.className,
8850
9247
  value = cell.value;
8851
- var Cell = isObject$4(cell) && cell.render ? cell.render : TableCell;
9248
+ var Cell = isObject$4(cell) && cell.render ? cell.render : _default$5;
8852
9249
 
8853
9250
  var key = concat$2(_context2 = "".concat(i, "-")).call(_context2, dataKey);
8854
9251
 
@@ -8878,7 +9275,7 @@ var Table = /*#__PURE__*/function (_Component) {
8878
9275
  var _this$state2 = _this.state,
8879
9276
  currentPage = _this$state2.currentPage,
8880
9277
  totalPages = _this$state2.totalPages;
8881
- return /*#__PURE__*/React.createElement(TableFooter$1, {
9278
+ return /*#__PURE__*/React.createElement(_default$2, {
8882
9279
  rowSize: rowSize,
8883
9280
  pageSize: pageSize,
8884
9281
  totalDataRowCount: totalDataRowCount,
@@ -8974,6 +9371,13 @@ var Table = /*#__PURE__*/function (_Component) {
8974
9371
  className: tableClasses
8975
9372
  }, this._renderHeadings(), this._renderRows()), this._renderFooter());
8976
9373
  }
9374
+ }, {
9375
+ key: "__reactstandin__regenerateByEval",
9376
+ value: // @ts-ignore
9377
+ function __reactstandin__regenerateByEval(key, code) {
9378
+ // @ts-ignore
9379
+ this[key] = eval(code);
9380
+ }
8977
9381
  }]);
8978
9382
 
8979
9383
  return Table;
@@ -9011,7 +9415,7 @@ _defineProperty(Table, "propTypes", {
9011
9415
  currentPage: PropTypes.number,
9012
9416
 
9013
9417
  /** Determines if table data will be sorted in ascending or descending order. */
9014
- sortOrder: PropTypes.oneOf([TableSortType.ASC, TableSortType.DESC]),
9418
+ sortOrder: PropTypes.oneOf([_default$8.ASC, _default$8.DESC]),
9015
9419
 
9016
9420
  /** The header data key the table will be sorted on. */
9017
9421
  sortDataKey: PropTypes.string,
@@ -9081,38 +9485,45 @@ _defineProperty(Table, "defaultProps", {
9081
9485
  showFooterMessage: true
9082
9486
  });
9083
9487
 
9084
- var keys = keys$4;
9488
+ (function () {
9489
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
9085
9490
 
9086
- var getOwnPropertySymbols = getOwnPropertySymbols$4;
9491
+ if (!reactHotLoader) {
9492
+ return;
9493
+ }
9087
9494
 
9088
- var $filter = arrayIteration.filter;
9495
+ reactHotLoader.register(PAGE_SIZE_MIN, "PAGE_SIZE_MIN", "/tmp/build/44cb8d9a/src/src/v1/components/Table/Table.jsx");
9496
+ reactHotLoader.register(PAGE_SIZE_MAX, "PAGE_SIZE_MAX", "/tmp/build/44cb8d9a/src/src/v1/components/Table/Table.jsx");
9497
+ reactHotLoader.register(Table, "Table", "/tmp/build/44cb8d9a/src/src/v1/components/Table/Table.jsx");
9498
+ })();
9089
9499
 
9500
+ (function () {
9501
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
9502
+ leaveModule && leaveModule(module);
9503
+ })();
9090
9504
 
9091
- var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
9505
+ var defineProperties$2 = objectDefineProperties.f;
9092
9506
 
9093
- // `Array.prototype.filter` method
9094
- // https://tc39.es/ecma262/#sec-array.prototype.filter
9095
- // with adding support of @@species
9096
- _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
9097
- filter: function filter(callbackfn /* , thisArg */) {
9098
- return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
9099
- }
9507
+ // `Object.defineProperties` method
9508
+ // https://tc39.es/ecma262/#sec-object.defineproperties
9509
+ // eslint-disable-next-line es/no-object-defineproperties -- safe
9510
+ _export({ target: 'Object', stat: true, forced: Object.defineProperties !== defineProperties$2, sham: !descriptors }, {
9511
+ defineProperties: defineProperties$2
9100
9512
  });
9101
9513
 
9102
- var filter$3 = entryVirtual('Array').filter;
9103
-
9104
- var ArrayPrototype = Array.prototype;
9514
+ var defineProperties_1 = createCommonjsModule(function (module) {
9515
+ var Object = path.Object;
9105
9516
 
9106
- var filter$2 = function (it) {
9107
- var own = it.filter;
9108
- return it === ArrayPrototype || (objectIsPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.filter) ? filter$3 : own;
9517
+ var defineProperties = module.exports = function defineProperties(T, D) {
9518
+ return Object.defineProperties(T, D);
9109
9519
  };
9110
9520
 
9111
- var filter$1 = filter$2;
9521
+ if (Object.defineProperties.sham) defineProperties.sham = true;
9522
+ });
9112
9523
 
9113
- var filter = filter$1;
9524
+ var defineProperties$1 = defineProperties_1;
9114
9525
 
9115
- var getOwnPropertyDescriptor = getOwnPropertyDescriptor$3;
9526
+ var defineProperties = defineProperties$1;
9116
9527
 
9117
9528
  // `Object.getOwnPropertyDescriptors` method
9118
9529
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptors
@@ -9138,12 +9549,52 @@ var getOwnPropertyDescriptors$1 = getOwnPropertyDescriptors$2;
9138
9549
 
9139
9550
  var getOwnPropertyDescriptors = getOwnPropertyDescriptors$1;
9140
9551
 
9552
+ var $filter = arrayIteration.filter;
9553
+
9554
+
9555
+ var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
9556
+
9557
+ // `Array.prototype.filter` method
9558
+ // https://tc39.es/ecma262/#sec-array.prototype.filter
9559
+ // with adding support of @@species
9560
+ _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
9561
+ filter: function filter(callbackfn /* , thisArg */) {
9562
+ return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
9563
+ }
9564
+ });
9565
+
9566
+ var filter$3 = entryVirtual('Array').filter;
9567
+
9568
+ var ArrayPrototype = Array.prototype;
9569
+
9570
+ var filter$2 = function (it) {
9571
+ var own = it.filter;
9572
+ return it === ArrayPrototype || (objectIsPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.filter) ? filter$3 : own;
9573
+ };
9574
+
9575
+ var filter$1 = filter$2;
9576
+
9577
+ var filter = filter$1;
9578
+
9579
+ var getOwnPropertySymbols = getOwnPropertySymbols$4;
9580
+
9581
+ var keys = keys$4;
9582
+
9141
9583
  var _excluded = ["className", "children", "href", "iconPosition", "block", "disabled", "loading", "onClick"];
9142
9584
 
9143
- function ownKeys(object, enumerableOnly) { var keys$1 = keys(object); if (getOwnPropertySymbols) { var symbols = getOwnPropertySymbols(object); enumerableOnly && (symbols = filter(symbols).call(symbols, function (sym) { return getOwnPropertyDescriptor(object, sym).enumerable; })), keys$1.push.apply(keys$1, symbols); } return keys$1; }
9585
+ (function () {
9586
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
9587
+ enterModule && enterModule(module);
9588
+ })();
9589
+
9590
+ function ownKeys(object, enumerableOnly) { var keys$1 = keys(object); if (getOwnPropertySymbols) { var symbols = getOwnPropertySymbols(object); enumerableOnly && (symbols = filter(symbols).call(symbols, function (sym) { return getOwnPropertyDescriptor$1(object, sym).enumerable; })), keys$1.push.apply(keys$1, symbols); } return keys$1; }
9144
9591
 
9145
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : getOwnPropertyDescriptors ? Object.defineProperties(target, getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, getOwnPropertyDescriptor(source, key)); }); } return target; }
9146
- deprecate({
9592
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context, _context2; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? forEach(_context = ownKeys(Object(source), !0)).call(_context, function (key) { _defineProperty(target, key, source[key]); }) : getOwnPropertyDescriptors ? defineProperties(target, getOwnPropertyDescriptors(source)) : forEach(_context2 = ownKeys(Object(source))).call(_context2, function (key) { defineProperty$1(target, key, getOwnPropertyDescriptor$1(source, key)); }); } return target; }
9593
+
9594
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
9595
+ return a;
9596
+ };
9597
+ _default$b({
9147
9598
  name: 'TextButton',
9148
9599
  newName: 'Button',
9149
9600
  changes: ['Text button has now become a style variant of the v2 Button component', 'Since the v1 TextButton was a styled version of the v1 Button, the two have been combined in the v2 Button component. All of the core functionality of both v1 button types has been included in the v2 Button.', '---- Props ----', 'iconPosition has been removed, iconLeft and iconRight have replaced it.', 'color was removed.', 'block was removed, if full width is needed, use isFullWidth', 'loading was replaced by isLoading']
@@ -9181,7 +9632,6 @@ var TextButton = function TextButton(_ref) {
9181
9632
  return /*#__PURE__*/React.createElement(tag, opts, children);
9182
9633
  };
9183
9634
 
9184
- _c$1 = TextButton;
9185
9635
  TextButton.propTypes = {
9186
9636
  /** Additional class(es) to add to the component. */
9187
9637
  className: PropTypes.string,
@@ -9211,10 +9661,23 @@ TextButton.propTypes = {
9211
9661
  */
9212
9662
  onClick: PropTypes.func
9213
9663
  };
9664
+ var _default$1 = TextButton;
9214
9665
 
9215
- var _c$1;
9666
+ (function () {
9667
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
9216
9668
 
9217
- $RefreshReg$(_c$1, "TextButton");
9669
+ if (!reactHotLoader) {
9670
+ return;
9671
+ }
9672
+
9673
+ reactHotLoader.register(TextButton, "TextButton", "/tmp/build/44cb8d9a/src/src/v1/components/TextButton/TextButton.jsx");
9674
+ reactHotLoader.register(_default$1, "default", "/tmp/build/44cb8d9a/src/src/v1/components/TextButton/TextButton.jsx");
9675
+ })();
9676
+
9677
+ (function () {
9678
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
9679
+ leaveModule && leaveModule(module);
9680
+ })();
9218
9681
 
9219
9682
  var eventlistener = createCommonjsModule(function (module, exports) {
9220
9683
  (function(root,factory){
@@ -10399,6 +10862,15 @@ var LazyLoad = unwrapExports(LazyLoad_1);
10399
10862
 
10400
10863
  var environment = environment$1;
10401
10864
 
10865
+ (function () {
10866
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
10867
+ enterModule && enterModule(module);
10868
+ })();
10869
+
10870
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
10871
+ return a;
10872
+ };
10873
+
10402
10874
  var PulseLoader = function PulseLoader(_ref) {
10403
10875
  var className = _ref.className,
10404
10876
  size = _ref.size,
@@ -10440,7 +10912,6 @@ var PulseLoader = function PulseLoader(_ref) {
10440
10912
  })), additionalMarkup);
10441
10913
  };
10442
10914
 
10443
- _c = PulseLoader;
10444
10915
  PulseLoader.propTypes = {
10445
10916
  /** Additional class(es) to add to the component. */
10446
10917
  className: PropTypes.string,
@@ -10458,15 +10929,37 @@ PulseLoader.defaultProps = {
10458
10929
  size: 120,
10459
10930
  borderWidth: 7
10460
10931
  };
10932
+ var _default = PulseLoader;
10933
+
10934
+ (function () {
10935
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
10461
10936
 
10462
- var _c;
10937
+ if (!reactHotLoader) {
10938
+ return;
10939
+ }
10940
+
10941
+ reactHotLoader.register(PulseLoader, "PulseLoader", "/tmp/build/44cb8d9a/src/src/PulseLoader/PulseLoader.jsx");
10942
+ reactHotLoader.register(_default, "default", "/tmp/build/44cb8d9a/src/src/PulseLoader/PulseLoader.jsx");
10943
+ })();
10944
+
10945
+ (function () {
10946
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
10947
+ leaveModule && leaveModule(module);
10948
+ })();
10463
10949
 
10464
- $RefreshReg$(_c, "PulseLoader");
10950
+ (function () {
10951
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
10952
+ enterModule && enterModule(module);
10953
+ })();
10465
10954
 
10466
10955
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
10467
10956
 
10468
10957
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !construct) return false; if (construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
10469
10958
 
10959
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
10960
+ return a;
10961
+ };
10962
+
10470
10963
  var Image = /*#__PURE__*/function (_Component) {
10471
10964
  _inherits(Image, _Component);
10472
10965
 
@@ -10563,7 +11056,7 @@ var Image = /*#__PURE__*/function (_Component) {
10563
11056
  maxWidth: width,
10564
11057
  maxHeight: height
10565
11058
  }
10566
- }, showLoader && !isLoaded && /*#__PURE__*/React.createElement(PulseLoader, {
11059
+ }, showLoader && !isLoaded && /*#__PURE__*/React.createElement(_default, {
10567
11060
  size: 32,
10568
11061
  borderWidth: 2
10569
11062
  }), /*#__PURE__*/React.createElement("img", _extends({}, this._imageProps, {
@@ -10596,6 +11089,13 @@ var Image = /*#__PURE__*/function (_Component) {
10596
11089
 
10597
11090
  return this._renderImage();
10598
11091
  }
11092
+ }, {
11093
+ key: "__reactstandin__regenerateByEval",
11094
+ value: // @ts-ignore
11095
+ function __reactstandin__regenerateByEval(key, code) {
11096
+ // @ts-ignore
11097
+ this[key] = eval(code);
11098
+ }
10599
11099
  }]);
10600
11100
 
10601
11101
  return Image;
@@ -10643,5 +11143,24 @@ _defineProperty(Image, "defaultProps", {
10643
11143
  cloudinaryCloudName: 'spothero'
10644
11144
  });
10645
11145
 
10646
- export { Button, Image, Loader, Panel, Table, TextButton };
11146
+ (function () {
11147
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
11148
+
11149
+ if (!reactHotLoader) {
11150
+ return;
11151
+ }
11152
+
11153
+ reactHotLoader.register(Image, "Image", "/tmp/build/44cb8d9a/src/src/v1/components/Image/Image.jsx");
11154
+ })();
11155
+
11156
+ (function () {
11157
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
11158
+ leaveModule && leaveModule(module);
11159
+ })();
11160
+
11161
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
11162
+ return a;
11163
+ };
11164
+
11165
+ export { _default$a as Button, Image, _default$4 as Loader, _default$9 as Panel, Table, _default$1 as TextButton };
10647
11166
  //# sourceMappingURL=index.js.map