@progressio_resources/gravity-design-system 3.6.15 → 3.6.16

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.
@@ -5,10 +5,11 @@ export declare class GravityMenuComponent implements AfterViewInit, OnDestroy {
5
5
  logoUrl: string;
6
6
  items: MenuHeader[];
7
7
  userInfo: UserInfo[];
8
+ isOpen: boolean;
8
9
  cardButtons: SecondaryActions[];
9
10
  maxCardButtonsPerRow: number;
10
11
  secondaryActions: SecondaryActions[];
11
- size: 'sm' | 'md' | 'lg' | 'xl';
12
+ size: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
12
13
  mainFooterAction: {
13
14
  icon: string;
14
15
  text: string;
@@ -25,5 +26,5 @@ export declare class GravityMenuComponent implements AfterViewInit, OnDestroy {
25
26
  private updateOverflow;
26
27
  getCardButtonsRows(): any[][];
27
28
  static ɵfac: i0.ɵɵFactoryDeclaration<GravityMenuComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<GravityMenuComponent, "gravity-menu", never, { "logoUrl": { "alias": "logoUrl"; "required": false; }; "items": { "alias": "items"; "required": false; }; "userInfo": { "alias": "userInfo"; "required": false; }; "cardButtons": { "alias": "cardButtons"; "required": false; }; "maxCardButtonsPerRow": { "alias": "maxCardButtonsPerRow"; "required": false; }; "secondaryActions": { "alias": "secondaryActions"; "required": false; }; "size": { "alias": "size"; "required": false; }; "mainFooterAction": { "alias": "mainFooterAction"; "required": false; }; }, { "closeMenu": "closeMenu"; }, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityMenuComponent, "gravity-menu", never, { "logoUrl": { "alias": "logoUrl"; "required": false; }; "items": { "alias": "items"; "required": false; }; "userInfo": { "alias": "userInfo"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "cardButtons": { "alias": "cardButtons"; "required": false; }; "maxCardButtonsPerRow": { "alias": "maxCardButtonsPerRow"; "required": false; }; "secondaryActions": { "alias": "secondaryActions"; "required": false; }; "size": { "alias": "size"; "required": false; }; "mainFooterAction": { "alias": "mainFooterAction"; "required": false; }; }, { "closeMenu": "closeMenu"; }, never, never, false, never>;
29
30
  }
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.6.15",
4
+ "version": "3.6.16",
5
5
  "license": "SEE LICENSE IN LIBRARY-LICENSE",
6
6
  "peerDependencies": {
7
7
  "@angular/common": "^16.2.12",