sf-i-reporting 1.0.76 → 1.0.77

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.
@@ -922,7 +922,7 @@ export class SfIReporting extends LitElement {
922
922
  <button class="mrl-5 material-icons hide" part="button-icon-light" id="button-submit-cancel">close</button>
923
923
  <button class="mrl-5 material-icons hide" part="button-icon" id="button-submit-confirm">check save</button>
924
924
  ` : (this.flow == "details" ? `
925
- <span class="mrl-5" part="span-icon${this.published ? '-light' : ''}" id="span-submit-publish">${this.published ? 'Published' : 'Unpublished'}</span>
925
+ <span class="mrl-5" part="span-icon${this.published ? '-light' : ''}" id="span-submit-publish" part="span-submit-publish">${this.published ? 'Published' : 'Unpublished'}</span>
926
926
  <button id="button-edit" part="button-icon" class="mrl-5 material-icons button-icon-click">edit</button>
927
927
  <button id="button-delete" part="button-icon" class="mrl-5 material-icons button-icon-click">delete</button>
928
928
  <button id="button-delete-cancel" part="button-icon-light" class="mrl-5 material-icons button-icon-click hide">close</button>