sf-i-events 1.0.190 → 1.0.192

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.190",
4
+ "version": "1.0.192",
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
@@ -9323,7 +9323,7 @@ SfIEvents.styles = css `
9323
9323
  }
9324
9324
 
9325
9325
  .calendar-item {
9326
- padding: 15px;
9326
+ padding: 8px;
9327
9327
  width: 90%;
9328
9328
  margin-bottom: 20px;
9329
9329
  }
@@ -9544,7 +9544,7 @@ SfIEvents.styles = css `
9544
9544
  .calendar-item {
9545
9545
  width: 20%;
9546
9546
  margin: 2%;
9547
- padding: 15px;
9547
+ padding: 8px;
9548
9548
  }
9549
9549
 
9550
9550
  .main-container {