sf-i-events 1.0.200 → 1.0.201

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.
package/dev/index.html CHANGED
@@ -599,8 +599,8 @@
599
599
 
600
600
  <sf-i-events
601
601
 
602
- projectId="41ab3c86-ccc0-4c0e-8e31-cd079a07a710"
603
- projectName="ABC Global"
602
+ projectId="ca9de357-6776-4069-aa14-37f813df7918"
603
+ projectName="Tale of Tails"
604
604
  mode="onboarding"
605
605
  apiId="8icpy39ru0"
606
606
  apiIdStatutes="4wb2x6fkga"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.200",
4
+ "version": "1.0.201",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -5732,7 +5732,7 @@ let SfIEvents = class SfIEvents extends LitElement {
5732
5732
  }
5733
5733
  }
5734
5734
  var html = '';
5735
- if (jobs.data) {
5735
+ if (jobs && jobs.data) {
5736
5736
  html += (jobs.data.status == "0" ? "<div part=\"results-title\" class=\"d-flex align-center mb-10\"><span class=\"color-not-started material-icons\">schedule</span>&nbsp; Job initizalied</div>" : jobs.data.status == "1" ? "<div part=\"results-title\" class=\"d-flex align-center mb-10\"><span class=\"color-pending material-icons\">pending</span>&nbsp; Job in-progress</div>" : "<div part=\"results-title\" class=\"d-flex align-center mb-10\"><span class=\"color-done material-icons\">check_circle</span>&nbsp; Job complete</div>");
5737
5737
  }
5738
5738
  var status = '';