sf-i-events 1.0.459 → 1.0.460

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.459",
4
+ "version": "1.0.460",
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
@@ -12802,7 +12802,7 @@ let SfIEvents = class SfIEvents extends LitElement {
12802
12802
  "data": JSON.stringify(data)
12803
12803
  };
12804
12804
  const authorization = btoa(Util.readCookie('email') + ":" + Util.readCookie('accessToken'));
12805
- const xhr = (await this.prepareXhr(body, url, this._SfLoader, authorization, data["percentage"] + '%'));
12805
+ const xhr = (await this.prepareXhr(body, url, this._SfLoader, authorization));
12806
12806
  this._SfLoader.innerHTML = '';
12807
12807
  if (xhr.status == 200) {
12808
12808
  const jsonRespose = JSON.parse(xhr.responseText);