@appquality/unguess-design-system 2.12.59 → 2.12.61

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,36 @@
1
+ # v2.12.61 (Fri Jan 27 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - New video player, new loader [#190](https://github.com/AppQuality/unguess-design-system/pull/190) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
6
+ - feat(loaders): add dots loader component [#189](https://github.com/AppQuality/unguess-design-system/pull/189) ([@cannarocks](https://github.com/cannarocks))
7
+ - Fix-player-ios [#188](https://github.com/AppQuality/unguess-design-system/pull/188) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
8
+ - feat(player): add spinner as loading component [#187](https://github.com/AppQuality/unguess-design-system/pull/187) ([@cannarocks](https://github.com/cannarocks))
9
+ - UN-364-player-component [#183](https://github.com/AppQuality/unguess-design-system/pull/183) ([@cannarocks](https://github.com/cannarocks))
10
+
11
+ #### Authors: 2
12
+
13
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
14
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
15
+
16
+ ---
17
+
18
+ # v2.12.60 (Wed Jan 25 2023)
19
+
20
+ #### 🐛 Bug Fix
21
+
22
+ - Change icon button backgrounds, improve types [#186](https://github.com/AppQuality/unguess-design-system/pull/186) ([@cannarocks](https://github.com/cannarocks) [@d-beezee](https://github.com/d-beezee) [@marcbon](https://github.com/marcbon))
23
+ - feat(countermulti): Allow string as id in counter multiselect [#185](https://github.com/AppQuality/unguess-design-system/pull/185) ([@d-beezee](https://github.com/d-beezee))
24
+ - feat(icon-button): add white background to default iconbutton [#182](https://github.com/AppQuality/unguess-design-system/pull/182) ([@cannarocks](https://github.com/cannarocks))
25
+
26
+ #### Authors: 3
27
+
28
+ - [@d-beezee](https://github.com/d-beezee)
29
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
30
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
31
+
32
+ ---
33
+
1
34
  # v2.12.59 (Thu Jan 19 2023)
2
35
 
3
36
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -52,6 +52,7 @@ export * from "./stories/lightbox";
52
52
  export * from "./stories/loaders/progress";
53
53
  export * from "./stories/loaders/skeleton";
54
54
  export * from "./stories/loaders/spinner";
55
+ export * from "./stories/loaders/dots";
55
56
  export * from "./stories/page/pageLoader";
56
57
  export * from "./stories/login-form";
57
58
  export * from "./stories/logo";
@@ -71,6 +72,7 @@ export * from "./stories/navigation/chrome";
71
72
  export * from "./stories/notifications";
72
73
  export * from "./stories/pagination";
73
74
  export * from "./stories/navigation/page-header";
75
+ export * from "./stories/player";
74
76
  export * from "./stories/profile-modal";
75
77
  export * from "./stories/slider";
76
78
  export * from "./stories/stepper";