@appquality/unguess-design-system 2.6.1 → 2.7.1

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.
@@ -4,8 +4,8 @@ name: Publish storybook
4
4
 
5
5
  # The event that will trigger the action
6
6
  on:
7
- # push:
8
- # branches: [master]
7
+ push:
8
+ branches: [master]
9
9
  # pull_request:
10
10
  # branches: [master]
11
11
  # Allows you to run this workflow manually from the Actions tab
package/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
1
+ # v2.7.1 (Fri Apr 08 2022)
2
+
3
+
4
+
5
+ ---
6
+
7
+ # v2.7.0 (Fri Apr 08 2022)
8
+
9
+ #### 🚀 Enhancement
10
+
11
+ - fix(campaign cards): add card props [#29](https://github.com/AppQuality/unguess-design-system/pull/29) ([@marcbon](https://github.com/marcbon))
12
+ - Cup 523 profile modal [#26](https://github.com/AppQuality/unguess-design-system/pull/26) ([@antoninojob](https://github.com/antoninojob) [@cannarocks](https://github.com/cannarocks))
13
+ - Refactor/table accordion [#30](https://github.com/AppQuality/unguess-design-system/pull/30) ([@antoninojob](https://github.com/antoninojob) [@cannarocks](https://github.com/cannarocks))
14
+
15
+ #### ⚠️ Pushed to `master`
16
+
17
+ - fix(profilemodal): minor spaces fixes on modal ([@cannarocks](https://github.com/cannarocks))
18
+ - feat(navigation): add rotation to profile header chevron based on modal ([@cannarocks](https://github.com/cannarocks))
19
+ - Update storybook.yml ([@cannarocks](https://github.com/cannarocks))
20
+
21
+ #### Authors: 3
22
+
23
+ - Antonino ([@antoninojob](https://github.com/antoninojob))
24
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
25
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
26
+
27
+ ---
28
+
29
+ # v2.6.2 (Thu Mar 31 2022)
30
+
31
+
32
+
33
+ ---
34
+
1
35
  # v2.6.1 (Thu Mar 31 2022)
2
36
 
3
37
  #### ⚠️ Pushed to `master`
package/build/index.d.ts CHANGED
@@ -1,61 +1,63 @@
1
- import { GlobalStyle } from './stories/shared/globalStyle';
2
- export * from './stories/accordions';
3
- export * from './stories/avatar';
4
- export * from './stories/breadcrumbs';
5
- export * from './stories/buttons/anchor';
6
- export * from './stories/buttons/button';
7
- export * from './stories/buttons/button-group';
8
- export * from './stories/buttons/icon-button';
9
- export * from './stories/buttons/split-button';
10
- export * from './stories/cards';
11
- export * from './stories/campaignCards';
12
- export * from './stories/close';
13
- export * from './stories/counter';
14
- export * as DropdownField from './stories/dropdowns/field';
15
- export * from './stories/dropdowns/item';
16
- export * from './stories/dropdowns/menu';
17
- export * from './stories/dropdowns/multiselect';
18
- export * from './stories/dropdowns/select';
19
- export * from './stories/forms/checkbox';
20
- export * as FormField from './stories/forms/field';
21
- export * from './stories/forms/input';
22
- export * from './stories/forms/radio';
23
- export * from './stories/forms/textarea';
24
- export * from './stories/forms/toggle';
25
- export * from './stories/grid/col';
26
- export * from './stories/grid/row';
27
- export * from './stories/grid/grid';
28
- export * from './stories/icons';
29
- export * from './stories/label';
30
- export * from './stories/loaders/progress';
31
- export * from './stories/loaders/skeleton';
32
- export * from './stories/loaders/spinner';
33
- export * from './stories/login-form';
34
- export * from './stories/logo';
35
- export * from './stories/modals';
36
- export * from './stories/navigation/body';
37
- export * from './stories/navigation/content';
38
- export * from './stories/navigation/header';
39
- export * from './stories/navigation/header/header-item';
40
- export * from './stories/navigation/app-header';
41
- export * from './stories/navigation/main';
42
- export * from './stories/navigation/nav';
43
- export * from './stories/navigation/nav/nav-item';
44
- export * from './stories/navigation/sidebar';
45
- export * from './stories/navigation/chrome';
46
- export * from './stories/notifications';
47
- export * from './stories/pagination';
48
- export { Table, Head as TableHead, HeaderRow, HeaderCell, Body as TableRow, Cell as TableCell, GroupRow, Caption } from './stories/table';
49
- export * from './stories/tags';
50
- export * from './stories/tiles';
51
- export * from './stories/theme';
52
- export * from './stories/title';
53
- export * from './stories/trigger';
54
- export * from './stories/typography/block-quote';
55
- export * from './stories/typography/code';
56
- export * from './stories/typography/ellipsis';
57
- export * from './stories/typography/lists';
58
- export * from './stories/typography/paragraph';
59
- export * from './stories/typography/span';
60
- export * from './stories/typography/typescale';
1
+ import { GlobalStyle } from "./stories/shared/globalStyle";
2
+ export * from "./stories/accordions";
3
+ export * from "./stories/avatar";
4
+ export * from "./stories/breadcrumbs";
5
+ export * from "./stories/buttons/anchor";
6
+ export * from "./stories/buttons/button";
7
+ export * from "./stories/buttons/button-group";
8
+ export * from "./stories/buttons/icon-button";
9
+ export * from "./stories/buttons/split-button";
10
+ export * from "./stories/cards";
11
+ export * from "./stories/campaignCards";
12
+ export * from "./stories/close";
13
+ export * from "./stories/counter";
14
+ export * as DropdownField from "./stories/dropdowns/field";
15
+ export * from "./stories/dropdowns/item";
16
+ export * from "./stories/dropdowns/menu";
17
+ export * from "./stories/dropdowns/multiselect";
18
+ export * from "./stories/dropdowns/select";
19
+ export * from "./stories/forms/checkbox";
20
+ export * as FormField from "./stories/forms/field";
21
+ export * from "./stories/forms/input";
22
+ export * from "./stories/forms/radio";
23
+ export * from "./stories/forms/textarea";
24
+ export * from "./stories/forms/toggle";
25
+ export * from "./stories/grid/col";
26
+ export * from "./stories/grid/row";
27
+ export * from "./stories/grid/grid";
28
+ export * from "./stories/icons";
29
+ export * from "./stories/label";
30
+ export * from "./stories/loaders/progress";
31
+ export * from "./stories/loaders/skeleton";
32
+ export * from "./stories/loaders/spinner";
33
+ export * from "./stories/login-form";
34
+ export * from "./stories/logo";
35
+ export * from "./stories/modals";
36
+ export * from "./stories/navigation/body";
37
+ export * from "./stories/navigation/content";
38
+ export * from "./stories/navigation/header";
39
+ export * from "./stories/navigation/header/header-item";
40
+ export * from "./stories/navigation/app-header";
41
+ export * from "./stories/navigation/main";
42
+ export * from "./stories/navigation/nav";
43
+ export * from "./stories/navigation/nav/nav-item";
44
+ export * from "./stories/navigation/sidebar";
45
+ export * from "./stories/navigation/chrome";
46
+ export * from "./stories/notifications";
47
+ export * from "./stories/pagination";
48
+ export * from "./stories/profile-modal";
49
+ export { Table, Head as TableHead, HeaderRow, HeaderCell, Body as TableBody, Row as TableRow, Cell as TableCell, Caption, } from "./stories/table";
50
+ export { GroupRow, GroupedTable, } from "./stories/table/grouped";
51
+ export * from "./stories/tags";
52
+ export * from "./stories/tiles";
53
+ export * from "./stories/theme";
54
+ export * from "./stories/title";
55
+ export * from "./stories/trigger";
56
+ export * from "./stories/typography/block-quote";
57
+ export * from "./stories/typography/code";
58
+ export * from "./stories/typography/ellipsis";
59
+ export * from "./stories/typography/lists";
60
+ export * from "./stories/typography/paragraph";
61
+ export * from "./stories/typography/span";
62
+ export * from "./stories/typography/typescale";
61
63
  export { GlobalStyle };