@appquality/unguess-design-system 3.0.12-alpha → 3.1.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 (72) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/build/index.d.ts +1 -1
  3. package/build/index.js +835 -673
  4. package/build/stories/alerts/index.d.ts +1 -1
  5. package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
  6. package/build/stories/buttons/anchor/index.d.ts +2 -2
  7. package/build/stories/buttons/anchor/index.stories.d.ts +5 -5
  8. package/build/stories/buttons/button/_types.d.ts +2 -29
  9. package/build/stories/buttons/button/index.d.ts +1 -1
  10. package/build/stories/buttons/button/index.stories.d.ts +5 -1216
  11. package/build/stories/buttons/button-group/index.d.ts +2 -2
  12. package/build/stories/buttons/button-group/index.stories.d.ts +10 -11
  13. package/build/stories/buttons/icon-button/_types.d.ts +2 -16
  14. package/build/stories/buttons/icon-button/index.stories.d.ts +2 -2
  15. package/build/stories/buttons/utils.d.ts +12 -0
  16. package/build/stories/cards/index.d.ts +6 -0
  17. package/build/stories/charts/ChartContainer.d.ts +1 -1
  18. package/build/stories/dropdowns/field/index.d.ts +1 -1
  19. package/build/stories/dropdowns/select/index.d.ts +1 -1
  20. package/build/stories/editor/editorStyle.d.ts +1 -1
  21. package/build/stories/forms/input/index.d.ts +1 -1
  22. package/build/stories/forms/input-toggle/index.d.ts +1 -1
  23. package/build/stories/label/index.d.ts +1 -1
  24. package/build/stories/lightbox/parts/body.d.ts +3 -3
  25. package/build/stories/lightbox/parts/footer.d.ts +1 -1
  26. package/build/stories/modals/fullscreen/index.d.ts +4 -4
  27. package/build/stories/modals/index.d.ts +1 -1
  28. package/build/stories/navigation/header/header-item/brandItem.d.ts +1 -1
  29. package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +1 -1
  30. package/build/stories/navigation/nav/nav-item/navItemProject.d.ts +1 -1
  31. package/build/stories/navigation/page-header/index.d.ts +8 -4
  32. package/build/stories/navigation/page-header/styled/main.d.ts +9 -4
  33. package/build/stories/player/parts/container.d.ts +1 -1
  34. package/build/stories/player/parts/controls.d.ts +2 -2
  35. package/build/stories/player/parts/floatingControls.d.ts +1 -1
  36. package/build/stories/player/parts/video.d.ts +1 -1
  37. package/build/stories/profile-modal/menuItem.d.ts +1 -1
  38. package/build/stories/profile-modal/menuItemIcon.d.ts +1 -1
  39. package/build/stories/slider/index.d.ts +2 -0
  40. package/build/stories/slider/parts/container.d.ts +1 -1
  41. package/build/stories/slider/parts/slickSlider.d.ts +1 -1
  42. package/build/stories/special-cards/index.d.ts +12 -5
  43. package/build/stories/special-cards/styled/header.d.ts +10 -3
  44. package/build/stories/special-cards/styled/meta.d.ts +1 -1
  45. package/build/stories/special-cards/styled/thumbnail.d.ts +1 -1
  46. package/build/stories/stepper/index.d.ts +3 -3
  47. package/build/stories/tags/index.d.ts +3 -3
  48. package/build/stories/theme/charts.d.ts +1 -17
  49. package/build/stories/theme/colors.d.ts +5 -10
  50. package/build/stories/theme/components.d.ts +116 -42
  51. package/build/stories/theme/gradients.d.ts +0 -1
  52. package/build/stories/theme/index.d.ts +158 -85
  53. package/build/stories/theme/mixins.d.ts +2 -2
  54. package/build/stories/theme/palette.d.ts +35 -36
  55. package/build/stories/theme/palette.stories.d.ts +19 -5
  56. package/build/stories/theme/utils.d.ts +6 -2
  57. package/build/stories/timeline/index.d.ts +2 -2
  58. package/build/stories/tooltip/index.d.ts +1 -1
  59. package/build/stories/tooltip/index.stories.d.ts +1 -1
  60. package/build/stories/typography/paragraph/index.d.ts +2 -2
  61. package/build/stories/typography/paragraph/index.stories.d.ts +3 -3
  62. package/build/stories/typography/typescale/anchortag/index.stories.d.ts +10 -1
  63. package/build/stories/typography/typescale/index.d.ts +26 -8
  64. package/build/stories/typography/typescale/index.stories.d.ts +10 -1
  65. package/package.json +2 -4
  66. package/.babelrc.json +0 -3
  67. package/build/stories/buttons/anchor/_types.d.ts +0 -11
  68. package/build/stories/buttons/button-group/_types.d.ts +0 -5
  69. package/build/stories/buttons/utils/useButtonVariant.d.ts +0 -5
  70. package/build/stories/typography/paragraph/_types.d.ts +0 -5
  71. package/build/stories/typography/typescale/_types.d.ts +0 -43
  72. package/yarn-error.log +0 -13958
package/CHANGELOG.md CHANGED
@@ -1,3 +1,81 @@
1
+ # v3.0.5 (Wed May 31 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Colors [#253](https://github.com/AppQuality/unguess-design-system/pull/253) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks) [@iacopolea](https://github.com/iacopolea))
6
+ - Un 616 colors [#236](https://github.com/AppQuality/unguess-design-system/pull/236) ([@iacopolea](https://github.com/iacopolea))
7
+ - Update rollup configuration [#252](https://github.com/AppQuality/unguess-design-system/pull/252) ([@cannarocks](https://github.com/cannarocks))
8
+ - 🎨 style(input-toggle): remove width property from EditIcon component to allow for dynamic sizing [#250](https://github.com/AppQuality/unguess-design-system/pull/250) ([@marcbon](https://github.com/marcbon))
9
+
10
+ #### Authors: 3
11
+
12
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
13
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
14
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
15
+
16
+ ---
17
+
18
+ # v3.0.4 (Wed May 17 2023)
19
+
20
+ #### 🐛 Bug Fix
21
+
22
+ - Fix SVGR issues [#249](https://github.com/AppQuality/unguess-design-system/pull/249) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
23
+ - Fix-svgr-viewbox [#248](https://github.com/AppQuality/unguess-design-system/pull/248) ([@marcbon](https://github.com/marcbon))
24
+ - 🎨 style(tabs/index.tsx): add overflow-x hidden to StyledTabPanel [#247](https://github.com/AppQuality/unguess-design-system/pull/247) ([@marcbon](https://github.com/marcbon))
25
+
26
+ #### Authors: 2
27
+
28
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
29
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
30
+
31
+ ---
32
+
33
+ # v3.0.3 (Fri May 12 2023)
34
+
35
+ #### 🐛 Bug Fix
36
+
37
+ - Fix sidebar toggle WIDTH [#246](https://github.com/AppQuality/unguess-design-system/pull/246) ([@sanchayan721](https://github.com/sanchayan721) [@cannarocks](https://github.com/cannarocks))
38
+ - Fix(SideBar): Sidebar Icon positioning [#245](https://github.com/AppQuality/unguess-design-system/pull/245) ([@sanchayan721](https://github.com/sanchayan721))
39
+
40
+ #### Authors: 2
41
+
42
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
43
+ - Sanchayan Bhunia ([@sanchayan721](https://github.com/sanchayan721))
44
+
45
+ ---
46
+
47
+ # v3.0.2 (Wed May 10 2023)
48
+
49
+ #### 🐛 Bug Fix
50
+
51
+ - Develop [#244](https://github.com/AppQuality/unguess-design-system/pull/244) ([@marcbon](https://github.com/marcbon))
52
+ - 🔥 chore(package.json): remove react-spring dependency [#243](https://github.com/AppQuality/unguess-design-system/pull/243) ([@marcbon](https://github.com/marcbon))
53
+
54
+ #### Authors: 1
55
+
56
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
57
+
58
+ ---
59
+
60
+ # v2.12.87 (Tue May 09 2023)
61
+
62
+ #### 🐛 Bug Fix
63
+
64
+ - Restore release command [#242](https://github.com/AppQuality/unguess-design-system/pull/242) ([@d-beezee](https://github.com/d-beezee))
65
+ - chore: Restore release command [#241](https://github.com/AppQuality/unguess-design-system/pull/241) ([@d-beezee](https://github.com/d-beezee))
66
+ - Update actions [#240](https://github.com/AppQuality/unguess-design-system/pull/240) ([@d-beezee](https://github.com/d-beezee))
67
+ - ci: Update node version on workflows [#239](https://github.com/AppQuality/unguess-design-system/pull/239) ([@d-beezee](https://github.com/d-beezee))
68
+ - Storybook 7 [#238](https://github.com/AppQuality/unguess-design-system/pull/238) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon) [@d-beezee](https://github.com/d-beezee))
69
+ - Storybook-7 [#237](https://github.com/AppQuality/unguess-design-system/pull/237) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
70
+
71
+ #### Authors: 3
72
+
73
+ - [@d-beezee](https://github.com/d-beezee)
74
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
75
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
76
+
77
+ ---
78
+
1
79
  # v2.12.86 (Mon May 08 2023)
2
80
 
3
81
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -20,7 +20,6 @@ export * from "./stories/charts/pie";
20
20
  export * from "./stories/charts/halfPie";
21
21
  export * from "./stories/charts/sunburst";
22
22
  export * from "./stories/charts/waffle";
23
- export { CHARTS_COLOR_PALETTE } from "./stories/theme/charts";
24
23
  export * from "./stories/close";
25
24
  export * from "./stories/drawers";
26
25
  export * as DropdownField from "./stories/dropdowns/field";
@@ -82,6 +81,7 @@ export * from "./stories/tags";
82
81
  export * from "./stories/tiles";
83
82
  export * from "./stories/timeline";
84
83
  export * from "./stories/theme";
84
+ export { getColor } from "./stories/theme/utils";
85
85
  export * from "./stories/title";
86
86
  export * from "./stories/tooltip";
87
87
  export * from "./stories/tooltip-modal";