@progressio_resources/gravity-design-system 3.7.5 → 3.7.7

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.
@@ -6,7 +6,7 @@ export declare class GravityCardButtonComponent {
6
6
  iconName: string;
7
7
  fullWidth: boolean;
8
8
  type: 'primary' | 'secondary';
9
- state: 'active' | 'pressed' | 'disabled';
9
+ state: 'active' | 'pressed' | 'disabled' | 'selected';
10
10
  orientation: 'vrt-center' | 'vrt-left' | 'vrt-right' | 'hrt-center' | 'hrt-auto';
11
11
  clicked: EventEmitter<void>;
12
12
  onCardButtonClick(): void;
@@ -44,6 +44,7 @@ export declare class GravityMenuComponent implements AfterViewInit, OnChanges, O
44
44
  getCardButtonsRows(): any[][];
45
45
  collapseMenu(): void;
46
46
  hasOptionBadge(header: MenuHeader): boolean;
47
+ clearSelection(clearSelection: boolean): void;
47
48
  private updateOverflow;
48
49
  private toggleAllHeaders;
49
50
  private adjustScrollOnGrow;
@@ -19,6 +19,7 @@ export interface SecondaryActions {
19
19
  icon?: string;
20
20
  text?: string;
21
21
  callback?: () => void;
22
+ clear_selection?: boolean;
22
23
  }
23
24
  export declare class UserInfo {
24
25
  icon?: string;
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.7.5",
4
+ "version": "3.7.7",
5
5
  "license": "SEE LICENSE IN LIBRARY-LICENSE",
6
6
  "peerDependencies": {
7
7
  "@angular/common": "^16.2.12",