sf-i-events 1.0.161 → 1.0.162

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.161",
4
+ "version": "1.0.162",
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
@@ -8809,19 +8809,19 @@ SfIEvents.styles = css `
8809
8809
  }
8810
8810
 
8811
8811
  #stream-container {
8812
- padding: 2%;
8812
+ padding: 0%;
8813
8813
  }
8814
8814
 
8815
8815
  #custom-container {
8816
- padding: 2%;
8816
+ padding: 0%;
8817
8817
  }
8818
8818
 
8819
8819
  #adhoc-container {
8820
- padding: 2%;
8820
+ padding: 0%;
8821
8821
  }
8822
8822
 
8823
8823
  #upcoming-container {
8824
- padding: 2%;
8824
+ padding: 0%;
8825
8825
  }
8826
8826
 
8827
8827
  .container-mapping-event {
@@ -8837,7 +8837,7 @@ SfIEvents.styles = css `
8837
8837
  }
8838
8838
 
8839
8839
  .stream-event-list {
8840
- margin-left: 10px;
8840
+ margin-left: 0px;
8841
8841
  padding: 10px;
8842
8842
  }
8843
8843