@momentum-ui/web-components 2.13.21 → 2.13.22

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.
@@ -187,7 +187,7 @@ export declare namespace ComboBox {
187
187
  checkForVirtualScroll(): boolean;
188
188
  rangeChanged(): void;
189
189
  getCustomErrorContent(): DocumentFragment;
190
- getCustomContent(option: string | OptionMember): DocumentFragment | import("lit-element").TemplateResult;
190
+ getCustomContent(option: string | OptionMember): import("lit-element").TemplateResult | DocumentFragment;
191
191
  renderGroupLabelHeader(option: OptionMember, optionIndex: number): import("lit-element").TemplateResult;
192
192
  renderWithoutVirtualScroll(): import("lit-html").DirectiveFn;
193
193
  highlightingSearchedText(option: OptionMember | string): import("lit-element").TemplateResult[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momentum-ui/web-components",
3
- "version": "2.13.21",
3
+ "version": "2.13.22",
4
4
  "author": "Yana Harris",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/momentum-design/momentum-ui.git",