sf-i-events 1.0.724 → 1.0.726

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.724",
4
+ "version": "1.0.726",
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
@@ -7335,7 +7335,7 @@ let SfIEvents = class SfIEvents extends LitElement {
7335
7335
  }
7336
7336
  var html = `
7337
7337
 
7338
- <div class="d-flex justify-between m-20">
7338
+ <div part="compliance-detail-title" class="d-flex justify-between">
7339
7339
  <button part="button-icon" class="material-icons invisible">close</button>
7340
7340
  <h3 part="results-title" class="m-0">Compliance Details</h3>
7341
7341
  <button id="button-detail-close" part="button-icon" class="material-icons">close</button>
@@ -10694,7 +10694,7 @@ export class SfIEvents extends LitElement {
10694
10694
  }
10695
10695
  var html = `
10696
10696
 
10697
- <div class="d-flex justify-between m-20">
10697
+ <div part="compliance-detail-title" class="d-flex justify-between">
10698
10698
  <button part="button-icon" class="material-icons invisible">close</button>
10699
10699
  <h3 part="results-title" class="m-0">Compliance Details</h3>
10700
10700
  <button id="button-detail-close" part="button-icon" class="material-icons">close</button>