@appquality/unguess-design-system 2.10.34 → 2.10.37

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,39 @@
1
+ # v2.10.37 (Thu May 19 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix(sidebar): fix route for navigation [#60](https://github.com/AppQuality/unguess-design-system/pull/60) ([@marcbon](https://github.com/marcbon))
6
+
7
+ #### Authors: 1
8
+
9
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
10
+
11
+ ---
12
+
13
+ # v2.10.36 (Thu May 19 2022)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Cup 721 service cards + info cards [#58](https://github.com/AppQuality/unguess-design-system/pull/58) ([@marcbon](https://github.com/marcbon))
18
+
19
+ #### Authors: 1
20
+
21
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
22
+
23
+ ---
24
+
25
+ # v2.10.35 (Wed May 18 2022)
26
+
27
+ #### 🐛 Bug Fix
28
+
29
+ - feat(sidebar): add templates menu item [#59](https://github.com/AppQuality/unguess-design-system/pull/59) ([@cannarocks](https://github.com/cannarocks))
30
+
31
+ #### Authors: 1
32
+
33
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
34
+
35
+ ---
36
+
1
37
  # v2.10.34 (Wed May 18 2022)
2
38
 
3
39
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -11,6 +11,8 @@ export * from "./stories/buttons/split-button";
11
11
  export * from "./stories/cards";
12
12
  export * from "./stories/campaign-cards";
13
13
  export * from "./stories/product-cards";
14
+ export * from "./stories/service-cards";
15
+ export * from "./stories/info-cards";
14
16
  export * from "./stories/close";
15
17
  export * from "./stories/counter";
16
18
  export * from "./stories/drawers";