@momentum-ui/web-components 2.16.2 → 2.16.4

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.
@@ -173,6 +173,7 @@ export declare namespace Icon {
173
173
  "md-combobox-input__icon": boolean;
174
174
  "md-combobox-input__icon--active": boolean;
175
175
  };
176
+ get momentumUIIconLookupName(): string;
176
177
  getIconName(): string;
177
178
  handleSizeOverride(iconName: string): string;
178
179
  get iconName(): string | void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momentum-ui/web-components",
3
- "version": "2.16.2",
3
+ "version": "2.16.4",
4
4
  "author": "Yana Harris",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/momentum-design/momentum-ui.git",