@progressio_resources/gravity-design-system 3.5.4 → 3.5.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.
@@ -1,13 +1,18 @@
1
+ import { SvgIconRegistryService } from "angular-svg-icon";
1
2
  import * as i0 from "@angular/core";
2
3
  export declare class GravityIconComponent {
4
+ private iconRegistry;
3
5
  customIconColorVariable: string;
4
6
  iconName: string;
5
7
  iconSize: 'lg-24' | 'md-16' | 'sm-12' | 'xl-32';
6
8
  hoverIcon: boolean;
7
9
  size: 'sm' | 'md' | 'lg';
8
10
  isCoin: boolean;
11
+ constructor(iconRegistry: SvgIconRegistryService);
9
12
  static isOldIcon(iconName: string): boolean;
10
13
  static isNewIcon(iconName: string): boolean;
14
+ get iconExists(): boolean;
15
+ private getFullIconName;
11
16
  static ɵfac: i0.ɵɵFactoryDeclaration<GravityIconComponent, never>;
12
17
  static ɵcmp: i0.ɵɵComponentDeclaration<GravityIconComponent, "gravity-icon", never, { "customIconColorVariable": { "alias": "customIconColorVariable"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "hoverIcon": { "alias": "hoverIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isCoin": { "alias": "isCoin"; "required": false; }; }, {}, never, never, false, never>;
13
18
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progressio_resources/gravity-design-system",
3
3
  "description": "Gravity Design System",
4
- "version": "3.5.4",
4
+ "version": "3.5.5",
5
5
  "license": "SEE LICENSE IN LIBRARY-LICENSE",
6
6
  "peerDependencies": {
7
7
  "@angular/common": "^16.2.12",