@appquality/unguess-design-system 3.1.2-nav-beta → 3.1.2-sentiment-beta

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.
@@ -1,11 +1,11 @@
1
- # To get started with Dependabot version updates, you'll need to specify which
2
- # package ecosystems to update and where the package manifests are located.
3
- # Please see the documentation for all configuration options:
4
- # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
-
6
- version: 2
7
- updates:
8
- - package-ecosystem: "yarn"
9
- directory: "/" # Location of package manifests
10
- schedule:
11
- interval: "daily"
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
6
+ version: 2
7
+ updates:
8
+ - package-ecosystem: "yarn"
9
+ directory: "/" # Location of package manifests
10
+ schedule:
11
+ interval: "daily"
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
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
+
1
33
  # v3.0.3 (Fri May 12 2023)
2
34
 
3
35
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -20,6 +20,7 @@ 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 * from "./stories/charts/sentiment";
23
24
  export * from "./stories/close";
24
25
  export * from "./stories/drawers";
25
26
  export * as DropdownField from "./stories/dropdowns/field";