@spaziodati/atoka-design-system 2.1.2 → 2.1.5

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 (116) hide show
  1. package/AddableItems/index.js +145 -141
  2. package/AddableItems/index.js.map +1 -1
  3. package/Alert/index.js +6 -4
  4. package/Alert/index.js.map +1 -1
  5. package/Badge/index.js +4 -4
  6. package/Badge/index.js.map +1 -1
  7. package/Bs4V3Wrapper/index.js +6 -4
  8. package/Bs4V3Wrapper/index.js.map +1 -1
  9. package/BubbleChart/index.js +1729 -2098
  10. package/BubbleChart/index.js.map +1 -1
  11. package/Button/Button.storiesConfig.d.ts +0 -10
  12. package/Button/index.js +9 -7
  13. package/Button/index.js.map +1 -1
  14. package/ButtonDropdown/index.js +131 -133
  15. package/ButtonDropdown/index.js.map +1 -1
  16. package/CardsPage/index.js +227 -233
  17. package/CardsPage/index.js.map +1 -1
  18. package/CursorPagination/index.js +132 -136
  19. package/CursorPagination/index.js.map +1 -1
  20. package/DatePicker/index.js +123 -126
  21. package/DatePicker/index.js.map +1 -1
  22. package/DetailPage/index.js +1353 -1429
  23. package/DetailPage/index.js.map +1 -1
  24. package/Dropdown/index.js +133 -133
  25. package/Dropdown/index.js.map +1 -1
  26. package/EditableString/index.js +2400 -2483
  27. package/EditableString/index.js.map +1 -1
  28. package/EllipsableContent/index.js +14 -12
  29. package/EllipsableContent/index.js.map +1 -1
  30. package/EmptyState/index.js +6 -4
  31. package/EmptyState/index.js.map +1 -1
  32. package/Facet/index.js +149 -144
  33. package/Facet/index.js.map +1 -1
  34. package/FacetSection/index.js +15 -11
  35. package/FacetSection/index.js.map +1 -1
  36. package/FadeAnimation/index.js +660 -731
  37. package/FadeAnimation/index.js.map +1 -1
  38. package/FeedbackButton/index.js +10 -8
  39. package/FeedbackButton/index.js.map +1 -1
  40. package/Form/index.js +7 -7
  41. package/Form/index.js.map +1 -1
  42. package/Funnel/index.js +2854 -3227
  43. package/Funnel/index.js.map +1 -1
  44. package/GridCard/index.js +162 -154
  45. package/GridCard/index.js.map +1 -1
  46. package/HighlightableText/index.js +138 -137
  47. package/HighlightableText/index.js.map +1 -1
  48. package/Histogram/index.js +1168 -1180
  49. package/Histogram/index.js.map +1 -1
  50. package/InlineStringEditor/index.js +183 -203
  51. package/InlineStringEditor/index.js.map +1 -1
  52. package/InputGroup/index.js +3 -3
  53. package/InputGroup/index.js.map +1 -1
  54. package/Jumbotron/index.js +7 -5
  55. package/Jumbotron/index.js.map +1 -1
  56. package/Map/Map.d.ts +3 -3
  57. package/Map/Types.d.ts +2 -2
  58. package/Map/index.js +4200 -3823
  59. package/Map/index.js.map +1 -1
  60. package/Modal/index.js +12 -10
  61. package/Modal/index.js.map +1 -1
  62. package/Navbar/index.js +2426 -2517
  63. package/Navbar/index.js.map +1 -1
  64. package/Pagination/index.js +132 -136
  65. package/Pagination/index.js.map +1 -1
  66. package/PieChart/index.js +204 -219
  67. package/PieChart/index.js.map +1 -1
  68. package/PublicFooter/index.js +14 -10
  69. package/PublicFooter/index.js.map +1 -1
  70. package/PublicNavbar/index.js +6 -4
  71. package/PublicNavbar/index.js.map +1 -1
  72. package/README.md +5 -2
  73. package/RecordBit/index.js +15 -11
  74. package/RecordBit/index.js.map +1 -1
  75. package/ResultItemCard/index.js +25 -19
  76. package/ResultItemCard/index.js.map +1 -1
  77. package/SelectDropdown/index.js +171 -185
  78. package/SelectDropdown/index.js.map +1 -1
  79. package/Spinner/index.js +6 -4
  80. package/Spinner/index.js.map +1 -1
  81. package/StatisticsItemCard/index.js +170 -160
  82. package/StatisticsItemCard/index.js.map +1 -1
  83. package/StatisticsItemNumeric/index.js +6 -4
  84. package/StatisticsItemNumeric/index.js.map +1 -1
  85. package/StatisticsLegend/index.js +173 -189
  86. package/StatisticsLegend/index.js.map +1 -1
  87. package/StatisticsTooltip/index.js +15 -15
  88. package/StatisticsTooltip/index.js.map +1 -1
  89. package/Suggester/getRenderCustomMultiValueWithIcon.d.ts +1 -1
  90. package/Suggester/index.js +160 -160
  91. package/Suggester/index.js.map +1 -1
  92. package/SunBurst/index.js +140 -144
  93. package/SunBurst/index.js.map +1 -1
  94. package/TabSwitcher/index.js +144 -144
  95. package/TabSwitcher/index.js.map +1 -1
  96. package/Title/index.js +8 -6
  97. package/Title/index.js.map +1 -1
  98. package/Toasts/Toast.d.ts +41 -0
  99. package/Toasts/ToastContainer.d.ts +4 -0
  100. package/Toasts/ToastHeader.d.ts +7 -0
  101. package/Toasts/index.d.ts +2 -0
  102. package/Toasts/index.js +2285 -0
  103. package/Toasts/index.js.map +1 -0
  104. package/ToggleButtonGroup/index.js +128 -130
  105. package/ToggleButtonGroup/index.js.map +1 -1
  106. package/Tooltip/index.js +3 -3
  107. package/Tooltip/index.js.map +1 -1
  108. package/Utils/index.js +1049 -1426
  109. package/Utils/index.js.map +1 -1
  110. package/{atoka-design-system-2.1.2.min.css → atoka-design-system-2.1.5.min.css} +1 -1
  111. package/index.d.ts +1 -0
  112. package/index.js +13126 -11649
  113. package/index.js.map +1 -1
  114. package/package.json +48 -40
  115. package/styles/atoka-bs.less +1 -1
  116. package/styles/variant-mixins.less +7 -7
package/GridCard/index.js CHANGED
@@ -12,7 +12,118 @@ return /******/ (() => { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
- /***/ 1710:
15
+ /***/ 6627:
16
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
17
+
18
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
+ /* harmony export */ "ZP": () => (/* binding */ autobind)
20
+ /* harmony export */ });
21
+ /* unused harmony exports boundMethod, boundClass */
22
+ /* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4329);
23
+
24
+
25
+ function _typeof(obj) {
26
+ if (typeof Symbol === "function" && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(Symbol.iterator) === "symbol") {
27
+ _typeof = function _typeof(obj) {
28
+ return (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
29
+ };
30
+ } else {
31
+ _typeof = function _typeof(obj) {
32
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
33
+ };
34
+ }
35
+
36
+ return _typeof(obj);
37
+ }
38
+ /**
39
+ * Return a descriptor removing the value and returning a getter
40
+ * The getter will return a .bind version of the function
41
+ * and memoize the result against a symbol on the instance
42
+ */
43
+
44
+
45
+ function boundMethod(target, key, descriptor) {
46
+ var fn = descriptor.value;
47
+
48
+ if (typeof fn !== 'function') {
49
+ throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(_typeof(fn)));
50
+ } // In IE11 calling Object.defineProperty has a side-effect of evaluating the
51
+ // getter for the property which is being replaced. This causes infinite
52
+ // recursion and an "Out of stack space" error.
53
+
54
+
55
+ var definingProperty = false;
56
+ return {
57
+ configurable: true,
58
+ get: function get() {
59
+ // eslint-disable-next-line no-prototype-builtins
60
+ if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {
61
+ return fn;
62
+ }
63
+
64
+ var boundFn = fn.bind(this);
65
+ definingProperty = true;
66
+ Object.defineProperty(this, key, {
67
+ configurable: true,
68
+ get: function get() {
69
+ return boundFn;
70
+ },
71
+ set: function set(value) {
72
+ fn = value;
73
+ delete this[key];
74
+ }
75
+ });
76
+ definingProperty = false;
77
+ return boundFn;
78
+ },
79
+ set: function set(value) {
80
+ fn = value;
81
+ }
82
+ };
83
+ }
84
+ /**
85
+ * Use boundMethod to bind all methods on the target.prototype
86
+ */
87
+
88
+ function boundClass(target) {
89
+ // (Using reflect to get all keys including symbols)
90
+ var keys; // Use Reflect if exists
91
+
92
+ if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {
93
+ keys = Reflect.ownKeys(target.prototype);
94
+ } else {
95
+ keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided
96
+
97
+ if (typeof Object.getOwnPropertySymbols === 'function') {
98
+ keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));
99
+ }
100
+ }
101
+
102
+ keys.forEach(function (key) {
103
+ // Ignore special case target method
104
+ if (key === 'constructor') {
105
+ return;
106
+ }
107
+
108
+ var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding
109
+
110
+ if (typeof descriptor.value === 'function') {
111
+ Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));
112
+ }
113
+ });
114
+ return target;
115
+ }
116
+ function autobind() {
117
+ if (arguments.length === 1) {
118
+ return boundClass.apply(void 0, arguments);
119
+ }
120
+
121
+ return boundMethod.apply(void 0, arguments);
122
+ }
123
+
124
+ /***/ }),
125
+
126
+ /***/ 4397:
16
127
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
17
128
 
18
129
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -30,10 +141,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
30
141
  var extendStatics = function (d, b) {
31
142
  extendStatics = Object.setPrototypeOf ||
32
143
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
33
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
144
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
34
145
  return extendStatics(d, b);
35
146
  };
36
147
  return function (d, b) {
148
+ if (typeof b !== "function" && b !== null)
149
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
37
150
  extendStatics(d, b);
38
151
  function __() { this.constructor = d; }
39
152
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -88,7 +201,7 @@ var Button = /** @class */ (function (_super) {
88
201
  this.renderChildren()));
89
202
  };
90
203
  Button.prototype.render = function () {
91
- var className = classnames__WEBPACK_IMPORTED_MODULE_1___default()('atoka-btn', "btn-" + this.props.size, this.props.className, {
204
+ var className = classnames__WEBPACK_IMPORTED_MODULE_1___default()('atoka-btn', "btn-".concat(this.props.size), this.props.className, {
92
205
  'btn-icon-only': this.props.icon != null && this.props.children == null,
93
206
  });
94
207
  return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react_bootstrap_Button__WEBPACK_IMPORTED_MODULE_2___default()), { className: className, variant: this.props.variant, disabled: this.props.disabled, block: this.props.block, onClick: this.props.onClick, href: this.props.href, target: this.props.target },
@@ -110,20 +223,20 @@ var Button = /** @class */ (function (_super) {
110
223
 
111
224
  /***/ }),
112
225
 
113
- /***/ 125:
226
+ /***/ 7325:
114
227
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
115
228
 
116
229
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
117
230
  /* harmony export */ "Button": () => (/* reexport safe */ _Button__WEBPACK_IMPORTED_MODULE_0__.z)
118
231
  /* harmony export */ });
119
- /* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1710);
232
+ /* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4397);
120
233
  // use the star because of this issue: https://github.com/babel/babel-loader/issues/603
121
234
 
122
235
 
123
236
 
124
237
  /***/ }),
125
238
 
126
- /***/ 7180:
239
+ /***/ 5111:
127
240
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
128
241
 
129
242
 
@@ -189,10 +302,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
189
302
  var extendStatics = function (d, b) {
190
303
  extendStatics = Object.setPrototypeOf ||
191
304
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
192
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
305
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
193
306
  return extendStatics(d, b);
194
307
  };
195
308
  return function (d, b) {
309
+ if (typeof b !== "function" && b !== null)
310
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
196
311
  extendStatics(d, b);
197
312
  function __() { this.constructor = d; }
198
313
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -239,16 +354,18 @@ var faEllipsisH_ = __webpack_require__(3041);
239
354
  // EXTERNAL MODULE: external "@fortawesome/pro-regular-svg-icons/faChevronDown"
240
355
  var faChevronDown_ = __webpack_require__(1349);
241
356
  // EXTERNAL MODULE: ./src/components/Button/index.ts
242
- var Button = __webpack_require__(125);
357
+ var Button = __webpack_require__(7325);
243
358
  ;// CONCATENATED MODULE: ./src/components/Dropdown/AtokaDropdownToggles.tsx
244
359
  var AtokaDropdownToggles_extends = (undefined && undefined.__extends) || (function () {
245
360
  var extendStatics = function (d, b) {
246
361
  extendStatics = Object.setPrototypeOf ||
247
362
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
248
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
363
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
249
364
  return extendStatics(d, b);
250
365
  };
251
366
  return function (d, b) {
367
+ if (typeof b !== "function" && b !== null)
368
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
252
369
  extendStatics(d, b);
253
370
  function __() { this.constructor = d; }
254
371
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -364,7 +481,7 @@ var AtokaCustomDropdownToggleWithChevron = withRef('AtokaCustomDropdownToggleWit
364
481
 
365
482
  /***/ }),
366
483
 
367
- /***/ 8687:
484
+ /***/ 9629:
368
485
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
369
486
 
370
487
 
@@ -380,18 +497,20 @@ var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_cl
380
497
  var external_react_ = __webpack_require__(8156);
381
498
  var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
382
499
  // EXTERNAL MODULE: ./src/components/Tooltip/index.ts + 1 modules
383
- var Tooltip = __webpack_require__(1512);
500
+ var Tooltip = __webpack_require__(4603);
384
501
  // EXTERNAL MODULE: ./src/components/Utils/Utils.tsx
385
- var Utils = __webpack_require__(5654);
502
+ var Utils = __webpack_require__(4915);
386
503
  ;// CONCATENATED MODULE: ./src/components/EllipsableContent/EllipsableContent.tsx
387
504
  var __extends = (undefined && undefined.__extends) || (function () {
388
505
  var extendStatics = function (d, b) {
389
506
  extendStatics = Object.setPrototypeOf ||
390
507
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
391
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
508
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
392
509
  return extendStatics(d, b);
393
510
  };
394
511
  return function (d, b) {
512
+ if (typeof b !== "function" && b !== null)
513
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
395
514
  extendStatics(d, b);
396
515
  function __() { this.constructor = d; }
397
516
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -470,7 +589,7 @@ var EllipsableContent = /** @class */ (function (_super) {
470
589
 
471
590
  /***/ }),
472
591
 
473
- /***/ 9316:
592
+ /***/ 8352:
474
593
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
475
594
 
476
595
 
@@ -500,7 +619,7 @@ var FormLabel = external_react_default().memo(function (props) {
500
619
  FormLabel.displayName = 'FormLabel';
501
620
 
502
621
  // EXTERNAL MODULE: ./src/components/Form/FormControl.tsx + 1 modules
503
- var FormControl = __webpack_require__(3422);
622
+ var FormControl = __webpack_require__(2048);
504
623
  ;// CONCATENATED MODULE: ./src/components/Form/FormCheckbox.tsx
505
624
  var __assign = (undefined && undefined.__assign) || function () {
506
625
  __assign = Object.assign || function(t) {
@@ -612,7 +731,7 @@ Form.Group = (Form_default()).Group;
612
731
 
613
732
  /***/ }),
614
733
 
615
- /***/ 3422:
734
+ /***/ 2048:
616
735
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
617
736
 
618
737
 
@@ -689,7 +808,7 @@ FormControl.displayName = 'FormControl';
689
808
 
690
809
  /***/ }),
691
810
 
692
- /***/ 9929:
811
+ /***/ 1335:
693
812
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
694
813
 
695
814
  // ESM COMPAT FLAG
@@ -712,11 +831,11 @@ var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_cl
712
831
  var Card_ = __webpack_require__(2494);
713
832
  var Card_default = /*#__PURE__*/__webpack_require__.n(Card_);
714
833
  // EXTERNAL MODULE: ./src/components/Utils/Utils.tsx
715
- var Utils = __webpack_require__(5654);
834
+ var Utils = __webpack_require__(4915);
716
835
  // EXTERNAL MODULE: ./src/components/EllipsableContent/index.ts + 1 modules
717
- var EllipsableContent = __webpack_require__(8687);
836
+ var EllipsableContent = __webpack_require__(9629);
718
837
  // EXTERNAL MODULE: ./src/components/Title/Title.tsx
719
- var Title = __webpack_require__(9360);
838
+ var Title = __webpack_require__(38);
720
839
  ;// CONCATENATED MODULE: ./src/components/GridCard/GridCardTitle.tsx
721
840
 
722
841
 
@@ -735,9 +854,9 @@ var GridCardFooter = external_react_default().memo(function (props) { return ext
735
854
  GridCardFooter.displayName = 'GridCardFooter';
736
855
 
737
856
  // EXTERNAL MODULE: ./src/components/Form/Form.tsx + 4 modules
738
- var Form = __webpack_require__(9316);
857
+ var Form = __webpack_require__(8352);
739
858
  // EXTERNAL MODULE: ./src/components/Dropdown/index.ts + 3 modules
740
- var Dropdown = __webpack_require__(7180);
859
+ var Dropdown = __webpack_require__(5111);
741
860
  ;// CONCATENATED MODULE: ./src/components/GridCard/GridCardMenu.tsx
742
861
 
743
862
 
@@ -761,10 +880,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
761
880
  var extendStatics = function (d, b) {
762
881
  extendStatics = Object.setPrototypeOf ||
763
882
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
764
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
883
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
765
884
  return extendStatics(d, b);
766
885
  };
767
886
  return function (d, b) {
887
+ if (typeof b !== "function" && b !== null)
888
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
768
889
  extendStatics(d, b);
769
890
  function __() { this.constructor = d; }
770
891
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -816,10 +937,12 @@ var GridCard_extends = (undefined && undefined.__extends) || (function () {
816
937
  var extendStatics = function (d, b) {
817
938
  extendStatics = Object.setPrototypeOf ||
818
939
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
819
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
940
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
820
941
  return extendStatics(d, b);
821
942
  };
822
943
  return function (d, b) {
944
+ if (typeof b !== "function" && b !== null)
945
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
823
946
  extendStatics(d, b);
824
947
  function __() { this.constructor = d; }
825
948
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -894,7 +1017,7 @@ var GridCard = /** @class */ (function (_super) {
894
1017
  isSelected: false,
895
1018
  isSelectable: false,
896
1019
  onSelect: function () { return null; },
897
- id: "" + Math.random(),
1020
+ id: "".concat(Math.random()),
898
1021
  };
899
1022
  __decorate([
900
1023
  esm/* default */.ZP,
@@ -912,7 +1035,7 @@ var GridCard = /** @class */ (function (_super) {
912
1035
 
913
1036
  /***/ }),
914
1037
 
915
- /***/ 9360:
1038
+ /***/ 38:
916
1039
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
917
1040
 
918
1041
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -928,10 +1051,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
928
1051
  var extendStatics = function (d, b) {
929
1052
  extendStatics = Object.setPrototypeOf ||
930
1053
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
931
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
1054
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
932
1055
  return extendStatics(d, b);
933
1056
  };
934
1057
  return function (d, b) {
1058
+ if (typeof b !== "function" && b !== null)
1059
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
935
1060
  extendStatics(d, b);
936
1061
  function __() { this.constructor = d; }
937
1062
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -997,7 +1122,7 @@ var Title = /** @class */ (function (_super) {
997
1122
 
998
1123
  /***/ }),
999
1124
 
1000
- /***/ 1512:
1125
+ /***/ 4603:
1001
1126
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1002
1127
 
1003
1128
 
@@ -1082,7 +1207,7 @@ Tooltip.displayName = 'Tooltip';
1082
1207
 
1083
1208
  /***/ }),
1084
1209
 
1085
- /***/ 5654:
1210
+ /***/ 4915:
1086
1211
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1087
1212
 
1088
1213
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1093,7 +1218,7 @@ Tooltip.displayName = 'Tooltip';
1093
1218
  /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0__);
1094
1219
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8156);
1095
1220
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
1096
- /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9316);
1221
+ /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8352);
1097
1222
  var __read = (undefined && undefined.__read) || function (o, n) {
1098
1223
  var m = typeof Symbol === "function" && o[Symbol.iterator];
1099
1224
  if (!m) return o;
@@ -1222,117 +1347,6 @@ function rgbToHex(rgb) {
1222
1347
  }
1223
1348
 
1224
1349
 
1225
- /***/ }),
1226
-
1227
- /***/ 6627:
1228
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1229
-
1230
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1231
- /* harmony export */ "ZP": () => (/* binding */ autobind)
1232
- /* harmony export */ });
1233
- /* unused harmony exports boundMethod, boundClass */
1234
- /* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4329);
1235
-
1236
-
1237
- function _typeof(obj) {
1238
- if (typeof Symbol === "function" && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(Symbol.iterator) === "symbol") {
1239
- _typeof = function _typeof(obj) {
1240
- return (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
1241
- };
1242
- } else {
1243
- _typeof = function _typeof(obj) {
1244
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
1245
- };
1246
- }
1247
-
1248
- return _typeof(obj);
1249
- }
1250
- /**
1251
- * Return a descriptor removing the value and returning a getter
1252
- * The getter will return a .bind version of the function
1253
- * and memoize the result against a symbol on the instance
1254
- */
1255
-
1256
-
1257
- function boundMethod(target, key, descriptor) {
1258
- var fn = descriptor.value;
1259
-
1260
- if (typeof fn !== 'function') {
1261
- throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(_typeof(fn)));
1262
- } // In IE11 calling Object.defineProperty has a side-effect of evaluating the
1263
- // getter for the property which is being replaced. This causes infinite
1264
- // recursion and an "Out of stack space" error.
1265
-
1266
-
1267
- var definingProperty = false;
1268
- return {
1269
- configurable: true,
1270
- get: function get() {
1271
- // eslint-disable-next-line no-prototype-builtins
1272
- if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {
1273
- return fn;
1274
- }
1275
-
1276
- var boundFn = fn.bind(this);
1277
- definingProperty = true;
1278
- Object.defineProperty(this, key, {
1279
- configurable: true,
1280
- get: function get() {
1281
- return boundFn;
1282
- },
1283
- set: function set(value) {
1284
- fn = value;
1285
- delete this[key];
1286
- }
1287
- });
1288
- definingProperty = false;
1289
- return boundFn;
1290
- },
1291
- set: function set(value) {
1292
- fn = value;
1293
- }
1294
- };
1295
- }
1296
- /**
1297
- * Use boundMethod to bind all methods on the target.prototype
1298
- */
1299
-
1300
- function boundClass(target) {
1301
- // (Using reflect to get all keys including symbols)
1302
- var keys; // Use Reflect if exists
1303
-
1304
- if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {
1305
- keys = Reflect.ownKeys(target.prototype);
1306
- } else {
1307
- keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided
1308
-
1309
- if (typeof Object.getOwnPropertySymbols === 'function') {
1310
- keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));
1311
- }
1312
- }
1313
-
1314
- keys.forEach(function (key) {
1315
- // Ignore special case target method
1316
- if (key === 'constructor') {
1317
- return;
1318
- }
1319
-
1320
- var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding
1321
-
1322
- if (typeof descriptor.value === 'function') {
1323
- Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));
1324
- }
1325
- });
1326
- return target;
1327
- }
1328
- function autobind() {
1329
- if (arguments.length === 1) {
1330
- return boundClass.apply(void 0, arguments);
1331
- }
1332
-
1333
- return boundMethod.apply(void 0, arguments);
1334
- }
1335
-
1336
1350
  /***/ }),
1337
1351
 
1338
1352
  /***/ 1349:
@@ -1428,17 +1442,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__6043__;
1428
1442
  function _typeof(obj) {
1429
1443
  "@babel/helpers - typeof";
1430
1444
 
1431
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
1432
- _typeof = function _typeof(obj) {
1433
- return typeof obj;
1434
- };
1435
- } else {
1436
- _typeof = function _typeof(obj) {
1437
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1438
- };
1439
- }
1440
-
1441
- return _typeof(obj);
1445
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
1446
+ return typeof obj;
1447
+ } : function (obj) {
1448
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1449
+ }, _typeof(obj);
1442
1450
  }
1443
1451
 
1444
1452
  /***/ })
@@ -1558,7 +1566,7 @@ function _typeof(obj) {
1558
1566
  /******/ 8621: 0,
1559
1567
  /******/ 3099: 0,
1560
1568
  /******/ 2823: 0,
1561
- /******/ 2210: 0
1569
+ /******/ 6999: 0
1562
1570
  /******/ };
1563
1571
  /******/
1564
1572
  /******/ // no chunk on demand loading
@@ -1608,7 +1616,7 @@ function _typeof(obj) {
1608
1616
  /******/ // startup
1609
1617
  /******/ // Load entry module and return exports
1610
1618
  /******/ // This entry module depends on other loaded chunks and execution need to be delayed
1611
- /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [2210], () => (__webpack_require__(9929)))
1619
+ /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [6999], () => (__webpack_require__(1335)))
1612
1620
  /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
1613
1621
  /******/
1614
1622
  /******/ return __webpack_exports__;