@momentum-ui/web-components 2.13.16 → 2.13.17

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.
@@ -166,7 +166,7 @@ export declare namespace ComboBox {
166
166
  checkForVirtualScroll(): boolean;
167
167
  rangeChanged(): void;
168
168
  getCustomErrorContent(): DocumentFragment;
169
- getCustomContent(option: string | OptionMember): DocumentFragment | import("lit-element").TemplateResult;
169
+ getCustomContent(option: string | OptionMember): import("lit-element").TemplateResult | DocumentFragment;
170
170
  renderGroupLabelHeader(option: OptionMember, optionIndex: number): import("lit-element").TemplateResult;
171
171
  renderWithoutVirtualScroll(): import("lit-html").DirectiveFn;
172
172
  highlightingSearchedText(option: OptionMember | string): import("lit-element").TemplateResult[];
@@ -37,7 +37,7 @@ export declare namespace TimePicker {
37
37
  handleTimeBlur(event: CustomEvent, unit: TimePicker.TimeUnit): void;
38
38
  static get styles(): import("lit-element").CSSResult[];
39
39
  formatTimeUnit: (unit: TimePicker.TimeUnit) => void;
40
- messageType: (isValid: boolean) => "error" | "";
40
+ messageType: (isValid: boolean) => "" | "error";
41
41
  generateTimeBox: (unit: TimePicker.TimeUnit) => import("lit-element").TemplateResult;
42
42
  generateAmPmComboBox: () => import("lit-element").TemplateResult;
43
43
  render(): 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.16",
3
+ "version": "2.13.17",
4
4
  "author": "Yana Harris",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/momentum-design/momentum-ui.git",
@@ -13,8 +13,8 @@
13
13
  "@interactjs/interact": "1.10.3",
14
14
  "@interactjs/modifiers": "1.10.3",
15
15
  "@interactjs/utils": "1.10.3",
16
- "@momentum-design/icons": "0.0.156",
17
- "@momentum-design/tokens": "0.0.77",
16
+ "@momentum-design/icons": "0.0.159",
17
+ "@momentum-design/tokens": "0.0.80",
18
18
  "@popperjs/core": "^2.4.4",
19
19
  "country-codes-list": "1.6.8",
20
20
  "country-flags-svg": "1.1.4",