sf-i-events 1.0.180 → 1.0.181

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.180",
4
+ "version": "1.0.181",
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
@@ -5833,7 +5833,7 @@ let SfIEvents = class SfIEvents extends LitElement {
5833
5833
  console.log(container);
5834
5834
  var html = `
5835
5835
 
5836
- <div class="m-10" part="input">
5836
+ <div class="m-10" part="filters-container">
5837
5837
  <div class="d-flex justify-end">
5838
5838
  <button id="chart-control-cancel" class="material-icons" part="button-icon-small">close</button>
5839
5839
  </div>
@@ -5916,7 +5916,7 @@ let SfIEvents = class SfIEvents extends LitElement {
5916
5916
  var _a, _b, _c, _d, _e, _f;
5917
5917
  var html = `
5918
5918
 
5919
- <div class="m-10" part="input">
5919
+ <div class="m-10" part="settings-container">
5920
5920
  <div class="d-flex justify-end">
5921
5921
  <button id="chart-control-cancel" class="material-icons" part="button-icon-small">close</button>
5922
5922
  </div>