@momentum-ui/web-components 2.16.4 → 2.16.5

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.
@@ -58,6 +58,7 @@ export declare namespace Dropdown {
58
58
  leftIcon: string;
59
59
  trimSpace: boolean;
60
60
  resultsTextLocalization: string;
61
+ pill: boolean | null;
61
62
  helpText: string;
62
63
  messageArr: Dropdown.Message[];
63
64
  htmlId: string;
@@ -67,7 +68,7 @@ export declare namespace Dropdown {
67
68
  popupChevronAriaHidden: string;
68
69
  ariaLabel: string;
69
70
  searchResultAriaLabel: string;
70
- ariaLabelForDropdown: string;
71
+ private ariaLabelForDropdown;
71
72
  private renderOptions;
72
73
  private selectedKey;
73
74
  private expanded;
@@ -133,6 +134,7 @@ export declare namespace Dropdown {
133
134
  [x: string]: boolean;
134
135
  "md-dropdown__expanded": boolean;
135
136
  "md-new-dropdown": boolean;
137
+ "md-dropdown--pill": boolean;
136
138
  };
137
139
  handleInput(event: Event): void;
138
140
  private notifyInputValueChanged;
@@ -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.16.4",
3
+ "version": "2.16.5",
4
4
  "author": "Yana Harris",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/momentum-design/momentum-ui.git",