@spothero/ui 14.3.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 (120) hide show
  1. package/CHANGELOG.md +5 -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 +2 -2
  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 +931 -368
  88. package/v1/index-unbundled-cjs/index.js.map +1 -1
  89. package/v1/index-unbundled-esm/index.js +928 -365
  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-bfdd3dbe.js.map → ImageCarousel-217e7062.js.map} +1 -1
  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-367b46dd.js.map → ImageCarousel-4127414d.js.map} +1 -1
  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-f32232e9.js → ImageCarousel-0575526b.js} +33 -309
  102. package/v2/index-unbundled-cjs/ImageCarousel-0575526b.js.map +1 -0
  103. package/v2/index-unbundled-cjs/{index-9768b43e.js → index-c8c6025d.js} +2289 -593
  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-df49312f.js → ImageCarousel-c8a3e563.js} +30 -306
  107. package/v2/index-unbundled-esm/ImageCarousel-c8a3e563.js.map +1 -0
  108. package/v2/index-unbundled-esm/{index-4a79ec74.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-bfdd3dbe.js +0 -2
  112. package/v2/index-bundled-cjs/index-fa71d123.js +0 -25
  113. package/v2/index-bundled-cjs/index-fa71d123.js.map +0 -1
  114. package/v2/index-bundled-esm/ImageCarousel-367b46dd.js +0 -2
  115. package/v2/index-bundled-esm/index-b266be99.js +0 -24
  116. package/v2/index-bundled-esm/index-b266be99.js.map +0 -1
  117. package/v2/index-unbundled-cjs/ImageCarousel-f32232e9.js.map +0 -1
  118. package/v2/index-unbundled-cjs/index-9768b43e.js.map +0 -1
  119. package/v2/index-unbundled-esm/ImageCarousel-df49312f.js.map +0 -1
  120. package/v2/index-unbundled-esm/index-4a79ec74.js.map +0 -1
@@ -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,7 +272,7 @@ 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;
@@ -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
  };
@@ -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,6 +993,126 @@ 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");
@@ -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) {
@@ -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; },
@@ -2139,7 +2156,7 @@ 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;
@@ -2273,23 +2290,6 @@ function _defineProperty(obj, key, value) {
2273
2290
  return obj;
2274
2291
  }
2275
2292
 
2276
- var entryVirtual = function (CONSTRUCTOR) {
2277
- return path[CONSTRUCTOR + 'Prototype'];
2278
- };
2279
-
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
2293
  var mapToZero_1 = createCommonjsModule(function (module, exports) {
2294
2294
 
2295
2295
  exports.__esModule = true;
@@ -4365,11 +4365,11 @@ internalMetadata.getWeakData;
4365
4365
  internalMetadata.onFreeze;
4366
4366
 
4367
4367
  var ITERATOR$3 = wellKnownSymbol('iterator');
4368
- var ArrayPrototype$8 = Array.prototype;
4368
+ var ArrayPrototype$9 = Array.prototype;
4369
4369
 
4370
4370
  // check on default Array iterator
4371
4371
  var isArrayIteratorMethod = function (it) {
4372
- return it !== undefined && (iterators.Array === it || ArrayPrototype$8[ITERATOR$3] === it);
4372
+ return it !== undefined && (iterators.Array === it || ArrayPrototype$9[ITERATOR$3] === it);
4373
4373
  };
4374
4374
 
4375
4375
  var ITERATOR$2 = wellKnownSymbol('iterator');
@@ -4380,12 +4380,12 @@ var getIteratorMethod$4 = function (it) {
4380
4380
  || iterators[classof(it)];
4381
4381
  };
4382
4382
 
4383
- var TypeError$6 = global_1.TypeError;
4383
+ var TypeError$7 = global_1.TypeError;
4384
4384
 
4385
4385
  var getIterator = function (argument, usingIterator) {
4386
4386
  var iteratorMethod = arguments.length < 2 ? getIteratorMethod$4(argument) : usingIterator;
4387
4387
  if (aCallable(iteratorMethod)) return anObject(functionCall(iteratorMethod, argument));
4388
- throw TypeError$6(tryToString(argument) + ' is not iterable');
4388
+ throw TypeError$7(tryToString(argument) + ' is not iterable');
4389
4389
  };
4390
4390
 
4391
4391
  var iteratorClose = function (iterator, kind, value) {
@@ -4408,7 +4408,7 @@ var iteratorClose = function (iterator, kind, value) {
4408
4408
  return value;
4409
4409
  };
4410
4410
 
4411
- var TypeError$5 = global_1.TypeError;
4411
+ var TypeError$6 = global_1.TypeError;
4412
4412
 
4413
4413
  var Result = function (stopped, result) {
4414
4414
  this.stopped = stopped;
@@ -4441,7 +4441,7 @@ var iterate = function (iterable, unboundFunction, options) {
4441
4441
  iterator = iterable;
4442
4442
  } else {
4443
4443
  iterFn = getIteratorMethod$4(iterable);
4444
- if (!iterFn) throw TypeError$5(tryToString(iterable) + ' is not iterable');
4444
+ if (!iterFn) throw TypeError$6(tryToString(iterable) + ' is not iterable');
4445
4445
  // optimisation for array iterators
4446
4446
  if (isArrayIteratorMethod(iterFn)) {
4447
4447
  for (index = 0, length = lengthOfArrayLike(iterable); length > index; index++) {
@@ -4463,11 +4463,11 @@ var iterate = function (iterable, unboundFunction, options) {
4463
4463
  } return new Result(false);
4464
4464
  };
4465
4465
 
4466
- var TypeError$4 = global_1.TypeError;
4466
+ var TypeError$5 = global_1.TypeError;
4467
4467
 
4468
4468
  var anInstance = function (it, Prototype) {
4469
4469
  if (objectIsPrototypeOf(Prototype, it)) return it;
4470
- throw TypeError$4('Incorrect invocation');
4470
+ throw TypeError$5('Incorrect invocation');
4471
4471
  };
4472
4472
 
4473
4473
  var defineProperty$2 = objectDefineProperty.f;
@@ -4969,11 +4969,11 @@ var $IndexOf = arrayIncludes.indexOf;
4969
4969
  var un$IndexOf = functionUncurryThis([].indexOf);
4970
4970
 
4971
4971
  var NEGATIVE_ZERO = !!un$IndexOf && 1 / un$IndexOf([1], 1, -0) < 0;
4972
- var STRICT_METHOD$2 = arrayMethodIsStrict('indexOf');
4972
+ var STRICT_METHOD$3 = arrayMethodIsStrict('indexOf');
4973
4973
 
4974
4974
  // `Array.prototype.indexOf` method
4975
4975
  // https://tc39.es/ecma262/#sec-array.prototype.indexof
4976
- _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD$2 }, {
4976
+ _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD$3 }, {
4977
4977
  indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
4978
4978
  var fromIndex = arguments.length > 1 ? arguments[1] : undefined;
4979
4979
  return NEGATIVE_ZERO
@@ -4985,11 +4985,11 @@ _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD$
4985
4985
 
4986
4986
  var indexOf$5 = entryVirtual('Array').indexOf;
4987
4987
 
4988
- var ArrayPrototype$7 = Array.prototype;
4988
+ var ArrayPrototype$8 = Array.prototype;
4989
4989
 
4990
4990
  var indexOf$4 = function (it) {
4991
4991
  var own = it.indexOf;
4992
- 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;
4993
4993
  };
4994
4994
 
4995
4995
  var indexOf$3 = indexOf$4;
@@ -5056,6 +5056,14 @@ function _objectWithoutProperties(source, excluded) {
5056
5056
  return target;
5057
5057
  }
5058
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
+ };
5059
5067
  var props = {
5060
5068
  /** Additional class(es) to add to the component. */
5061
5069
  className: PropTypes.string,
@@ -5091,6 +5099,61 @@ var props = {
5091
5099
  /** Determines if the underlying HTML element should be an <a> or <button>. */
5092
5100
  asAnchor: PropTypes.bool
5093
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;
5094
5157
 
5095
5158
  var $includes = arrayIncludes.includes;
5096
5159
 
@@ -5114,11 +5177,11 @@ var isRegexp = function (it) {
5114
5177
  return isObject$3(it) && ((isRegExp = it[MATCH$1]) !== undefined ? !!isRegExp : classofRaw(it) == 'RegExp');
5115
5178
  };
5116
5179
 
5117
- var TypeError$3 = global_1.TypeError;
5180
+ var TypeError$4 = global_1.TypeError;
5118
5181
 
5119
5182
  var notARegexp = function (it) {
5120
5183
  if (isRegexp(it)) {
5121
- throw TypeError$3("The method doesn't accept regular expressions");
5184
+ throw TypeError$4("The method doesn't accept regular expressions");
5122
5185
  } return it;
5123
5186
  };
5124
5187
 
@@ -5167,6 +5230,15 @@ var includes$1 = includes$2;
5167
5230
 
5168
5231
  var includes = includes$1;
5169
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
+
5170
5242
  /* eslint-disable no-console */
5171
5243
 
5172
5244
  /* eslint-disable no-undef */
@@ -5207,14 +5279,44 @@ var deprecate = function deprecate(_ref) {
5207
5279
 
5208
5280
  console.group('DEPRECATION WARNING:');
5209
5281
  console.log(concat$2(_context = "This component, ".concat(name, ", is now deprecated. Please use the v2 ")).call(_context, newName ? newName : name, " instead."));
5210
- changes.forEach(function (change) {
5282
+
5283
+ forEach(changes).call(changes, function (change) {
5211
5284
  return console.log(change);
5212
5285
  });
5286
+
5213
5287
  console.groupEnd('DEPRECATION WARNING:');
5214
5288
  };
5215
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
+
5216
5309
  var _excluded$4 = ["className", "color", "iconPosition", "block", "loading", "asAnchor", "type"];
5217
- 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({
5218
5320
  name: 'Button',
5219
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']
5220
5322
  });
@@ -5250,20 +5352,41 @@ var Button = function Button(_ref) {
5250
5352
  }, attrs));
5251
5353
  };
5252
5354
 
5253
- _c$6 = Button;
5254
- Button.propTypes = props;
5355
+ Button.propTypes = _default$c;
5255
5356
  Button.defaultProps = {
5256
5357
  type: 'button'
5257
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
+ }
5258
5367
 
5259
- var _c$6;
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
+ })();
5260
5371
 
5261
- $RefreshReg$(_c$6, "Button");
5372
+ (function () {
5373
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
5374
+ leaveModule && leaveModule(module);
5375
+ })();
5376
+
5377
+ (function () {
5378
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
5379
+ enterModule && enterModule(module);
5380
+ })();
5262
5381
 
5263
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); }; }
5264
5383
 
5265
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; } }
5266
- deprecate({
5385
+
5386
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
5387
+ return a;
5388
+ };
5389
+ _default$b({
5267
5390
  name: 'Panel',
5268
5391
  newName: 'Accordion',
5269
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']
@@ -5362,7 +5485,7 @@ var Panel = /*#__PURE__*/function (_Component) {
5362
5485
  className: classes
5363
5486
  }, /*#__PURE__*/React.createElement("div", {
5364
5487
  className: "Panel-title"
5365
- }, showTitleToggle ? /*#__PURE__*/React.createElement(Button, {
5488
+ }, showTitleToggle ? /*#__PURE__*/React.createElement(_default$a, {
5366
5489
  className: "Panel-toggle",
5367
5490
  onClick: this._onToggle
5368
5491
  }, panelTitle, isOpen ? closeIcon : openIcon) : /*#__PURE__*/React.createElement(React.Fragment, null, panelTitle, additionalTitleMarkup)), /*#__PURE__*/React.createElement(lib_1, {
@@ -5378,6 +5501,13 @@ var Panel = /*#__PURE__*/function (_Component) {
5378
5501
  className: "Panel-preview"
5379
5502
  }, preview)));
5380
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
+ }
5381
5511
  }], [{
5382
5512
  key: "getDerivedStateFromProps",
5383
5513
  value: function getDerivedStateFromProps(nextProps, prevState) {
@@ -5452,6 +5582,24 @@ _defineProperty(Panel, "defaultProps", {
5452
5582
  })
5453
5583
  });
5454
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
+
5455
5603
  // `Array.isArray` method
5456
5604
  // https://tc39.es/ecma262/#sec-array.isarray
5457
5605
  _export({ target: 'Array', stat: true }, {
@@ -5700,6 +5848,68 @@ var map$1 = map$2;
5700
5848
 
5701
5849
  var map = map$1;
5702
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
+
5703
5913
  var TriangleDown = createCommonjsModule(function (module, exports) {
5704
5914
 
5705
5915
 
@@ -5794,12 +6004,44 @@ unwrapExports(TriangleUp);
5794
6004
 
5795
6005
  var triangleUp = TriangleUp;
5796
6006
 
5797
- 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 = {
5798
6017
  ASC: 'Ascending',
5799
6018
  DESC: 'Descending'
5800
6019
  };
5801
6020
 
5802
- 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 = {
5803
6045
  /** Additional class(es) to add to the component. */
5804
6046
  className: PropTypes.string,
5805
6047
 
@@ -5810,7 +6052,7 @@ var TableHeadingPropTypes = {
5810
6052
  isSortable: PropTypes.bool,
5811
6053
 
5812
6054
  /** Determines whether or not this heading should render with sorting order arrow. */
5813
- sortOrder: PropTypes.oneOf([TableSortType.ASC, TableSortType.DESC]),
6055
+ sortOrder: PropTypes.oneOf([_default$8.ASC, _default$8.DESC]),
5814
6056
 
5815
6057
  /**
5816
6058
  * A function to call when a sortable header is clicked.
@@ -5821,11 +6063,35 @@ var TableHeadingPropTypes = {
5821
6063
  onSortClick: PropTypes.func
5822
6064
  };
5823
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
+
5824
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); }; }
5825
6087
 
5826
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; } }
5827
- var ASC$1 = TableSortType.ASC,
5828
- 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;
5829
6095
 
5830
6096
  var TableHeading = /*#__PURE__*/function (_Component) {
5831
6097
  _inherits(TableHeading, _Component);
@@ -5894,14 +6160,46 @@ var TableHeading = /*#__PURE__*/function (_Component) {
5894
6160
  className: "TableHeading-sort-icon"
5895
6161
  }))));
5896
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
+ }
5897
6170
  }]);
5898
6171
 
5899
6172
  return TableHeading;
5900
6173
  }(Component);
5901
6174
 
5902
- _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
+ })();
5903
6188
 
5904
- var TableCellPropTypes = {
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
+ })();
6198
+
6199
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
6200
+ return a;
6201
+ };
6202
+ var _default$6 = {
5905
6203
  /** Additional class(es) to add to the component. */
5906
6204
  className: PropTypes.string,
5907
6205
 
@@ -5912,6 +6210,30 @@ var TableCellPropTypes = {
5912
6210
  value: PropTypes.any
5913
6211
  };
5914
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
+
5915
6237
  var TableCell = function TableCell(_ref) {
5916
6238
  var className = _ref.className,
5917
6239
  headingLabel = _ref.headingLabel,
@@ -5923,12 +6245,24 @@ var TableCell = function TableCell(_ref) {
5923
6245
  }, /*#__PURE__*/React.createElement("div", null, value));
5924
6246
  };
5925
6247
 
5926
- _c$5 = TableCell;
5927
- TableCell.propTypes = TableCellPropTypes;
6248
+ TableCell.propTypes = _default$6;
6249
+ var _default$5 = TableCell;
6250
+
6251
+ (function () {
6252
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
6253
+
6254
+ if (!reactHotLoader) {
6255
+ return;
6256
+ }
5928
6257
 
5929
- var _c$5;
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
+ })();
5930
6261
 
5931
- $RefreshReg$(_c$5, "TableCell");
6262
+ (function () {
6263
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
6264
+ leaveModule && leaveModule(module);
6265
+ })();
5932
6266
 
5933
6267
  var ChevronLeft = createCommonjsModule(function (module, exports) {
5934
6268
 
@@ -5997,32 +6331,104 @@ exports["default"] = void 0;
5997
6331
 
5998
6332
  var _extends2 = _interopRequireDefault(_extends);
5999
6333
 
6000
- var React$1 = _interopRequireWildcard(React);
6334
+ var React$1 = _interopRequireWildcard(React);
6335
+
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); }
6337
+
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
+
6001
6403
 
6002
- 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); }
6003
6404
 
6004
- 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; }
6005
6405
 
6006
- function SvgChevronRight(props, svgRef) {
6007
- return /*#__PURE__*/React$1.createElement("svg", (0, _extends2["default"])({}, props, {
6008
- xmlns: "http://www.w3.org/2000/svg",
6009
- viewBox: "0 0 1024 1024",
6010
- fill: "currentColor",
6011
- className: "Icon ".concat(props.className ? props.className : ''),
6012
- ref: svgRef
6013
- }), /*#__PURE__*/React$1.createElement("path", {
6014
- 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"
6015
- }));
6016
- }
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;
6017
6410
 
6018
- var ForwardRef = /*#__PURE__*/React$1.forwardRef(SvgChevronRight);
6019
- var _default = ForwardRef;
6020
- exports["default"] = _default;
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
+ }
6021
6418
  });
6022
6419
 
6023
- unwrapExports(ChevronRight);
6420
+ var reduce$3 = entryVirtual('Array').reduce;
6024
6421
 
6025
- var chevronRight = ChevronRight;
6422
+ var ArrayPrototype$3 = Array.prototype;
6423
+
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
+ };
6428
+
6429
+ var reduce$1 = reduce$2;
6430
+
6431
+ var reduce = reduce$1;
6026
6432
 
6027
6433
  var $find = arrayIteration.find;
6028
6434
 
@@ -6043,117 +6449,17 @@ _export({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
6043
6449
 
6044
6450
  var find$3 = entryVirtual('Array').find;
6045
6451
 
6046
- var ArrayPrototype$3 = Array.prototype;
6452
+ var ArrayPrototype$2 = Array.prototype;
6047
6453
 
6048
6454
  var find$2 = function (it) {
6049
6455
  var own = it.find;
6050
- 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;
6051
6457
  };
6052
6458
 
6053
6459
  var find$1 = find$2;
6054
6460
 
6055
6461
  var find = find$1;
6056
6462
 
6057
- var $forEach = arrayIteration.forEach;
6058
-
6059
-
6060
- var STRICT_METHOD$1 = arrayMethodIsStrict('forEach');
6061
-
6062
- // `Array.prototype.forEach` method implementation
6063
- // https://tc39.es/ecma262/#sec-array.prototype.foreach
6064
- var arrayForEach = !STRICT_METHOD$1 ? function forEach(callbackfn /* , thisArg */) {
6065
- return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
6066
- // eslint-disable-next-line es/no-array-prototype-foreach -- safe
6067
- } : [].forEach;
6068
-
6069
- // `Array.prototype.forEach` method
6070
- // https://tc39.es/ecma262/#sec-array.prototype.foreach
6071
- // eslint-disable-next-line es/no-array-prototype-foreach -- safe
6072
- _export({ target: 'Array', proto: true, forced: [].forEach != arrayForEach }, {
6073
- forEach: arrayForEach
6074
- });
6075
-
6076
- var forEach$3 = entryVirtual('Array').forEach;
6077
-
6078
- var forEach$2 = forEach$3;
6079
-
6080
- var ArrayPrototype$2 = Array.prototype;
6081
-
6082
- var DOMIterables = {
6083
- DOMTokenList: true,
6084
- NodeList: true
6085
- };
6086
-
6087
- var forEach$1 = function (it) {
6088
- var own = it.forEach;
6089
- return it === ArrayPrototype$2 || (objectIsPrototypeOf(ArrayPrototype$2, it) && own === ArrayPrototype$2.forEach)
6090
- || hasOwnProperty_1(DOMIterables, classof(it)) ? forEach$2 : own;
6091
- };
6092
-
6093
- var forEach = forEach$1;
6094
-
6095
- // a string of all valid unicode whitespaces
6096
- var whitespaces = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
6097
- '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
6098
-
6099
- var replace$1 = functionUncurryThis(''.replace);
6100
- var whitespace = '[' + whitespaces + ']';
6101
- var ltrim = RegExp('^' + whitespace + whitespace + '*');
6102
- var rtrim = RegExp(whitespace + whitespace + '*$');
6103
-
6104
- // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
6105
- var createMethod = function (TYPE) {
6106
- return function ($this) {
6107
- var string = toString_1(requireObjectCoercible($this));
6108
- if (TYPE & 1) string = replace$1(string, ltrim, '');
6109
- if (TYPE & 2) string = replace$1(string, rtrim, '');
6110
- return string;
6111
- };
6112
- };
6113
-
6114
- var stringTrim = {
6115
- // `String.prototype.{ trimLeft, trimStart }` methods
6116
- // https://tc39.es/ecma262/#sec-string.prototype.trimstart
6117
- start: createMethod(1),
6118
- // `String.prototype.{ trimRight, trimEnd }` methods
6119
- // https://tc39.es/ecma262/#sec-string.prototype.trimend
6120
- end: createMethod(2),
6121
- // `String.prototype.trim` method
6122
- // https://tc39.es/ecma262/#sec-string.prototype.trim
6123
- trim: createMethod(3)
6124
- };
6125
-
6126
- var trim = stringTrim.trim;
6127
-
6128
-
6129
- var $parseInt = global_1.parseInt;
6130
- var Symbol$1 = global_1.Symbol;
6131
- var ITERATOR = Symbol$1 && Symbol$1.iterator;
6132
- var hex = /^[+-]?0x/i;
6133
- var exec = functionUncurryThis(hex.exec);
6134
- var FORCED$1 = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22
6135
- // MS Edge 18- broken with boxed symbols
6136
- || (ITERATOR && !fails(function () { $parseInt(Object(ITERATOR)); }));
6137
-
6138
- // `parseInt` method
6139
- // https://tc39.es/ecma262/#sec-parseint-string-radix
6140
- var numberParseInt = FORCED$1 ? function parseInt(string, radix) {
6141
- var S = trim(toString_1(string));
6142
- return $parseInt(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10));
6143
- } : $parseInt;
6144
-
6145
- // `parseInt` method
6146
- // https://tc39.es/ecma262/#sec-parseint-string-radix
6147
- _export({ global: true, forced: parseInt != numberParseInt }, {
6148
- parseInt: numberParseInt
6149
- });
6150
-
6151
- var _parseInt$2 = path.parseInt;
6152
-
6153
- var _parseInt$1 = _parseInt$2;
6154
-
6155
- var _parseInt = _parseInt$1;
6156
-
6157
6463
  var $some = arrayIteration.some;
6158
6464
 
6159
6465
 
@@ -6306,8 +6612,6 @@ var validateArgumentsLength = function (passed, required) {
6306
6612
 
6307
6613
  var engineIsIos = /(?:ipad|iphone|ipod).*applewebkit/i.test(engineUserAgent);
6308
6614
 
6309
- var engineIsNode = classofRaw(global_1.process) == 'process';
6310
-
6311
6615
  var set = global_1.setImmediate;
6312
6616
  var clear = global_1.clearImmediate;
6313
6617
  var process$3 = global_1.process;
@@ -8098,7 +8402,16 @@ unwrapExports(dom$1);
8098
8402
  var dom = dom$1;
8099
8403
 
8100
8404
  var _excluded$3 = ["className", "size", "borderWidth", "additionalMarkup"];
8101
- 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({
8102
8415
  name: 'Loader',
8103
8416
  newName: 'Loader',
8104
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']
@@ -8124,7 +8437,6 @@ var Loader = function Loader(_ref) {
8124
8437
  }), additionalMarkup);
8125
8438
  };
8126
8439
 
8127
- _c$4 = Loader;
8128
8440
  Loader.propTypes = {
8129
8441
  /** Additional class(es) to add to the component. */
8130
8442
  className: PropTypes.string,
@@ -8142,17 +8454,39 @@ Loader.defaultProps = {
8142
8454
  size: 80,
8143
8455
  borderWidth: 4
8144
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
+ }
8145
8465
 
8146
- 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
+ })();
8147
8469
 
8148
- $RefreshReg$(_c$4, "Loader");
8470
+ (function () {
8471
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
8472
+ leaveModule && leaveModule(module);
8473
+ })();
8149
8474
 
8150
8475
  var _excluded$2 = ["optgroup"],
8151
8476
  _excluded2$1 = ["className", "name", "items", "disabled", "loading", "error", "helpNode", "label", "dropdownIcon", "icon", "iconPosition", "required", "inline", "defaultValue", "placeholder", "onFocus"];
8152
8477
 
8478
+ (function () {
8479
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
8480
+ enterModule && enterModule(module);
8481
+ })();
8482
+
8153
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); }; }
8154
8484
 
8155
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
+ };
8156
8490
  // SelectItemPropTypes,
8157
8491
  // OptgroupPropTypes
8158
8492
  // } from './SelectItemPropTypes';
@@ -8202,7 +8536,7 @@ var Select = /*#__PURE__*/function (_Component) {
8202
8536
  items = _this$props.items,
8203
8537
  onChange = _this$props.onChange;
8204
8538
 
8205
- var selectedItem = find(_context2 = items.reduce(function (options, _ref) {
8539
+ var selectedItem = find(_context2 = reduce(items).call(items, function (options, _ref) {
8206
8540
  var _context3, _context4;
8207
8541
 
8208
8542
  var optgroup = _ref.optgroup,
@@ -8349,7 +8683,7 @@ var Select = /*#__PURE__*/function (_Component) {
8349
8683
  disabled: true
8350
8684
  }, placeholder), map(items).call(items, function (item, i) {
8351
8685
  return item.optgroup ? _this2._renderOptgroup(item) : _this2._renderItem(item, i);
8352
- })), loading ? /*#__PURE__*/React.createElement(Loader, {
8686
+ })), loading ? /*#__PURE__*/React.createElement(_default$4, {
8353
8687
  size: 16,
8354
8688
  borderWidth: 2
8355
8689
  }) : dropdownIcon ? /*#__PURE__*/cloneElement(dropdownIcon, {
@@ -8362,6 +8696,13 @@ var Select = /*#__PURE__*/function (_Component) {
8362
8696
  className: "FormElement-help-text"
8363
8697
  }, helpNode), !isValid && error);
8364
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
+ }
8365
8706
  }]);
8366
8707
 
8367
8708
  return Select;
@@ -8443,6 +8784,30 @@ _defineProperty(Select, "defaultProps", {
8443
8784
  iconPosition: 'left'
8444
8785
  });
8445
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
+
8446
8811
  var TableControls = function TableControls(_ref) {
8447
8812
  var currentPage = _ref.currentPage,
8448
8813
  totalPages = _ref.totalPages,
@@ -8460,7 +8825,7 @@ var TableControls = function TableControls(_ref) {
8460
8825
  className: "TableControls"
8461
8826
  }, /*#__PURE__*/React.createElement("div", {
8462
8827
  className: "TableControls-pagination"
8463
- }, /*#__PURE__*/React.createElement(Button, {
8828
+ }, /*#__PURE__*/React.createElement(_default$a, {
8464
8829
  color: "secondary",
8465
8830
  disabled: currentPage === 1,
8466
8831
  onClick: onPreviousPage
@@ -8469,14 +8834,13 @@ var TableControls = function TableControls(_ref) {
8469
8834
  defaultValue: currentPage.toString(),
8470
8835
  items: pages,
8471
8836
  onChange: onPageChange
8472
- }), /*#__PURE__*/React.createElement(Button, {
8837
+ }), /*#__PURE__*/React.createElement(_default$a, {
8473
8838
  color: "secondary",
8474
8839
  disabled: currentPage === totalPages,
8475
8840
  onClick: onNextPage
8476
8841
  }, /*#__PURE__*/React.createElement(chevronRight, null))));
8477
8842
  };
8478
8843
 
8479
- _c$3 = TableControls;
8480
8844
  TableControls.propTypes = {
8481
8845
  currentPage: PropTypes.number.isRequired,
8482
8846
  totalPages: PropTypes.number.isRequired,
@@ -8484,10 +8848,32 @@ TableControls.propTypes = {
8484
8848
  onPreviousPage: PropTypes.func.isRequired,
8485
8849
  onNextPage: PropTypes.func.isRequired
8486
8850
  };
8851
+ var _default$3 = TableControls;
8852
+
8853
+ (function () {
8854
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
8487
8855
 
8488
- var _c$3;
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
+ })();
8489
8868
 
8490
- $RefreshReg$(_c$3, "TableControls");
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
+ };
8491
8877
 
8492
8878
  var TableFooter = function TableFooter(_ref) {
8493
8879
  var _context, _context2, _context3;
@@ -8519,7 +8905,7 @@ var TableFooter = function TableFooter(_ref) {
8519
8905
  className: classes
8520
8906
  }, showMessage && /*#__PURE__*/React.createElement("div", {
8521
8907
  className: "TableFooter-info"
8522
- }, displayMessage), totalPages > 1 && /*#__PURE__*/React.createElement(TableControls, {
8908
+ }, displayMessage), totalPages > 1 && /*#__PURE__*/React.createElement(_default$3, {
8523
8909
  currentPage: currentPage,
8524
8910
  totalPages: totalPages,
8525
8911
  onPageChange: onPageChange,
@@ -8528,7 +8914,6 @@ var TableFooter = function TableFooter(_ref) {
8528
8914
  })));
8529
8915
  };
8530
8916
 
8531
- _c$2 = TableFooter;
8532
8917
  TableFooter.propTypes = {
8533
8918
  rowSize: PropTypes.string.isRequired,
8534
8919
  pageSize: PropTypes.number.isRequired,
@@ -8542,12 +8927,24 @@ TableFooter.propTypes = {
8542
8927
  onPreviousPage: PropTypes.func.isRequired,
8543
8928
  onNextPage: PropTypes.func.isRequired
8544
8929
  };
8545
- var TableFooter$1 = _c2 = /*#__PURE__*/React.memo(TableFooter);
8546
8930
 
8547
- var _c$2, _c2;
8931
+ var _default$2 = /*#__PURE__*/React.memo(TableFooter);
8932
+
8933
+ (function () {
8934
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
8935
+
8936
+ if (!reactHotLoader) {
8937
+ return;
8938
+ }
8548
8939
 
8549
- $RefreshReg$(_c$2, "TableFooter");
8550
- $RefreshReg$(_c2, "%default%");
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
+ })();
8551
8948
 
8552
8949
  function _arrayWithHoles(arr) {
8553
8950
  if (isArray(arr)) return arr;
@@ -8591,11 +8988,20 @@ function _slicedToArray(arr, i) {
8591
8988
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
8592
8989
  }
8593
8990
 
8991
+ (function () {
8992
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
8993
+ enterModule && enterModule(module);
8994
+ })();
8995
+
8594
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); }; }
8595
8997
 
8596
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; } }
8597
- var ASC = TableSortType.ASC,
8598
- 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;
8599
9005
 
8600
9006
  var TableSortSelector = /*#__PURE__*/function (_Component) {
8601
9007
  _inherits(TableSortSelector, _Component);
@@ -8666,6 +9072,13 @@ var TableSortSelector = /*#__PURE__*/function (_Component) {
8666
9072
  onChange: this._onSortChange
8667
9073
  }));
8668
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
+ }
8669
9082
  }]);
8670
9083
 
8671
9084
  return TableSortSelector;
@@ -8678,13 +9091,39 @@ _defineProperty(TableSortSelector, "propTypes", {
8678
9091
  onSortChange: PropTypes.func.isRequired
8679
9092
  });
8680
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
+
8681
9111
  var _excluded$1 = ["render"],
8682
9112
  _excluded2 = ["className"];
8683
9113
 
9114
+ (function () {
9115
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
9116
+ enterModule && enterModule(module);
9117
+ })();
9118
+
8684
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); }; }
8685
9120
 
8686
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; } }
8687
- deprecate({
9122
+
9123
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
9124
+ return a;
9125
+ };
9126
+ _default$b({
8688
9127
  name: 'Table',
8689
9128
  newName: 'Table',
8690
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']
@@ -8708,7 +9147,7 @@ var Table = /*#__PURE__*/function (_Component) {
8708
9147
  var value = _ref.value;
8709
9148
 
8710
9149
  _this.setState({
8711
- currentPage: parseInt(value, 10)
9150
+ currentPage: _parseInt(value, 10)
8712
9151
  });
8713
9152
  });
8714
9153
 
@@ -8806,7 +9245,7 @@ var Table = /*#__PURE__*/function (_Component) {
8806
9245
 
8807
9246
  var className = cell.className,
8808
9247
  value = cell.value;
8809
- var Cell = isObject$4(cell) && cell.render ? cell.render : TableCell;
9248
+ var Cell = isObject$4(cell) && cell.render ? cell.render : _default$5;
8810
9249
 
8811
9250
  var key = concat$2(_context2 = "".concat(i, "-")).call(_context2, dataKey);
8812
9251
 
@@ -8836,7 +9275,7 @@ var Table = /*#__PURE__*/function (_Component) {
8836
9275
  var _this$state2 = _this.state,
8837
9276
  currentPage = _this$state2.currentPage,
8838
9277
  totalPages = _this$state2.totalPages;
8839
- return /*#__PURE__*/React.createElement(TableFooter$1, {
9278
+ return /*#__PURE__*/React.createElement(_default$2, {
8840
9279
  rowSize: rowSize,
8841
9280
  pageSize: pageSize,
8842
9281
  totalDataRowCount: totalDataRowCount,
@@ -8932,6 +9371,13 @@ var Table = /*#__PURE__*/function (_Component) {
8932
9371
  className: tableClasses
8933
9372
  }, this._renderHeadings(), this._renderRows()), this._renderFooter());
8934
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
+ }
8935
9381
  }]);
8936
9382
 
8937
9383
  return Table;
@@ -8969,7 +9415,7 @@ _defineProperty(Table, "propTypes", {
8969
9415
  currentPage: PropTypes.number,
8970
9416
 
8971
9417
  /** Determines if table data will be sorted in ascending or descending order. */
8972
- sortOrder: PropTypes.oneOf([TableSortType.ASC, TableSortType.DESC]),
9418
+ sortOrder: PropTypes.oneOf([_default$8.ASC, _default$8.DESC]),
8973
9419
 
8974
9420
  /** The header data key the table will be sorted on. */
8975
9421
  sortDataKey: PropTypes.string,
@@ -9039,36 +9485,45 @@ _defineProperty(Table, "defaultProps", {
9039
9485
  showFooterMessage: true
9040
9486
  });
9041
9487
 
9042
- var keys = keys$4;
9488
+ (function () {
9489
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
9043
9490
 
9044
- var getOwnPropertySymbols = getOwnPropertySymbols$4;
9491
+ if (!reactHotLoader) {
9492
+ return;
9493
+ }
9045
9494
 
9046
- 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
+ })();
9047
9499
 
9500
+ (function () {
9501
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
9502
+ leaveModule && leaveModule(module);
9503
+ })();
9048
9504
 
9049
- var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
9505
+ var defineProperties$2 = objectDefineProperties.f;
9050
9506
 
9051
- // `Array.prototype.filter` method
9052
- // https://tc39.es/ecma262/#sec-array.prototype.filter
9053
- // with adding support of @@species
9054
- _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
9055
- filter: function filter(callbackfn /* , thisArg */) {
9056
- return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
9057
- }
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
9058
9512
  });
9059
9513
 
9060
- var filter$3 = entryVirtual('Array').filter;
9061
-
9062
- var ArrayPrototype = Array.prototype;
9514
+ var defineProperties_1 = createCommonjsModule(function (module) {
9515
+ var Object = path.Object;
9063
9516
 
9064
- var filter$2 = function (it) {
9065
- var own = it.filter;
9066
- 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);
9067
9519
  };
9068
9520
 
9069
- var filter$1 = filter$2;
9521
+ if (Object.defineProperties.sham) defineProperties.sham = true;
9522
+ });
9070
9523
 
9071
- var filter = filter$1;
9524
+ var defineProperties$1 = defineProperties_1;
9525
+
9526
+ var defineProperties = defineProperties$1;
9072
9527
 
9073
9528
  // `Object.getOwnPropertyDescriptors` method
9074
9529
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptors
@@ -9094,12 +9549,52 @@ var getOwnPropertyDescriptors$1 = getOwnPropertyDescriptors$2;
9094
9549
 
9095
9550
  var getOwnPropertyDescriptors = getOwnPropertyDescriptors$1;
9096
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
+
9097
9583
  var _excluded = ["className", "children", "href", "iconPosition", "block", "disabled", "loading", "onClick"];
9098
9584
 
9585
+ (function () {
9586
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
9587
+ enterModule && enterModule(module);
9588
+ })();
9589
+
9099
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; }
9100
9591
 
9101
- 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$1(source, key)); }); } return target; }
9102
- 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({
9103
9598
  name: 'TextButton',
9104
9599
  newName: 'Button',
9105
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']
@@ -9137,7 +9632,6 @@ var TextButton = function TextButton(_ref) {
9137
9632
  return /*#__PURE__*/React.createElement(tag, opts, children);
9138
9633
  };
9139
9634
 
9140
- _c$1 = TextButton;
9141
9635
  TextButton.propTypes = {
9142
9636
  /** Additional class(es) to add to the component. */
9143
9637
  className: PropTypes.string,
@@ -9167,10 +9661,23 @@ TextButton.propTypes = {
9167
9661
  */
9168
9662
  onClick: PropTypes.func
9169
9663
  };
9664
+ var _default$1 = TextButton;
9170
9665
 
9171
- var _c$1;
9666
+ (function () {
9667
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
9172
9668
 
9173
- $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
+ })();
9174
9681
 
9175
9682
  var eventlistener = createCommonjsModule(function (module, exports) {
9176
9683
  (function(root,factory){
@@ -10355,6 +10862,15 @@ var LazyLoad = unwrapExports(LazyLoad_1);
10355
10862
 
10356
10863
  var environment = environment$1;
10357
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
+
10358
10874
  var PulseLoader = function PulseLoader(_ref) {
10359
10875
  var className = _ref.className,
10360
10876
  size = _ref.size,
@@ -10396,7 +10912,6 @@ var PulseLoader = function PulseLoader(_ref) {
10396
10912
  })), additionalMarkup);
10397
10913
  };
10398
10914
 
10399
- _c = PulseLoader;
10400
10915
  PulseLoader.propTypes = {
10401
10916
  /** Additional class(es) to add to the component. */
10402
10917
  className: PropTypes.string,
@@ -10414,15 +10929,37 @@ PulseLoader.defaultProps = {
10414
10929
  size: 120,
10415
10930
  borderWidth: 7
10416
10931
  };
10932
+ var _default = PulseLoader;
10933
+
10934
+ (function () {
10935
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
10417
10936
 
10418
- 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
+ })();
10419
10949
 
10420
- $RefreshReg$(_c, "PulseLoader");
10950
+ (function () {
10951
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
10952
+ enterModule && enterModule(module);
10953
+ })();
10421
10954
 
10422
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); }; }
10423
10956
 
10424
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; } }
10425
10958
 
10959
+ typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
10960
+ return a;
10961
+ };
10962
+
10426
10963
  var Image = /*#__PURE__*/function (_Component) {
10427
10964
  _inherits(Image, _Component);
10428
10965
 
@@ -10519,7 +11056,7 @@ var Image = /*#__PURE__*/function (_Component) {
10519
11056
  maxWidth: width,
10520
11057
  maxHeight: height
10521
11058
  }
10522
- }, showLoader && !isLoaded && /*#__PURE__*/React.createElement(PulseLoader, {
11059
+ }, showLoader && !isLoaded && /*#__PURE__*/React.createElement(_default, {
10523
11060
  size: 32,
10524
11061
  borderWidth: 2
10525
11062
  }), /*#__PURE__*/React.createElement("img", _extends({}, this._imageProps, {
@@ -10552,6 +11089,13 @@ var Image = /*#__PURE__*/function (_Component) {
10552
11089
 
10553
11090
  return this._renderImage();
10554
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
+ }
10555
11099
  }]);
10556
11100
 
10557
11101
  return Image;
@@ -10599,5 +11143,24 @@ _defineProperty(Image, "defaultProps", {
10599
11143
  cloudinaryCloudName: 'spothero'
10600
11144
  });
10601
11145
 
10602
- 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 };
10603
11166
  //# sourceMappingURL=index.js.map