@appquality/unguess-design-system 2.7.0 → 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # v2.7.1 (Fri Apr 08 2022)
2
+
3
+
4
+
5
+ ---
6
+
1
7
  # v2.7.0 (Fri Apr 08 2022)
2
8
 
3
9
  #### 🚀 Enhancement
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 };