sf-i-events 1.0.235 → 1.0.236

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.235",
4
+ "version": "1.0.236",
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
@@ -5612,7 +5612,7 @@ let SfIEvents = class SfIEvents extends LitElement {
5612
5612
  html += '<label part="input-label">Supporting Documents</label>';
5613
5613
  html += '<slot name="uploader"></slot>';
5614
5614
  html += '<br />';
5615
- html += '* Approval not required!';
5615
+ html += '<div class="td-head d-flex justify-center align-center"><span class="material-symbols-outlined">check_small</span><div>&nbsp;Auto-approve</div></div>';
5616
5616
  html += '</div>';
5617
5617
  html += '</div>';
5618
5618
  }