@ably/ui 11.7.0 → 11.7.1-dev.1344841

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 (68) hide show
  1. package/README.md +7 -7
  2. package/core/Code/component.css +2 -0
  3. package/core/CompanyAutocomplete/component.js +2 -1
  4. package/core/CompanyAutocomplete/component.js.LICENSE.txt +1 -0
  5. package/core/ContactFooter.jsx +8 -8
  6. package/core/DropdownMenu.jsx +1 -1
  7. package/core/FeaturedLink/component.css +0 -15
  8. package/core/FeaturedLink/component.js +1 -1
  9. package/core/FeaturedLink.jsx +17 -6
  10. package/core/Flash/component.css +0 -4
  11. package/core/Flash.jsx +1 -1
  12. package/core/Footer/component.css +3 -3
  13. package/core/Footer.jsx +15 -15
  14. package/core/Meganav/component.css +6 -6
  15. package/core/Meganav.jsx +355 -759
  16. package/core/MeganavBlogPostsList/component.js +2 -1
  17. package/core/MeganavBlogPostsList/component.js.LICENSE.txt +1 -0
  18. package/core/MeganavBlogPostsList.jsx +17 -6
  19. package/core/MeganavContentCompany.jsx +312 -716
  20. package/core/MeganavContentDevelopers.jsx +1 -1
  21. package/core/MeganavContentProducts.jsx +18 -7
  22. package/core/MeganavItemsMobile.jsx +17 -6
  23. package/core/MeganavItemsSignedIn.jsx +17 -6
  24. package/core/MeganavSearch.jsx +17 -6
  25. package/core/MeganavSearchPanel.jsx +17 -6
  26. package/core/MeganavSearchSuggestions.jsx +17 -6
  27. package/core/Notice/component.js +1 -1
  28. package/core/Notice.jsx +4 -4
  29. package/core/Uptime/component.css +1 -1
  30. package/core/Uptime.jsx +307 -711
  31. package/core/fonts/jetBrains-mono.css +3 -0
  32. package/core/fonts/manrope.css +3 -0
  33. package/core/scripts.js +2 -1
  34. package/core/scripts.js.LICENSE.txt +1 -0
  35. package/core/styles.css +225 -115
  36. package/package.json +3 -3
  37. package/src/core/ContactFooter/component.html.erb +8 -8
  38. package/src/core/ContactFooter/component.jsx +8 -8
  39. package/src/core/DropdownMenu/component.jsx +1 -1
  40. package/src/core/FeatureFooter/component.html.erb +6 -6
  41. package/src/core/FeaturedLink/component.html.erb +14 -5
  42. package/src/core/FeaturedLink/component.js +0 -1
  43. package/src/core/FeaturedLink/component.jsx +27 -4
  44. package/src/core/FeaturedLink/component.rb +3 -1
  45. package/src/core/Flash/component.css +0 -4
  46. package/src/core/Flash/component.jsx +1 -1
  47. package/src/core/Footer/component.css +3 -3
  48. package/src/core/Footer/component.html.erb +14 -14
  49. package/src/core/Footer/component.jsx +15 -15
  50. package/src/core/Meganav/component.css +6 -6
  51. package/src/core/MeganavContentDevelopers/component.html.erb +1 -1
  52. package/src/core/MeganavContentDevelopers/component.jsx +1 -1
  53. package/src/core/MeganavContentProducts/component.html.erb +1 -1
  54. package/src/core/MeganavContentProducts/component.jsx +1 -1
  55. package/src/core/Notice/component.html.erb +3 -3
  56. package/src/core/Notice/component.jsx +3 -3
  57. package/src/core/Showcase/component.html.erb +7 -7
  58. package/src/core/Uptime/component.css +1 -1
  59. package/src/core/Uptime/component.jsx +1 -1
  60. package/src/core/fonts/jetBrains-mono.css +3 -0
  61. package/src/core/fonts/manrope.css +3 -0
  62. package/src/core/styles/buttons.css +5 -5
  63. package/src/core/styles/forms.css +5 -5
  64. package/src/core/styles/properties.css +153 -45
  65. package/src/core/styles/text.css +62 -60
  66. package/src/core/utils/syntax-highlighter.css +2 -0
  67. package/tailwind.config.js +179 -49
  68. package/src/core/FeaturedLink/component.css +0 -15
package/core/Meganav.jsx CHANGED
@@ -11,14 +11,6 @@
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
13
13
 
14
- /***/ 7757:
15
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
16
-
17
- /* unused reexport */ __webpack_require__(5666);
18
-
19
-
20
- /***/ }),
21
-
22
14
  /***/ 9787:
23
15
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24
16
 
@@ -119,24 +111,33 @@ var ConnectStateWrapper = function ConnectStateWrapper(Component, selectors) {
119
111
  var FeaturedLink = function FeaturedLink(_ref) {
120
112
  var url = _ref.url,
121
113
  _ref$textSize = _ref.textSize,
122
- textSize = _ref$textSize === void 0 ? "text-menu3" : _ref$textSize,
114
+ textSize = _ref$textSize === void 0 ? "text-p2" : _ref$textSize,
123
115
  _ref$iconColor = _ref.iconColor,
124
116
  iconColor = _ref$iconColor === void 0 ? "text-cool-black" : _ref$iconColor,
125
117
  _ref$flush = _ref.flush,
126
118
  flush = _ref$flush === void 0 ? false : _ref$flush,
119
+ _ref$reverse = _ref.reverse,
120
+ reverse = _ref$reverse === void 0 ? false : _ref$reverse,
121
+ _ref$additionalCSS = _ref.additionalCSS,
122
+ additionalCSS = _ref$additionalCSS === void 0 ? "" : _ref$additionalCSS,
127
123
  children = _ref.children;
128
124
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("a", {
129
125
  href: url,
130
- className: "ui-featured-link ".concat(textSize, " ").concat(flush ? "" : "py-8", " "),
126
+ className: "font-sans font-bold block text-gui-default hover:text-gui-hover focus:text-gui-focus focus:outline-gui-focus group ui-".concat(textSize, " ").concat(flush ? "" : "py-8", " ").concat(additionalCSS),
131
127
  style: {
132
128
  "--featured-link-icon-size": "var(".concat(textSize.replace("text", "--fs"), ")")
133
129
  }
134
- }, children, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__["default"], {
130
+ }, reverse ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__["default"], {
135
131
  name: "icon-gui-link-arrow",
136
132
  size: "calc(var(--featured-link-icon-size) * 1.25)",
137
133
  color: iconColor,
138
- additionalCSS: "ui-featured-link-icon"
139
- }));
134
+ additionalCSS: "align-middle mr-8 relative -top-1 -right-4 transition-all group-hover:right-0 transform rotate-180"
135
+ }), children) : /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), null, children, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__["default"], {
136
+ name: "icon-gui-link-arrow",
137
+ size: "calc(var(--featured-link-icon-size) * 1.25)",
138
+ color: iconColor,
139
+ additionalCSS: "align-middle ml-8 relative -top-1 -left-4 transition-all group-hover:left-0"
140
+ })));
140
141
  };
141
142
 
142
143
  FeaturedLink.propTypes = {
@@ -144,7 +145,9 @@ FeaturedLink.propTypes = {
144
145
  children: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().node),
145
146
  textSize: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().string),
146
147
  iconColor: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().string),
147
- flush: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().bool)
148
+ flush: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().bool),
149
+ reverse: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().bool),
150
+ additionalCSS: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().string)
148
151
  };
149
152
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (FeaturedLink);
150
153
 
@@ -384,7 +387,7 @@ var Flash = function Flash(_ref) {
384
387
  size: "1.5rem",
385
388
  additionalCSS: "mr-16 self-baseline"
386
389
  }), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
387
- className: "ui-flash-text ".concat(FLASH_TEXT_COLOR[type]),
390
+ className: "ui-text-p1 mr-16 ".concat(FLASH_TEXT_COLOR[type]),
388
391
  dangerouslySetInnerHTML: {
389
392
  __html: safeContent
390
393
  }
@@ -661,7 +664,7 @@ var component = __webpack_require__(2725);
661
664
  // EXTERNAL MODULE: ./src/core/ConnectStateWrapper/component.jsx
662
665
  var ConnectStateWrapper_component = __webpack_require__(9787);
663
666
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/regenerator/index.js
664
- var regenerator = __webpack_require__(7757);
667
+ var regenerator = __webpack_require__(4687);
665
668
  ;// CONCATENATED MODULE: ./src/core/remote-blogs-posts.js
666
669
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
667
670
 
@@ -1002,7 +1005,7 @@ var MeganavContentDevelopers = function MeganavContentDevelopers(_ref) {
1002
1005
  className: "md:mt-40",
1003
1006
  "aria-labelledby": "meganav-developers-panel-explore"
1004
1007
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("li", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("a", {
1005
- href: absUrl("/download"),
1008
+ href: absUrl("/docs/sdks"),
1006
1009
  className: "ui-meganav-media-with-image group"
1007
1010
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__["default"], {
1008
1011
  name: "icon-display-sdks-col",
@@ -1135,7 +1138,7 @@ var MeganavContentProducts = function MeganavContentProducts(_ref) {
1135
1138
  }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("h3", {
1136
1139
  className: "ui-meganav-overline ml-24"
1137
1140
  }, "The Ably Platform")), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
1138
- className: "text-p2 font-medium text-cool-black mb-24",
1141
+ className: "ui-text-p2 font-bold mb-24",
1139
1142
  style: {
1140
1143
  maxWidth: "330px"
1141
1144
  }
@@ -2329,7 +2332,7 @@ var Icon_component = __webpack_require__(9008);
2329
2332
  ;// CONCATENATED MODULE: ./src/core/Notice/component.jsx
2330
2333
 
2331
2334
 
2332
- var contentWrapperClasses = "font-light w-full pr-8 text-p3 self-center";
2335
+ var contentWrapperClasses = "w-full pr-8 ui-text-p3 self-center";
2333
2336
 
2334
2337
 
2335
2338
 
@@ -2383,7 +2386,7 @@ var component_Notice = function Notice(_ref2) {
2383
2386
  }, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(ContentWrapper, {
2384
2387
  buttonLink: buttonLink
2385
2388
  }, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("strong", {
2386
- className: "font-medium whitespace-nowrap pr-4"
2389
+ className: "font-bold whitespace-nowrap pr-4"
2387
2390
  }, title), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("span", {
2388
2391
  className: "pr-4"
2389
2392
  }, bodyText), buttonLabel && /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("span", {
@@ -2394,7 +2397,7 @@ var component_Notice = function Notice(_ref2) {
2394
2397
  }, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(Icon_component["default"], {
2395
2398
  name: "icon-gui-close",
2396
2399
  size: "1.25rem",
2397
- color: "text-white"
2400
+ color: "text-cool-black"
2398
2401
  }))));
2399
2402
  };
2400
2403
 
@@ -2536,822 +2539,415 @@ var createRemoteDataStore = function createRemoteDataStore(reducers) {
2536
2539
 
2537
2540
  /***/ }),
2538
2541
 
2539
- /***/ 5666:
2542
+ /***/ 3916:
2540
2543
  /***/ ((module) => {
2541
2544
 
2542
- /**
2543
- * Copyright (c) 2014-present, Facebook, Inc.
2544
- *
2545
- * This source code is licensed under the MIT license found in the
2546
- * LICENSE file in the root directory of this source tree.
2547
- */
2548
-
2549
- var runtime = (function (exports) {
2550
- "use strict";
2551
-
2552
- var Op = Object.prototype;
2553
- var hasOwn = Op.hasOwnProperty;
2554
- var undefined; // More compressible than void 0.
2555
- var $Symbol = typeof Symbol === "function" ? Symbol : {};
2556
- var iteratorSymbol = $Symbol.iterator || "@@iterator";
2557
- var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator";
2558
- var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
2559
-
2560
- function define(obj, key, value) {
2561
- Object.defineProperty(obj, key, {
2562
- value: value,
2563
- enumerable: true,
2564
- configurable: true,
2565
- writable: true
2566
- });
2567
- return obj[key];
2568
- }
2569
- try {
2570
- // IE 8 has a broken Object.defineProperty that only works on DOM objects.
2571
- define({}, "");
2572
- } catch (err) {
2573
- define = function(obj, key, value) {
2574
- return obj[key] = value;
2575
- };
2576
- }
2577
-
2578
- function wrap(innerFn, outerFn, self, tryLocsList) {
2579
- // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.
2580
- var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;
2581
- var generator = Object.create(protoGenerator.prototype);
2582
- var context = new Context(tryLocsList || []);
2545
+ "use strict";
2546
+ module.exports = __WEBPACK_EXTERNAL_MODULE__3916__;
2583
2547
 
2584
- // The ._invoke method unifies the implementations of the .next,
2585
- // .throw, and .return methods.
2586
- generator._invoke = makeInvokeMethod(innerFn, self, context);
2548
+ /***/ }),
2587
2549
 
2588
- return generator;
2589
- }
2590
- exports.wrap = wrap;
2591
-
2592
- // Try/catch helper to minimize deoptimizations. Returns a completion
2593
- // record like context.tryEntries[i].completion. This interface could
2594
- // have been (and was previously) designed to take a closure to be
2595
- // invoked without arguments, but in all the cases we care about we
2596
- // already have an existing method we want to call, so there's no need
2597
- // to create a new function object. We can even get away with assuming
2598
- // the method takes exactly one argument, since that happens to be true
2599
- // in every case, so we don't have to touch the arguments object. The
2600
- // only additional allocation required is the completion record, which
2601
- // has a stable shape and so hopefully should be cheap to allocate.
2602
- function tryCatch(fn, obj, arg) {
2603
- try {
2604
- return { type: "normal", arg: fn.call(obj, arg) };
2605
- } catch (err) {
2606
- return { type: "throw", arg: err };
2607
- }
2608
- }
2550
+ /***/ 710:
2551
+ /***/ ((module) => {
2609
2552
 
2610
- var GenStateSuspendedStart = "suspendedStart";
2611
- var GenStateSuspendedYield = "suspendedYield";
2612
- var GenStateExecuting = "executing";
2613
- var GenStateCompleted = "completed";
2553
+ "use strict";
2554
+ module.exports = __WEBPACK_EXTERNAL_MODULE__710__;
2614
2555
 
2615
- // Returning this object from the innerFn has the same effect as
2616
- // breaking out of the dispatch switch statement.
2617
- var ContinueSentinel = {};
2556
+ /***/ }),
2618
2557
 
2619
- // Dummy constructor functions that we use as the .constructor and
2620
- // .constructor.prototype properties for functions that return Generator
2621
- // objects. For full spec compliance, you may wish to configure your
2622
- // minifier not to mangle the names of these two functions.
2623
- function Generator() {}
2624
- function GeneratorFunction() {}
2625
- function GeneratorFunctionPrototype() {}
2558
+ /***/ 4360:
2559
+ /***/ ((module) => {
2626
2560
 
2627
- // This is a polyfill for %IteratorPrototype% for environments that
2628
- // don't natively support it.
2629
- var IteratorPrototype = {};
2630
- IteratorPrototype[iteratorSymbol] = function () {
2631
- return this;
2632
- };
2561
+ "use strict";
2562
+ module.exports = __WEBPACK_EXTERNAL_MODULE__4360__;
2633
2563
 
2634
- var getProto = Object.getPrototypeOf;
2635
- var NativeIteratorPrototype = getProto && getProto(getProto(values([])));
2636
- if (NativeIteratorPrototype &&
2637
- NativeIteratorPrototype !== Op &&
2638
- hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {
2639
- // This environment has a native %IteratorPrototype%; use it instead
2640
- // of the polyfill.
2641
- IteratorPrototype = NativeIteratorPrototype;
2642
- }
2564
+ /***/ }),
2643
2565
 
2644
- var Gp = GeneratorFunctionPrototype.prototype =
2645
- Generator.prototype = Object.create(IteratorPrototype);
2646
- GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;
2647
- GeneratorFunctionPrototype.constructor = GeneratorFunction;
2648
- GeneratorFunction.displayName = define(
2649
- GeneratorFunctionPrototype,
2650
- toStringTagSymbol,
2651
- "GeneratorFunction"
2652
- );
2653
-
2654
- // Helper for defining the .next, .throw, and .return methods of the
2655
- // Iterator interface in terms of a single ._invoke method.
2656
- function defineIteratorMethods(prototype) {
2657
- ["next", "throw", "return"].forEach(function(method) {
2658
- define(prototype, method, function(arg) {
2659
- return this._invoke(method, arg);
2660
- });
2661
- });
2662
- }
2566
+ /***/ 7326:
2567
+ /***/ ((module) => {
2663
2568
 
2664
- exports.isGeneratorFunction = function(genFun) {
2665
- var ctor = typeof genFun === "function" && genFun.constructor;
2666
- return ctor
2667
- ? ctor === GeneratorFunction ||
2668
- // For the native GeneratorFunction constructor, the best we can
2669
- // do is to check its .name property.
2670
- (ctor.displayName || ctor.name) === "GeneratorFunction"
2671
- : false;
2672
- };
2569
+ "use strict";
2570
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7326__;
2673
2571
 
2674
- exports.mark = function(genFun) {
2675
- if (Object.setPrototypeOf) {
2676
- Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
2677
- } else {
2678
- genFun.__proto__ = GeneratorFunctionPrototype;
2679
- define(genFun, toStringTagSymbol, "GeneratorFunction");
2680
- }
2681
- genFun.prototype = Object.create(Gp);
2682
- return genFun;
2683
- };
2572
+ /***/ }),
2684
2573
 
2685
- // Within the body of any async function, `await x` is transformed to
2686
- // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test
2687
- // `hasOwn.call(value, "__await")` to determine if the yielded value is
2688
- // meant to be awaited.
2689
- exports.awrap = function(arg) {
2690
- return { __await: arg };
2691
- };
2574
+ /***/ 6073:
2575
+ /***/ ((module) => {
2692
2576
 
2693
- function AsyncIterator(generator, PromiseImpl) {
2694
- function invoke(method, arg, resolve, reject) {
2695
- var record = tryCatch(generator[method], generator, arg);
2696
- if (record.type === "throw") {
2697
- reject(record.arg);
2698
- } else {
2699
- var result = record.arg;
2700
- var value = result.value;
2701
- if (value &&
2702
- typeof value === "object" &&
2703
- hasOwn.call(value, "__await")) {
2704
- return PromiseImpl.resolve(value.__await).then(function(value) {
2705
- invoke("next", value, resolve, reject);
2706
- }, function(err) {
2707
- invoke("throw", err, resolve, reject);
2708
- });
2709
- }
2577
+ "use strict";
2578
+ module.exports = __WEBPACK_EXTERNAL_MODULE__6073__;
2710
2579
 
2711
- return PromiseImpl.resolve(value).then(function(unwrapped) {
2712
- // When a yielded Promise is resolved, its final value becomes
2713
- // the .value of the Promise<{value,done}> result for the
2714
- // current iteration.
2715
- result.value = unwrapped;
2716
- resolve(result);
2717
- }, function(error) {
2718
- // If a rejected Promise was yielded, throw the rejection back
2719
- // into the async generator function so it can be handled there.
2720
- return invoke("throw", error, resolve, reject);
2721
- });
2722
- }
2723
- }
2580
+ /***/ }),
2724
2581
 
2725
- var previousPromise;
2582
+ /***/ 5225:
2583
+ /***/ ((module) => {
2726
2584
 
2727
- function enqueue(method, arg) {
2728
- function callInvokeWithMethodAndArg() {
2729
- return new PromiseImpl(function(resolve, reject) {
2730
- invoke(method, arg, resolve, reject);
2731
- });
2732
- }
2585
+ "use strict";
2586
+ module.exports = __WEBPACK_EXTERNAL_MODULE__5225__;
2733
2587
 
2734
- return previousPromise =
2735
- // If enqueue has been called before, then we want to wait until
2736
- // all previous Promises have been resolved before calling invoke,
2737
- // so that results are always delivered in the correct order. If
2738
- // enqueue has not been called before, then it is important to
2739
- // call invoke immediately, without waiting on a callback to fire,
2740
- // so that the async generator function has the opportunity to do
2741
- // any necessary setup in a predictable way. This predictability
2742
- // is why the Promise constructor synchronously invokes its
2743
- // executor callback, and why async functions synchronously
2744
- // execute code before the first await. Since we implement simple
2745
- // async functions in terms of async generators, it is especially
2746
- // important to get this right, even though it requires care.
2747
- previousPromise ? previousPromise.then(
2748
- callInvokeWithMethodAndArg,
2749
- // Avoid propagating failures to Promises returned by later
2750
- // invocations of the iterator.
2751
- callInvokeWithMethodAndArg
2752
- ) : callInvokeWithMethodAndArg();
2753
- }
2588
+ /***/ }),
2754
2589
 
2755
- // Define the unified helper method that is used to implement .next,
2756
- // .throw, and .return (see defineIteratorMethods).
2757
- this._invoke = enqueue;
2758
- }
2590
+ /***/ 5293:
2591
+ /***/ ((module) => {
2759
2592
 
2760
- defineIteratorMethods(AsyncIterator.prototype);
2761
- AsyncIterator.prototype[asyncIteratorSymbol] = function () {
2762
- return this;
2763
- };
2764
- exports.AsyncIterator = AsyncIterator;
2765
-
2766
- // Note that simple async functions are implemented on top of
2767
- // AsyncIterator objects; they just return a Promise for the value of
2768
- // the final result produced by the iterator.
2769
- exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {
2770
- if (PromiseImpl === void 0) PromiseImpl = Promise;
2771
-
2772
- var iter = new AsyncIterator(
2773
- wrap(innerFn, outerFn, self, tryLocsList),
2774
- PromiseImpl
2775
- );
2776
-
2777
- return exports.isGeneratorFunction(outerFn)
2778
- ? iter // If outerFn is a generator, return the full iterator.
2779
- : iter.next().then(function(result) {
2780
- return result.done ? result.value : iter.next();
2781
- });
2782
- };
2593
+ "use strict";
2594
+ module.exports = __WEBPACK_EXTERNAL_MODULE__5293__;
2783
2595
 
2784
- function makeInvokeMethod(innerFn, self, context) {
2785
- var state = GenStateSuspendedStart;
2596
+ /***/ }),
2786
2597
 
2787
- return function invoke(method, arg) {
2788
- if (state === GenStateExecuting) {
2789
- throw new Error("Generator is already running");
2790
- }
2598
+ /***/ 9042:
2599
+ /***/ ((module) => {
2791
2600
 
2792
- if (state === GenStateCompleted) {
2793
- if (method === "throw") {
2794
- throw arg;
2795
- }
2601
+ "use strict";
2602
+ module.exports = __WEBPACK_EXTERNAL_MODULE__9042__;
2796
2603
 
2797
- // Be forgiving, per 25.3.3.3.3 of the spec:
2798
- // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume
2799
- return doneResult();
2800
- }
2604
+ /***/ }),
2801
2605
 
2802
- context.method = method;
2803
- context.arg = arg;
2606
+ /***/ 7061:
2607
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2804
2608
 
2805
- while (true) {
2806
- var delegate = context.delegate;
2807
- if (delegate) {
2808
- var delegateResult = maybeInvokeDelegate(delegate, context);
2809
- if (delegateResult) {
2810
- if (delegateResult === ContinueSentinel) continue;
2811
- return delegateResult;
2812
- }
2609
+ var _typeof = (__webpack_require__(8698)["default"]);
2610
+ function _regeneratorRuntime() {
2611
+ "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2612
+ module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
2613
+ return e;
2614
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports;
2615
+ var t,
2616
+ e = {},
2617
+ r = Object.prototype,
2618
+ n = r.hasOwnProperty,
2619
+ o = Object.defineProperty || function (t, e, r) {
2620
+ t[e] = r.value;
2621
+ },
2622
+ i = "function" == typeof Symbol ? Symbol : {},
2623
+ a = i.iterator || "@@iterator",
2624
+ c = i.asyncIterator || "@@asyncIterator",
2625
+ u = i.toStringTag || "@@toStringTag";
2626
+ function define(t, e, r) {
2627
+ return Object.defineProperty(t, e, {
2628
+ value: r,
2629
+ enumerable: !0,
2630
+ configurable: !0,
2631
+ writable: !0
2632
+ }), t[e];
2633
+ }
2634
+ try {
2635
+ define({}, "");
2636
+ } catch (t) {
2637
+ define = function define(t, e, r) {
2638
+ return t[e] = r;
2639
+ };
2640
+ }
2641
+ function wrap(t, e, r, n) {
2642
+ var i = e && e.prototype instanceof Generator ? e : Generator,
2643
+ a = Object.create(i.prototype),
2644
+ c = new Context(n || []);
2645
+ return o(a, "_invoke", {
2646
+ value: makeInvokeMethod(t, r, c)
2647
+ }), a;
2648
+ }
2649
+ function tryCatch(t, e, r) {
2650
+ try {
2651
+ return {
2652
+ type: "normal",
2653
+ arg: t.call(e, r)
2654
+ };
2655
+ } catch (t) {
2656
+ return {
2657
+ type: "throw",
2658
+ arg: t
2659
+ };
2660
+ }
2661
+ }
2662
+ e.wrap = wrap;
2663
+ var h = "suspendedStart",
2664
+ l = "suspendedYield",
2665
+ f = "executing",
2666
+ s = "completed",
2667
+ y = {};
2668
+ function Generator() {}
2669
+ function GeneratorFunction() {}
2670
+ function GeneratorFunctionPrototype() {}
2671
+ var p = {};
2672
+ define(p, a, function () {
2673
+ return this;
2674
+ });
2675
+ var d = Object.getPrototypeOf,
2676
+ v = d && d(d(values([])));
2677
+ v && v !== r && n.call(v, a) && (p = v);
2678
+ var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
2679
+ function defineIteratorMethods(t) {
2680
+ ["next", "throw", "return"].forEach(function (e) {
2681
+ define(t, e, function (t) {
2682
+ return this._invoke(e, t);
2683
+ });
2684
+ });
2685
+ }
2686
+ function AsyncIterator(t, e) {
2687
+ function invoke(r, o, i, a) {
2688
+ var c = tryCatch(t[r], t, o);
2689
+ if ("throw" !== c.type) {
2690
+ var u = c.arg,
2691
+ h = u.value;
2692
+ return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
2693
+ invoke("next", t, i, a);
2694
+ }, function (t) {
2695
+ invoke("throw", t, i, a);
2696
+ }) : e.resolve(h).then(function (t) {
2697
+ u.value = t, i(u);
2698
+ }, function (t) {
2699
+ return invoke("throw", t, i, a);
2700
+ });
2701
+ }
2702
+ a(c.arg);
2703
+ }
2704
+ var r;
2705
+ o(this, "_invoke", {
2706
+ value: function value(t, n) {
2707
+ function callInvokeWithMethodAndArg() {
2708
+ return new e(function (e, r) {
2709
+ invoke(t, n, e, r);
2710
+ });
2813
2711
  }
2814
-
2815
- if (context.method === "next") {
2816
- // Setting context._sent for legacy support of Babel's
2817
- // function.sent implementation.
2818
- context.sent = context._sent = context.arg;
2819
-
2820
- } else if (context.method === "throw") {
2821
- if (state === GenStateSuspendedStart) {
2822
- state = GenStateCompleted;
2823
- throw context.arg;
2712
+ return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
2713
+ }
2714
+ });
2715
+ }
2716
+ function makeInvokeMethod(e, r, n) {
2717
+ var o = h;
2718
+ return function (i, a) {
2719
+ if (o === f) throw new Error("Generator is already running");
2720
+ if (o === s) {
2721
+ if ("throw" === i) throw a;
2722
+ return {
2723
+ value: t,
2724
+ done: !0
2725
+ };
2726
+ }
2727
+ for (n.method = i, n.arg = a;;) {
2728
+ var c = n.delegate;
2729
+ if (c) {
2730
+ var u = maybeInvokeDelegate(c, n);
2731
+ if (u) {
2732
+ if (u === y) continue;
2733
+ return u;
2824
2734
  }
2825
-
2826
- context.dispatchException(context.arg);
2827
-
2828
- } else if (context.method === "return") {
2829
- context.abrupt("return", context.arg);
2830
2735
  }
2831
-
2832
- state = GenStateExecuting;
2833
-
2834
- var record = tryCatch(innerFn, self, context);
2835
- if (record.type === "normal") {
2836
- // If an exception is thrown from innerFn, we leave state ===
2837
- // GenStateExecuting and loop back for another invocation.
2838
- state = context.done
2839
- ? GenStateCompleted
2840
- : GenStateSuspendedYield;
2841
-
2842
- if (record.arg === ContinueSentinel) {
2843
- continue;
2844
- }
2845
-
2736
+ if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
2737
+ if (o === h) throw o = s, n.arg;
2738
+ n.dispatchException(n.arg);
2739
+ } else "return" === n.method && n.abrupt("return", n.arg);
2740
+ o = f;
2741
+ var p = tryCatch(e, r, n);
2742
+ if ("normal" === p.type) {
2743
+ if (o = n.done ? s : l, p.arg === y) continue;
2846
2744
  return {
2847
- value: record.arg,
2848
- done: context.done
2745
+ value: p.arg,
2746
+ done: n.done
2849
2747
  };
2850
-
2851
- } else if (record.type === "throw") {
2852
- state = GenStateCompleted;
2853
- // Dispatch the exception by looping back around to the
2854
- // context.dispatchException(context.arg) call above.
2855
- context.method = "throw";
2856
- context.arg = record.arg;
2857
2748
  }
2749
+ "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
2858
2750
  }
2859
2751
  };
2860
2752
  }
2861
-
2862
- // Call delegate.iterator[context.method](context.arg) and handle the
2863
- // result, either by returning a { value, done } result from the
2864
- // delegate iterator, or by modifying context.method and context.arg,
2865
- // setting context.delegate to null, and returning the ContinueSentinel.
2866
- function maybeInvokeDelegate(delegate, context) {
2867
- var method = delegate.iterator[context.method];
2868
- if (method === undefined) {
2869
- // A .throw or .return when the delegate iterator has no .throw
2870
- // method always terminates the yield* loop.
2871
- context.delegate = null;
2872
-
2873
- if (context.method === "throw") {
2874
- // Note: ["return"] must be used for ES3 parsing compatibility.
2875
- if (delegate.iterator["return"]) {
2876
- // If the delegate iterator has a return method, give it a
2877
- // chance to clean up.
2878
- context.method = "return";
2879
- context.arg = undefined;
2880
- maybeInvokeDelegate(delegate, context);
2881
-
2882
- if (context.method === "throw") {
2883
- // If maybeInvokeDelegate(context) changed context.method from
2884
- // "return" to "throw", let that override the TypeError below.
2885
- return ContinueSentinel;
2886
- }
2887
- }
2888
-
2889
- context.method = "throw";
2890
- context.arg = new TypeError(
2891
- "The iterator does not provide a 'throw' method");
2892
- }
2893
-
2894
- return ContinueSentinel;
2895
- }
2896
-
2897
- var record = tryCatch(method, delegate.iterator, context.arg);
2898
-
2899
- if (record.type === "throw") {
2900
- context.method = "throw";
2901
- context.arg = record.arg;
2902
- context.delegate = null;
2903
- return ContinueSentinel;
2904
- }
2905
-
2906
- var info = record.arg;
2907
-
2908
- if (! info) {
2909
- context.method = "throw";
2910
- context.arg = new TypeError("iterator result is not an object");
2911
- context.delegate = null;
2912
- return ContinueSentinel;
2913
- }
2914
-
2915
- if (info.done) {
2916
- // Assign the result of the finished delegate to the temporary
2917
- // variable specified by delegate.resultName (see delegateYield).
2918
- context[delegate.resultName] = info.value;
2919
-
2920
- // Resume execution at the desired location (see delegateYield).
2921
- context.next = delegate.nextLoc;
2922
-
2923
- // If context.method was "throw" but the delegate handled the
2924
- // exception, let the outer generator proceed normally. If
2925
- // context.method was "next", forget context.arg since it has been
2926
- // "consumed" by the delegate iterator. If context.method was
2927
- // "return", allow the original .return call to continue in the
2928
- // outer generator.
2929
- if (context.method !== "return") {
2930
- context.method = "next";
2931
- context.arg = undefined;
2932
- }
2933
-
2934
- } else {
2935
- // Re-yield the result returned by the delegate method.
2936
- return info;
2937
- }
2938
-
2939
- // The delegate iterator is finished, so forget it and continue with
2940
- // the outer generator.
2941
- context.delegate = null;
2942
- return ContinueSentinel;
2753
+ function maybeInvokeDelegate(e, r) {
2754
+ var n = r.method,
2755
+ o = e.iterator[n];
2756
+ if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
2757
+ var i = tryCatch(o, e.iterator, r.arg);
2758
+ if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
2759
+ var a = i.arg;
2760
+ return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
2943
2761
  }
2944
-
2945
- // Define Generator.prototype.{next,throw,return} in terms of the
2946
- // unified ._invoke helper method.
2947
- defineIteratorMethods(Gp);
2948
-
2949
- define(Gp, toStringTagSymbol, "Generator");
2950
-
2951
- // A Generator should always return itself as the iterator object when the
2952
- // @@iterator function is called on it. Some browsers' implementations of the
2953
- // iterator prototype chain incorrectly implement this, causing the Generator
2954
- // object to not be returned from this call. This ensures that doesn't happen.
2955
- // See https://github.com/facebook/regenerator/issues/274 for more details.
2956
- Gp[iteratorSymbol] = function() {
2957
- return this;
2958
- };
2959
-
2960
- Gp.toString = function() {
2961
- return "[object Generator]";
2962
- };
2963
-
2964
- function pushTryEntry(locs) {
2965
- var entry = { tryLoc: locs[0] };
2966
-
2967
- if (1 in locs) {
2968
- entry.catchLoc = locs[1];
2969
- }
2970
-
2971
- if (2 in locs) {
2972
- entry.finallyLoc = locs[2];
2973
- entry.afterLoc = locs[3];
2974
- }
2975
-
2976
- this.tryEntries.push(entry);
2762
+ function pushTryEntry(t) {
2763
+ var e = {
2764
+ tryLoc: t[0]
2765
+ };
2766
+ 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
2977
2767
  }
2978
-
2979
- function resetTryEntry(entry) {
2980
- var record = entry.completion || {};
2981
- record.type = "normal";
2982
- delete record.arg;
2983
- entry.completion = record;
2768
+ function resetTryEntry(t) {
2769
+ var e = t.completion || {};
2770
+ e.type = "normal", delete e.arg, t.completion = e;
2984
2771
  }
2985
-
2986
- function Context(tryLocsList) {
2987
- // The root entry object (effectively a try statement without a catch
2988
- // or a finally block) gives us a place to store values thrown from
2989
- // locations where there is no enclosing try statement.
2990
- this.tryEntries = [{ tryLoc: "root" }];
2991
- tryLocsList.forEach(pushTryEntry, this);
2992
- this.reset(true);
2772
+ function Context(t) {
2773
+ this.tryEntries = [{
2774
+ tryLoc: "root"
2775
+ }], t.forEach(pushTryEntry, this), this.reset(!0);
2993
2776
  }
2994
-
2995
- exports.keys = function(object) {
2996
- var keys = [];
2997
- for (var key in object) {
2998
- keys.push(key);
2999
- }
3000
- keys.reverse();
3001
-
3002
- // Rather than returning an object with a next method, we keep
3003
- // things simple and return the next function itself.
3004
- return function next() {
3005
- while (keys.length) {
3006
- var key = keys.pop();
3007
- if (key in object) {
3008
- next.value = key;
3009
- next.done = false;
3010
- return next;
3011
- }
3012
- }
3013
-
3014
- // To avoid creating an additional object, we just hang the .value
3015
- // and .done properties off the next function object itself. This
3016
- // also ensures that the minifier will not anonymize the function.
3017
- next.done = true;
3018
- return next;
3019
- };
3020
- };
3021
-
3022
- function values(iterable) {
3023
- if (iterable) {
3024
- var iteratorMethod = iterable[iteratorSymbol];
3025
- if (iteratorMethod) {
3026
- return iteratorMethod.call(iterable);
3027
- }
3028
-
3029
- if (typeof iterable.next === "function") {
3030
- return iterable;
3031
- }
3032
-
3033
- if (!isNaN(iterable.length)) {
3034
- var i = -1, next = function next() {
3035
- while (++i < iterable.length) {
3036
- if (hasOwn.call(iterable, i)) {
3037
- next.value = iterable[i];
3038
- next.done = false;
3039
- return next;
3040
- }
3041
- }
3042
-
3043
- next.value = undefined;
3044
- next.done = true;
3045
-
3046
- return next;
3047
- };
3048
-
3049
- return next.next = next;
2777
+ function values(e) {
2778
+ if (e || "" === e) {
2779
+ var r = e[a];
2780
+ if (r) return r.call(e);
2781
+ if ("function" == typeof e.next) return e;
2782
+ if (!isNaN(e.length)) {
2783
+ var o = -1,
2784
+ i = function next() {
2785
+ for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
2786
+ return next.value = t, next.done = !0, next;
2787
+ };
2788
+ return i.next = i;
3050
2789
  }
3051
2790
  }
3052
-
3053
- // Return an iterator with no values.
3054
- return { next: doneResult };
3055
- }
3056
- exports.values = values;
3057
-
3058
- function doneResult() {
3059
- return { value: undefined, done: true };
2791
+ throw new TypeError(_typeof(e) + " is not iterable");
3060
2792
  }
3061
-
3062
- Context.prototype = {
3063
- constructor: Context,
3064
-
3065
- reset: function(skipTempReset) {
3066
- this.prev = 0;
3067
- this.next = 0;
3068
- // Resetting context._sent for legacy support of Babel's
3069
- // function.sent implementation.
3070
- this.sent = this._sent = undefined;
3071
- this.done = false;
3072
- this.delegate = null;
3073
-
3074
- this.method = "next";
3075
- this.arg = undefined;
3076
-
3077
- this.tryEntries.forEach(resetTryEntry);
3078
-
3079
- if (!skipTempReset) {
3080
- for (var name in this) {
3081
- // Not sure about the optimal order of these conditions:
3082
- if (name.charAt(0) === "t" &&
3083
- hasOwn.call(this, name) &&
3084
- !isNaN(+name.slice(1))) {
3085
- this[name] = undefined;
3086
- }
3087
- }
2793
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
2794
+ value: GeneratorFunctionPrototype,
2795
+ configurable: !0
2796
+ }), o(GeneratorFunctionPrototype, "constructor", {
2797
+ value: GeneratorFunction,
2798
+ configurable: !0
2799
+ }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
2800
+ var e = "function" == typeof t && t.constructor;
2801
+ return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
2802
+ }, e.mark = function (t) {
2803
+ return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
2804
+ }, e.awrap = function (t) {
2805
+ return {
2806
+ __await: t
2807
+ };
2808
+ }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
2809
+ return this;
2810
+ }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
2811
+ void 0 === i && (i = Promise);
2812
+ var a = new AsyncIterator(wrap(t, r, n, o), i);
2813
+ return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
2814
+ return t.done ? t.value : a.next();
2815
+ });
2816
+ }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
2817
+ return this;
2818
+ }), define(g, "toString", function () {
2819
+ return "[object Generator]";
2820
+ }), e.keys = function (t) {
2821
+ var e = Object(t),
2822
+ r = [];
2823
+ for (var n in e) r.push(n);
2824
+ return r.reverse(), function next() {
2825
+ for (; r.length;) {
2826
+ var t = r.pop();
2827
+ if (t in e) return next.value = t, next.done = !1, next;
3088
2828
  }
2829
+ return next.done = !0, next;
2830
+ };
2831
+ }, e.values = values, Context.prototype = {
2832
+ constructor: Context,
2833
+ reset: function reset(e) {
2834
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
3089
2835
  },
3090
-
3091
- stop: function() {
3092
- this.done = true;
3093
-
3094
- var rootEntry = this.tryEntries[0];
3095
- var rootRecord = rootEntry.completion;
3096
- if (rootRecord.type === "throw") {
3097
- throw rootRecord.arg;
3098
- }
3099
-
2836
+ stop: function stop() {
2837
+ this.done = !0;
2838
+ var t = this.tryEntries[0].completion;
2839
+ if ("throw" === t.type) throw t.arg;
3100
2840
  return this.rval;
3101
2841
  },
3102
-
3103
- dispatchException: function(exception) {
3104
- if (this.done) {
3105
- throw exception;
3106
- }
3107
-
3108
- var context = this;
3109
- function handle(loc, caught) {
3110
- record.type = "throw";
3111
- record.arg = exception;
3112
- context.next = loc;
3113
-
3114
- if (caught) {
3115
- // If the dispatched exception was caught by a catch block,
3116
- // then let that catch block handle the exception normally.
3117
- context.method = "next";
3118
- context.arg = undefined;
3119
- }
3120
-
3121
- return !! caught;
2842
+ dispatchException: function dispatchException(e) {
2843
+ if (this.done) throw e;
2844
+ var r = this;
2845
+ function handle(n, o) {
2846
+ return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
3122
2847
  }
3123
-
3124
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
3125
- var entry = this.tryEntries[i];
3126
- var record = entry.completion;
3127
-
3128
- if (entry.tryLoc === "root") {
3129
- // Exception thrown outside of any try block that could handle
3130
- // it, so set the completion value of the entire function to
3131
- // throw the exception.
3132
- return handle("end");
3133
- }
3134
-
3135
- if (entry.tryLoc <= this.prev) {
3136
- var hasCatch = hasOwn.call(entry, "catchLoc");
3137
- var hasFinally = hasOwn.call(entry, "finallyLoc");
3138
-
3139
- if (hasCatch && hasFinally) {
3140
- if (this.prev < entry.catchLoc) {
3141
- return handle(entry.catchLoc, true);
3142
- } else if (this.prev < entry.finallyLoc) {
3143
- return handle(entry.finallyLoc);
3144
- }
3145
-
3146
- } else if (hasCatch) {
3147
- if (this.prev < entry.catchLoc) {
3148
- return handle(entry.catchLoc, true);
3149
- }
3150
-
3151
- } else if (hasFinally) {
3152
- if (this.prev < entry.finallyLoc) {
3153
- return handle(entry.finallyLoc);
3154
- }
3155
-
2848
+ for (var o = this.tryEntries.length - 1; o >= 0; --o) {
2849
+ var i = this.tryEntries[o],
2850
+ a = i.completion;
2851
+ if ("root" === i.tryLoc) return handle("end");
2852
+ if (i.tryLoc <= this.prev) {
2853
+ var c = n.call(i, "catchLoc"),
2854
+ u = n.call(i, "finallyLoc");
2855
+ if (c && u) {
2856
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
2857
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
2858
+ } else if (c) {
2859
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
3156
2860
  } else {
3157
- throw new Error("try statement without catch or finally");
2861
+ if (!u) throw new Error("try statement without catch or finally");
2862
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
3158
2863
  }
3159
2864
  }
3160
2865
  }
3161
2866
  },
3162
-
3163
- abrupt: function(type, arg) {
3164
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
3165
- var entry = this.tryEntries[i];
3166
- if (entry.tryLoc <= this.prev &&
3167
- hasOwn.call(entry, "finallyLoc") &&
3168
- this.prev < entry.finallyLoc) {
3169
- var finallyEntry = entry;
2867
+ abrupt: function abrupt(t, e) {
2868
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
2869
+ var o = this.tryEntries[r];
2870
+ if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
2871
+ var i = o;
3170
2872
  break;
3171
2873
  }
3172
2874
  }
3173
-
3174
- if (finallyEntry &&
3175
- (type === "break" ||
3176
- type === "continue") &&
3177
- finallyEntry.tryLoc <= arg &&
3178
- arg <= finallyEntry.finallyLoc) {
3179
- // Ignore the finally entry if control is not jumping to a
3180
- // location outside the try/catch block.
3181
- finallyEntry = null;
3182
- }
3183
-
3184
- var record = finallyEntry ? finallyEntry.completion : {};
3185
- record.type = type;
3186
- record.arg = arg;
3187
-
3188
- if (finallyEntry) {
3189
- this.method = "next";
3190
- this.next = finallyEntry.finallyLoc;
3191
- return ContinueSentinel;
3192
- }
3193
-
3194
- return this.complete(record);
2875
+ i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
2876
+ var a = i ? i.completion : {};
2877
+ return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
3195
2878
  },
3196
-
3197
- complete: function(record, afterLoc) {
3198
- if (record.type === "throw") {
3199
- throw record.arg;
3200
- }
3201
-
3202
- if (record.type === "break" ||
3203
- record.type === "continue") {
3204
- this.next = record.arg;
3205
- } else if (record.type === "return") {
3206
- this.rval = this.arg = record.arg;
3207
- this.method = "return";
3208
- this.next = "end";
3209
- } else if (record.type === "normal" && afterLoc) {
3210
- this.next = afterLoc;
3211
- }
3212
-
3213
- return ContinueSentinel;
2879
+ complete: function complete(t, e) {
2880
+ if ("throw" === t.type) throw t.arg;
2881
+ return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
3214
2882
  },
3215
-
3216
- finish: function(finallyLoc) {
3217
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
3218
- var entry = this.tryEntries[i];
3219
- if (entry.finallyLoc === finallyLoc) {
3220
- this.complete(entry.completion, entry.afterLoc);
3221
- resetTryEntry(entry);
3222
- return ContinueSentinel;
3223
- }
2883
+ finish: function finish(t) {
2884
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
2885
+ var r = this.tryEntries[e];
2886
+ if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
3224
2887
  }
3225
2888
  },
3226
-
3227
- "catch": function(tryLoc) {
3228
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
3229
- var entry = this.tryEntries[i];
3230
- if (entry.tryLoc === tryLoc) {
3231
- var record = entry.completion;
3232
- if (record.type === "throw") {
3233
- var thrown = record.arg;
3234
- resetTryEntry(entry);
2889
+ "catch": function _catch(t) {
2890
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
2891
+ var r = this.tryEntries[e];
2892
+ if (r.tryLoc === t) {
2893
+ var n = r.completion;
2894
+ if ("throw" === n.type) {
2895
+ var o = n.arg;
2896
+ resetTryEntry(r);
3235
2897
  }
3236
- return thrown;
2898
+ return o;
3237
2899
  }
3238
2900
  }
3239
-
3240
- // The context.catch method must only be called with a location
3241
- // argument that corresponds to a known catch block.
3242
2901
  throw new Error("illegal catch attempt");
3243
2902
  },
3244
-
3245
- delegateYield: function(iterable, resultName, nextLoc) {
3246
- this.delegate = {
3247
- iterator: values(iterable),
3248
- resultName: resultName,
3249
- nextLoc: nextLoc
3250
- };
3251
-
3252
- if (this.method === "next") {
3253
- // Deliberately forget the last sent value so that we don't
3254
- // accidentally pass it on to the delegate.
3255
- this.arg = undefined;
3256
- }
3257
-
3258
- return ContinueSentinel;
2903
+ delegateYield: function delegateYield(e, r, n) {
2904
+ return this.delegate = {
2905
+ iterator: values(e),
2906
+ resultName: r,
2907
+ nextLoc: n
2908
+ }, "next" === this.method && (this.arg = t), y;
3259
2909
  }
3260
- };
3261
-
3262
- // Regardless of whether this script is executing as a CommonJS module
3263
- // or not, return the runtime object so that we can declare the variable
3264
- // regeneratorRuntime in the outer scope, which allows this module to be
3265
- // injected easily by `bin/regenerator --include-runtime script.js`.
3266
- return exports;
3267
-
3268
- }(
3269
- // If this script is executing as a CommonJS module, use module.exports
3270
- // as the regeneratorRuntime namespace. Otherwise create a new empty
3271
- // object. Either way, the resulting object will be used to initialize
3272
- // the regeneratorRuntime variable at the top of this file.
3273
- true ? module.exports : 0
3274
- ));
3275
-
3276
- try {
3277
- regeneratorRuntime = runtime;
3278
- } catch (accidentalStrictMode) {
3279
- // This module should not be running in strict mode, so the above
3280
- // assignment should always work unless something is misconfigured. Just
3281
- // in case runtime.js accidentally runs in strict mode, we can escape
3282
- // strict mode using a global Function call. This could conceivably fail
3283
- // if a Content Security Policy forbids using Function, but in that case
3284
- // the proper solution is to fix the accidental strict mode problem. If
3285
- // you've misconfigured your bundler to force strict mode and applied a
3286
- // CSP to forbid Function, and you're not willing to fix either of those
3287
- // problems, please detail your unique predicament in a GitHub issue.
3288
- Function("r", "regeneratorRuntime = r")(runtime);
2910
+ }, e;
3289
2911
  }
3290
-
2912
+ module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
3291
2913
 
3292
2914
  /***/ }),
3293
2915
 
3294
- /***/ 3916:
3295
- /***/ ((module) => {
3296
-
3297
- "use strict";
3298
- module.exports = __WEBPACK_EXTERNAL_MODULE__3916__;
3299
-
3300
- /***/ }),
3301
-
3302
- /***/ 710:
3303
- /***/ ((module) => {
3304
-
3305
- "use strict";
3306
- module.exports = __WEBPACK_EXTERNAL_MODULE__710__;
3307
-
3308
- /***/ }),
3309
-
3310
- /***/ 4360:
2916
+ /***/ 8698:
3311
2917
  /***/ ((module) => {
3312
2918
 
3313
- "use strict";
3314
- module.exports = __WEBPACK_EXTERNAL_MODULE__4360__;
2919
+ function _typeof(o) {
2920
+ "@babel/helpers - typeof";
3315
2921
 
3316
- /***/ }),
3317
-
3318
- /***/ 7326:
3319
- /***/ ((module) => {
3320
-
3321
- "use strict";
3322
- module.exports = __WEBPACK_EXTERNAL_MODULE__7326__;
3323
-
3324
- /***/ }),
3325
-
3326
- /***/ 6073:
3327
- /***/ ((module) => {
3328
-
3329
- "use strict";
3330
- module.exports = __WEBPACK_EXTERNAL_MODULE__6073__;
3331
-
3332
- /***/ }),
3333
-
3334
- /***/ 5225:
3335
- /***/ ((module) => {
3336
-
3337
- "use strict";
3338
- module.exports = __WEBPACK_EXTERNAL_MODULE__5225__;
2922
+ return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
2923
+ return typeof o;
2924
+ } : function (o) {
2925
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
2926
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
2927
+ }
2928
+ module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
3339
2929
 
3340
2930
  /***/ }),
3341
2931
 
3342
- /***/ 5293:
3343
- /***/ ((module) => {
2932
+ /***/ 4687:
2933
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3344
2934
 
3345
- "use strict";
3346
- module.exports = __WEBPACK_EXTERNAL_MODULE__5293__;
2935
+ // TODO(Babel 8): Remove this file.
3347
2936
 
3348
- /***/ }),
2937
+ var runtime = __webpack_require__(7061)();
2938
+ module.exports = runtime;
3349
2939
 
3350
- /***/ 9042:
3351
- /***/ ((module) => {
2940
+ // Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
2941
+ try {
2942
+ regeneratorRuntime = runtime;
2943
+ } catch (accidentalStrictMode) {
2944
+ if (typeof globalThis === "object") {
2945
+ globalThis.regeneratorRuntime = runtime;
2946
+ } else {
2947
+ Function("r", "regeneratorRuntime = r")(runtime);
2948
+ }
2949
+ }
3352
2950
 
3353
- "use strict";
3354
- module.exports = __WEBPACK_EXTERNAL_MODULE__9042__;
3355
2951
 
3356
2952
  /***/ }),
3357
2953
 
@@ -3452,7 +3048,7 @@ var external_commonjs_prop_types_commonjs2_prop_types_default = /*#__PURE__*/__w
3452
3048
  // EXTERNAL MODULE: ./src/core/remote-data-store.js
3453
3049
  var remote_data_store = __webpack_require__(3511);
3454
3050
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/regenerator/index.js
3455
- var regenerator = __webpack_require__(7757);
3051
+ var regenerator = __webpack_require__(4687);
3456
3052
  ;// CONCATENATED MODULE: ./src/core/remote-session-data.js
3457
3053
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
3458
3054