@momentum-design/components 0.132.0 → 0.132.1

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.
@@ -867,7 +867,9 @@
867
867
  <div part="header-section" @shown="${this.handleHeaderShownEvent}">
868
868
  <div part="leading-header">
869
869
  ${this.renderIcon(this.prefixIcon)}
870
- <div role="${et.HEADING}" aria-level="${this.dataAriaLevel}">${this.renderHeadingText()}</div>
870
+ <div role="${et.HEADING}" aria-level="${this.dataAriaLevel}">
871
+ <slot name="leading-header-text">${this.renderHeadingText()}</slot>
872
+ </div>
871
873
  <slot name="leading-controls"></slot>
872
874
  </div>
873
875
  <div part="trailing-header">