@momentum-ui/web-components 2.26.19 → 2.26.20

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.
@@ -120,7 +120,6 @@
120
120
  name="${e.name}"
121
121
  id="${this.getCopyTabId(e)}"
122
122
  aria-label=${e.ariaLabel}
123
- aria-controls="${this.getAriaControlId(e)}"
124
123
  .isCrossVisible=${!0}
125
124
  tabIndex="${this.getTabIndex(e)}"
126
125
  .newMomentum=${this.newMomentum}
@@ -1537,7 +1537,6 @@
1537
1537
  name="${t.name}"
1538
1538
  id="${this.getCopyTabId(t)}"
1539
1539
  aria-label=${t.ariaLabel}
1540
- aria-controls="${this.getAriaControlId(t)}"
1541
1540
  .isCrossVisible=${!0}
1542
1541
  tabIndex="${this.getTabIndex(t)}"
1543
1542
  .newMomentum=${this.newMomentum}
@@ -204,7 +204,7 @@ export declare namespace ComboBox {
204
204
  checkForVirtualScroll(): boolean;
205
205
  rangeChanged(): void;
206
206
  getCustomErrorContent(): DocumentFragment;
207
- getCustomContent(option: string | OptionMember): DocumentFragment | TemplateResult;
207
+ getCustomContent(option: string | OptionMember): TemplateResult | DocumentFragment;
208
208
  renderGroupLabelHeader(option: OptionMember, optionIndex: number): TemplateResult;
209
209
  renderWithoutVirtualScroll(): import("lit-html").DirectiveFn;
210
210
  highlightingSearchedText(option: OptionMember | string): TemplateResult[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momentum-ui/web-components",
3
- "version": "2.26.19",
3
+ "version": "2.26.20",
4
4
  "author": "Yana Harris",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/momentum-design/momentum-ui.git",