@appquality/unguess-design-system 3.0.12-alpha → 3.1.0

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 (74) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/build/index.d.ts +1 -1
  3. package/build/index.js +556 -512
  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 +6 -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/dropdowns/select/index.stories.d.ts +1 -0
  21. package/build/stories/editor/editorStyle.d.ts +1 -1
  22. package/build/stories/editor/index.stories.d.ts +1 -0
  23. package/build/stories/forms/input/index.d.ts +1 -1
  24. package/build/stories/forms/input-toggle/index.d.ts +1 -1
  25. package/build/stories/label/index.d.ts +1 -1
  26. package/build/stories/lightbox/parts/body.d.ts +3 -3
  27. package/build/stories/lightbox/parts/footer.d.ts +1 -1
  28. package/build/stories/modals/fullscreen/index.d.ts +4 -4
  29. package/build/stories/modals/index.d.ts +1 -1
  30. package/build/stories/navigation/header/header-item/brandItem.d.ts +1 -1
  31. package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +1 -1
  32. package/build/stories/navigation/nav/nav-item/navItemProject.d.ts +1 -1
  33. package/build/stories/navigation/page-header/index.d.ts +8 -4
  34. package/build/stories/navigation/page-header/styled/main.d.ts +9 -4
  35. package/build/stories/player/parts/container.d.ts +1 -1
  36. package/build/stories/player/parts/controls.d.ts +2 -2
  37. package/build/stories/player/parts/floatingControls.d.ts +1 -1
  38. package/build/stories/player/parts/video.d.ts +1 -1
  39. package/build/stories/profile-modal/menuItem.d.ts +1 -1
  40. package/build/stories/profile-modal/menuItemIcon.d.ts +1 -1
  41. package/build/stories/slider/index.d.ts +2 -0
  42. package/build/stories/slider/parts/container.d.ts +1 -1
  43. package/build/stories/slider/parts/slickSlider.d.ts +1 -1
  44. package/build/stories/special-cards/index.d.ts +12 -5
  45. package/build/stories/special-cards/styled/header.d.ts +10 -3
  46. package/build/stories/special-cards/styled/meta.d.ts +1 -1
  47. package/build/stories/special-cards/styled/thumbnail.d.ts +1 -1
  48. package/build/stories/stepper/index.d.ts +3 -3
  49. package/build/stories/tags/index.d.ts +3 -3
  50. package/build/stories/theme/charts.d.ts +1 -17
  51. package/build/stories/theme/colors.d.ts +5 -10
  52. package/build/stories/theme/components.d.ts +116 -42
  53. package/build/stories/theme/gradients.d.ts +0 -1
  54. package/build/stories/theme/index.d.ts +137 -85
  55. package/build/stories/theme/mixins.d.ts +2 -2
  56. package/build/stories/theme/palette.d.ts +35 -36
  57. package/build/stories/theme/palette.stories.d.ts +19 -5
  58. package/build/stories/theme/utils.d.ts +6 -2
  59. package/build/stories/timeline/index.d.ts +2 -2
  60. package/build/stories/tooltip/index.d.ts +1 -1
  61. package/build/stories/tooltip/index.stories.d.ts +2 -1
  62. package/build/stories/typography/paragraph/index.d.ts +2 -2
  63. package/build/stories/typography/paragraph/index.stories.d.ts +3 -3
  64. package/build/stories/typography/typescale/anchortag/index.stories.d.ts +11 -1
  65. package/build/stories/typography/typescale/index.d.ts +26 -8
  66. package/build/stories/typography/typescale/index.stories.d.ts +11 -1
  67. package/package.json +2 -4
  68. package/yarn-error.log +10059 -6023
  69. package/.babelrc.json +0 -3
  70. package/build/stories/buttons/anchor/_types.d.ts +0 -11
  71. package/build/stories/buttons/button-group/_types.d.ts +0 -5
  72. package/build/stories/buttons/utils/useButtonVariant.d.ts +0 -5
  73. package/build/stories/typography/paragraph/_types.d.ts +0 -5
  74. package/build/stories/typography/typescale/_types.d.ts +0 -43
package/CHANGELOG.md CHANGED
@@ -1,3 +1,49 @@
1
+ # v3.0.3 (Fri May 12 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fix sidebar toggle WIDTH [#246](https://github.com/AppQuality/unguess-design-system/pull/246) ([@sanchayan721](https://github.com/sanchayan721) [@cannarocks](https://github.com/cannarocks))
6
+ - Fix(SideBar): Sidebar Icon positioning [#245](https://github.com/AppQuality/unguess-design-system/pull/245) ([@sanchayan721](https://github.com/sanchayan721))
7
+
8
+ #### Authors: 2
9
+
10
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
11
+ - Sanchayan Bhunia ([@sanchayan721](https://github.com/sanchayan721))
12
+
13
+ ---
14
+
15
+ # v3.0.2 (Wed May 10 2023)
16
+
17
+ #### 🐛 Bug Fix
18
+
19
+ - Develop [#244](https://github.com/AppQuality/unguess-design-system/pull/244) ([@marcbon](https://github.com/marcbon))
20
+ - 🔥 chore(package.json): remove react-spring dependency [#243](https://github.com/AppQuality/unguess-design-system/pull/243) ([@marcbon](https://github.com/marcbon))
21
+
22
+ #### Authors: 1
23
+
24
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
25
+
26
+ ---
27
+
28
+ # v2.12.87 (Tue May 09 2023)
29
+
30
+ #### 🐛 Bug Fix
31
+
32
+ - Restore release command [#242](https://github.com/AppQuality/unguess-design-system/pull/242) ([@d-beezee](https://github.com/d-beezee))
33
+ - chore: Restore release command [#241](https://github.com/AppQuality/unguess-design-system/pull/241) ([@d-beezee](https://github.com/d-beezee))
34
+ - Update actions [#240](https://github.com/AppQuality/unguess-design-system/pull/240) ([@d-beezee](https://github.com/d-beezee))
35
+ - ci: Update node version on workflows [#239](https://github.com/AppQuality/unguess-design-system/pull/239) ([@d-beezee](https://github.com/d-beezee))
36
+ - 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))
37
+ - Storybook-7 [#237](https://github.com/AppQuality/unguess-design-system/pull/237) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
38
+
39
+ #### Authors: 3
40
+
41
+ - [@d-beezee](https://github.com/d-beezee)
42
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
43
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
44
+
45
+ ---
46
+
1
47
  # v2.12.86 (Mon May 08 2023)
2
48
 
3
49
  #### 🐛 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";