@appquality/unguess-design-system 2.12.16 → 2.12.18

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.
Files changed (40) hide show
  1. package/.github/workflows/release.yml +2 -2
  2. package/CHANGELOG.md +41 -0
  3. package/build/index.d.ts +7 -0
  4. package/build/index.js +366 -97
  5. package/build/stories/charts/ChartContainer.d.ts +6 -0
  6. package/build/stories/charts/bar/_types.d.ts +6 -0
  7. package/build/stories/charts/bar/index.d.ts +3 -0
  8. package/build/stories/charts/bar/index.stories.d.ts +5 -0
  9. package/build/stories/charts/bullet/CustomBulletChartMarker.d.ts +9 -0
  10. package/build/stories/charts/bullet/CustomBulletChartRange.d.ts +8 -0
  11. package/build/stories/charts/bullet/_types.d.ts +19 -0
  12. package/build/stories/charts/bullet/index.d.ts +3 -0
  13. package/build/stories/charts/bullet/index.stories.d.ts +6 -0
  14. package/build/stories/charts/halfPie/HalfPieChartComponent.d.ts +7 -0
  15. package/build/stories/charts/halfPie/_types.d.ts +14 -0
  16. package/build/stories/charts/halfPie/index.d.ts +3 -0
  17. package/build/stories/charts/halfPie/index.stories.d.ts +5 -0
  18. package/build/stories/charts/pie/CenteredItem.d.ts +10 -0
  19. package/build/stories/charts/pie/_types.d.ts +17 -0
  20. package/build/stories/charts/pie/index.d.ts +3 -0
  21. package/build/stories/charts/pie/index.stories.d.ts +5 -0
  22. package/build/stories/charts/stream/_types.d.ts +6 -0
  23. package/build/stories/charts/stream/index.d.ts +3 -0
  24. package/build/stories/charts/stream/index.stories.d.ts +5 -0
  25. package/build/stories/charts/sunburst/_types.d.ts +12 -0
  26. package/build/stories/charts/sunburst/index.d.ts +3 -0
  27. package/build/stories/charts/sunburst/index.stories.d.ts +5 -0
  28. package/build/stories/charts/waffle/CustomCell.d.ts +16 -0
  29. package/build/stories/charts/waffle/_types.d.ts +6 -0
  30. package/build/stories/charts/waffle/index.d.ts +3 -0
  31. package/build/stories/charts/waffle/index.stories.d.ts +5 -0
  32. package/build/stories/drawers/index.d.ts +1 -1
  33. package/build/stories/drawers/index.stories.d.ts +1 -1
  34. package/build/stories/theme/charts.d.ts +24 -0
  35. package/build/stories/tooltip/_types.d.ts +3 -0
  36. package/build/stories/tooltip/index.d.ts +13 -0
  37. package/build/stories/tooltip/index.stories.d.ts +5 -0
  38. package/build/stories/tooltip-modal/index.d.ts +1 -1
  39. package/build/stories/tooltip-modal/index.stories.d.ts +1 -1
  40. package/package.json +11 -2
@@ -21,10 +21,10 @@ jobs:
21
21
  - uses: actions/checkout@v2
22
22
  - name: Prepare repository
23
23
  run: git fetch --unshallow --tags
24
- - name: Use Node.js 12.x
24
+ - name: Use Node.js 14.x
25
25
  uses: actions/setup-node@v1
26
26
  with:
27
- node-version: 12.x
27
+ node-version: 14.x
28
28
  - name: Cache node modules
29
29
  uses: actions/cache@v1
30
30
  with:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,44 @@
1
+ # v2.12.18 (Fri Nov 11 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Remove line chart and update types [#102](https://github.com/AppQuality/unguess-design-system/pull/102) ([@d-beezee](https://github.com/d-beezee) [@cannarocks](https://github.com/cannarocks))
6
+ - Setup pie charts [#100](https://github.com/AppQuality/unguess-design-system/pull/100) ([@d-beezee](https://github.com/d-beezee))
7
+ - Cup 1372 charts [#94](https://github.com/AppQuality/unguess-design-system/pull/94) ([@marcbon](https://github.com/marcbon) [@iacopolea](https://github.com/iacopolea) [@cannarocks](https://github.com/cannarocks))
8
+ - feat(tooltip): add tooltip component [#99](https://github.com/AppQuality/unguess-design-system/pull/99) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
9
+ - feat(charts): add sunburst chart [#98](https://github.com/AppQuality/unguess-design-system/pull/98) ([@iacopolea](https://github.com/iacopolea))
10
+ - Un 55 Bullet [#97](https://github.com/AppQuality/unguess-design-system/pull/97) ([@iacopolea](https://github.com/iacopolea))
11
+ - feat: waffle chart [#96](https://github.com/AppQuality/unguess-design-system/pull/96) ([@iacopolea](https://github.com/iacopolea))
12
+ - [UN-32] Line chart and wrapper interface [#95](https://github.com/AppQuality/unguess-design-system/pull/95) ([@iacopolea](https://github.com/iacopolea))
13
+
14
+ #### ⚠️ Pushed to `master`
15
+
16
+ - chore(workflows): update node version from 12.x to 14.x for "Release on NPM" action ([@marcbon](https://github.com/marcbon))
17
+ - Merge branch 'master' of github.com:AppQuality/unguess-design-system ([@marcbon](https://github.com/marcbon))
18
+ - feat(bullet-chart): refactor component for widget ([@marcbon](https://github.com/marcbon))
19
+ - chore(modules): update yarn.lock ([@cannarocks](https://github.com/cannarocks))
20
+
21
+ #### Authors: 4
22
+
23
+ - [@d-beezee](https://github.com/d-beezee)
24
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
25
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
26
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
27
+
28
+ ---
29
+
30
+ # v2.12.17 (Fri Oct 07 2022)
31
+
32
+ #### 🐛 Bug Fix
33
+
34
+ - fix(sidebar): fix duplicated key for skeleton items [#93](https://github.com/AppQuality/unguess-design-system/pull/93) ([@marcbon](https://github.com/marcbon))
35
+
36
+ #### Authors: 1
37
+
38
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
39
+
40
+ ---
41
+
1
42
  # v2.12.16 (Thu Oct 06 2022)
2
43
 
3
44
  #### ⚠️ Pushed to `master`
package/build/index.d.ts CHANGED
@@ -14,6 +14,13 @@ 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
+ export * from "./stories/charts/bullet";
19
+ export * from "./stories/charts/pie";
20
+ export * from "./stories/charts/halfPie";
21
+ export * from "./stories/charts/stream";
22
+ export * from "./stories/charts/sunburst";
23
+ export * from "./stories/charts/waffle";
17
24
  export * from "./stories/close";
18
25
  export * from "./stories/counter";
19
26
  export * from "./stories/drawers";