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 +1 -1
- package/sf-i-events.js +1 -1
- package/src/sf-i-events.ts +1 -1
package/package.json
CHANGED
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
|
|
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>
|
package/src/sf-i-events.ts
CHANGED
|
@@ -10694,7 +10694,7 @@ export class SfIEvents extends LitElement {
|
|
|
10694
10694
|
}
|
|
10695
10695
|
var html = `
|
|
10696
10696
|
|
|
10697
|
-
<div class="d-flex justify-between
|
|
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>
|