sf-i-events 1.0.295 → 1.0.296

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.295",
4
+ "version": "1.0.296",
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
@@ -7910,9 +7910,9 @@ let SfIEvents = class SfIEvents extends LitElement {
7910
7910
  }
7911
7911
  else {
7912
7912
  html += '<div class="w-100" part="rcm-section-notification">';
7913
- html += '<div class="d-flex align-center">';
7913
+ html += '<div class="d-flex align-center mb-10">';
7914
7914
  html += '<span class="material-symbols-outlined mr-10">notifications</span>';
7915
- html += '<div part="rcm-section-title" class="mb-10">Regulatory Alerts</div>';
7915
+ html += '<div part="rcm-section-title">Regulatory Alerts</div>';
7916
7916
  html += '</div>';
7917
7917
  html += '<div id="rcm-container-list" class="mb-10">';
7918
7918
  for (var i = 0; i < notifs.data.length; i++) {