@appquality/unguess-design-system 2.3.0 → 2.3.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.
Files changed (56) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/build/index.d.ts +31 -1
  3. package/build/index.js +625 -19
  4. package/build/stories/accordions/index.stories.d.ts +1 -0
  5. package/build/stories/avatar/index.d.ts +1 -1
  6. package/build/stories/dropdowns/field/_types.d.ts +2 -0
  7. package/build/stories/dropdowns/field/index.d.ts +4 -0
  8. package/build/stories/dropdowns/item/_types.d.ts +9 -0
  9. package/build/stories/dropdowns/item/index.d.ts +4 -0
  10. package/build/stories/dropdowns/menu/_types.d.ts +31 -0
  11. package/build/stories/dropdowns/menu/index.d.ts +7 -0
  12. package/build/stories/dropdowns/multiselect/_types.d.ts +17 -0
  13. package/build/stories/dropdowns/multiselect/index.d.ts +11 -0
  14. package/build/stories/dropdowns/multiselect/index.stories.d.ts +21 -0
  15. package/build/stories/dropdowns/select/_types.d.ts +5 -1
  16. package/build/stories/dropdowns/select/index.d.ts +16 -0
  17. package/build/stories/dropdowns/select/index.stories.d.ts +20 -0
  18. package/build/stories/{field → forms/field}/_types.d.ts +0 -0
  19. package/build/stories/{field → forms/field}/index.d.ts +0 -0
  20. package/build/stories/{field → forms/field}/index.stories.d.ts +0 -0
  21. package/build/stories/forms/radio/_types.d.ts +3 -0
  22. package/build/stories/forms/radio/index.d.ts +14 -0
  23. package/build/stories/forms/radio/index.stories.d.ts +7 -0
  24. package/build/stories/forms/textarea/_types.d.ts +15 -0
  25. package/build/stories/forms/textarea/index.d.ts +10 -0
  26. package/build/stories/forms/textarea/index.stories.d.ts +8 -0
  27. package/build/stories/forms/toggle/_types.d.ts +3 -0
  28. package/build/stories/forms/toggle/index.d.ts +13 -0
  29. package/build/stories/forms/toggle/index.stories.d.ts +10 -0
  30. package/build/stories/login-form/_types.d.ts +19 -0
  31. package/build/stories/login-form/index.d.ts +10 -0
  32. package/build/stories/login-form/index.stories.d.ts +7 -0
  33. package/build/stories/pagination/_types.d.ts +34 -0
  34. package/build/stories/pagination/index.d.ts +17 -0
  35. package/build/stories/pagination/index.stories.d.ts +7 -0
  36. package/build/stories/table/_types.d.ts +54 -0
  37. package/build/stories/table/index.d.ts +21 -0
  38. package/build/stories/table/index.stories.d.ts +32 -0
  39. package/build/stories/tags/_types.d.ts +17 -0
  40. package/build/stories/tags/index.d.ts +22 -0
  41. package/build/stories/tags/index.stories.d.ts +19 -0
  42. package/build/stories/theme/gradients.d.ts +4 -0
  43. package/build/stories/theme/index.d.ts +155 -11
  44. package/build/stories/theme/palette.d.ts +141 -0
  45. package/build/stories/theme/palette.stories.d.ts +15 -0
  46. package/build/stories/theme/utils.d.ts +1 -0
  47. package/build/stories/tiles/_types.d.ts +12 -0
  48. package/build/stories/tiles/index.d.ts +22 -0
  49. package/build/stories/tiles/index.stories.d.ts +25 -0
  50. package/build/stories/trigger/_types.d.ts +3 -0
  51. package/build/stories/trigger/index.d.ts +7 -0
  52. package/build/stories/typography/paragraph/{ordered.stories.d.ts → index.stories.d.ts} +0 -0
  53. package/build/stories/typography/span/_types.d.ts +13 -0
  54. package/build/stories/typography/span/index.d.ts +13 -0
  55. package/build/stories/typography/span/index.stories.d.ts +6 -0
  56. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # v2.3.1 (Tue Mar 15 2022)
2
+
3
+
4
+
5
+ ---
6
+
1
7
  # v2.2.0 (Tue Mar 15 2022)
2
8
 
3
9
  #### 🚀 Enhancement
package/build/index.d.ts CHANGED
@@ -1,11 +1,41 @@
1
1
  import { GlobalStyle } from './stories/shared/globalStyle';
2
+ export * from './stories/accordions';
2
3
  export * from './stories/avatar';
3
4
  export * from './stories/breadcrumbs';
4
- export * from './stories/buttons/button';
5
5
  export * from './stories/buttons/anchor';
6
+ export * from './stories/buttons/button';
6
7
  export * from './stories/buttons/button-group';
7
8
  export * from './stories/buttons/icon-button';
8
9
  export * from './stories/buttons/split-button';
10
+ export * from './stories/cards';
11
+ export * from './stories/close';
12
+ export * as DropdownField from './stories/dropdowns/field';
13
+ export * from './stories/dropdowns/item';
14
+ export * from './stories/dropdowns/menu';
15
+ export * from './stories/dropdowns/multiselect';
16
+ export * from './stories/dropdowns/select';
17
+ export * from './stories/forms/checkbox';
18
+ export * as FormField from './stories/forms/field';
19
+ export * from './stories/forms/input';
20
+ export * from './stories/forms/radio';
21
+ export * from './stories/forms/textarea';
22
+ export * from './stories/forms/toggle';
23
+ export * from './stories/grid/col';
24
+ export * from './stories/grid/row';
25
+ export * from './stories/grid/grid';
26
+ export * from './stories/label';
9
27
  export * from './stories/loaders/spinner';
28
+ export * from './stories/login-form';
29
+ export * from './stories/notifications';
30
+ export { Table, Head as TableHead, HeaderRow, HeaderCell, Body as TableRow, Cell as TableCell, GroupRow, Caption } from './stories/table';
10
31
  export * from './stories/theme';
32
+ export * from './stories/title';
33
+ export * from './stories/trigger';
34
+ export * from './stories/typography/block-quote';
35
+ export * from './stories/typography/code';
36
+ export * from './stories/typography/ellipsis';
37
+ export * from './stories/typography/lists';
38
+ export * from './stories/typography/paragraph';
39
+ export * from './stories/typography/span';
40
+ export * from './stories/typography/typescale';
11
41
  export { GlobalStyle };