@appquality/unguess-design-system 2.12.36 → 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.
@@ -5,7 +5,7 @@ name: Publish storybook
5
5
  # The event that will trigger the action
6
6
  on:
7
7
  push:
8
- branches: [master]
8
+ branches: [develop]
9
9
  # pull_request:
10
10
  # branches: [master]
11
11
  # Allows you to run this workflow manually from the Actions tab
@@ -28,7 +28,7 @@ jobs:
28
28
  uses: actions/setup-node@v2
29
29
  with:
30
30
  node-version: "14"
31
-
31
+
32
32
  - name: Publish storybook
33
33
  id: storybook
34
34
  run: |
package/CHANGELOG.md CHANGED
@@ -1,3 +1,40 @@
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
+
23
+ # v2.12.37 (Thu Nov 24 2022)
24
+
25
+ #### 🐛 Bug Fix
26
+
27
+ - Pull request develop master [#113](https://github.com/AppQuality/unguess-design-system/pull/113) ([@d-beezee](https://github.com/d-beezee) [@marcbon](https://github.com/marcbon))
28
+ - feat(charts): export charts colors [#112](https://github.com/AppQuality/unguess-design-system/pull/112) ([@marcbon](https://github.com/marcbon))
29
+ - ci: Use develop branch for storybook publish [#111](https://github.com/AppQuality/unguess-design-system/pull/111) ([@d-beezee](https://github.com/d-beezee))
30
+
31
+ #### Authors: 2
32
+
33
+ - [@d-beezee](https://github.com/d-beezee)
34
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
35
+
36
+ ---
37
+
1
38
  # v2.12.36 (Mon Nov 21 2022)
2
39
 
3
40
  #### ⚠️ Pushed to `master`
package/build/index.d.ts CHANGED
@@ -14,13 +14,12 @@ 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";
22
+ export { CHARTS_COLOR_PALETTE } from "./stories/theme/charts";
24
23
  export * from "./stories/close";
25
24
  export * from "./stories/counter";
26
25
  export * from "./stories/drawers";