@appquality/unguess-design-system 2.8.21 → 2.8.22

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v2.8.22 (Fri Apr 15 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - feat(app-header): add onclick to be used for logo item click [#37](https://github.com/AppQuality/unguess-design-system/pull/37) ([@marcbon](https://github.com/marcbon))
6
+
7
+ #### Authors: 1
8
+
9
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
10
+
11
+ ---
12
+
1
13
  # v2.8.21 (Fri Apr 15 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -11,8 +11,12 @@ export interface AppHeaderArgs extends HeaderArgs {
11
11
  brand?: BrandItemArgs;
12
12
  /** Set Avatar settings */
13
13
  avatar?: AvatarArgs;
14
+ /** Set the profile modal open flag */
14
15
  isProfileModalOpen?: boolean;
16
+ /** Callback when the Profile Modal is toggled */
15
17
  onProfileModalToggle?: () => void;
16
- /** Toggle Sidebar */
18
+ /** Callback when the Sidebar is toggled */
17
19
  onSidebarMenuToggle?: () => void;
20
+ /** Callback when the Logo Item is clicked */
21
+ onLogoItemClick?: () => void;
18
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "2.8.21",
3
+ "version": "2.8.22",
4
4
  "dependencies": {
5
5
  "@zendeskgarden/react-accordions": "^8.49.0",
6
6
  "@zendeskgarden/react-avatars": "^8.49.0",