@appquality/unguess-design-system 2.10.52 → 2.10.55

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,42 @@
1
+ # v2.10.55 (Mon Jun 20 2022)
2
+
3
+ #### ⚠️ Pushed to `master`
4
+
5
+ - Merge branch 'master' of github.com:AppQuality/unguess-design-system ([@cannarocks](https://github.com/cannarocks))
6
+ - fix(page-header): export page-header component ([@cannarocks](https://github.com/cannarocks))
7
+
8
+ #### Authors: 1
9
+
10
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
11
+
12
+ ---
13
+
14
+ # v2.10.54 (Mon Jun 20 2022)
15
+
16
+ #### ⚠️ Pushed to `master`
17
+
18
+ - Merge branch 'master' of github.com:AppQuality/unguess-design-system ([@cannarocks](https://github.com/cannarocks))
19
+ - fix(page-header): add responsive order to main columns ([@cannarocks](https://github.com/cannarocks))
20
+
21
+ #### Authors: 1
22
+
23
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
24
+
25
+ ---
26
+
27
+ # v2.10.53 (Mon Jun 20 2022)
28
+
29
+ #### 🐛 Bug Fix
30
+
31
+ - Cup 823 page header [#72](https://github.com/AppQuality/unguess-design-system/pull/72) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
32
+
33
+ #### Authors: 2
34
+
35
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
36
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
37
+
38
+ ---
39
+
1
40
  # v2.10.49 (Mon Jun 20 2022)
2
41
 
3
42
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -57,10 +57,11 @@ export * from "./stories/navigation/sidebar";
57
57
  export * from "./stories/navigation/chrome";
58
58
  export * from "./stories/notifications";
59
59
  export * from "./stories/pagination";
60
+ export * from "./stories/navigation/page-header";
60
61
  export * from "./stories/profile-modal";
61
62
  export * from "./stories/stepper";
62
63
  export { Table, Head as TableHead, HeaderRow, HeaderCell, Body as TableBody, Row as TableRow, Cell as TableCell, Caption, } from "./stories/table";
63
- export { GroupRow, GroupedTable, } from "./stories/table/grouped";
64
+ export { GroupRow, GroupedTable } from "./stories/table/grouped";
64
65
  export * from "./stories/tags";
65
66
  export * from "./stories/tiles";
66
67
  export * from "./stories/timeline";