sf-i-events 1.0.901 → 1.0.902

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.901",
4
+ "version": "1.0.902",
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
@@ -2578,7 +2578,7 @@ let SfIEvents = class SfIEvents extends LitElement {
2578
2578
  type="checkbox"
2579
2579
  />
2580
2580
  ${isBulk ? '<div class="lds-dual-ring1 bulk-loader mr-10"></div>' : ''}
2581
- ${isReportedLocation ? '<div class="material-symbols-outlined mr-10">join_left</div>' : ''}
2581
+ ${isReportedLocation ? '<div class="material-symbols-outlined mr-10">arrow_or_edge</div>' : ''}
2582
2582
  <sf-i-elastic-text
2583
2583
  class="stream-event-title${!isBulk ? ' button-event-title' : ''}"
2584
2584
  id="stream-event-title-${mmddSanitized}-${itemNumber}-${moduleType}-${(isReportedLocation) ? 'reportedlocations' : ''}"
@@ -4796,7 +4796,7 @@ export class SfIEvents extends LitElement {
4796
4796
  type="checkbox"
4797
4797
  />
4798
4798
  ${isBulk ? '<div class="lds-dual-ring1 bulk-loader mr-10"></div>' : ''}
4799
- ${isReportedLocation ? '<div class="material-symbols-outlined mr-10">join_left</div>' : ''}
4799
+ ${isReportedLocation ? '<div class="material-symbols-outlined mr-10">arrow_or_edge</div>' : ''}
4800
4800
  <sf-i-elastic-text
4801
4801
  class="stream-event-title${!isBulk ? ' button-event-title' : ''}"
4802
4802
  id="stream-event-title-${mmddSanitized}-${itemNumber}-${moduleType}-${(isReportedLocation) ? 'reportedlocations' : ''}"