@appquality/unguess-design-system 2.12.37 → 2.12.38

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,25 @@
1
+ # v2.12.38 (Tue Nov 29 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - 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))
6
+ - Sunburst component - design fixes [#119](https://github.com/AppQuality/unguess-design-system/pull/119) ([@d-beezee](https://github.com/d-beezee))
7
+ - Sunburst-component [#116](https://github.com/AppQuality/unguess-design-system/pull/116) ([@d-beezee](https://github.com/d-beezee))
8
+ - Design fixes [#118](https://github.com/AppQuality/unguess-design-system/pull/118) ([@d-beezee](https://github.com/d-beezee))
9
+ - Design fixes [#117](https://github.com/AppQuality/unguess-design-system/pull/117) ([@d-beezee](https://github.com/d-beezee))
10
+ - Bullet-remove-animation [#115](https://github.com/AppQuality/unguess-design-system/pull/115) ([@cannarocks](https://github.com/cannarocks) [@iacopolea](https://github.com/iacopolea))
11
+ - Un 153 tabs [#114](https://github.com/AppQuality/unguess-design-system/pull/114) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
12
+
13
+ #### Authors: 5
14
+
15
+ - [@d-beezee](https://github.com/d-beezee)
16
+ - Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
17
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
18
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
19
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
20
+
21
+ ---
22
+
1
23
  # v2.12.37 (Thu Nov 24 2022)
2
24
 
3
25
  #### 🐛 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";