@appquality/unguess-design-system 2.8.28 → 2.8.29

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.29 (Fri Apr 22 2022)
2
+
3
+ #### ⚠️ Pushed to `master`
4
+
5
+ - fix(main): fix Main component interface ([@cannarocks](https://github.com/cannarocks))
6
+
7
+ #### Authors: 1
8
+
9
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
10
+
11
+ ---
12
+
1
13
  # v2.8.28 (Fri Apr 22 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1,2 +1,3 @@
1
- export interface MainArgs {
1
+ /// <reference types="react" />
2
+ export interface MainArgs extends React.HTMLAttributes<HTMLElement> {
2
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "2.8.28",
3
+ "version": "2.8.29",
4
4
  "dependencies": {
5
5
  "@zendeskgarden/react-accordions": "^8.49.0",
6
6
  "@zendeskgarden/react-avatars": "^8.49.0",