@momentum-ui/web-components 3.0.0-beta.5 → 3.0.0-beta.7

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.
@@ -208,7 +208,7 @@ export declare namespace ComboBox {
208
208
  renderWithoutVirtualScroll(): unknown;
209
209
  highlightingSearchedText(option: OptionMember | string): TemplateResult<1>[];
210
210
  addStyle(): import("lit-html/development/directive").DirectiveResult<typeof import("lit/directives/style-map.js").StyleMapDirective>;
211
- readonly renderItem: (option: OptionMember | string, index: number) => TemplateResult;
211
+ renderItem(option: OptionMember | string, index: number): TemplateResult;
212
212
  inputTitle(): string;
213
213
  helpTextTemplate(): TemplateResult<1> | typeof nothing;
214
214
  messagesTemplate(): TemplateResult<1> | typeof nothing;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momentum-ui/web-components",
3
- "version": "3.0.0-beta.5",
3
+ "version": "3.0.0-beta.7",
4
4
  "author": "Yana Harris",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/momentum-design/momentum-ui.git",