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 +1 -1
- package/sf-i-events.js +2 -2
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +2 -2
package/package.json
CHANGED
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"
|
|
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++) {
|