@ably/ui 8.7.0-dev.2b71529 → 8.7.0-dev.2f1ba81

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