@ably/ui 8.7.0-dev.1719082 → 8.7.0-dev.1d4d2fa

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 (46) hide show
  1. package/core/CompanyAutocomplete/component.js +2 -1
  2. package/core/CompanyAutocomplete/component.js.LICENSE.txt +1 -0
  3. package/core/Footer.jsx +15 -20
  4. package/core/Meganav/component.json +1 -1
  5. package/core/Meganav.jsx +363 -766
  6. package/core/MeganavBlogPostsList/component.js +2 -1
  7. package/core/MeganavBlogPostsList/component.js.LICENSE.txt +1 -0
  8. package/core/MeganavContentCompany.jsx +295 -710
  9. package/core/MeganavContentDevelopers.jsx +14 -2
  10. package/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +1 -1
  11. package/core/{MeganavContentPlatform.jsx → MeganavContentProducts.jsx} +10 -10
  12. package/core/MeganavContentUseCases.jsx +1 -1
  13. package/core/MeganavItemsDesktop.jsx +2 -2
  14. package/core/MeganavItemsMobile.jsx +1 -1
  15. package/core/Uptime.jsx +289 -704
  16. package/core/images/best-support-2023.svg +1 -0
  17. package/core/images/fastest-implementation-2023.svg +1 -0
  18. package/core/images/high-performer-2023.svg +1 -0
  19. package/core/images/highest-user-adoption-2023.svg +1 -0
  20. package/core/scripts.js +2 -1
  21. package/core/scripts.js.LICENSE.txt +1 -0
  22. package/core/sprites.svg +29 -0
  23. package/package.json +5 -5
  24. package/src/core/Footer/component.html.erb +8 -13
  25. package/src/core/Footer/component.jsx +10 -18
  26. package/src/core/Meganav/component.json +1 -1
  27. package/src/core/Meganav/component.jsx +2 -2
  28. package/src/core/Meganav/component.rb +4 -4
  29. package/src/core/MeganavContentDevelopers/component.html.erb +10 -1
  30. package/src/core/MeganavContentDevelopers/component.jsx +10 -1
  31. package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.html.erb +10 -10
  32. package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.jsx +10 -10
  33. package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.rb +1 -1
  34. package/src/core/MeganavContentUseCases/component.html.erb +1 -1
  35. package/src/core/MeganavContentUseCases/component.jsx +1 -1
  36. package/src/core/MeganavItemsDesktop/component.jsx +1 -1
  37. package/src/core/MeganavItemsDesktop/component.rb +1 -1
  38. package/src/core/core.rb +8 -4
  39. package/src/core/icons/icon-display-asset-tracking-col.svg +18 -0
  40. package/src/core/icons/icon-display-examples-col.svg +11 -0
  41. package/src/core/icons/icon-social-x.svg +3 -0
  42. package/src/core/images/best-support-2023.svg +1 -0
  43. package/src/core/images/fastest-implementation-2023.svg +1 -0
  44. package/src/core/images/high-performer-2023.svg +1 -0
  45. package/src/core/images/highest-user-adoption-2023.svg +1 -0
  46. /package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +0 -0
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
 
@@ -661,7 +653,7 @@ var component = __webpack_require__(2725);
661
653
  // EXTERNAL MODULE: ./src/core/ConnectStateWrapper/component.jsx
662
654
  var ConnectStateWrapper_component = __webpack_require__(9787);
663
655
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/regenerator/index.js
664
- var regenerator = __webpack_require__(7757);
656
+ var regenerator = __webpack_require__(4687);
665
657
  ;// CONCATENATED MODULE: ./src/core/remote-blogs-posts.js
666
658
  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
659
 
@@ -984,13 +976,25 @@ var MeganavContentDevelopers = function MeganavContentDevelopers(_ref) {
984
976
  className: "ui-meganav-media-heading"
985
977
  }, "Integrations"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
986
978
  className: "ui-meganav-media-copy"
987
- }, "Find out more about Ably integrations. ")))))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
979
+ }, "Find out more about Ably integrations. ")))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("li", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("a", {
980
+ href: absUrl("/examples"),
981
+ className: "ui-meganav-media-with-image group"
982
+ }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__["default"], {
983
+ name: "icon-display-examples-col",
984
+ size: "2.5rem"
985
+ }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
986
+ className: "flex flex-col justify-center"
987
+ }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
988
+ className: "ui-meganav-media-heading"
989
+ }, "Live examples"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
990
+ className: "ui-meganav-media-copy"
991
+ }, "Discover our features and their use cases.")))))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
988
992
  className: "col-span-full md:col-span-4 pb-8 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0"
989
993
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("ul", {
990
994
  className: "md:mt-40",
991
995
  "aria-labelledby": "meganav-developers-panel-explore"
992
996
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("li", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("a", {
993
- href: absUrl("/download"),
997
+ href: absUrl("/docs/sdks"),
994
998
  className: "ui-meganav-media-with-image group"
995
999
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__["default"], {
996
1000
  name: "icon-display-sdks-col",
@@ -1088,7 +1092,7 @@ MeganavContentDevelopers.propTypes = {
1088
1092
 
1089
1093
  /***/ }),
1090
1094
 
1091
- /***/ 6654:
1095
+ /***/ 8254:
1092
1096
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1093
1097
 
1094
1098
  "use strict";
@@ -1104,7 +1108,7 @@ MeganavContentDevelopers.propTypes = {
1104
1108
 
1105
1109
 
1106
1110
 
1107
- var MeganavContentPlatform = function MeganavContentPlatform(_ref) {
1111
+ var MeganavContentProducts = function MeganavContentProducts(_ref) {
1108
1112
  var paths = _ref.paths,
1109
1113
  absUrl = _ref.absUrl;
1110
1114
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
@@ -1134,10 +1138,10 @@ var MeganavContentPlatform = function MeganavContentPlatform(_ref) {
1134
1138
  className: "col-span-full md:col-span-4 pt-24 pb-8 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white"
1135
1139
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("h3", {
1136
1140
  className: "ui-meganav-overline",
1137
- id: "meganav-platform-panel-list-examples"
1141
+ id: "meganav-products-panel-list-examples"
1138
1142
  }, "Products"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("ul", {
1139
1143
  className: "mb-16",
1140
- "aria-labelledby": "meganav-platform-panel-list-examples"
1144
+ "aria-labelledby": "meganav-products-panel-list-examples"
1141
1145
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("li", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("a", {
1142
1146
  href: absUrl("/solutions/channels"),
1143
1147
  className: "group ui-meganav-media"
@@ -1157,16 +1161,16 @@ var MeganavContentPlatform = function MeganavContentPlatform(_ref) {
1157
1161
  className: "group ui-meganav-media"
1158
1162
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
1159
1163
  className: "ui-meganav-media-heading"
1160
- }, "LiveSync (Beta)"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
1164
+ }, "LiveSync (Pre release)"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
1161
1165
  className: "ui-meganav-media-copy"
1162
- }, "Build stateful interactive applications."))))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
1166
+ }, "Keep clients in sync with any relational database."))))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
1163
1167
  className: "col-span-full md:col-span-4 pt-8 pb-24 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white"
1164
1168
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("h3", {
1165
1169
  className: "ui-meganav-overline",
1166
- id: "meganav-platform-panel-list-our-technology"
1167
- }, "Our technology"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("ul", {
1170
+ id: "meganav-products-panel-list-our-technology"
1171
+ }, "Technology"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("ul", {
1168
1172
  className: "mb-16",
1169
- "aria-labelledby": "meganav-platform-panel-list-our-technology"
1173
+ "aria-labelledby": "meganav-products-panel-list-our-technology"
1170
1174
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("li", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("a", {
1171
1175
  href: absUrl("/four-pillars-of-dependability#performance"),
1172
1176
  className: "ui-meganav-media group"
@@ -1210,14 +1214,14 @@ var MeganavContentPlatform = function MeganavContentPlatform(_ref) {
1210
1214
  }));
1211
1215
  };
1212
1216
 
1213
- MeganavContentPlatform.propTypes = {
1217
+ MeganavContentProducts.propTypes = {
1214
1218
  paths: prop_types__WEBPACK_IMPORTED_MODULE_1___default().shape({
1215
1219
  ablyStack: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().string),
1216
1220
  iconSprites: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().string)
1217
1221
  }),
1218
1222
  absUrl: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().func)
1219
1223
  };
1220
- /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (MeganavContentPlatform);
1224
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (MeganavContentProducts);
1221
1225
 
1222
1226
  /***/ }),
1223
1227
 
@@ -1316,7 +1320,7 @@ var MeganavContentUseCases = function MeganavContentUseCases(_ref) {
1316
1320
  href: absUrl("/solutions/asset-tracking"),
1317
1321
  className: "ui-meganav-media-with-image group"
1318
1322
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__["default"], {
1319
- name: "icon-display-kafka-at-the-edge-col",
1323
+ name: "icon-display-asset-tracking-col",
1320
1324
  size: "2.5rem"
1321
1325
  }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
1322
1326
  className: "flex flex-col justify-center"
@@ -1622,7 +1626,7 @@ var MeganavDesktopItems = function MeganavDesktopItems(_ref) {
1622
1626
  "data-id": "meganav-items-desktop"
1623
1627
  }, _Meganav_component_json__WEBPACK_IMPORTED_MODULE_2__/* .panels.map */ .h.map(function (panel) {
1624
1628
  var PanelComponent = panels[panel.component];
1625
- var bgCSS = ["platform-panel", "use-cases-panel"].includes(panel.id) ? "ui-meganav-panel-split-bg" : "";
1629
+ var bgCSS = ["products-panel", "use-cases-panel"].includes(panel.id) ? "ui-meganav-panel-split-bg" : "";
1626
1630
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("li", {
1627
1631
  className: "ui-meganav-item",
1628
1632
  key: panel.id
@@ -2524,822 +2528,415 @@ var createRemoteDataStore = function createRemoteDataStore(reducers) {
2524
2528
 
2525
2529
  /***/ }),
2526
2530
 
2527
- /***/ 5666:
2531
+ /***/ 3916:
2528
2532
  /***/ ((module) => {
2529
2533
 
2530
- /**
2531
- * Copyright (c) 2014-present, Facebook, Inc.
2532
- *
2533
- * This source code is licensed under the MIT license found in the
2534
- * LICENSE file in the root directory of this source tree.
2535
- */
2536
-
2537
- var runtime = (function (exports) {
2538
- "use strict";
2539
-
2540
- var Op = Object.prototype;
2541
- var hasOwn = Op.hasOwnProperty;
2542
- var undefined; // More compressible than void 0.
2543
- var $Symbol = typeof Symbol === "function" ? Symbol : {};
2544
- var iteratorSymbol = $Symbol.iterator || "@@iterator";
2545
- var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator";
2546
- var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
2547
-
2548
- function define(obj, key, value) {
2549
- Object.defineProperty(obj, key, {
2550
- value: value,
2551
- enumerable: true,
2552
- configurable: true,
2553
- writable: true
2554
- });
2555
- return obj[key];
2556
- }
2557
- try {
2558
- // IE 8 has a broken Object.defineProperty that only works on DOM objects.
2559
- define({}, "");
2560
- } catch (err) {
2561
- define = function(obj, key, value) {
2562
- return obj[key] = value;
2563
- };
2564
- }
2565
-
2566
- function wrap(innerFn, outerFn, self, tryLocsList) {
2567
- // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.
2568
- var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;
2569
- var generator = Object.create(protoGenerator.prototype);
2570
- var context = new Context(tryLocsList || []);
2534
+ "use strict";
2535
+ module.exports = __WEBPACK_EXTERNAL_MODULE__3916__;
2571
2536
 
2572
- // The ._invoke method unifies the implementations of the .next,
2573
- // .throw, and .return methods.
2574
- generator._invoke = makeInvokeMethod(innerFn, self, context);
2537
+ /***/ }),
2575
2538
 
2576
- return generator;
2577
- }
2578
- exports.wrap = wrap;
2579
-
2580
- // Try/catch helper to minimize deoptimizations. Returns a completion
2581
- // record like context.tryEntries[i].completion. This interface could
2582
- // have been (and was previously) designed to take a closure to be
2583
- // invoked without arguments, but in all the cases we care about we
2584
- // already have an existing method we want to call, so there's no need
2585
- // to create a new function object. We can even get away with assuming
2586
- // the method takes exactly one argument, since that happens to be true
2587
- // in every case, so we don't have to touch the arguments object. The
2588
- // only additional allocation required is the completion record, which
2589
- // has a stable shape and so hopefully should be cheap to allocate.
2590
- function tryCatch(fn, obj, arg) {
2591
- try {
2592
- return { type: "normal", arg: fn.call(obj, arg) };
2593
- } catch (err) {
2594
- return { type: "throw", arg: err };
2595
- }
2596
- }
2539
+ /***/ 710:
2540
+ /***/ ((module) => {
2597
2541
 
2598
- var GenStateSuspendedStart = "suspendedStart";
2599
- var GenStateSuspendedYield = "suspendedYield";
2600
- var GenStateExecuting = "executing";
2601
- var GenStateCompleted = "completed";
2542
+ "use strict";
2543
+ module.exports = __WEBPACK_EXTERNAL_MODULE__710__;
2602
2544
 
2603
- // Returning this object from the innerFn has the same effect as
2604
- // breaking out of the dispatch switch statement.
2605
- var ContinueSentinel = {};
2545
+ /***/ }),
2606
2546
 
2607
- // Dummy constructor functions that we use as the .constructor and
2608
- // .constructor.prototype properties for functions that return Generator
2609
- // objects. For full spec compliance, you may wish to configure your
2610
- // minifier not to mangle the names of these two functions.
2611
- function Generator() {}
2612
- function GeneratorFunction() {}
2613
- function GeneratorFunctionPrototype() {}
2547
+ /***/ 4360:
2548
+ /***/ ((module) => {
2614
2549
 
2615
- // This is a polyfill for %IteratorPrototype% for environments that
2616
- // don't natively support it.
2617
- var IteratorPrototype = {};
2618
- IteratorPrototype[iteratorSymbol] = function () {
2619
- return this;
2620
- };
2550
+ "use strict";
2551
+ module.exports = __WEBPACK_EXTERNAL_MODULE__4360__;
2621
2552
 
2622
- var getProto = Object.getPrototypeOf;
2623
- var NativeIteratorPrototype = getProto && getProto(getProto(values([])));
2624
- if (NativeIteratorPrototype &&
2625
- NativeIteratorPrototype !== Op &&
2626
- hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {
2627
- // This environment has a native %IteratorPrototype%; use it instead
2628
- // of the polyfill.
2629
- IteratorPrototype = NativeIteratorPrototype;
2630
- }
2553
+ /***/ }),
2631
2554
 
2632
- var Gp = GeneratorFunctionPrototype.prototype =
2633
- Generator.prototype = Object.create(IteratorPrototype);
2634
- GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;
2635
- GeneratorFunctionPrototype.constructor = GeneratorFunction;
2636
- GeneratorFunction.displayName = define(
2637
- GeneratorFunctionPrototype,
2638
- toStringTagSymbol,
2639
- "GeneratorFunction"
2640
- );
2641
-
2642
- // Helper for defining the .next, .throw, and .return methods of the
2643
- // Iterator interface in terms of a single ._invoke method.
2644
- function defineIteratorMethods(prototype) {
2645
- ["next", "throw", "return"].forEach(function(method) {
2646
- define(prototype, method, function(arg) {
2647
- return this._invoke(method, arg);
2648
- });
2649
- });
2650
- }
2555
+ /***/ 7326:
2556
+ /***/ ((module) => {
2651
2557
 
2652
- exports.isGeneratorFunction = function(genFun) {
2653
- var ctor = typeof genFun === "function" && genFun.constructor;
2654
- return ctor
2655
- ? ctor === GeneratorFunction ||
2656
- // For the native GeneratorFunction constructor, the best we can
2657
- // do is to check its .name property.
2658
- (ctor.displayName || ctor.name) === "GeneratorFunction"
2659
- : false;
2660
- };
2558
+ "use strict";
2559
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7326__;
2661
2560
 
2662
- exports.mark = function(genFun) {
2663
- if (Object.setPrototypeOf) {
2664
- Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
2665
- } else {
2666
- genFun.__proto__ = GeneratorFunctionPrototype;
2667
- define(genFun, toStringTagSymbol, "GeneratorFunction");
2668
- }
2669
- genFun.prototype = Object.create(Gp);
2670
- return genFun;
2671
- };
2561
+ /***/ }),
2672
2562
 
2673
- // Within the body of any async function, `await x` is transformed to
2674
- // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test
2675
- // `hasOwn.call(value, "__await")` to determine if the yielded value is
2676
- // meant to be awaited.
2677
- exports.awrap = function(arg) {
2678
- return { __await: arg };
2679
- };
2563
+ /***/ 6073:
2564
+ /***/ ((module) => {
2680
2565
 
2681
- function AsyncIterator(generator, PromiseImpl) {
2682
- function invoke(method, arg, resolve, reject) {
2683
- var record = tryCatch(generator[method], generator, arg);
2684
- if (record.type === "throw") {
2685
- reject(record.arg);
2686
- } else {
2687
- var result = record.arg;
2688
- var value = result.value;
2689
- if (value &&
2690
- typeof value === "object" &&
2691
- hasOwn.call(value, "__await")) {
2692
- return PromiseImpl.resolve(value.__await).then(function(value) {
2693
- invoke("next", value, resolve, reject);
2694
- }, function(err) {
2695
- invoke("throw", err, resolve, reject);
2696
- });
2697
- }
2566
+ "use strict";
2567
+ module.exports = __WEBPACK_EXTERNAL_MODULE__6073__;
2698
2568
 
2699
- return PromiseImpl.resolve(value).then(function(unwrapped) {
2700
- // When a yielded Promise is resolved, its final value becomes
2701
- // the .value of the Promise<{value,done}> result for the
2702
- // current iteration.
2703
- result.value = unwrapped;
2704
- resolve(result);
2705
- }, function(error) {
2706
- // If a rejected Promise was yielded, throw the rejection back
2707
- // into the async generator function so it can be handled there.
2708
- return invoke("throw", error, resolve, reject);
2709
- });
2710
- }
2711
- }
2569
+ /***/ }),
2712
2570
 
2713
- var previousPromise;
2571
+ /***/ 5225:
2572
+ /***/ ((module) => {
2714
2573
 
2715
- function enqueue(method, arg) {
2716
- function callInvokeWithMethodAndArg() {
2717
- return new PromiseImpl(function(resolve, reject) {
2718
- invoke(method, arg, resolve, reject);
2719
- });
2720
- }
2574
+ "use strict";
2575
+ module.exports = __WEBPACK_EXTERNAL_MODULE__5225__;
2721
2576
 
2722
- return previousPromise =
2723
- // If enqueue has been called before, then we want to wait until
2724
- // all previous Promises have been resolved before calling invoke,
2725
- // so that results are always delivered in the correct order. If
2726
- // enqueue has not been called before, then it is important to
2727
- // call invoke immediately, without waiting on a callback to fire,
2728
- // so that the async generator function has the opportunity to do
2729
- // any necessary setup in a predictable way. This predictability
2730
- // is why the Promise constructor synchronously invokes its
2731
- // executor callback, and why async functions synchronously
2732
- // execute code before the first await. Since we implement simple
2733
- // async functions in terms of async generators, it is especially
2734
- // important to get this right, even though it requires care.
2735
- previousPromise ? previousPromise.then(
2736
- callInvokeWithMethodAndArg,
2737
- // Avoid propagating failures to Promises returned by later
2738
- // invocations of the iterator.
2739
- callInvokeWithMethodAndArg
2740
- ) : callInvokeWithMethodAndArg();
2741
- }
2577
+ /***/ }),
2742
2578
 
2743
- // Define the unified helper method that is used to implement .next,
2744
- // .throw, and .return (see defineIteratorMethods).
2745
- this._invoke = enqueue;
2746
- }
2579
+ /***/ 5293:
2580
+ /***/ ((module) => {
2747
2581
 
2748
- defineIteratorMethods(AsyncIterator.prototype);
2749
- AsyncIterator.prototype[asyncIteratorSymbol] = function () {
2750
- return this;
2751
- };
2752
- exports.AsyncIterator = AsyncIterator;
2753
-
2754
- // Note that simple async functions are implemented on top of
2755
- // AsyncIterator objects; they just return a Promise for the value of
2756
- // the final result produced by the iterator.
2757
- exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {
2758
- if (PromiseImpl === void 0) PromiseImpl = Promise;
2759
-
2760
- var iter = new AsyncIterator(
2761
- wrap(innerFn, outerFn, self, tryLocsList),
2762
- PromiseImpl
2763
- );
2764
-
2765
- return exports.isGeneratorFunction(outerFn)
2766
- ? iter // If outerFn is a generator, return the full iterator.
2767
- : iter.next().then(function(result) {
2768
- return result.done ? result.value : iter.next();
2769
- });
2770
- };
2582
+ "use strict";
2583
+ module.exports = __WEBPACK_EXTERNAL_MODULE__5293__;
2771
2584
 
2772
- function makeInvokeMethod(innerFn, self, context) {
2773
- var state = GenStateSuspendedStart;
2585
+ /***/ }),
2774
2586
 
2775
- return function invoke(method, arg) {
2776
- if (state === GenStateExecuting) {
2777
- throw new Error("Generator is already running");
2778
- }
2587
+ /***/ 9042:
2588
+ /***/ ((module) => {
2779
2589
 
2780
- if (state === GenStateCompleted) {
2781
- if (method === "throw") {
2782
- throw arg;
2783
- }
2590
+ "use strict";
2591
+ module.exports = __WEBPACK_EXTERNAL_MODULE__9042__;
2784
2592
 
2785
- // Be forgiving, per 25.3.3.3.3 of the spec:
2786
- // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume
2787
- return doneResult();
2788
- }
2593
+ /***/ }),
2789
2594
 
2790
- context.method = method;
2791
- context.arg = arg;
2595
+ /***/ 7061:
2596
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2792
2597
 
2793
- while (true) {
2794
- var delegate = context.delegate;
2795
- if (delegate) {
2796
- var delegateResult = maybeInvokeDelegate(delegate, context);
2797
- if (delegateResult) {
2798
- if (delegateResult === ContinueSentinel) continue;
2799
- return delegateResult;
2800
- }
2598
+ var _typeof = (__webpack_require__(8698)["default"]);
2599
+ function _regeneratorRuntime() {
2600
+ "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2601
+ module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
2602
+ return e;
2603
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports;
2604
+ var t,
2605
+ e = {},
2606
+ r = Object.prototype,
2607
+ n = r.hasOwnProperty,
2608
+ o = Object.defineProperty || function (t, e, r) {
2609
+ t[e] = r.value;
2610
+ },
2611
+ i = "function" == typeof Symbol ? Symbol : {},
2612
+ a = i.iterator || "@@iterator",
2613
+ c = i.asyncIterator || "@@asyncIterator",
2614
+ u = i.toStringTag || "@@toStringTag";
2615
+ function define(t, e, r) {
2616
+ return Object.defineProperty(t, e, {
2617
+ value: r,
2618
+ enumerable: !0,
2619
+ configurable: !0,
2620
+ writable: !0
2621
+ }), t[e];
2622
+ }
2623
+ try {
2624
+ define({}, "");
2625
+ } catch (t) {
2626
+ define = function define(t, e, r) {
2627
+ return t[e] = r;
2628
+ };
2629
+ }
2630
+ function wrap(t, e, r, n) {
2631
+ var i = e && e.prototype instanceof Generator ? e : Generator,
2632
+ a = Object.create(i.prototype),
2633
+ c = new Context(n || []);
2634
+ return o(a, "_invoke", {
2635
+ value: makeInvokeMethod(t, r, c)
2636
+ }), a;
2637
+ }
2638
+ function tryCatch(t, e, r) {
2639
+ try {
2640
+ return {
2641
+ type: "normal",
2642
+ arg: t.call(e, r)
2643
+ };
2644
+ } catch (t) {
2645
+ return {
2646
+ type: "throw",
2647
+ arg: t
2648
+ };
2649
+ }
2650
+ }
2651
+ e.wrap = wrap;
2652
+ var h = "suspendedStart",
2653
+ l = "suspendedYield",
2654
+ f = "executing",
2655
+ s = "completed",
2656
+ y = {};
2657
+ function Generator() {}
2658
+ function GeneratorFunction() {}
2659
+ function GeneratorFunctionPrototype() {}
2660
+ var p = {};
2661
+ define(p, a, function () {
2662
+ return this;
2663
+ });
2664
+ var d = Object.getPrototypeOf,
2665
+ v = d && d(d(values([])));
2666
+ v && v !== r && n.call(v, a) && (p = v);
2667
+ var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
2668
+ function defineIteratorMethods(t) {
2669
+ ["next", "throw", "return"].forEach(function (e) {
2670
+ define(t, e, function (t) {
2671
+ return this._invoke(e, t);
2672
+ });
2673
+ });
2674
+ }
2675
+ function AsyncIterator(t, e) {
2676
+ function invoke(r, o, i, a) {
2677
+ var c = tryCatch(t[r], t, o);
2678
+ if ("throw" !== c.type) {
2679
+ var u = c.arg,
2680
+ h = u.value;
2681
+ return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
2682
+ invoke("next", t, i, a);
2683
+ }, function (t) {
2684
+ invoke("throw", t, i, a);
2685
+ }) : e.resolve(h).then(function (t) {
2686
+ u.value = t, i(u);
2687
+ }, function (t) {
2688
+ return invoke("throw", t, i, a);
2689
+ });
2690
+ }
2691
+ a(c.arg);
2692
+ }
2693
+ var r;
2694
+ o(this, "_invoke", {
2695
+ value: function value(t, n) {
2696
+ function callInvokeWithMethodAndArg() {
2697
+ return new e(function (e, r) {
2698
+ invoke(t, n, e, r);
2699
+ });
2801
2700
  }
2802
-
2803
- if (context.method === "next") {
2804
- // Setting context._sent for legacy support of Babel's
2805
- // function.sent implementation.
2806
- context.sent = context._sent = context.arg;
2807
-
2808
- } else if (context.method === "throw") {
2809
- if (state === GenStateSuspendedStart) {
2810
- state = GenStateCompleted;
2811
- throw context.arg;
2701
+ return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
2702
+ }
2703
+ });
2704
+ }
2705
+ function makeInvokeMethod(e, r, n) {
2706
+ var o = h;
2707
+ return function (i, a) {
2708
+ if (o === f) throw new Error("Generator is already running");
2709
+ if (o === s) {
2710
+ if ("throw" === i) throw a;
2711
+ return {
2712
+ value: t,
2713
+ done: !0
2714
+ };
2715
+ }
2716
+ for (n.method = i, n.arg = a;;) {
2717
+ var c = n.delegate;
2718
+ if (c) {
2719
+ var u = maybeInvokeDelegate(c, n);
2720
+ if (u) {
2721
+ if (u === y) continue;
2722
+ return u;
2812
2723
  }
2813
-
2814
- context.dispatchException(context.arg);
2815
-
2816
- } else if (context.method === "return") {
2817
- context.abrupt("return", context.arg);
2818
2724
  }
2819
-
2820
- state = GenStateExecuting;
2821
-
2822
- var record = tryCatch(innerFn, self, context);
2823
- if (record.type === "normal") {
2824
- // If an exception is thrown from innerFn, we leave state ===
2825
- // GenStateExecuting and loop back for another invocation.
2826
- state = context.done
2827
- ? GenStateCompleted
2828
- : GenStateSuspendedYield;
2829
-
2830
- if (record.arg === ContinueSentinel) {
2831
- continue;
2832
- }
2833
-
2725
+ if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
2726
+ if (o === h) throw o = s, n.arg;
2727
+ n.dispatchException(n.arg);
2728
+ } else "return" === n.method && n.abrupt("return", n.arg);
2729
+ o = f;
2730
+ var p = tryCatch(e, r, n);
2731
+ if ("normal" === p.type) {
2732
+ if (o = n.done ? s : l, p.arg === y) continue;
2834
2733
  return {
2835
- value: record.arg,
2836
- done: context.done
2734
+ value: p.arg,
2735
+ done: n.done
2837
2736
  };
2838
-
2839
- } else if (record.type === "throw") {
2840
- state = GenStateCompleted;
2841
- // Dispatch the exception by looping back around to the
2842
- // context.dispatchException(context.arg) call above.
2843
- context.method = "throw";
2844
- context.arg = record.arg;
2845
2737
  }
2738
+ "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
2846
2739
  }
2847
2740
  };
2848
2741
  }
2849
-
2850
- // Call delegate.iterator[context.method](context.arg) and handle the
2851
- // result, either by returning a { value, done } result from the
2852
- // delegate iterator, or by modifying context.method and context.arg,
2853
- // setting context.delegate to null, and returning the ContinueSentinel.
2854
- function maybeInvokeDelegate(delegate, context) {
2855
- var method = delegate.iterator[context.method];
2856
- if (method === undefined) {
2857
- // A .throw or .return when the delegate iterator has no .throw
2858
- // method always terminates the yield* loop.
2859
- context.delegate = null;
2860
-
2861
- if (context.method === "throw") {
2862
- // Note: ["return"] must be used for ES3 parsing compatibility.
2863
- if (delegate.iterator["return"]) {
2864
- // If the delegate iterator has a return method, give it a
2865
- // chance to clean up.
2866
- context.method = "return";
2867
- context.arg = undefined;
2868
- maybeInvokeDelegate(delegate, context);
2869
-
2870
- if (context.method === "throw") {
2871
- // If maybeInvokeDelegate(context) changed context.method from
2872
- // "return" to "throw", let that override the TypeError below.
2873
- return ContinueSentinel;
2874
- }
2875
- }
2876
-
2877
- context.method = "throw";
2878
- context.arg = new TypeError(
2879
- "The iterator does not provide a 'throw' method");
2880
- }
2881
-
2882
- return ContinueSentinel;
2883
- }
2884
-
2885
- var record = tryCatch(method, delegate.iterator, context.arg);
2886
-
2887
- if (record.type === "throw") {
2888
- context.method = "throw";
2889
- context.arg = record.arg;
2890
- context.delegate = null;
2891
- return ContinueSentinel;
2892
- }
2893
-
2894
- var info = record.arg;
2895
-
2896
- if (! info) {
2897
- context.method = "throw";
2898
- context.arg = new TypeError("iterator result is not an object");
2899
- context.delegate = null;
2900
- return ContinueSentinel;
2901
- }
2902
-
2903
- if (info.done) {
2904
- // Assign the result of the finished delegate to the temporary
2905
- // variable specified by delegate.resultName (see delegateYield).
2906
- context[delegate.resultName] = info.value;
2907
-
2908
- // Resume execution at the desired location (see delegateYield).
2909
- context.next = delegate.nextLoc;
2910
-
2911
- // If context.method was "throw" but the delegate handled the
2912
- // exception, let the outer generator proceed normally. If
2913
- // context.method was "next", forget context.arg since it has been
2914
- // "consumed" by the delegate iterator. If context.method was
2915
- // "return", allow the original .return call to continue in the
2916
- // outer generator.
2917
- if (context.method !== "return") {
2918
- context.method = "next";
2919
- context.arg = undefined;
2920
- }
2921
-
2922
- } else {
2923
- // Re-yield the result returned by the delegate method.
2924
- return info;
2925
- }
2926
-
2927
- // The delegate iterator is finished, so forget it and continue with
2928
- // the outer generator.
2929
- context.delegate = null;
2930
- return ContinueSentinel;
2742
+ function maybeInvokeDelegate(e, r) {
2743
+ var n = r.method,
2744
+ o = e.iterator[n];
2745
+ 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;
2746
+ var i = tryCatch(o, e.iterator, r.arg);
2747
+ if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
2748
+ var a = i.arg;
2749
+ 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);
2931
2750
  }
2932
-
2933
- // Define Generator.prototype.{next,throw,return} in terms of the
2934
- // unified ._invoke helper method.
2935
- defineIteratorMethods(Gp);
2936
-
2937
- define(Gp, toStringTagSymbol, "Generator");
2938
-
2939
- // A Generator should always return itself as the iterator object when the
2940
- // @@iterator function is called on it. Some browsers' implementations of the
2941
- // iterator prototype chain incorrectly implement this, causing the Generator
2942
- // object to not be returned from this call. This ensures that doesn't happen.
2943
- // See https://github.com/facebook/regenerator/issues/274 for more details.
2944
- Gp[iteratorSymbol] = function() {
2945
- return this;
2946
- };
2947
-
2948
- Gp.toString = function() {
2949
- return "[object Generator]";
2950
- };
2951
-
2952
- function pushTryEntry(locs) {
2953
- var entry = { tryLoc: locs[0] };
2954
-
2955
- if (1 in locs) {
2956
- entry.catchLoc = locs[1];
2957
- }
2958
-
2959
- if (2 in locs) {
2960
- entry.finallyLoc = locs[2];
2961
- entry.afterLoc = locs[3];
2962
- }
2963
-
2964
- this.tryEntries.push(entry);
2751
+ function pushTryEntry(t) {
2752
+ var e = {
2753
+ tryLoc: t[0]
2754
+ };
2755
+ 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
2965
2756
  }
2966
-
2967
- function resetTryEntry(entry) {
2968
- var record = entry.completion || {};
2969
- record.type = "normal";
2970
- delete record.arg;
2971
- entry.completion = record;
2757
+ function resetTryEntry(t) {
2758
+ var e = t.completion || {};
2759
+ e.type = "normal", delete e.arg, t.completion = e;
2972
2760
  }
2973
-
2974
- function Context(tryLocsList) {
2975
- // The root entry object (effectively a try statement without a catch
2976
- // or a finally block) gives us a place to store values thrown from
2977
- // locations where there is no enclosing try statement.
2978
- this.tryEntries = [{ tryLoc: "root" }];
2979
- tryLocsList.forEach(pushTryEntry, this);
2980
- this.reset(true);
2761
+ function Context(t) {
2762
+ this.tryEntries = [{
2763
+ tryLoc: "root"
2764
+ }], t.forEach(pushTryEntry, this), this.reset(!0);
2981
2765
  }
2982
-
2983
- exports.keys = function(object) {
2984
- var keys = [];
2985
- for (var key in object) {
2986
- keys.push(key);
2987
- }
2988
- keys.reverse();
2989
-
2990
- // Rather than returning an object with a next method, we keep
2991
- // things simple and return the next function itself.
2992
- return function next() {
2993
- while (keys.length) {
2994
- var key = keys.pop();
2995
- if (key in object) {
2996
- next.value = key;
2997
- next.done = false;
2998
- return next;
2999
- }
3000
- }
3001
-
3002
- // To avoid creating an additional object, we just hang the .value
3003
- // and .done properties off the next function object itself. This
3004
- // also ensures that the minifier will not anonymize the function.
3005
- next.done = true;
3006
- return next;
3007
- };
3008
- };
3009
-
3010
- function values(iterable) {
3011
- if (iterable) {
3012
- var iteratorMethod = iterable[iteratorSymbol];
3013
- if (iteratorMethod) {
3014
- return iteratorMethod.call(iterable);
3015
- }
3016
-
3017
- if (typeof iterable.next === "function") {
3018
- return iterable;
3019
- }
3020
-
3021
- if (!isNaN(iterable.length)) {
3022
- var i = -1, next = function next() {
3023
- while (++i < iterable.length) {
3024
- if (hasOwn.call(iterable, i)) {
3025
- next.value = iterable[i];
3026
- next.done = false;
3027
- return next;
3028
- }
3029
- }
3030
-
3031
- next.value = undefined;
3032
- next.done = true;
3033
-
3034
- return next;
3035
- };
3036
-
3037
- return next.next = next;
2766
+ function values(e) {
2767
+ if (e || "" === e) {
2768
+ var r = e[a];
2769
+ if (r) return r.call(e);
2770
+ if ("function" == typeof e.next) return e;
2771
+ if (!isNaN(e.length)) {
2772
+ var o = -1,
2773
+ i = function next() {
2774
+ for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
2775
+ return next.value = t, next.done = !0, next;
2776
+ };
2777
+ return i.next = i;
3038
2778
  }
3039
2779
  }
3040
-
3041
- // Return an iterator with no values.
3042
- return { next: doneResult };
3043
- }
3044
- exports.values = values;
3045
-
3046
- function doneResult() {
3047
- return { value: undefined, done: true };
2780
+ throw new TypeError(_typeof(e) + " is not iterable");
3048
2781
  }
3049
-
3050
- Context.prototype = {
3051
- constructor: Context,
3052
-
3053
- reset: function(skipTempReset) {
3054
- this.prev = 0;
3055
- this.next = 0;
3056
- // Resetting context._sent for legacy support of Babel's
3057
- // function.sent implementation.
3058
- this.sent = this._sent = undefined;
3059
- this.done = false;
3060
- this.delegate = null;
3061
-
3062
- this.method = "next";
3063
- this.arg = undefined;
3064
-
3065
- this.tryEntries.forEach(resetTryEntry);
3066
-
3067
- if (!skipTempReset) {
3068
- for (var name in this) {
3069
- // Not sure about the optimal order of these conditions:
3070
- if (name.charAt(0) === "t" &&
3071
- hasOwn.call(this, name) &&
3072
- !isNaN(+name.slice(1))) {
3073
- this[name] = undefined;
3074
- }
3075
- }
2782
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
2783
+ value: GeneratorFunctionPrototype,
2784
+ configurable: !0
2785
+ }), o(GeneratorFunctionPrototype, "constructor", {
2786
+ value: GeneratorFunction,
2787
+ configurable: !0
2788
+ }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
2789
+ var e = "function" == typeof t && t.constructor;
2790
+ return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
2791
+ }, e.mark = function (t) {
2792
+ return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
2793
+ }, e.awrap = function (t) {
2794
+ return {
2795
+ __await: t
2796
+ };
2797
+ }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
2798
+ return this;
2799
+ }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
2800
+ void 0 === i && (i = Promise);
2801
+ var a = new AsyncIterator(wrap(t, r, n, o), i);
2802
+ return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
2803
+ return t.done ? t.value : a.next();
2804
+ });
2805
+ }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
2806
+ return this;
2807
+ }), define(g, "toString", function () {
2808
+ return "[object Generator]";
2809
+ }), e.keys = function (t) {
2810
+ var e = Object(t),
2811
+ r = [];
2812
+ for (var n in e) r.push(n);
2813
+ return r.reverse(), function next() {
2814
+ for (; r.length;) {
2815
+ var t = r.pop();
2816
+ if (t in e) return next.value = t, next.done = !1, next;
3076
2817
  }
2818
+ return next.done = !0, next;
2819
+ };
2820
+ }, e.values = values, Context.prototype = {
2821
+ constructor: Context,
2822
+ reset: function reset(e) {
2823
+ 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);
3077
2824
  },
3078
-
3079
- stop: function() {
3080
- this.done = true;
3081
-
3082
- var rootEntry = this.tryEntries[0];
3083
- var rootRecord = rootEntry.completion;
3084
- if (rootRecord.type === "throw") {
3085
- throw rootRecord.arg;
3086
- }
3087
-
2825
+ stop: function stop() {
2826
+ this.done = !0;
2827
+ var t = this.tryEntries[0].completion;
2828
+ if ("throw" === t.type) throw t.arg;
3088
2829
  return this.rval;
3089
2830
  },
3090
-
3091
- dispatchException: function(exception) {
3092
- if (this.done) {
3093
- throw exception;
3094
- }
3095
-
3096
- var context = this;
3097
- function handle(loc, caught) {
3098
- record.type = "throw";
3099
- record.arg = exception;
3100
- context.next = loc;
3101
-
3102
- if (caught) {
3103
- // If the dispatched exception was caught by a catch block,
3104
- // then let that catch block handle the exception normally.
3105
- context.method = "next";
3106
- context.arg = undefined;
3107
- }
3108
-
3109
- return !! caught;
2831
+ dispatchException: function dispatchException(e) {
2832
+ if (this.done) throw e;
2833
+ var r = this;
2834
+ function handle(n, o) {
2835
+ return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
3110
2836
  }
3111
-
3112
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
3113
- var entry = this.tryEntries[i];
3114
- var record = entry.completion;
3115
-
3116
- if (entry.tryLoc === "root") {
3117
- // Exception thrown outside of any try block that could handle
3118
- // it, so set the completion value of the entire function to
3119
- // throw the exception.
3120
- return handle("end");
3121
- }
3122
-
3123
- if (entry.tryLoc <= this.prev) {
3124
- var hasCatch = hasOwn.call(entry, "catchLoc");
3125
- var hasFinally = hasOwn.call(entry, "finallyLoc");
3126
-
3127
- if (hasCatch && hasFinally) {
3128
- if (this.prev < entry.catchLoc) {
3129
- return handle(entry.catchLoc, true);
3130
- } else if (this.prev < entry.finallyLoc) {
3131
- return handle(entry.finallyLoc);
3132
- }
3133
-
3134
- } else if (hasCatch) {
3135
- if (this.prev < entry.catchLoc) {
3136
- return handle(entry.catchLoc, true);
3137
- }
3138
-
3139
- } else if (hasFinally) {
3140
- if (this.prev < entry.finallyLoc) {
3141
- return handle(entry.finallyLoc);
3142
- }
3143
-
2837
+ for (var o = this.tryEntries.length - 1; o >= 0; --o) {
2838
+ var i = this.tryEntries[o],
2839
+ a = i.completion;
2840
+ if ("root" === i.tryLoc) return handle("end");
2841
+ if (i.tryLoc <= this.prev) {
2842
+ var c = n.call(i, "catchLoc"),
2843
+ u = n.call(i, "finallyLoc");
2844
+ if (c && u) {
2845
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
2846
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
2847
+ } else if (c) {
2848
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
3144
2849
  } else {
3145
- throw new Error("try statement without catch or finally");
2850
+ if (!u) throw new Error("try statement without catch or finally");
2851
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
3146
2852
  }
3147
2853
  }
3148
2854
  }
3149
2855
  },
3150
-
3151
- abrupt: function(type, arg) {
3152
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
3153
- var entry = this.tryEntries[i];
3154
- if (entry.tryLoc <= this.prev &&
3155
- hasOwn.call(entry, "finallyLoc") &&
3156
- this.prev < entry.finallyLoc) {
3157
- var finallyEntry = entry;
2856
+ abrupt: function abrupt(t, e) {
2857
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
2858
+ var o = this.tryEntries[r];
2859
+ if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
2860
+ var i = o;
3158
2861
  break;
3159
2862
  }
3160
2863
  }
3161
-
3162
- if (finallyEntry &&
3163
- (type === "break" ||
3164
- type === "continue") &&
3165
- finallyEntry.tryLoc <= arg &&
3166
- arg <= finallyEntry.finallyLoc) {
3167
- // Ignore the finally entry if control is not jumping to a
3168
- // location outside the try/catch block.
3169
- finallyEntry = null;
3170
- }
3171
-
3172
- var record = finallyEntry ? finallyEntry.completion : {};
3173
- record.type = type;
3174
- record.arg = arg;
3175
-
3176
- if (finallyEntry) {
3177
- this.method = "next";
3178
- this.next = finallyEntry.finallyLoc;
3179
- return ContinueSentinel;
3180
- }
3181
-
3182
- return this.complete(record);
2864
+ i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
2865
+ var a = i ? i.completion : {};
2866
+ return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
3183
2867
  },
3184
-
3185
- complete: function(record, afterLoc) {
3186
- if (record.type === "throw") {
3187
- throw record.arg;
3188
- }
3189
-
3190
- if (record.type === "break" ||
3191
- record.type === "continue") {
3192
- this.next = record.arg;
3193
- } else if (record.type === "return") {
3194
- this.rval = this.arg = record.arg;
3195
- this.method = "return";
3196
- this.next = "end";
3197
- } else if (record.type === "normal" && afterLoc) {
3198
- this.next = afterLoc;
3199
- }
3200
-
3201
- return ContinueSentinel;
2868
+ complete: function complete(t, e) {
2869
+ if ("throw" === t.type) throw t.arg;
2870
+ 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;
3202
2871
  },
3203
-
3204
- finish: function(finallyLoc) {
3205
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
3206
- var entry = this.tryEntries[i];
3207
- if (entry.finallyLoc === finallyLoc) {
3208
- this.complete(entry.completion, entry.afterLoc);
3209
- resetTryEntry(entry);
3210
- return ContinueSentinel;
3211
- }
2872
+ finish: function finish(t) {
2873
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
2874
+ var r = this.tryEntries[e];
2875
+ if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
3212
2876
  }
3213
2877
  },
3214
-
3215
- "catch": function(tryLoc) {
3216
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
3217
- var entry = this.tryEntries[i];
3218
- if (entry.tryLoc === tryLoc) {
3219
- var record = entry.completion;
3220
- if (record.type === "throw") {
3221
- var thrown = record.arg;
3222
- resetTryEntry(entry);
2878
+ "catch": function _catch(t) {
2879
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
2880
+ var r = this.tryEntries[e];
2881
+ if (r.tryLoc === t) {
2882
+ var n = r.completion;
2883
+ if ("throw" === n.type) {
2884
+ var o = n.arg;
2885
+ resetTryEntry(r);
3223
2886
  }
3224
- return thrown;
2887
+ return o;
3225
2888
  }
3226
2889
  }
3227
-
3228
- // The context.catch method must only be called with a location
3229
- // argument that corresponds to a known catch block.
3230
2890
  throw new Error("illegal catch attempt");
3231
2891
  },
3232
-
3233
- delegateYield: function(iterable, resultName, nextLoc) {
3234
- this.delegate = {
3235
- iterator: values(iterable),
3236
- resultName: resultName,
3237
- nextLoc: nextLoc
3238
- };
3239
-
3240
- if (this.method === "next") {
3241
- // Deliberately forget the last sent value so that we don't
3242
- // accidentally pass it on to the delegate.
3243
- this.arg = undefined;
3244
- }
3245
-
3246
- return ContinueSentinel;
2892
+ delegateYield: function delegateYield(e, r, n) {
2893
+ return this.delegate = {
2894
+ iterator: values(e),
2895
+ resultName: r,
2896
+ nextLoc: n
2897
+ }, "next" === this.method && (this.arg = t), y;
3247
2898
  }
3248
- };
3249
-
3250
- // Regardless of whether this script is executing as a CommonJS module
3251
- // or not, return the runtime object so that we can declare the variable
3252
- // regeneratorRuntime in the outer scope, which allows this module to be
3253
- // injected easily by `bin/regenerator --include-runtime script.js`.
3254
- return exports;
3255
-
3256
- }(
3257
- // If this script is executing as a CommonJS module, use module.exports
3258
- // as the regeneratorRuntime namespace. Otherwise create a new empty
3259
- // object. Either way, the resulting object will be used to initialize
3260
- // the regeneratorRuntime variable at the top of this file.
3261
- true ? module.exports : 0
3262
- ));
3263
-
3264
- try {
3265
- regeneratorRuntime = runtime;
3266
- } catch (accidentalStrictMode) {
3267
- // This module should not be running in strict mode, so the above
3268
- // assignment should always work unless something is misconfigured. Just
3269
- // in case runtime.js accidentally runs in strict mode, we can escape
3270
- // strict mode using a global Function call. This could conceivably fail
3271
- // if a Content Security Policy forbids using Function, but in that case
3272
- // the proper solution is to fix the accidental strict mode problem. If
3273
- // you've misconfigured your bundler to force strict mode and applied a
3274
- // CSP to forbid Function, and you're not willing to fix either of those
3275
- // problems, please detail your unique predicament in a GitHub issue.
3276
- Function("r", "regeneratorRuntime = r")(runtime);
2899
+ }, e;
3277
2900
  }
3278
-
2901
+ module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
3279
2902
 
3280
2903
  /***/ }),
3281
2904
 
3282
- /***/ 3916:
3283
- /***/ ((module) => {
3284
-
3285
- "use strict";
3286
- module.exports = __WEBPACK_EXTERNAL_MODULE__3916__;
3287
-
3288
- /***/ }),
3289
-
3290
- /***/ 710:
3291
- /***/ ((module) => {
3292
-
3293
- "use strict";
3294
- module.exports = __WEBPACK_EXTERNAL_MODULE__710__;
3295
-
3296
- /***/ }),
3297
-
3298
- /***/ 4360:
2905
+ /***/ 8698:
3299
2906
  /***/ ((module) => {
3300
2907
 
3301
- "use strict";
3302
- module.exports = __WEBPACK_EXTERNAL_MODULE__4360__;
2908
+ function _typeof(o) {
2909
+ "@babel/helpers - typeof";
3303
2910
 
3304
- /***/ }),
3305
-
3306
- /***/ 7326:
3307
- /***/ ((module) => {
3308
-
3309
- "use strict";
3310
- module.exports = __WEBPACK_EXTERNAL_MODULE__7326__;
3311
-
3312
- /***/ }),
3313
-
3314
- /***/ 6073:
3315
- /***/ ((module) => {
3316
-
3317
- "use strict";
3318
- module.exports = __WEBPACK_EXTERNAL_MODULE__6073__;
3319
-
3320
- /***/ }),
3321
-
3322
- /***/ 5225:
3323
- /***/ ((module) => {
3324
-
3325
- "use strict";
3326
- module.exports = __WEBPACK_EXTERNAL_MODULE__5225__;
2911
+ return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
2912
+ return typeof o;
2913
+ } : function (o) {
2914
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
2915
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
2916
+ }
2917
+ module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
3327
2918
 
3328
2919
  /***/ }),
3329
2920
 
3330
- /***/ 5293:
3331
- /***/ ((module) => {
2921
+ /***/ 4687:
2922
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3332
2923
 
3333
- "use strict";
3334
- module.exports = __WEBPACK_EXTERNAL_MODULE__5293__;
2924
+ // TODO(Babel 8): Remove this file.
3335
2925
 
3336
- /***/ }),
2926
+ var runtime = __webpack_require__(7061)();
2927
+ module.exports = runtime;
3337
2928
 
3338
- /***/ 9042:
3339
- /***/ ((module) => {
2929
+ // Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
2930
+ try {
2931
+ regeneratorRuntime = runtime;
2932
+ } catch (accidentalStrictMode) {
2933
+ if (typeof globalThis === "object") {
2934
+ globalThis.regeneratorRuntime = runtime;
2935
+ } else {
2936
+ Function("r", "regeneratorRuntime = r")(runtime);
2937
+ }
2938
+ }
3340
2939
 
3341
- "use strict";
3342
- module.exports = __WEBPACK_EXTERNAL_MODULE__9042__;
3343
2940
 
3344
2941
  /***/ }),
3345
2942
 
@@ -3347,7 +2944,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__9042__;
3347
2944
  /***/ ((module) => {
3348
2945
 
3349
2946
  "use strict";
3350
- module.exports = JSON.parse('{"n":{"white":{"backgroundColor":"bg-white","textColor":"text-cool-black","buttonBackgroundColor":"","buttonTextColor":"","mobileMenuColor":"text-cool-black","logoTextColor":"text-cool-black","barShadow":"shadow-subtle"},"black":{"backgroundColor":"bg-cool-black","textColor":"text-white","buttonBackgroundColor":"bg-white","buttonTextColor":"text-cool-black","mobileMenuColor":"text-white","logoTextColor":"text-white","barShadow":""},"transparentToWhite":{"backgroundColor":"bg-transparent","textColor":"text-white","buttonBackgroundColor":"bg-white","buttonTextColor":"text-cool-black","mobileMenuColor":"text-white","logoTextColor":"text-white","barShadow":""}},"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"Solutions","shortLabel":"Solutions","id":"use-cases-panel","component":"MeganavContentUseCases"},{"label":"Company","shortLabel":"Company","id":"company-panel","component":"MeganavContentCompany"},{"label":"Developers","shortLabel":"Developers","id":"developers-panel","component":"MeganavContentDevelopers"}]}');
2947
+ module.exports = JSON.parse('{"n":{"white":{"backgroundColor":"bg-white","textColor":"text-cool-black","buttonBackgroundColor":"","buttonTextColor":"","mobileMenuColor":"text-cool-black","logoTextColor":"text-cool-black","barShadow":"shadow-subtle"},"black":{"backgroundColor":"bg-cool-black","textColor":"text-white","buttonBackgroundColor":"bg-white","buttonTextColor":"text-cool-black","mobileMenuColor":"text-white","logoTextColor":"text-white","barShadow":""},"transparentToWhite":{"backgroundColor":"bg-transparent","textColor":"text-white","buttonBackgroundColor":"bg-white","buttonTextColor":"text-cool-black","mobileMenuColor":"text-white","logoTextColor":"text-white","barShadow":""}},"h":[{"label":"Products","shortLabel":"Products","id":"products-panel","component":"MeganavContentProducts"},{"label":"Solutions","shortLabel":"Solutions","id":"use-cases-panel","component":"MeganavContentUseCases"},{"label":"Company","shortLabel":"Company","id":"company-panel","component":"MeganavContentCompany"},{"label":"Developers","shortLabel":"Developers","id":"developers-panel","component":"MeganavContentDevelopers"}]}');
3351
2948
 
3352
2949
  /***/ })
3353
2950
 
@@ -3440,7 +3037,7 @@ var external_commonjs_prop_types_commonjs2_prop_types_default = /*#__PURE__*/__w
3440
3037
  // EXTERNAL MODULE: ./src/core/remote-data-store.js
3441
3038
  var remote_data_store = __webpack_require__(3511);
3442
3039
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/regenerator/index.js
3443
- var regenerator = __webpack_require__(7757);
3040
+ var regenerator = __webpack_require__(4687);
3444
3041
  ;// CONCATENATED MODULE: ./src/core/remote-session-data.js
3445
3042
  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; }
3446
3043
 
@@ -4320,8 +3917,8 @@ var absUrl = function absUrl(path) {
4320
3917
  };
4321
3918
 
4322
3919
  /* harmony default export */ const url_base = (absUrl);
4323
- // EXTERNAL MODULE: ./src/core/MeganavContentPlatform/component.jsx
4324
- var MeganavContentPlatform_component = __webpack_require__(6654);
3920
+ // EXTERNAL MODULE: ./src/core/MeganavContentProducts/component.jsx
3921
+ var MeganavContentProducts_component = __webpack_require__(8254);
4325
3922
  // EXTERNAL MODULE: ./src/core/MeganavContentUseCases/component.jsx
4326
3923
  var MeganavContentUseCases_component = __webpack_require__(1118);
4327
3924
  // EXTERNAL MODULE: ./src/core/MeganavContentCompany/component.jsx + 1 modules
@@ -4412,7 +4009,7 @@ var SignInPlaceholder = function SignInPlaceholder() {
4412
4009
  };
4413
4010
 
4414
4011
  var panels = {
4415
- MeganavContentPlatform: MeganavContentPlatform_component["default"],
4012
+ MeganavContentProducts: MeganavContentProducts_component["default"],
4416
4013
  MeganavContentUseCases: MeganavContentUseCases_component["default"],
4417
4014
  MeganavContentCompany: MeganavContentCompany_component["default"],
4418
4015
  MeganavContentDevelopers: MeganavContentDevelopers_component["default"]