@appquality/unguess-design-system 2.10.0 → 2.10.3

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.3 (Tue May 03 2022)
2
+
3
+ #### ⚠️ Pushed to `master`
4
+
5
+ - fix(drawers): remove duplicated component ([@cannarocks](https://github.com/cannarocks))
6
+
7
+ #### Authors: 1
8
+
9
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
10
+
11
+ ---
12
+
13
+ # v2.10.2 (Tue May 03 2022)
14
+
15
+ #### ⚠️ Pushed to `master`
16
+
17
+ - build(components): add full screen modal and radio card to main export ([@cannarocks](https://github.com/cannarocks))
18
+
19
+ #### Authors: 1
20
+
21
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
22
+
23
+ ---
24
+
25
+ # v2.10.1 (Mon May 02 2022)
26
+
27
+ #### 🐛 Bug Fix
28
+
29
+ - Cup 647 radio cards [#48](https://github.com/AppQuality/unguess-design-system/pull/48) ([@marcbon](https://github.com/marcbon))
30
+
31
+ #### Authors: 1
32
+
33
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
34
+
35
+ ---
36
+
1
37
  # v2.10.0 (Mon May 02 2022)
2
38
 
3
39
  #### 🚀 Enhancement
package/build/index.d.ts CHANGED
@@ -10,9 +10,9 @@ export * from "./stories/buttons/split-button";
10
10
  export * from "./stories/cards";
11
11
  export * from "./stories/campaign-cards";
12
12
  export * from "./stories/product-cards";
13
- export * from "./stories/drawers";
14
13
  export * from "./stories/close";
15
14
  export * from "./stories/counter";
15
+ export * from "./stories/drawers";
16
16
  export * as DropdownField from "./stories/dropdowns/field";
17
17
  export * from "./stories/dropdowns/item";
18
18
  export * from "./stories/dropdowns/menu";
@@ -25,6 +25,7 @@ export * as FormField from "./stories/forms/field";
25
25
  export * from "./stories/forms/input";
26
26
  export * from "./stories/forms/mediaInput";
27
27
  export * from "./stories/forms/radio";
28
+ export * from "./stories/forms/radio/cards";
28
29
  export * from "./stories/forms/textarea";
29
30
  export * from "./stories/forms/toggle";
30
31
  export * from "./stories/grid/col";
@@ -39,6 +40,7 @@ export * from "./stories/page/pageLoader";
39
40
  export * from "./stories/login-form";
40
41
  export * from "./stories/logo";
41
42
  export * from "./stories/modals";
43
+ export * from "./stories/modals/fullscreen";
42
44
  export * from "./stories/navigation/body";
43
45
  export * from "./stories/navigation/content";
44
46
  export * from "./stories/navigation/header";