@appquality/unguess-design-system 2.12.37 → 2.12.39

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,38 @@
1
+ # v2.12.39 (Wed Nov 30 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Export tabs component [#124](https://github.com/AppQuality/unguess-design-system/pull/124) ([@marcbon](https://github.com/marcbon))
6
+ - fix(tabs): export component [#123](https://github.com/AppQuality/unguess-design-system/pull/123) ([@marcbon](https://github.com/marcbon))
7
+
8
+ #### Authors: 1
9
+
10
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
11
+
12
+ ---
13
+
14
+ # v2.12.38 (Tue Nov 29 2022)
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - Update Design System [#121](https://github.com/AppQuality/unguess-design-system/pull/121) ([@marcbon](https://github.com/marcbon) [@iacopolea](https://github.com/iacopolea) [@cannarocks](https://github.com/cannarocks) [@d-beezee](https://github.com/d-beezee) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
19
+ - Sunburst component - design fixes [#119](https://github.com/AppQuality/unguess-design-system/pull/119) ([@d-beezee](https://github.com/d-beezee))
20
+ - Sunburst-component [#116](https://github.com/AppQuality/unguess-design-system/pull/116) ([@d-beezee](https://github.com/d-beezee))
21
+ - Design fixes [#118](https://github.com/AppQuality/unguess-design-system/pull/118) ([@d-beezee](https://github.com/d-beezee))
22
+ - Design fixes [#117](https://github.com/AppQuality/unguess-design-system/pull/117) ([@d-beezee](https://github.com/d-beezee))
23
+ - Bullet-remove-animation [#115](https://github.com/AppQuality/unguess-design-system/pull/115) ([@cannarocks](https://github.com/cannarocks) [@iacopolea](https://github.com/iacopolea))
24
+ - Un 153 tabs [#114](https://github.com/AppQuality/unguess-design-system/pull/114) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
25
+
26
+ #### Authors: 5
27
+
28
+ - [@d-beezee](https://github.com/d-beezee)
29
+ - Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
30
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
31
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
32
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
33
+
34
+ ---
35
+
1
36
  # v2.12.37 (Thu Nov 24 2022)
2
37
 
3
38
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -14,11 +14,9 @@ export * from "./stories/product-cards";
14
14
  export * from "./stories/service-cards";
15
15
  export * from "./stories/info-cards";
16
16
  export * from "./stories/special-cards";
17
- export * from "./stories/charts/bar";
18
17
  export * from "./stories/charts/bullet";
19
18
  export * from "./stories/charts/pie";
20
19
  export * from "./stories/charts/halfPie";
21
- export * from "./stories/charts/stream";
22
20
  export * from "./stories/charts/sunburst";
23
21
  export * from "./stories/charts/waffle";
24
22
  export { CHARTS_COLOR_PALETTE } from "./stories/theme/charts";
@@ -74,6 +72,7 @@ export * from "./stories/profile-modal";
74
72
  export * from "./stories/stepper";
75
73
  export { Table, Head as TableHead, HeaderRow, HeaderCell, Body as TableBody, Row as TableRow, Cell as TableCell, Caption, } from "./stories/table";
76
74
  export { GroupRow, GroupedTable } from "./stories/table/grouped";
75
+ export * from "./stories/tabs";
77
76
  export * from "./stories/tags";
78
77
  export * from "./stories/tiles";
79
78
  export * from "./stories/timeline";