sf-i-events 1.0.812 → 1.0.814

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.812",
4
+ "version": "1.0.814",
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
@@ -3221,8 +3221,10 @@ let SfIEvents = class SfIEvents extends LitElement {
3221
3221
  html += '<div id="upload-guidance-button" part="upload-guidance-button" class="d-flex button-icon-small align-center align-self-start mt-10"><span class="material-symbols-outlined">help</span>&nbsp;<span>Get Help</span></div>';
3222
3222
  }
3223
3223
  else if (uploadGuidance != 0) {
3224
- html += '<div part="detail-head" class="mt-10"><strong>Upload Guidance</strong></div>';
3224
+ html += '<div part="upload-guidance-content">';
3225
+ html += '<div part="detail-head" class="mb-5"><strong>Upload Guidance</strong></div>';
3225
3226
  html += '<sf-i-elastic-text text="' + (event['uploadguidance'] + "").replace(/"/g, "").replace(/\n/g, '<br />') + '" minLength="150"></sf-i-elastic-text>';
3227
+ html += '</div>';
3226
3228
  }
3227
3229
  html += '<div part="uploader-analysis-message" class="uploader-analysis-message mt-20">The analysis is running in the background. You can proceed further.</div>';
3228
3230
  // }
@@ -5544,8 +5544,10 @@ export class SfIEvents extends LitElement {
5544
5544
  if(uploadGuidance == 1){
5545
5545
  html += '<div id="upload-guidance-button" part="upload-guidance-button" class="d-flex button-icon-small align-center align-self-start mt-10"><span class="material-symbols-outlined">help</span>&nbsp;<span>Get Help</span></div>'
5546
5546
  }else if(uploadGuidance != 0){
5547
- html += '<div part="detail-head" class="mt-10"><strong>Upload Guidance</strong></div>'
5548
- html += '<sf-i-elastic-text text="'+(event['uploadguidance'] + "").replace(/"/g, "").replace(/\n/g,'<br />')+'" minLength="150"></sf-i-elastic-text>';
5547
+ html += '<div part="upload-guidance-content">'
5548
+ html += '<div part="detail-head" class="mb-5"><strong>Upload Guidance</strong></div>'
5549
+ html += '<sf-i-elastic-text text="'+(event['uploadguidance'] + "").replace(/"/g, "").replace(/\n/g,'<br />')+'" minLength="150"></sf-i-elastic-text>';
5550
+ html += '</div>'
5549
5551
  }
5550
5552
  html += '<div part="uploader-analysis-message" class="uploader-analysis-message mt-20">The analysis is running in the background. You can proceed further.</div>'
5551
5553
  // }