@ada-support/embed2 1.0.82 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8788,7 +8788,7 @@ var client = new error_tracker_BrowserClient({
8788
8788
  return event;
8789
8789
  },
8790
8790
  environment: "production",
8791
- release: "1.0.82-557ab9d",
8791
+ release: "1.1.1-cce9ad0",
8792
8792
  sampleRate: 0.25,
8793
8793
  autoSessionTracking: false,
8794
8794
  // Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
@@ -9490,7 +9490,7 @@ function getEmbedURL(_ref) {
9490
9490
  polyfillVersionString = "legacy";
9491
9491
  }
9492
9492
 
9493
- return concat_default()(_context5 = concat_default()(_context6 = concat_default()(_context7 = "".concat(host, "/embed/")).call(_context7, polyfillVersionString, "/")).call(_context6, frameName, "/")).call(_context5, "557ab9d", "/index.html");
9493
+ return concat_default()(_context5 = concat_default()(_context6 = concat_default()(_context7 = "".concat(host, "/embed/")).call(_context7, polyfillVersionString, "/")).call(_context6, frameName, "/")).call(_context5, "cce9ad0", "/index.html");
9494
9494
  }
9495
9495
  /**
9496
9496
  * Generate the Chat / API URL
@@ -12299,7 +12299,8 @@ var ChatFrame = /*#__PURE__*/function (_Component) {
12299
12299
 
12300
12300
  var _this$props11 = this.props,
12301
12301
  handle = _this$props11.handle,
12302
- adaSettings = _this$props11.adaSettings;
12302
+ adaSettings = _this$props11.adaSettings; // SUP-1141- TODO: Remove chatFrameTimeoutCallback
12303
+
12303
12304
  var chatFrameTimeoutCallback = adaSettings.chatFrameTimeoutCallback;
12304
12305
  this.chatRenderTimeout = window.setTimeout(function () {
12305
12306
  var _this6$channel;
@@ -12309,8 +12310,13 @@ var ChatFrame = /*#__PURE__*/function (_Component) {
12309
12310
  embedSettings: adaSettings
12310
12311
  });
12311
12312
 
12312
- if (chatFrameTimeoutCallback && !((_this6$channel = _this6.channel) !== null && _this6$channel !== void 0 && _this6$channel.isConnected)) {
12313
- chatFrameTimeoutCallback();
12313
+ if (!((_this6$channel = _this6.channel) !== null && _this6$channel !== void 0 && _this6$channel.isConnected)) {
12314
+ // SUP-1141- TODO: Remove chatFrameTimeoutCallback
12315
+ if (chatFrameTimeoutCallback) {
12316
+ chatFrameTimeoutCallback();
12317
+ }
12318
+
12319
+ publishEvent("ada:chat_frame_timeout", {});
12314
12320
  }
12315
12321
  }, 5000);
12316
12322
  }
@@ -14374,7 +14380,7 @@ window.__AdaEmbedConstructor = Embed;
14374
14380
  /* harmony export */ });
14375
14381
  var isModern = new RegExp("((CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS)[ +]+(15|(1[6-9]|[2-9]\\d|\\d{3,}))[_.]\\d+(?:[_.]\\d+)?)|((Chromium|Chrome)\\/(99|([1-9]\\d\\d|\\d{4,}))\\.\\d+(?:\\.\\d+)?)|(Version\\/(15|(1[6-9]|[2-9]\\d|\\d{3,}))\\.\\d+(?:\\.\\d+)? Safari\\/)|(Firefox\\/(98|(99|\\d{3,}))\\.\\d+\\.\\d+)|(Firefox\\/(98|(99|\\d{3,}))\\.\\d+(pre|[ab]\\d+[a-z]*)?)").test(navigator.userAgent);
14376
14382
  var isProduction = "production" === "production";
14377
- var embed2Version = "557ab9d";
14383
+ var embed2Version = "cce9ad0";
14378
14384
 
14379
14385
  /***/ }),
14380
14386
 
@@ -14720,9 +14726,9 @@ function _log() {
14720
14726
  service: "embed",
14721
14727
  env: "production",
14722
14728
  embedVersion: 2,
14723
- version: "1.0.82",
14729
+ version: "1.1.1",
14724
14730
  isNpm: true,
14725
- commitHash: "557ab9d"
14731
+ commitHash: "cce9ad0"
14726
14732
  }))
14727
14733
  });
14728
14734
 
@@ -25636,24 +25642,24 @@ function loadScript(options) {
25636
25642
  */
25637
25643
 
25638
25644
 
25639
- function loadEmbed(_x) {
25640
- return _loadEmbed.apply(this, arguments);
25645
+ function loadClientChunk(_x) {
25646
+ return _loadClientChunk.apply(this, arguments);
25641
25647
  }
25642
25648
  /**
25643
25649
  * Returns the public Embed methods to be bound to the window object.
25644
25650
  */
25645
25651
 
25646
25652
 
25647
- function _loadEmbed() {
25648
- _loadEmbed = (0,asyncToGenerator/* default */.Z)( /*#__PURE__*/regenerator_default().mark(function _callee17(adaSettings) {
25649
- var embedScriptSource, _context17, _context18, polyfillVersionString, host, clientScriptExists;
25653
+ function _loadClientChunk() {
25654
+ _loadClientChunk = (0,asyncToGenerator/* default */.Z)( /*#__PURE__*/regenerator_default().mark(function _callee17(adaSettings) {
25655
+ var clientScriptSource, _context17, _context18, polyfillVersionString, host, clientScriptLoaded;
25650
25656
 
25651
25657
  return regenerator_default().wrap(function _callee17$(_context19) {
25652
25658
  while (1) {
25653
25659
  switch (_context19.prev = _context19.next) {
25654
25660
  case 0:
25655
25661
  if (adaSettings.customDomains) {
25656
- embedScriptSource = config_info/* isModern */.pX ? adaSettings.customDomains.embedModern : adaSettings.customDomains.embedLegacy;
25662
+ clientScriptSource = config_info/* isModern */.pX ? adaSettings.customDomains.embedModern : adaSettings.customDomains.embedLegacy;
25657
25663
  } else {
25658
25664
  if (config_info/* isProduction */.yv) {
25659
25665
  host = "https://static.ada.support";
@@ -25663,16 +25669,16 @@ function _loadEmbed() {
25663
25669
  polyfillVersionString = "legacy";
25664
25670
  }
25665
25671
 
25666
- embedScriptSource = concat_default()(_context17 = concat_default()(_context18 = "".concat(host, "/embed/")).call(_context18, polyfillVersionString, "/client/")).call(_context17, "557ab9d", "/index.js");
25667
- }
25672
+ clientScriptSource = concat_default()(_context17 = concat_default()(_context18 = "".concat(host, "/embed/")).call(_context18, polyfillVersionString, "/client/")).call(_context17, "cce9ad0", "/index.js");
25673
+ } // `window.__AdaEmbedConstructor` gets created in the "client" bundle
25674
+
25668
25675
 
25669
- clientScriptExists = Boolean( true || // The client script is bundled with npm module
25670
- 0);
25676
+ clientScriptLoaded = Boolean(window.__AdaEmbedConstructor);
25671
25677
  /**
25672
25678
  * Check to see if the script has already been added. We only ever want to add the script once.
25673
25679
  */
25674
25680
 
25675
- if (clientScriptExists) {
25681
+ if (clientScriptLoaded) {
25676
25682
  _context19.next = 11;
25677
25683
  break;
25678
25684
  }
@@ -25680,7 +25686,7 @@ function _loadEmbed() {
25680
25686
  _context19.prev = 3;
25681
25687
  _context19.next = 6;
25682
25688
  return loadScript({
25683
- src: embedScriptSource
25689
+ src: clientScriptSource
25684
25690
  });
25685
25691
 
25686
25692
  case 6:
@@ -25704,7 +25710,7 @@ function _loadEmbed() {
25704
25710
  }
25705
25711
  }, _callee17, null, [[3, 8]]);
25706
25712
  }));
25707
- return _loadEmbed.apply(this, arguments);
25713
+ return _loadClientChunk.apply(this, arguments);
25708
25714
  }
25709
25715
 
25710
25716
  function createEmbedObject() {
@@ -25765,7 +25771,7 @@ function createEmbedObject() {
25765
25771
  */
25766
25772
 
25767
25773
  _context2.next = 5;
25768
- return loadEmbed(adaSettings);
25774
+ return loadClientChunk(adaSettings);
25769
25775
 
25770
25776
  case 5:
25771
25777
  if (!(adaSettings.customDomains && window.__AdaEmbedConstructor && window.__AdaEmbedConstructor.embed2Version !== config_info/* embed2Version */.Mk)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ada-support/embed2",
3
- "version": "1.0.82",
3
+ "version": "1.1.1",
4
4
  "description": "",
5
5
  "main": "dist/npm-entry",
6
6
  "typings": "dist/npm-entry/index.d.ts",
@@ -54,6 +54,7 @@
54
54
  "author": "",
55
55
  "license": "ISC",
56
56
  "devDependencies": {
57
+ "@ada-support/embed-types": "^1.0.0",
57
58
  "@ada-support/eslint-config-ada": "^1.2.1",
58
59
  "@types/enzyme": "^3.10.11",
59
60
  "@types/jest": "^27.0.2",